summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-095-2/+684
* Remove unused variables reported by clang.araujo2015-06-022-5/+2
* Remove End Of Line whitespacesbapt2015-04-261-3/+3
* Fix minor mdoc issues.joel2015-04-241-1/+0
* Add camcontrol subcommands to control APM and AAM levels.mav2015-03-192-3/+99
* 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-082-184/+453
* mdoc: paragraph improvements.joel2015-01-041-3/+2
* mdoc: remove EOL whitespace.joel2014-12-291-7/+7
* Convert sbin/ to LIBADDbapt2014-11-251-2/+1
* 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
* Fix character case in examples for "camcontrol security" - should begavin2014-08-311-3/+3
* Add persistent reservation support to camcontrol(8).ken2014-07-035-9/+1351
* use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-1/+1
* 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-292-8/+31
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.nwhitehorn2013-10-301-2/+2
* Fix mode page length calculation to remove last garbage line from themav2013-10-111-2/+2
* Fix an inverted check for the master user in "camcontrol security -U".markj2013-10-081-1/+1
* Fix resource leaksemaste2013-10-071-0/+2
* - Begin sentence on a new line.joel2013-09-071-14/+25
* Bump .Dd after r255307 and r255310bryanv2013-09-061-1/+1
* Add firmware downloading support for Samsung drivesbryanv2013-09-062-0/+4
* Add camcontrol support for the SCSI sanitize commandbryanv2013-09-062-1/+544
* Add missing newlines to Fibre Channel attributes output.mav2013-08-271-3/+3
* Improve firmware download status check. Previous check was insufficient formav2013-06-141-5/+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
* mdoc: remove superfluous paragraph macro.joel2013-04-251-2/+0
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-252-2/+785
* Remove contractions.joel2013-04-111-1/+1
* Prevent the creation of an unused variable.ed2013-04-081-1/+1
* mdoc: new sentence should be on a new line. Also remove EOL whitespace whilejoel2013-04-061-3/+4
* mdoc: remove superfluous paragraph macro.joel2013-04-051-3/+0
* Adds security options to camcontrol this includes the ability to secure erasesmh2013-04-042-61/+1110
* More -Wmissing-variable-declarations fixes.ed2012-10-194-14/+15
* 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-222-7/+68
* Add progress.c and progress.h, missed in the previous commit to camcontrol.scottl2012-06-202-0/+246
* Update the 'fwdownload' command to also flash disks connected over anscottl2012-06-204-66/+167
* Minor spelling fixes.joel2012-06-051-2/+2
* Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBEmav2012-06-042-3/+11
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-43/+93
OpenPOWER on IntegriCloud