| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add CAM infrastructure to allow reporting when a drive's long read capacity | ken | 2012-01-26 | 1 | -1/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -4/+1 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | In sbin/camcontrol/camcontrol.c, fix a few warnings about format strings | dim | 2011-12-16 | 1 | -7/+7 |
* | Add firmware update support for SCSI devices. | emaste | 2011-11-25 | 1 | -27/+18 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -4/+4 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -8/+11 |
* | Fix WWN printing in `camcontrol identify` output. | mav | 2011-08-19 | 1 | -1/+1 |
* | Lay groundwork in CAM for recording and reporting physical path and | gibbs | 2011-06-14 | 1 | -9/+10 |
* | When calling XPT_REL_SIMQ to ajust number of openings, do not try to really | mav | 2011-04-20 | 1 | -0/+1 |
* | Fix a few issues related to the XPT_GDEV_ADVINFO CCB. | ken | 2010-12-10 | 1 | -12/+34 |
* | Add Serial Management Protocol (SMP) passthrough support to CAM. | ken | 2010-11-30 | 1 | -11/+1321 |
* | When doing a camcontrol rescan all or a camcontrol reset all, use the wildcard | rstone | 2010-11-19 | 1 | -0/+1 |
* | r214781 caused the timer value to be rounded down, so that if the user asked | brucec | 2010-11-04 | 1 | -6/+4 |
* | Fix standby timer calculation: the timer was being set 30 minutes later | brucec | 2010-11-04 | 1 | -1/+8 |
* | Do some whitespace and `identify` output cleanup. | mav | 2010-10-25 | 1 | -50/+57 |
* | Stop disallowing device nodes to be passed to camcontrol(8) since libcam | brucec | 2010-10-19 | 1 | -9/+1 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -0/+10 |
* | Make SATA XPT negotiate and enable some additional SATA features, such as: | mav | 2010-05-02 | 1 | -0/+4 |
* | Add -d and -f arguments to `camcontrol cmd`, to execute DMA ATA commands. | mav | 2010-05-02 | 1 | -2/+14 |
* | Improve output for controllers that doesn't report SATA speed. | mav | 2010-02-22 | 1 | -0/+2 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 1 | -2/+14 |
* | - Add -v argument to `camcontrol identify` command. It makes camcontrol | mav | 2010-01-20 | 1 | -15/+32 |
* | MFp4: | mav | 2009-11-26 | 1 | -51/+69 |
* | MFp4: | mav | 2009-11-24 | 1 | -14/+69 |
* | Fix variable type. | mav | 2009-11-09 | 1 | -1/+1 |
* | Add support for ATA Power Management. | mav | 2009-11-09 | 1 | -2/+110 |
* | MFp4: | mav | 2009-11-04 | 1 | -0/+4 |
* | MFp4: | mav | 2009-10-31 | 1 | -40/+57 |
* | Fethch more information from IDENTIFY result. | mav | 2009-09-27 | 1 | -15/+48 |
* | MFp4: | mav | 2009-09-22 | 1 | -12/+11 |
* | Add to `camcontrol cmd` support for sending arbitrary ATA commands. | mav | 2009-09-04 | 1 | -48/+122 |
* | Short ATA command format has 28bit address, not 36bit. | mav | 2009-08-30 | 1 | -2/+2 |
* | MFp4: | mav | 2009-08-30 | 1 | -27/+120 |
* | Fix alignment issue with ATA IDENTIFY structure. | scottl | 2009-07-10 | 1 | -11/+11 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 1 | -5/+256 |
* | Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommand | ken | 2007-09-08 | 1 | -2/+230 |
* | typo: s/tranport layer/transport layer/ | wilko | 2007-01-28 | 1 | -2/+2 |