aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use print_controller from another programWarner Losh2018-06-135-182/+257
* Print Maximum Data Transfer Size as a long rather than intJustin Hibbits2018-06-071-1/+1
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-055-1/+482
* Add some argument checks to be more user-friendly.Alexander Motin2018-03-131-23/+35
* Add `nvmecontrol format` subcommand.Alexander Motin2018-03-137-11/+225
* Print fuses and fna fields in identify data.Alexander Motin2018-03-121-0/+11
* Add new identify data structures fields from NVMe 1.3a.Alexander Motin2018-03-111-15/+117
* nvmecontrol: fix build on amd64/clangAlan Somers2018-02-221-1/+1
* NVMe: Add big-endian supportWojciech Macek2018-02-228-88/+234
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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