| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2017-05-22 | Update copyright notice for Ludd (remove clause 3 & 4). | ragge |
| 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 | 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 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-06-11 | fix some missing pieces of device/softc split | drochner |
| 2008-03-11 | Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf | matt |
| 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-10 | whitespace | christos |
| 2007-03-08 | Cast to char* before doing pointer arithmetic. | he |
| 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-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-06-27 | Fixes due to cast-qual addition. | ragge |
| 2005-02-26 | White space nits. | simonb |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-25 | Add support for wedges to the RL01/RL02 disk driver. | thorpej |
| 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 -> SBLOCKSIZE, to track changes caused by the UFS2 merge. | he |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 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-22 | Convert to new device buffer queue interface. | hannken |
| 2002-03-23 | Call rlreset() per controller, not per disk. | ragge |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-06-19 | `existent', not `existant' | wiz |
| 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-06-05 | Adjust to new evcnt stuff. | matt |
| 2000-06-04 | More event counter stuff. Plus a little cruft cleanup while doing it. | matt |