| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/progam/program/ in comment. | msaitoh |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-15 | convert 'extern phys_ram_seg_t mem_clusters[0];' to the '[]' form | mrg |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-08-21 | Fix typo (s/contoller/controller/). | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-25 | fix unused | christos |
| 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 |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2011-06-05 | Umm, fix more split fallout. | tsutsui |
| 2011-06-05 | fix split fallout. | christos |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 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-23 | Fix fallout from device_t changes - initialise sc->sc_osiop.sc_dev before | scw |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl |
| 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 |
| 2008-12-21 | Follow up the removal of the MALLOC() macro, use malloc() instead. | he |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-29 | Split softc/device_t for oosiop(4) and osiop(4), with misc cosmetic changes. | tsutsui |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-01-07 | Add timecounter(9) support for mvme68k. | tsutsui |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | brelse() stragglers. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-08-07 | gcc4 uninitialized variable. gcc3 apparently didn't catch this one. | mhitch |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-03 | Fix const fallout. | scw |
| 2005-06-03 | Placate -Wshadow | scw |
| 2005-04-14 | s/struct device/struct clock_pcctwo_softc/ in CFATTACH_DECL(). | scw |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-06-06 | Remove spurious second argument to sizeof(). | he |
| 2004-05-16 | "panicking" needs a k. | wiz |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-04-02 | After re-checking the docs in response to a port-mvme68k question, | scw |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-01-30 | Omit declaration of "device lpt" in files.mvme; this is now done by | he |