aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/diskinfo/diskinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Improve error reporting in diskinfo(8) by not displaying errno whenEdward Tomasz Napierala2012-03-091-4/+8
* Fix `diskinfo -t` operation for disks smaller then 8GB or bigger then 2TB.Alexander Motin2011-07-211-21/+28
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-141-1/+4
* Don't consider ioctl returning error as a fatal error and move on to nextXin LI2011-02-081-8/+18
* Make diskinfo report disk stripe size and offset. It should help users toAlexander Motin2009-12-241-1/+11
* Don't bother obtaining the ident if we are not going to print it.Pawel Jakub Dawidek2009-09-031-4/+1
* Print provider's ident when in verbose mode.Pawel Jakub Dawidek2007-05-061-1/+6
* Add -c to SYNOPSIS and usage().Ruslan Ermilov2005-01-111-1/+1
* Add -c option that calculates the overhead of read I/O ops.Søren Schmidt2004-11-091-2/+44
* Actually negative size is possible for file system, but not for disk.Pawel Jakub Dawidek2004-05-251-2/+1
* In verbose mode print disk sizes in human readable form as well.Pawel Jakub Dawidek2004-05-241-2/+6
* Make WARNS=5 clean.Poul-Henning Kamp2004-04-051-6/+7
* Sync manpage's synopsis with usage().Ruslan Ermilov2004-03-301-1/+4
* I forgot a rather crucial cast when I made this sectorsize agnostic.Poul-Henning Kamp2003-04-091-12/+12
* Diskinfo is a small program to access the basic properties of a disk device:Poul-Henning Kamp2003-04-091-0/+303