aboutsummaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/perftest.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
* Size is unsigned, so remove the test entirely.Warner Losh2019-09-251-4/+0
* After my comnd changes, the number of threads and size weren't set. InWarner Losh2019-09-251-2/+8
* Tune some commands desctiption.Alexander Motin2019-07-311-1/+1
* Create generic command / arg parsing routinesWarner Losh2019-07-161-93/+100
* Const poison the command interfaceWarner Losh2018-12-061-1/+1
* Usage cleanup pt 2Warner Losh2018-12-021-4/+4
* Usage cleanup pt 1Warner Losh2018-12-021-15/+8
* Move nvmecontrol to using linker sets for commandsWarner Losh2018-12-021-1/+9
* NVMe: Add big-endian supportWojciech Macek2018-02-221-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Do not exit with error status after printing data for perftest.Jim Harris2013-11-011-2/+0
* Extend some 32-bit fields and variables to 64-bit to prevent overflowJim Harris2013-10-081-5/+7
* Incorporate feedback from bde@ based on r252672 changes:Jim Harris2013-07-091-10/+5
* Break out code related to the perftest command into a separate file.Jim Harris2013-06-261-0/+181