aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/firmware.c
Commit message (Expand)AuthorAgeFilesLines
* Check for special status code from FIRMWARE_ACTIVATE commandJim Harris2013-11-121-11/+24
* 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
* 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-091-90/+62
* Fix printf argument mismatch reported by gcc on i386.Jim Harris2013-07-041-2/+2
* Add firmware replacement and activation support to nvmecontrol(8) throughJim Harris2013-06-271-0/+335