| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r317774, r317776 | ken | 2017-05-08 | 1 | -5/+102 |
* | MFC r315711: Fix printing bits above first eight. | mav | 2017-03-29 | 1 | -4/+4 |
* | MFC r314964: Decode modern PIM flags. | mav | 2017-03-23 | 1 | -0/+12 |
* | MFC r313893 | ken | 2017-02-24 | 1 | -86/+161 |
* | MFC r312228: Make `camcontrol cmd ... -i ...` return only valid bytes. | mav | 2017-01-29 | 1 | -5/+9 |
* | MFC r311636: Make 'camcontrol modepage' support subpages. | mav | 2017-01-21 | 1 | -27/+31 |
* | MFC r309374, r309513, r309839, r309840: | ken | 2016-12-16 | 1 | -1/+22 |
* | MFC r307684, r307747 | ken | 2016-12-12 | 1 | -53/+67 |
* | MFC r304751: Fix minor copy/paste bug. | mav | 2016-08-31 | 1 | -1/+1 |
* | Fix a couple of Coverity Unintended sign extension sign extension | truckman | 2016-05-25 | 1 | -2/+2 |
* | Fix multiple Coverity Out-of-bounds access false postive issues in CAM | truckman | 2016-05-24 | 1 | -70/+35 |
* | Add support for managing Shingled Magnetic Recording (SMR) drives. | ken | 2016-05-19 | 1 | -6/+205 |
* | 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 | 1 | -1/+46 |
* | Remove logically impossible test in scsidoinquiry(..) | ngie | 2016-04-28 | 1 | -3/+0 |
* | Revamp camcontrol(8) fwdownload support and add the opcodes subcommand. | ken | 2015-08-20 | 1 | -19/+643 |
* | Add -b to the devlist usage info, forgotten in r260059. | brueffer | 2015-07-02 | 1 | -1/+1 |
* | Add support for reading MAM attributes to camcontrol(8) and libcam(3). | ken | 2015-06-09 | 1 | -1/+26 |
* | Remove unused variables reported by clang. | araujo | 2015-06-02 | 1 | -2/+1 |
* | Add camcontrol subcommands to control APM and AAM levels. | mav | 2015-03-19 | 1 | -2/+75 |
* | 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 | 1 | -176/+403 |
* | 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 |
* | Add persistent reservation support to camcontrol(8). | ken | 2014-07-03 | 1 | -7/+28 |
* | 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 |
* | Add the '-b' flag to 'camcontrol devlist'. This prints only the existing | scottl | 2013-12-29 | 1 | -8/+26 |
* | printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t. | nwhitehorn | 2013-10-30 | 1 | -2/+2 |
* | Fix an inverted check for the master user in "camcontrol security -U". | markj | 2013-10-08 | 1 | -1/+1 |
* | Add camcontrol support for the SCSI sanitize command | bryanv | 2013-09-06 | 1 | -1/+421 |
* | Add missing newlines to Fibre Channel attributes output. | mav | 2013-08-27 | 1 | -3/+3 |
* | Fix build after r251654. | mav | 2013-06-12 | 1 | -4/+4 |
* | Use CAM_DIR_NONE for requests without data. | mav | 2013-06-12 | 1 | -4/+4 |
* | sbin/camcontrol/camcontrol.c | asomers | 2013-05-15 | 1 | -2/+6 |
* | Adds Host Protected Area (HPA) support for ATA disks to camcontrol | smh | 2013-04-25 | 1 | -1/+681 |
* | Prevent the creation of an unused variable. | ed | 2013-04-08 | 1 | -1/+1 |
* | Adds security options to camcontrol this includes the ability to secure erase | smh | 2013-04-04 | 1 | -61/+951 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -3/+4 |
* | Check the return value of sbuf_finish(). | jh | 2012-08-23 | 1 | -2/+8 |
* | Avoid segfault in the 'smpphylist' subcommand. | pluknet | 2012-08-20 | 1 | -1/+1 |
* | In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize the | dim | 2012-08-05 | 1 | -1/+1 |
* | Change 'camcontrol defects' to first probe a drive to find out how much | ken | 2012-06-22 | 1 | -7/+66 |
* | Update the 'fwdownload' command to also flash disks connected over an | scottl | 2012-06-20 | 1 | -1/+22 |
* | Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE | mav | 2012-06-04 | 1 | -2/+7 |
* | Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ. | mav | 2012-06-02 | 1 | -43/+93 |
* | Add missing flag enable when certain arguments are parsed | eadler | 2012-05-30 | 1 | -0/+1 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 1 | -1/+20 |