| Age | Commit message (Expand) | Author |
| 2009-09-12 | Make this compile on ports with __HAVE_OLD_DISKLABEL | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-22 | buildfix: re-adapt to major() return a 32bit value again. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-12 | use PRIu64 format to printf major() value | cegger |
| 2008-06-11 | use device_lookup_private() to get the softc -- while device/softc | drochner |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Don't sleep on &rx->ra_dev.dv_unit -- sleep on &rx->ra_state instead. | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | 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-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2005-01-04 | Make sure to get the right softc in rriodone. | matt |
| 2004-10-31 | Include the <sys/bufq.h> header to allow these to compile again. | he |
| 2004-09-25 | Add wedges support to the MSCP disk driver. | thorpej |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-02 | Change SBSIZE to SBLOCKSIZE to make this compile after UFS2 was brought | he |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-25 | Correct ra disk instrumentation. From Johnny Billquist. | ragge |
| 2002-07-22 | Convert to new device buffer queue interface. | hannken |
| 2001-11-13 | add RCSID | lukem |
| 2001-04-12 | Upon inspection of a 4000/600 dmesg, change the splbios to splubas. | thorpej |
| 2001-04-12 | splimp -> splbio | thorpej |
| 2001-01-08 | Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL when | fvdl |
| 2001-01-07 | Adapt all disk devices in MI directories to handle ODIOC* calls | fvdl |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-20 | Remove (more) VAX dependencies. | ragge |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |