aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/camdd
Commit message (Expand)AuthorAgeFilesLines
* camdd: initialize devs earlierKyle Evans2020-01-101-2/+2
* Fix uninitialized variable in camddChuck Tuffli2019-06-091-1/+1
* Add NVMe support to camdd(8)Chuck Tuffli2019-06-081-0/+141
* Allow loading the same DMA address multiple times without any priorTycho Nightingale2019-05-161-1/+0
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-18/+1
* Use calloc() instead of malloc+bzero.Xin LI2018-04-241-7/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix a resource leak in an error case in camdd_buf_sg_create().Kenneth D. Merry2017-08-231-0/+10
* Restructure camdd(8) slightly to make it easier to add support forKenneth D. Merry2017-08-221-95/+204
* Use nitems() from sys/param.h.Marcelo Araujo2017-03-101-2/+1
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* camdd(8): double assignment.Pedro F. Giffuni2017-02-231-4/+0
* Fix misc Coverity defects in camdd(8)Alan Somers2017-01-201-22/+15
* Fix camdd for host-aware and host-managed SMR disks.Alan Somers2016-07-201-0/+1
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-6/+3
* Adjust a couple of error cases in camdd(8).Kenneth D. Merry2016-05-191-3/+6
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2015-12-311-5/+0
* camadd does not require linking to libsbuf or libbsdxml directlyBaptiste Daroussin2015-12-241-1/+1
* Fix typos in the camdd(8) usage() function output caused by an error inKenneth D. Merry2015-12-031-1/+1
* Use proper LIBADD.Bryan Drewery2015-12-031-2/+1
* DIRDEPS_BUILD: Connect usr.sbin/camddBryan Drewery2015-12-031-0/+25
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-033-0/+3722