summaryrefslogtreecommitdiffstats
path: root/usr.sbin/diskinfo
Commit message (Expand)AuthorAgeFilesLines
* MFC r320730: Report device descr in addition to ident.mav2017-08-021-0/+6
* MFC r320683: Add naive benchmark for SSDs in ZFS SLOG role.mav2017-08-022-14/+113
* MFC r320555, r320576 (by allanjude):mav2017-08-022-3/+53
* MFC r306161:trasz2017-03-181-18/+17
* MFC r306160:trasz2017-03-182-5/+114
* MFC r306129:trasz2017-03-181-11/+15
* MFC r306096:trasz2017-03-181-1/+1
* MFC r306094:trasz2017-03-181-22/+39
* MFC r311160, r311210, r311288, r311292, r311298, r311340asomers2017-02-021-4/+7
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-1/+47
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Updated dependenciessjg2013-03-111-0/+1
| * Updated dependenciessjg2013-02-161-2/+0
| *-. Sync from headsjg2012-11-041-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ | |/|
* | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |/ |/|
* | remove duplicate semicolons where possible.eadler2012-10-221-1/+1
|/
* Improve error reporting in diskinfo(8) by not displaying errno whentrasz2012-03-091-4/+8
* Fix `diskinfo -t` operation for disks smaller then 8GB or bigger then 2TB.mav2011-07-211-21/+28
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-141-1/+4
* Don't consider ioctl returning error as a fatal error and move on to nextdelphij2011-02-081-8/+18
* 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
* 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
* Make WARNS=5 clean.phk2004-04-052-6/+9
* 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
* I forgot a rather crucial cast when I made this sectorsize agnostic.phk2003-04-091-12/+12
* Diskinfo is a small program to access the basic properties of a disk device:phk2003-04-093-0/+383
OpenPOWER on IntegriCloud