aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* Report only the valid slots in the firmware log page.Warner Losh2017-10-251-2/+7
* Add nvme_controller_data argument to all print functions.Warner Losh2017-10-251-15/+23
* Print the controller's ID in identify.Warner Losh2017-08-281-1/+2
* Fix sign of resid and add a mostly useless cast to cope with signed vsWarner Losh2017-07-011-2/+2
* Improve wdc error log pulling.Warner Losh2017-06-291-175/+29
* Report some aspects of namespaces and namespace support in identifyWarner Losh2017-06-271-2/+15
* Move 128-bit integer routines to util.c so they can be used by moreWarner Losh2017-06-274-49/+82
* Don't use K&R style prototypes; ANSIfy themEnji Cooper2017-03-281-3/+3
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Make nvmecontrol logpage -p help list known pages.Warner Losh2017-02-253-24/+60
* Exit with usage if argv[1] is NULL in dispatch. This fixes core dumpsWarner Losh2017-02-251-0/+5
* Fix typos in output.Warner Losh2017-02-251-3/+3
* Use ssize_t instead of uint32_t to prevent warnings about a comparisonWarner Losh2017-02-051-1/+2
* Add the ability to dump log pages directly in binary to stdout.Warner Losh2017-02-052-4/+27
* Add some descriptions to the man page for the supported log pages asWarner Losh2017-02-052-1/+24
* Fix off by one error that truncated the serial number for filenames.Warner Losh2017-02-041-1/+1
* Fix a typo in usage string for unimplemented command.Warner Losh2017-02-041-1/+1
* Implement 5 wdc-specific nvme control options for their HGST drives:Warner Losh2017-02-045-1/+365
* Move the usage and command name lookup into functions.Warner Losh2017-02-042-20/+30
* Put the arguments to aligned_alloc in the right order.Warner Losh2017-02-041-1/+1
* Use aligned buffer for the firmware data. Otherwise, when loading aWarner Losh2017-02-021-1/+1
* Implement Intel's log page 0xc1 (Read Command Latency Log) and pageWarner Losh2016-12-091-2/+47
* Fix TypoWarner Losh2016-12-071-1/+1
* Flag the vendor specific pages as such. This allows different decodingWarner Losh2016-12-021-20/+27
* i386 turns out to not have __uint128_t. So confusingly use 64-bit mathWarner Losh2016-11-191-1/+9
* Decode the Intel-specific Additional SMART data page (0xca) and printWarner Losh2016-11-191-1/+80
* Implement HGST Log page 0xc1, as documented in the HGST SN100 andWarner Losh2016-11-191-0/+420
* Print Intel's expanded Temperature log page.Warner Losh2016-11-191-1/+32
* Expand the SMART / Health Information Log Page (Page 02) printoutWarner Losh2016-11-191-6/+21
* Print numbers instead of hex values for smart data. The full 128-bitWarner Losh2016-11-191-34/+58
* Use a table for pages we know the size of. We have a special case forWarner Losh2016-11-191-19/+15
* Remove check for valid log pages. Let the drive tell us which pagesWarner Losh2016-11-191-8/+0
* Add missing history sections to a number of storage related man pagesAllan Jude2016-09-161-4/+9
* nvmecontrol.8: minor spelling fix.Pedro F. Giffuni2016-05-061-2/+2
* MFHGlen Barber2016-03-141-5/+5
|\
| * In nvmecontrol, fix gcc warnings about the local 'power' variablesDimitry Andric2016-03-111-5/+5
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* 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
| |\ \ \ \