aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/comnd.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-181-1/+1
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-1/+1
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-141-1/+1
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-6/+7
* Assume all the short args have optional args so allocate space for theWarner Losh2019-09-111-1/+1
* Fix usage printing for nested subcommands.Alexander Motin2019-07-311-2/+15
* Fix several related coverity issues:Warner Losh2019-07-241-1/+5
* Create generic command / arg parsing routinesWarner Losh2019-07-161-0/+326