| Age | Commit message (Expand) | Author |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-03-29 | Initialize disk_geom information, DIOCGPARTINFO relies on it. | mlelstv |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | more unused removal | christos |
| 2014-12-31 | remove unused variable | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-09 | support DIOCMWEDGES ioctl | mlelstv |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | typo in previous | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-25 | Eliminate unused variables | martin |
| 2013-03-26 | Fix device_t split glitch | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-11 | - Unconditionally initialise tp to avoid a warning | abs |
| 2012-07-10 | revert unwanted part of previous MSCP commit | abs |
| 2012-07-10 | Adjust MSCP attach routines. The current code worked fine on simh-vax, but | abs |
| 2012-07-10 | Adjust MSCP attach routines. The current code worked fine on simh-vax, but | abs |
| 2012-07-10 | Adjust MSCP attach routines. The current code worked fine on simh-vax, but | abs |
| 2012-06-22 | - Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed | abs |
| 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-19 | mscp(4) was being a bad monkey! It's not OK to call config_found() from | mjf |
| 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 |
| 2008-01-04 | B_BAD has done nothing for a long time. | ad |
| 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-04-29 | fix typos | msaitoh |
| 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 |
| 2006-03-07 | Don't cast lvalue. remove uninitialized reference. | matt |
| 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 |