aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/wdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use K&R style prototypes; ANSIfy themEnji Cooper2017-03-281-3/+3
* Use ssize_t instead of uint32_t to prevent warnings about a comparisonWarner Losh2017-02-051-1/+2
* 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-041-0/+341