summaryrefslogtreecommitdiffstats
path: root/usr.sbin/diskinfo
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Make diskinfo report disk stripe size and offset. It should help users tomav2009-12-242-2/+13
| | | | make file systems optimally aligned and tuned for better performance.
* Don't bother obtaining the ident if we are not going to print it.pjd2009-09-031-4/+1
|
* Print provider's ident when in verbose mode.pjd2007-05-061-1/+6
|
* Sort sections.ru2005-01-181-5/+5
|
* Add -c to SYNOPSIS and usage().ru2005-01-112-3/+3
|
* Add -c option that calculates the overhead of read I/O ops.sos2004-11-092-2/+48
|
* Actually negative size is possible for file system, but not for disk.pjd2004-05-251-2/+1
|
* In verbose mode print disk sizes in human readable form as well.pjd2004-05-242-2/+9
| | | | OK'ed by: phk
* Make WARNS=5 clean.phk2004-04-052-6/+9
| | | | Prodded by: Stefan Farfeleder <stefan@fafoe.narf.at>
* Sync manpage's synopsis with usage().ru2004-03-302-3/+5
|
* Assorted mdoc(7) fixes.ru2003-05-311-7/+8
|
* Correct a type in the bugs section. Also turn it into a list.gordon2003-05-111-2/+2
| | | | Approved by: re(murray)
* I forgot a rather crucial cast when I made this sectorsize agnostic.phk2003-04-091-12/+12
| | | | Tune iteration counts a bit.
* Diskinfo is a small program to access the basic properties of a disk device:phk2003-04-093-0/+383
sectorsize, mediasize etc. It also contains a small and naïve benchmark which reports on seek and transfer performance.
OpenPOWER on IntegriCloud