aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/ns.c
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: add newlines where needed for ns command printfsWarner Losh2024-04-171-5/+5
* nvmecontrol(8): Fix typo in ns.cYu-Sheng Ma2024-02-131-1/+1
* nvmecontrol: Use NVMEF macro to construct fieldsJohn Baldwin2024-01-291-14/+9
* nvmecontrol: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-291-26/+13
* 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
* nvmecontrol: Fix default ns create parameters.Alexander Motin2023-03-091-19/+37
* Correct a typo in a string literal.Jens Schweikhardt2022-06-071-1/+1
* nvmecontrol(8): Fix a typo in an error messageGordon Bergling2022-06-041-1/+1
* Partially revert previous commit.Alexander Motin2021-07-141-3/+3
* For ns identify/delete allow nsid of 0xffffffff.Alexander Motin2021-07-141-6/+6
* Improve nvmecontrol error reporting.Alexander Motin2020-11-131-41/+51
* Use proper variable for device path.Alexander Motin2020-10-281-2/+2
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-201-35/+119
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-201-5/+5
* Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin2019-08-011-1/+1
* Feature-complete NVMe Namespace Management.Alexander Motin2019-07-311-17/+363
* Create generic command / arg parsing routinesWarner Losh2019-07-161-164/+256
* Regularize the Netflix copyrightWarner Losh2019-02-041-1/+1
* Const poison the command interfaceWarner Losh2018-12-061-13/+13
* Dynamically load .so modules to expand functionalityWarner Losh2018-12-061-1/+1
* Usage cleanup pt 2Warner Losh2018-12-021-6/+6
* Usage cleanup pt 1Warner Losh2018-12-021-56/+24
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-9/+13
* Make NVMe compatible with the original APIChuck Tuffli2018-08-221-6/+6
* Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin2018-05-051-0/+474