aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace bugsEnji Cooper2017-07-101-390/+387
* Fix -Wuninitialized warning with gccEnji Cooper2017-07-101-1/+1
* New command 'mmcsdcmd' for camcontrol, to allow interacting with SD cardsWarner Losh2017-07-091-1/+302
* Fix integer overflow in "camcontrol format"Alan Somers2017-05-311-3/+3
* When editing a mode page on a tape drive, do not clear the deviceKenneth D. Merry2017-05-051-1/+14
* Bump the camcontrol(8) man page date.Kenneth D. Merry2017-05-031-1/+1
* Add the ability to rescan or reset devices specified by peripheralKenneth D. Merry2017-05-032-10/+115
* Fix memory leaks in camcontrolAlan Somers2017-05-031-9/+6
* Fix camcontrol timestamp setting and update the man page.Kenneth D. Merry2017-05-012-5/+11
* Fix printing bits above first eight.Alexander Motin2017-03-221-4/+4
* Decode modern PIM flags.Alexander Motin2017-03-091-0/+12
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-179-159/+260
* Misc Coverity fixes in camcontrol(8)Alan Somers2017-01-204-7/+28
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-9/+9
* Make `camcontrol cmd ... -i ...` return only valid bytes.Alexander Motin2017-01-151-5/+9
* Add checks for received mode page length.Alexander Motin2017-01-101-3/+6
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-074-139/+187
* Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-1/+8
* 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-015-3/+586
* Fix a problem in camcontrol(8) that cropped up with r307684.Kenneth D. Merry2016-10-211-54/+66
* For CCBs allocated on the stack, we need to clear the entire CCB, not justKenneth D. Merry2016-10-201-1/+3
* Fix minor copy/paste bug.Alexander Motin2016-08-241-1/+1
* Fix a couple of Coverity Unintended sign extension sign extensionDon Lewis2016-05-251-2/+2
* Fix a couple of new instances of a false positive Coverity bufferDon Lewis2016-05-252-5/+6
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-244-82/+41
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-197-17/+2169
* camcontrol(8): Fix another trivial double-freeConrad Meyer2016-05-111-1/+3
* camcontrol(8): Fix trival double-freeConrad Meyer2016-05-111-0/+1
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-102-2/+62
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Remove logically impossible test in scsidoinquiry(..)Enji Cooper2016-04-281-3/+0
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so theEnji Cooper2015-10-251-1/+1
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-205-216/+1580
* Fix a few mandoc warnings.Christian Brueffer2015-08-121-1/+0
* Add -b to the devlist usage info, forgotten in r260059.Christian Brueffer2015-07-021-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-226/+570
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-192-13/+29
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-195-10/+1352
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Merge headSimon J. Gerraty2014-04-283-34/+91
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-132-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge headSimon J. Gerraty2013-09-113-15/+573
| |\ \ \ \ \ \