summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so thengie2015-10-251-1/+1
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.ken2015-08-205-216/+1580
* Fix a few mandoc warnings.brueffer2015-08-121-1/+0
* Add -b to the devlist usage info, forgotten in r260059.brueffer2015-07-021-1/+1
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-226/+570
| |\
| * \ Merge from head@274682sjg2014-11-192-13/+29
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-195-10/+1352
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+0
| * | | | Updated dependenciessjg2014-05-101-0/+2
| * | | | Merge headsjg2014-04-283-34/+91
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-132-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge headsjg2013-09-113-15/+573
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headsjg2013-09-053-16/+799
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ sync from headsjg2013-04-122-62/+1109
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-048-136/+609
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud