Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so the | Enji Cooper | 2015-10-25 | 1 | -1/+1 |
* | Revamp camcontrol(8) fwdownload support and add the opcodes subcommand. | Kenneth D. Merry | 2015-08-20 | 5 | -216/+1580 |
* | Fix a few mandoc warnings. | Christian Brueffer | 2015-08-12 | 1 | -1/+0 |
* | Add -b to the devlist usage info, forgotten in r260059. | Christian Brueffer | 2015-07-02 | 1 | -1/+1 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -226/+570 |
| |\ | |||||
| * \ | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 2 | -13/+29 |
| |\ \ | |||||
| * \ \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 5 | -10/+1352 |
| |\ \ \ | |||||
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | | Merge head | Simon J. Gerraty | 2014-04-28 | 3 | -34/+91 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 2 | -1/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge head | Simon J. Gerraty | 2013-09-11 | 3 | -15/+573 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 3 | -16/+799 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 2 | -62/+1109 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 8 | -136/+609 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
* | | | | | | | | | | | Add support for reading MAM attributes to camcontrol(8) and libcam(3). | Kenneth D. Merry | 2015-06-09 | 5 | -2/+684 |
* | | | | | | | | | | | Remove unused variables reported by clang. | Marcelo Araujo | 2015-06-02 | 2 | -5/+2 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Remove End Of Line whitespaces | Baptiste Daroussin | 2015-04-26 | 1 | -3/+3 |
* | | | | | | | | | | Fix minor mdoc issues. | Joel Dahl | 2015-04-24 | 1 | -1/+0 |
* | | | | | | | | | | Add camcontrol subcommands to control APM and AAM levels. | Alexander Motin | 2015-03-19 | 2 | -3/+99 |
* | | | | | | | | | | Make ATA power management commands to work on SCSI HBAs via PASS THROUGH. | Alexander Motin | 2015-03-17 | 1 | -32/+14 |
* | | | | | | | | | | Make sure that the flags for the XPT_DEV_ADVINFO CCB are initialized | Kenneth D. Merry | 2015-02-18 | 1 | -1/+1 |
* | | | | | | | | | | Improve camcontrol(8) handling of drive defect data. | Kenneth D. Merry | 2015-01-08 | 2 | -184/+453 |
* | | | | | | | | | | mdoc: paragraph improvements. | Joel Dahl | 2015-01-04 | 1 | -3/+2 |
* | | | | | | | | | | mdoc: remove EOL whitespace. | Joel Dahl | 2014-12-29 | 1 | -7/+7 |
* | | | | | | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Attempt to report a better error if sanitize is not supported | Bryan Venteicher | 2014-11-09 | 1 | -8/+24 |
* | | | | | | | | | Update CAM CCB accounting for the new status quo. | Alexander Motin | 2014-09-14 | 1 | -2/+2 |
* | | | | | | | | | Fix character case in examples for "camcontrol security" - should be | Gavin Atkinson | 2014-08-31 | 1 | -3/+3 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Add persistent reservation support to camcontrol(8). | Kenneth D. Merry | 2014-07-03 | 5 | -9/+1351 |
* | | | | | | | | use .Mt to mark up email addresses consistently (part1) | Baptiste Daroussin | 2014-06-20 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Add information about supported NCQ functionality to camcontrol identify. | Steven Hartland | 2014-04-24 | 1 | -0/+26 |
* | | | | | | | Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. | Alexander Motin | 2014-01-10 | 1 | -22/+30 |
* | | | | | | | getopt returns an int, not a char, so use the correct data type for | Scott Long | 2013-12-30 | 1 | -1/+1 |
* | | | | | | | Add the '-b' flag to 'camcontrol devlist'. This prints only the existing | Scott Long | 2013-12-29 | 2 | -8/+31 |
* | | | | | | | printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t. | Nathan Whitehorn | 2013-10-30 | 1 | -2/+2 |
* | | | | | | | Fix mode page length calculation to remove last garbage line from the | Alexander Motin | 2013-10-11 | 1 | -2/+2 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fix an inverted check for the master user in "camcontrol security -U". | Mark Johnston | 2013-10-08 | 1 | -1/+1 |
* | | | | | | Fix resource leaks | Ed Maste | 2013-10-07 | 1 | -0/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | - Begin sentence on a new line. | Joel Dahl | 2013-09-07 | 1 | -14/+25 |
* | | | | | Bump .Dd after r255307 and r255310 | Bryan Venteicher | 2013-09-06 | 1 | -1/+1 |
* | | | | | Add firmware downloading support for Samsung drives | Bryan Venteicher | 2013-09-06 | 2 | -0/+4 |
* | | | | | Add camcontrol support for the SCSI sanitize command | Bryan Venteicher | 2013-09-06 | 2 | -1/+544 |
| |_|_|/ |/| | | | |||||
* | | | | Add missing newlines to Fibre Channel attributes output. | Alexander Motin | 2013-08-27 | 1 | -3/+3 |
* | | | | Improve firmware download status check. Previous check was insufficient for | Alexander Motin | 2013-06-14 | 1 | -5/+3 |