| Age | Commit message (Expand) | Author |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2020-02-24 | 0x%p --> %p for non-external codes. | rin |
| 2019-11-12 | Add missing initialization of sc_dev. | msaitoh |
| 2019-02-24 | Add missing FALLTHROUGH in isa/mcd.c | kamil |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 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 |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-05 | lockmgr -> mutex | 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-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-30 | The cd ioctl definitions are not condusive to being called from within | dsl |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-02 | add missing initializer | christos |
| 2006-04-13 | PR/29683: Sergey Svishchev: Make this compile again.. | christos |
| 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-03-12 | PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issue | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2003-11-07 | Replace home-grown locks with lockmgr(). | mycroft |
| 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-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | 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-24 | Convert to new device buffer queue interface. | hannken |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |