aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/devlist.c
Commit message (Expand)AuthorAgeFilesLines
* For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofJim Harris2014-01-061-2/+2
* Add message when nvd disks are attached and detached.Jim Harris2013-07-191-1/+3
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.Jim Harris2013-07-191-1/+1
* Use _PATH_DEV (from paths.h) for the "/dev/" string, rather thanJim Harris2013-07-181-1/+2
* Simplify open_dev() by returning errno values rather than just 0 or 1.Jim Harris2013-07-181-1/+2
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-171-1/+1
* Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-091-14/+11
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris2013-06-261-2/+3
* Break out code related to the devlist command into a separate source file.Jim Harris2013-06-261-0/+114