| Age | Commit message (Expand) | Author |
| 2009-07-23 | Extract ldlastclose() and use it in ldclose(). At the top of | dyoung |
| 2009-05-07 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-09-09 | Complete device_t/softc split for the ld(4) attachments. This should | tron |
| 2008-08-11 | Add a flags argument to the ld(4) flush handlers, and call these with a | simonb |
| 2008-08-01 | Destroy our mutex on detach in order to avoid | ws |
| 2008-07-06 | Use device_private() where appropriate. | cube |
| 2008-06-11 | Use device_lookup_private() to get softc. | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-09 | use aprint_*_dev and device_xname | cegger |
| 2008-03-09 | Don't forget to deregister with PMF on detach. | jmcneill |
| 2008-03-09 | Replace shutdownhook with PMF power handler. | jmcneill |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-11-12 | Use sc_mutex (which runs at IPL_BIO) to protect the DIOC[GS]STRATEGY | xtraeme |
| 2007-11-12 | Implement DIOCGSTRATEGY and DIOCSSTRATEGY for dkctl <foo0> strategy. | xtraeme |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-21 | Replace some uses of lockmgr(). | ad |
| 2007-04-30 | Reset error code if an ioctl() request is not handled by the generic | tron |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | Defer dkwedge_discover() until after interrupts are enabled. This | riz |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-02-08 | Add disk-info properties to ld(4), based on Jason Thorpe's similar | riz |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-05-30 | avoid variable shadowing. | christos |
| 2005-03-31 | introduce a function to drain bufq and use it where appropriate. | yamt |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-08 | Use aprint_*() instead of printf() at attach time. | briggs |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-26 | Implement the DIOCCACHESYNC ioctl. | thorpej |
| 2004-10-17 | ldioctl(): fix typo in check for lockmgr() return value introduced | jdolecek |
| 2004-09-25 | Add support for wedges to the logical disk driver. | thorpej |
| 2004-08-30 | Use ANSI function decls, sprinkle static. | thorpej |
| 2004-07-20 | use uint64 instead of int for sc_secperunit | dbj |
| 2004-03-22 | Don't use BUFQ_FCFS. It degrades performance both for "smart" (Mylex | tls |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-13 | * Don't wait for commands to drain when adjusting the queue length. | thorpej |
| 2003-06-07 | Always queue transfers in the ld driver to prevent transient resource | thorpej |
| 2003-05-17 | Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn). | thorpej |
| 2003-05-16 | use strlcpy | itojun |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-01-27 | If the upper-layer provides a geometry, use it. | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |