aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* Implement power command to list all power modes, find out the powerWarner Losh2016-01-305-1/+208
* Revert r295062 to unbreak buildworldEnji Cooper2016-01-305-208/+1
* Implement power command to list all power modes, find out the powerWarner Losh2016-01-305-1/+208
* nvmecontrol: read controller identify data before any log page operationsJim Harris2015-07-221-1/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-283-15/+26
| |\
| * \ Merge head@256284Simon J. Gerraty2013-10-131-5/+7
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-0510-535/+1541
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-122-25/+88
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+19
* | | | | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-2/+2
| |_|_|_|/ |/| | | |
* | | | | For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofJim Harris2014-01-061-2/+2
* | | | | Check for special status code from FIRMWARE_ACTIVATE commandJim Harris2013-11-121-11/+24
* | | | | Do not exit with error status after printing data for perftest.Jim Harris2013-11-011-2/+0
| |_|_|/ |/| | |
* | | | Extend some 32-bit fields and variables to 64-bit to prevent overflowJim Harris2013-10-081-5/+7
| |_|/ |/| |
* | | Add message when nvd disks are attached and detached.Jim Harris2013-07-193-8/+14
* | | 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-182-2/+4
* | | Simplify open_dev() by returning errno values rather than just 0 or 1.Jim Harris2013-07-182-15/+4
* | | Define constants for the lengths of the serial number, model numberJim Harris2013-07-172-4/+7
* | | Always initialize fd to 0 in open_dev().Jim Harris2013-07-171-0/+2
* | | Do not throw an error if the user requests to activate the image fromJim Harris2013-07-161-1/+1
* | | %d should be used for printing int32_t instead of %zd.Jim Harris2013-07-121-1/+1
* | | Ensure controller or namespace node name is specified before trying toJim Harris2013-07-092-1/+5
* | | Condense the output for displaying LBA formats.Jim Harris2013-07-091-6/+4
* | | Send per-namespace logpage commands to the controller devnode, so theyJim Harris2013-07-094-57/+53
* | | Try to read firmware image before prompting the user to confirmJim Harris2013-07-091-1/+3
* | | Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-097-204/+134
* | | Fix printf argument mismatch reported by gcc on i386.Jim Harris2013-07-041-2/+2
* | | Fix build.Gleb Smirnoff2013-06-272-2/+2
* | | Add firmware replacement and activation support to nvmecontrol(8) throughJim Harris2013-06-275-1/+362
* | | Add log page support to nvmecontrol(8) through a new logpage command.Jim Harris2013-06-265-1/+412
* | | Add generalized helper functions for printing hex data as part ofJim Harris2013-06-263-40/+51
* | | Ensure that a device node is specified when invoking the identify or resetJim Harris2013-06-263-3/+27
* | | Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris2013-06-263-4/+8
* | | Add an nvme_function structure array, defining the name, C function andJim Harris2013-06-262-16/+32
* | | Break out code related to the reset command into a separate source file.Jim Harris2013-06-264-32/+74
* | | Break out code related to the perftest command into a separate file.Jim Harris2013-06-264-140/+183
* | | Break out code related to the identify command into a separate source file.Jim Harris2013-06-264-280/+323
* | | Break out code related to the devlist command into a separate source file.Jim Harris2013-06-264-92/+175
* | | Add separate *_usage() functions for each nvmecontrol command.Jim Harris2013-06-261-7/+31
* | | Add an open_dev() helper function to be used in the various placesJim Harris2013-06-261-103/+63
* | | Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...Jim Harris2013-04-121-34/+86
| |/ |/|
* | Fix typo (devicde -> device).Jim Harris2013-04-031-1/+1