| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent the creation of an unused variable. | ed | 2013-04-08 | 1 | -1/+1 |
* | mdoc: new sentence should be on a new line. Also remove EOL whitespace while | joel | 2013-04-06 | 1 | -3/+4 |
* | mdoc: remove superfluous paragraph macro. | joel | 2013-04-05 | 1 | -3/+0 |
* | Adds security options to camcontrol this includes the ability to secure erase | smh | 2013-04-04 | 2 | -61/+1110 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 4 | -14/+15 |
* | 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 | 2 | -7/+68 |
* | Add progress.c and progress.h, missed in the previous commit to camcontrol. | scottl | 2012-06-20 | 2 | -0/+246 |
* | Update the 'fwdownload' command to also flash disks connected over an | scottl | 2012-06-20 | 4 | -66/+167 |
* | Minor spelling fixes. | joel | 2012-06-05 | 1 | -2/+2 |
* | Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE | mav | 2012-06-04 | 2 | -3/+11 |
* | 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 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -2/+2 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -1/+0 |
* | Fix build when RELEASE_CRUNCH is defined. | nyan | 2012-01-29 | 1 | -2/+2 |
* | 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 | 2 | -6/+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 missing static keywords to global variables in camcontrol. | ed | 2011-12-11 | 2 | -13/+13 |
* | Restore comment with credit to Marc Frajola. | emaste | 2011-12-02 | 1 | -0/+9 |
* | Fix build. | delphij | 2011-11-25 | 1 | -1/+1 |
* | Add firmware update support for SCSI devices. | emaste | 2011-11-25 | 6 | -29/+488 |
* | 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 |
* | The camcontrol smppc option to clear a PHY error log is 'clearerrlog', | ken | 2011-01-05 | 1 | -1/+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 | 2 | -12/+1538 |
* | 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 | 2 | -12/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -6/+0 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+2 |
* | Spelling fixes. | joel | 2010-07-31 | 1 | -1/+1 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -0/+10 |
* | Correct explanation for idle and standby subcommands' -t argument. | mav | 2010-07-01 | 1 | -5/+7 |
* | Initialize variables before usage. | uqs | 2010-06-11 | 1 | -0/+1 |
* | 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 | 2 | -3/+21 |
* | 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 |