summaryrefslogtreecommitdiff
path: root/usr.sbin/camdd
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-29camdd: Use the NVMEV macro instead of expanded versionsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-28camdd: Remove some dead code but also make -E functional.John Baldwin
2023-06-20camdd: Remove set but unused variables.John Baldwin
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-12-19camdd(8): Fix the man page dateGordon Bergling
2020-10-09Fix a few mandoc issuesGordon Bergling
2020-01-10camdd: initialize devs earlierKyle Evans
2019-06-09Fix uninitialized variable in camddChuck Tuffli
2019-06-08Add NVMe support to camdd(8)Chuck Tuffli
2019-05-16Allow loading the same DMA address multiple times without any priorTycho Nightingale
2018-07-30Make timespecadd(3) and friends publicAlan Somers
2018-04-24Use calloc() instead of malloc+bzero.Xin LI
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-23Fix a resource leak in an error case in camdd_buf_sg_create().Kenneth D. Merry
2017-08-22Restructure camdd(8) slightly to make it easier to add support forKenneth D. Merry
2017-03-10Use nitems() from sys/param.h.Marcelo Araujo
2017-03-04usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper
2017-02-23camdd(8): double assignment.Pedro F. Giffuni
2017-01-20Fix misc Coverity defects in camdd(8)Alan Somers
2016-07-20Fix camdd for host-aware and host-managed SMR disks.Alan Somers
2016-05-24Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis
2016-05-19Adjust a couple of error cases in camdd(8).Kenneth D. Merry
2016-05-01usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni
2015-12-31Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo
2015-12-24camadd does not require linking to libsbuf or libbsdxml directlyBaptiste Daroussin
2015-12-03Fix typos in the camdd(8) usage() function output caused by an error inKenneth D. Merry
2015-12-03Use proper LIBADD.Bryan Drewery
2015-12-03DIRDEPS_BUILD: Connect usr.sbin/camddBryan Drewery
2015-12-03Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry