| Age | Commit message (Expand) | Author |
| 2019-06-29 | Make local functions static. | tsutsui |
| 2019-02-08 | make *fd*.c's fd_dev_to_type() always a static inline. some | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2015-12-08 | Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of | christos |
| 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-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 |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-10 | Split device_t/softc. Compile test only. | tsutsui |
| 2010-04-13 | Misc KNF. | tsutsui |
| 2010-04-13 | Include "ioconf.h" to declare struct cfdriver foo_cd. | tsutsui |
| 2009-07-08 | Merge local <atari/atari/intr.h> into common <machine/intr.h>. | tsutsui |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-17 | Re-balance parenthesis in a couple of places. | he |
| 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-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-12-18 | Correct two typos and remove a now-unused variable to make this | he |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-01-03 | Fix a cv_timedwait() usage after the vmlocking2 merge, and remove | he |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 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-03-06 | Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to | tsutsui |
| 2007-03-06 | Add (char *) cast to appease -Wpointer-arith. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 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-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-03-25 | Licence cleanup (suggested by wiz). | leo |
| 2003-09-29 | Cast through (void *) to appease gcc3. | cl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-02 | Fix printf format for typ daddr_t. | thomas |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |