| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary if/else block, both branches are identical. We can |  fcambus | 2018-11-02 | 1 | -9/+4 |
* | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 1 | -2/+2 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 2 | -4/+2 |
* | Repair flushcache/standby operations to not convert AT_WAIT operations |  deraadt | 2017-12-14 | 1 | -12/+4 |
* | remove defines for ioctls the kernel doesn't recognise |  jsg | 2017-10-24 | 1 | -28/+1 |
* | Use the correct argument to sizeof. Coverity CID 1453382. |  jsg | 2017-08-23 | 1 | -2/+2 |
* | add some details relating to SATA device power management |  jmatthew | 2017-05-31 | 1 | -3/+19 |
* | fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits |  jmatthew | 2017-05-31 | 1 | -2/+4 |
* | Add an ioctl to tell storage devices to flush their internal caches |  sf | 2017-05-29 | 1 | -10/+26 |
* | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 2017-05-04 | 1 | -3/+3 |
* | Fix size passed to free(), found the hard way by Nick Permyakov |  jca | 2016-03-15 | 1 | -2/+2 |
* | Set segflg member of uio struct with symbolic enum value |  stefan | 2016-01-20 | 1 | -2/+2 |
* | Fix typo in comment. |  kettenis | 2016-01-03 | 1 | -2/+2 |
* | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor |  kettenis | 2015-12-29 | 2 | -2/+25 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -5/+5 |
* | trivial size to free() |  deraadt | 2015-08-26 | 1 | -2/+2 |
* | The 80's called and want their interface back. Remove last fragments of |  krw | 2015-08-17 | 4 | -14/+10 |
* | rename the probe and free members of atascsi_methods to ata_probe |  dlg | 2015-05-15 | 2 | -7/+7 |
* | Use config_suspend() instead of dereferencing ca_activate directly to |  mpi | 2015-04-04 | 1 | -6/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 3 | -7/+3 |
* | remove the second void * argument on tasks. |  dlg | 2015-01-27 | 1 | -5/+5 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -5/+5 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 3 | -6/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -8/+8 |
* | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg |  deraadt | 2014-07-10 | 1 | -3/+1 |
* | Kill unused shutdown hook pointers. |  mpi | 2014-07-09 | 1 | -2/+1 |
* | replace workq_task_add with a task. stash teh struct in the ata xfer thing |  dlg | 2013-12-09 | 2 | -7/+11 |
* | teach the side-effect free drivers about the partition they are dealing |  deraadt | 2013-11-06 | 1 | -2/+11 |
* | Use DL_SECTOBLK() instead of handrolling same calculation to get |  krw | 2013-10-14 | 1 | -3/+4 |
* | XXsize() returns daddr_t, so calculate the return value in a daddr_t |  krw | 2013-10-14 | 1 | -2/+2 |
* | Try harder to ensure wddump() doesn't decrement the count |  krw | 2013-09-27 | 1 | -6/+7 |
* | return after done in atascsi_disk_unmap. |  dlg | 2013-09-18 | 1 | -5/+14 |
* | Make it clearer that sc_wdc_bio.blkno is actuall a disk hardware |  krw | 2013-09-15 | 1 | -8/+9 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 2 | -8/+8 |
* | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes |  deraadt | 2013-01-17 | 1 | -1/+11 |
* | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 2012-10-08 | 1 | -21/+5 |
* | Correct the spelling of "transferred" and "transferring" |  guenther | 2012-02-24 | 1 | -3/+3 |
* | on failure, the hibernate io function should return an errno type variable, |  deraadt | 2011-11-15 | 1 | -2/+2 |
* | Use a fixed io_page for all hibernate I/O, which is needed for |  mlarkin | 2011-11-14 | 1 | -1/+5 |
* | Add some #defines for the various hibernate I/O modes, some of the |  mlarkin | 2011-11-13 | 1 | -3/+9 |
* | KNF of mlarkin's code, requested by him. Some improvements to the interface |  deraadt | 2011-09-22 | 2 | -5/+5 |
* | Alexander Polakov found a use of an uninitialized pointer in the scsi |  dlg | 2011-08-03 | 1 | -1/+2 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -10/+8 |
* | Cope with the start-dma-before-init errata and some other register setup |  deraadt | 2011-07-15 | 1 | -4/+13 |
* | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP |  dlg | 2011-07-09 | 1 | -2/+126 |
* | Fix fallout from my previous SCSI refactoring diff (moving |  matthew | 2011-07-09 | 1 | -7/+9 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -3/+3 |
* | fill in the ata vpd page as best we can. i dont know how to fill in the |  dlg | 2011-07-08 | 1 | -5/+52 |
* | provide the thin provisining vpd page if the disk does trim. only claim |  dlg | 2011-07-08 | 1 | -4/+40 |
* | macros for TRIM |  dlg | 2011-07-08 | 1 | -1/+4 |