| Age | Commit message (Expand) | Author |
| 2013-10-19 | - remove set but unused variable. | mrg |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-02-01 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 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-18 | Ansify function definitions w/o arguments. Generated with sed. | 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-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-12 | cast to char to printf DISKPART | cegger |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-02-06 | It's KAUTH_REQ_DEVICE_RAWIO_PASSTHRU_*. | elad |
| 2008-02-04 | Properly classify kauth PASSTHRU requests. | elad |
| 2008-01-02 | Merge vmlocking2 to head. | 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-03-04 | fix fall out from caddr_t changes. | mrg |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-08-27 | don't call variables errno! including from userland breaks things! | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | - include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-28 | Use device_unit(). | 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-03 | Add const and fix for -Wshadow. | tsutsui |
| 2005-02-04 | de-__P | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-08-28 | fix error in previous | mrg |
| 2003-08-27 | x[yd]_dmamem_alloc() takes a bus_addr_t *. don't pass the address of a | mrg |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 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 |
| 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-10-01 | 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-23 | Convert to new device buffer queue interface. | hannken |