summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* Fix build.glebius2013-06-272-2/+2
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-275-1/+362
* Add log page support to nvmecontrol(8) through a new logpage command.jimharris2013-06-265-1/+412
* Add generalized helper functions for printing hex data as part ofjimharris2013-06-263-40/+51
* Ensure that a device node is specified when invoking the identify or resetjimharris2013-06-263-3/+27
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"jimharris2013-06-263-4/+8
* Add an nvme_function structure array, defining the name, C function andjimharris2013-06-262-16/+32
* Break out code related to the reset command into a separate source file.jimharris2013-06-264-32/+74
* Break out code related to the perftest command into a separate file.jimharris2013-06-264-140/+183
* Break out code related to the identify command into a separate source file.jimharris2013-06-264-280/+323
* Break out code related to the devlist command into a separate source file.jimharris2013-06-264-92/+175
* Add separate *_usage() functions for each nvmecontrol command.jimharris2013-06-261-7/+31
* Add an open_dev() helper function to be used in the various placesjimharris2013-06-261-103/+63
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-121-34/+86
* Fix typo (devicde -> device).jimharris2013-04-031-1/+1
* Use errno and strerror to print more descriptive messages when operationsjimharris2013-03-261-27/+41
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-262-2/+51
* mdoc: remove superfluous paragraph macro.joel2012-09-181-1/+0
* Add nvmecontrol(8) source code and beginnings of a man page to the tree.jimharris2012-09-173-0/+693
OpenPOWER on IntegriCloud