Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix a couple of Coverity Unintended sign extension sign extension | truckman | 2016-05-25 | 1 | -2/+2 | |
* | Fix a couple of new instances of a false positive Coverity buffer | truckman | 2016-05-25 | 2 | -5/+6 | |
* | Fix multiple Coverity Out-of-bounds access false postive issues in CAM | truckman | 2016-05-24 | 4 | -82/+41 | |
* | Add support for managing Shingled Magnetic Recording (SMR) drives. | ken | 2016-05-19 | 7 | -17/+2169 | |
* | camcontrol(8): Fix another trivial double-free | cem | 2016-05-11 | 1 | -1/+3 | |
* | camcontrol(8): Fix trival double-free | cem | 2016-05-11 | 1 | -0/+1 | |
* | Add "camcontrol reprobe" subcommand, and implement it for da(4). | trasz | 2016-05-10 | 2 | -2/+62 | |
* | sbin: minor spelling fixes. | pfg | 2016-04-30 | 1 | -1/+1 | |
* | Remove logically impossible test in scsidoinquiry(..) | ngie | 2016-04-28 | 1 | -3/+0 | |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 | |
* | Explicitly add more files to the 'runtime' package. | gjb | 2016-02-09 | 1 | -0/+1 | |
* | Limit RESOLUTION_MAX to INT_MAX, not UINT_MAX (all spelled out) so the | ngie | 2015-10-25 | 1 | -1/+1 | |
* | Revamp camcontrol(8) fwdownload support and add the opcodes subcommand. | ken | 2015-08-20 | 5 | -216/+1580 | |
* | Fix a few mandoc warnings. | brueffer | 2015-08-12 | 1 | -1/+0 | |
* | Add -b to the devlist usage info, forgotten in r260059. | brueffer | 2015-07-02 | 1 | -1/+1 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+21 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 3 | -226/+570 | |
| |\ | ||||||
| * \ | Merge from head@274682 | sjg | 2014-11-19 | 2 | -13/+29 | |
| |\ \ | ||||||
| * \ \ | Merge head from 7/28 | sjg | 2014-08-19 | 5 | -10/+1352 | |
| |\ \ \ | ||||||
| * | | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 | |
| * | | | | Merge head | sjg | 2014-04-28 | 3 | -34/+91 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge head@256284 | sjg | 2013-10-13 | 2 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge head | sjg | 2013-09-11 | 3 | -15/+573 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 3 | -16/+799 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | sync from head | sjg | 2013-04-12 | 2 | -62/+1109 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 | |
| * | | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 8 | -136/+609 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+22 | |
* | | | | | | | | | | | | | Add support for reading MAM attributes to camcontrol(8) and libcam(3). | ken | 2015-06-09 | 5 | -2/+684 | |
* | | | | | | | | | | | | | Remove unused variables reported by clang. | araujo | 2015-06-02 | 2 | -5/+2 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Remove End Of Line whitespaces | bapt | 2015-04-26 | 1 | -3/+3 | |
* | | | | | | | | | | | | Fix minor mdoc issues. | joel | 2015-04-24 | 1 | -1/+0 | |
* | | | | | | | | | | | | Add camcontrol subcommands to control APM and AAM levels. | mav | 2015-03-19 | 2 | -3/+99 | |
* | | | | | | | | | | | | Make ATA power management commands to work on SCSI HBAs via PASS THROUGH. | mav | 2015-03-17 | 1 | -32/+14 | |
* | | | | | | | | | | | | Make sure that the flags for the XPT_DEV_ADVINFO CCB are initialized | ken | 2015-02-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | Improve camcontrol(8) handling of drive defect data. | ken | 2015-01-08 | 2 | -184/+453 | |
* | | | | | | | | | | | | mdoc: paragraph improvements. | joel | 2015-01-04 | 1 | -3/+2 | |
* | | | | | | | | | | | | mdoc: remove EOL whitespace. | joel | 2014-12-29 | 1 | -7/+7 | |
* | | | | | | | | | | | | Convert sbin/ to LIBADD | bapt | 2014-11-25 | 1 | -2/+1 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Attempt to report a better error if sanitize is not supported | bryanv | 2014-11-09 | 1 | -8/+24 | |
* | | | | | | | | | | | Update CAM CCB accounting for the new status quo. | mav | 2014-09-14 | 1 | -2/+2 | |
* | | | | | | | | | | | Fix character case in examples for "camcontrol security" - should be | gavin | 2014-08-31 | 1 | -3/+3 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Add persistent reservation support to camcontrol(8). | ken | 2014-07-03 | 5 | -9/+1351 | |
* | | | | | | | | | | use .Mt to mark up email addresses consistently (part1) | bapt | 2014-06-20 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Add information about supported NCQ functionality to camcontrol identify. | smh | 2014-04-24 | 1 | -0/+26 | |
* | | | | | | | | | Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. | mav | 2014-01-10 | 1 | -22/+30 | |
* | | | | | | | | | getopt returns an int, not a char, so use the correct data type for | scottl | 2013-12-30 | 1 | -1/+1 |