summaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_test.c
Commit message (Expand)AuthorAgeFilesLines
* sys: 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
* nvme: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Fix various Coverity-detected errors in nvme driverDavid Bright2020-05-021-1/+3
* Remove #ifdef code to support FreeBSD versions that haven't beenWarner Losh2019-02-271-23/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extend some 32-bit fields and variables to 64-bit to prevent overflowJim Harris2013-10-081-4/+4
* Update copyright dates.Jim Harris2013-07-091-1/+1
* Change a number of malloc(9) calls to use M_WAITOK instead ofJim Harris2013-03-261-4/+4
* Create struct nvme_status.Jim Harris2013-03-261-2/+2
* Revert r244549.Jim Harris2013-01-071-2/+2
* Put kthreads under curproc so they are attached to nvmecontrol ratherJim Harris2012-12-211-2/+2
* This is the first of several commits which will add NVM Express (NVMe)Jim Harris2012-09-171-0/+305