aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-169-9/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1621-42/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* nvmecontrol: fix typosAndrius V2023-08-032-2/+2
* nvmecontrol.8: Fix a few formatting nits.John Baldwin2023-07-141-1/+2
* nvmecontrol: Fix typosElyes Haouas2023-06-022-2/+2
* nvmecontrol: Fix power subcommand output.Alexander Motin2023-05-151-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1223-23/+23
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* nvmecontrol(8): fix resv register -i synopsisYuri Pankov2023-03-271-2/+2
* nvme: fix resv commands with nda deviceYuri Pankov2023-03-271-0/+4
* nvmecontrol: Fix default ns create parameters.Alexander Motin2023-03-091-19/+37
* nvmecontrol: Fix IEEE OUI Identifier outputWanpeng Qian2022-11-201-1/+1
* nvmecontrol: Fix condition when print number of Firmware Slots and Firmware S...Wanpeng Qian2022-11-151-10/+2
* nvmecontrol: fix wrong temperature unit for INTEL SSDs.Wanpeng Qian2022-11-114-10/+16
* pkgbase: Put nvmecontrol in its own packageEmmanuel Vadot2022-10-262-2/+2
* nvmecontrol: use uintmax_t for a sizeWarner Losh2022-10-081-1/+1
* nvmecontrol: improve namespace size unit of devlist command outputWanpeng Qian2022-10-072-6/+39
* nvmecontrol: Apply castCy Schubert2022-10-061-2/+2
* nvmecontrol: Fix i386 buildCy Schubert2022-10-061-2/+2
* nvmecontrol: Add Samsung Extended SMART Information logpage supportWanpeng Qian2022-10-064-2/+175
* nvmecontrol wdc: Don't pass a bogus pointer to free().John Baldwin2022-10-031-3/+3
* nvmecontrol wdc: Remove unused but set variable.John Baldwin2022-10-031-3/+1
* 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
* nvme: fix spelling of NamespaceChuck Tuffli2022-02-211-1/+1
* nvmecontrol: Display Metadata and Sanitize capabilities of the deviceAllan Jude2021-09-212-1/+43
* Partially revert previous commit.Alexander Motin2021-07-141-3/+3
* For ns identify/delete allow nsid of 0xffffffff.Alexander Motin2021-07-141-6/+6
* Filter out LBA formats with LBA Data Size of 0.Alexander Motin2021-07-141-0/+2
* nvmecontrol: document power commandWarner Losh2021-07-101-1/+32
* nvmecontrol: fix typo (s/Managment/Management/)Edward Tomasz Napierala2021-05-071-1/+1
* nvmecontrol: update copyright on passthru commandWarner Losh2021-05-061-2/+1
* nvmecontrol: Report status from passthru commandsWarner Losh2021-05-061-1/+2
* Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0Dimitry Andric2021-01-081-1/+1
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-084-1/+263
* nvmecontrol(8): Fix a few mandoc related issues and add a SEE ALSO sectionGordon Bergling2020-12-191-5/+9
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-182-2/+5
* [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4Adrian Chadd2020-11-171-4/+4
* Stop using NVME_MAX_XFER_SIZE constant.Alexander Motin2020-11-172-10/+14
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-153-11/+4
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-1/+1
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-143-4/+11
* Improve nvmecontrol error reporting.Alexander Motin2020-11-1316-143/+180
* Use proper variable for device path.Alexander Motin2020-10-283-4/+4
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+1
* Fix nvmecontrol logpage -i parameter.Alexander Motin2020-10-151-1/+1
* Use intmax_t to print uint64_t values.Warner Losh2020-10-071-2/+2
* nvmecontrol: Update wdc module for newer WDC NVMe productsWarner Losh2020-10-071-19/+206