summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319337:asomers2017-07-051-3/+3
* MFC r317774, r317776ken2017-05-081-5/+102
* MFC r315711: Fix printing bits above first eight.mav2017-03-291-4/+4
* MFC r314964: Decode modern PIM flags.mav2017-03-231-0/+12
* MFC r313893ken2017-02-241-86/+161
* MFC r312228: Make `camcontrol cmd ... -i ...` return only valid bytes.mav2017-01-291-5/+9
* MFC r311636: Make 'camcontrol modepage' support subpages.mav2017-01-211-27/+31
* MFC r309374, r309513, r309839, r309840:ken2016-12-161-1/+22
* MFC r307684, r307747ken2016-12-121-53/+67
* MFC r304751: Fix minor copy/paste bug.mav2016-08-311-1/+1
* Fix a couple of Coverity Unintended sign extension sign extensiontruckman2016-05-251-2/+2
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMtruckman2016-05-241-70/+35
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-6/+205
* camcontrol(8): Fix trival double-freecem2016-05-111-0/+1
* Add "camcontrol reprobe" subcommand, and implement it for da(4).trasz2016-05-101-1/+46
* Remove logically impossible test in scsidoinquiry(..)ngie2016-04-281-3/+0
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.ken2015-08-201-19/+643
* Add -b to the devlist usage info, forgotten in r260059.brueffer2015-07-021-1/+1
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-091-1/+26
* Remove unused variables reported by clang.araujo2015-06-021-2/+1
* Add camcontrol subcommands to control APM and AAM levels.mav2015-03-191-2/+75
* Make ATA power management commands to work on SCSI HBAs via PASS THROUGH.mav2015-03-171-32/+14
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-181-1/+1
* Improve camcontrol(8) handling of drive defect data.ken2015-01-081-176/+403
* Attempt to report a better error if sanitize is not supportedbryanv2014-11-091-8/+24
* Update CAM CCB accounting for the new status quo.mav2014-09-141-2/+2
* Add persistent reservation support to camcontrol(8).ken2014-07-031-7/+28
* Add information about supported NCQ functionality to camcontrol identify.smh2014-04-241-0/+26
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.mav2014-01-101-22/+30
* getopt returns an int, not a char, so use the correct data type forscottl2013-12-301-1/+1
* Add the '-b' flag to 'camcontrol devlist'. This prints only the existingscottl2013-12-291-8/+26
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.nwhitehorn2013-10-301-2/+2
* Fix an inverted check for the master user in "camcontrol security -U".markj2013-10-081-1/+1
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-061-1/+421
* Add missing newlines to Fibre Channel attributes output.mav2013-08-271-3/+3
* Fix build after r251654.mav2013-06-121-4/+4
* Use CAM_DIR_NONE for requests without data.mav2013-06-121-4/+4
* sbin/camcontrol/camcontrol.casomers2013-05-151-2/+6
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-251-1/+681
* Prevent the creation of an unused variable.ed2013-04-081-1/+1
* Adds security options to camcontrol this includes the ability to secure erasesmh2013-04-041-61/+951
* More -Wmissing-variable-declarations fixes.ed2012-10-191-3/+4
* Check the return value of sbuf_finish().jh2012-08-231-2/+8
* Avoid segfault in the 'smpphylist' subcommand.pluknet2012-08-201-1/+1
* In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize thedim2012-08-051-1/+1
* Change 'camcontrol defects' to first probe a drive to find out how muchken2012-06-221-7/+66
* Update the 'fwdownload' command to also flash disks connected over anscottl2012-06-201-1/+22
* Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBEmav2012-06-041-2/+7
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-43/+93
* Add missing flag enable when certain arguments are parsedeadler2012-05-301-0/+1
OpenPOWER on IntegriCloud