aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/reset.c
Commit message (Expand)AuthorAgeFilesLines
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-1/+2
* Use proper variable for device path.Alexander Motin2020-10-281-1/+1
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-201-1/+9
* Fix various Coverity-detected errors in nvmecontrolDavid Bright2020-04-021-1/+2
* Tune some commands desctiption.Alexander Motin2019-07-311-1/+1
* Create generic command / arg parsing routinesWarner Losh2019-07-161-16/+22
* Const poison the command interfaceWarner Losh2018-12-061-1/+1
* Usage cleanup pt 2Warner Losh2018-12-021-1/+1
* Usage cleanup pt 1Warner Losh2018-12-021-11/+3
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-1/+6
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-091-9/+5
* Ensure that a device node is specified when invoking the identify or resetJim Harris2013-06-261-0/+4
* Break out code related to the reset command into a separate source file.Jim Harris2013-06-261-0/+71