aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/format.c
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: Fix minor usage typoAlexander Ziaee2024-12-061-1/+1
* nvmecontrol: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-291-16/+11
* 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-9/+12
* Fix parameter check broken at r350057.Alexander Motin2019-08-031-1/+1
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-011-15/+5
* Tune some commands desctiption.Alexander Motin2019-07-311-8/+8
* Create generic command / arg parsing routinesWarner Losh2019-07-161-51/+97
* 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-12/+4
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-1/+6
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-1/+1
* Add some argument checks to be more user-friendly.Alexander Motin2018-03-131-23/+35
* Add `nvmecontrol format` subcommand.Alexander Motin2018-03-131-0/+175