summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* MFC, r286965:ken2015-08-271-19/+643
* MFC: r285037brueffer2015-07-141-1/+1
* MFC, r284192:ken2015-06-161-1/+26
* MFC r280166:mav2015-03-311-32/+14
* MFC r280249: Add camcontrol subcommands to control APM and AAM levels.mav2015-03-261-2/+75
* MFC r278964:ken2015-02-261-1/+1
* MFC r276835:ken2015-02-031-176/+403
* MFC r274322:bryanv2014-12-091-8/+24
* MFC r271588: Update CAM CCB accounting for the new status quo.mav2014-10-141-2/+2
* MFC r268240 (by ken):mav2014-07-151-7/+28
* MFC r264863smh2014-05-081-0/+26
* MFC r260509:mav2014-05-081-22/+30
* MFC r260059, r260087:scottl2014-01-021-8/+26
* MFC r257345,257382,257388:nwhitehorn2013-12-101-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
* MFprojects/zfsd:mav2012-05-241-1/+20
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-1/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-4/+1
* Spelling fixes for sbin/uqs2012-01-071-1/+1
* In sbin/camcontrol/camcontrol.c, fix a few warnings about format stringsdim2011-12-161-7/+7
* Add firmware update support for SCSI devices.emaste2011-11-251-27/+18
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-4/+4
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-8/+11
* Fix WWN printing in `camcontrol identify` output.mav2011-08-191-1/+1
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-9/+10
* When calling XPT_REL_SIMQ to ajust number of openings, do not try to reallymav2011-04-201-0/+1
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-101-12/+34
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-11/+1321
* When doing a camcontrol rescan all or a camcontrol reset all, use the wildcardrstone2010-11-191-0/+1
* r214781 caused the timer value to be rounded down, so that if the user askedbrucec2010-11-041-6/+4
* Fix standby timer calculation: the timer was being set 30 minutes laterbrucec2010-11-041-1/+8
* Do some whitespace and `identify` output cleanup.mav2010-10-251-50/+57
* Stop disallowing device nodes to be passed to camcontrol(8) since libcambrucec2010-10-191-9/+1
OpenPOWER on IntegriCloud