Age | Commit message (Expand) | Author |
2016-01-20 | Set segflg member of uio struct with symbolic enum value | Stefan Kempf |
2015-08-26 | trivial size to free() | Theo de Raadt |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get | Kenneth R Westerback |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-27 | Try harder to ensure wddump() doesn't decrement the count | Kenneth R Westerback |
2013-09-15 | Make it clearer that sc_wdc_bio.blkno is actuall a disk hardware | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-20 | Call bufq_drain() in wddetach() instead of reimplementing the same | Matthew Dempsky |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-05-31 | Change a few of the more common disk drivers (sd, cd, wd, rd, and vnd) | Matthew Dempsky |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
2011-04-05 | wd_hibernate_io() is a standalone disk io writer which tries to not | Theo de Raadt |
2010-12-31 | Reintroduce the code that puts the drive into standby in shutdown, but | Mark Kettenis |
2010-12-30 | The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro | Mark Kettenis |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | DVACT_ACTIVATE and DVACT_DEACTIVATE do nothing here; remove | Theo de Raadt |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-22 | Give the drive a little bit more time to complete the STANDBY IMMED command. | Mark Kettenis |
2010-07-22 | First part of better pciide resume. Wake the channel by performing two | Mike Larkin |
2010-06-28 | Move disk_attach() to the end of the attach functions, at which point the | Joel Sing |
2010-06-07 | partial backout of 1.81 as invoking standby in shutdown | Jonathan Gray |
2010-05-26 | Reintroduce bufqs. A few changes since it was backed out after some good | Thordur I. Bjornsson |
2010-05-24 | Flush cache before suspend. | Mark Kettenis |
2010-05-23 | Place drive in standby mode before shutdown. Avoids the loud click heard on | Mark Kettenis |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2008-11-08 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |