aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Use present now scsi_mode_sense_subpage().Alexander Motin2019-07-291-9/+2
* Fix camcontrol timestamp setting and update the man page.Kenneth D. Merry2017-05-011-1/+7
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-171-17/+18
* Misc Coverity fixes in camcontrol(8)Alan Somers2017-01-201-0/+4
* Cut to the chase and just call free instead of free(x) + x = NULLEnji Cooper2016-12-101-10/+3
* free/NULL out variables prior to calling strdup to avoid leaking memoryEnji Cooper2016-12-101-0/+10
* [camcontrol] init ts=0 to quieten gcc.Adrian Chadd2016-12-031-1/+1
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-011-0/+494