aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Print ZAC device type in "camcontrol identify" outputAlan Somers2017-11-201-0/+12
* 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
* Add the ability to rescan or reset devices specified by peripheralKenneth D. Merry2017-05-031-5/+102
* 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-171-86/+161
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-4/+4
* Make `camcontrol cmd ... -i ...` return only valid bytes.Alexander Motin2017-01-151-5/+9
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-071-27/+31
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-011-1/+22
* 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 multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-70/+35
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-6/+205
* 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-101-1/+46
* Remove logically impossible test in scsidoinquiry(..)Enji Cooper2016-04-281-3/+0
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-201-19/+643
* Add -b to the devlist usage info, forgotten in r260059.Christian Brueffer2015-07-021-1/+1
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-1/+26
* Remove unused variables reported by clang.Marcelo Araujo2015-06-021-2/+1
* Add camcontrol subcommands to control APM and AAM levels.Alexander Motin2015-03-191-2/+75
* Make ATA power management commands to work on SCSI HBAs via PASS THROUGH.Alexander Motin2015-03-171-32/+14
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-1/+1
* Improve camcontrol(8) handling of drive defect data.Kenneth D. Merry2015-01-081-176/+403
* Attempt to report a better error if sanitize is not supportedBryan Venteicher2014-11-091-8/+24
* Update CAM CCB accounting for the new status quo.Alexander Motin2014-09-141-2/+2
* Add persistent reservation support to camcontrol(8).Kenneth D. Merry2014-07-031-7/+28
* Add information about supported NCQ functionality to camcontrol identify.Steven Hartland2014-04-241-0/+26
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.Alexander Motin2014-01-101-22/+30
* getopt returns an int, not a char, so use the correct data type forScott Long2013-12-301-1/+1
* Add the '-b' flag to 'camcontrol devlist'. This prints only the existingScott Long2013-12-291-8/+26
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.Nathan Whitehorn2013-10-301-2/+2
* Fix an inverted check for the master user in "camcontrol security -U".Mark Johnston2013-10-081-1/+1
* Add camcontrol support for the SCSI sanitize commandBryan Venteicher2013-09-061-1/+421
* Add missing newlines to Fibre Channel attributes output.Alexander Motin2013-08-271-3/+3
* Fix build after r251654.Alexander Motin2013-06-121-4/+4
* Use CAM_DIR_NONE for requests without data.Alexander Motin2013-06-121-4/+4
* sbin/camcontrol/camcontrol.cAlan Somers2013-05-151-2/+6
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolSteven Hartland2013-04-251-1/+681
* Prevent the creation of an unused variable.Ed Schouten2013-04-081-1/+1
* Adds security options to camcontrol this includes the ability to secure eraseSteven Hartland2013-04-041-61/+951
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+4
* Check the return value of sbuf_finish().Jaakko Heinonen2012-08-231-2/+8
* Avoid segfault in the 'smpphylist' subcommand.Sergey Kandaurov2012-08-201-1/+1