| Age | Commit message (Expand) | Author |
| 2018-04-21 | Fix an ancient typo, instead of setting the base address, the size | mlelstv |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-04-19 | Add default implementations for bus_space_is_equal(9), | dyoung |
| 2010-03-22 | isadma.c: #if 0 some diagnostic code that compares two bus_space_tag_t's. | dyoung |
| 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 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 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-03 | add missing initializers | christos |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-03-24 | remove license clauses 3 and 4 from my cpoyright notices | drochner |
| 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 |
| 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-07-07 | Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcol | junyoung |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-12-16 | Try again: weasel -> weasel_isa | thorpej |
| 2001-12-16 | Oops, revert previous; it included some other changes there weren't | thorpej |
| 2001-12-16 | weasel -> weasel_isa | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2000-11-04 | Add a device driver for the Middle Digital, Inc. PC-Weasel serial | thorpej |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-01-25 | Finish with fixing the SOFTCURSOR stuff. | ad |
| 2000-01-05 | Add and use pcdisplay_cursor_init(). Still a couple of nits with this, I | ad |
| 1999-12-06 | update for changed struct wsdisplay_accessops:show_screen signature. | drochner |
| 1999-01-11 | remove dummy "load_font" entries | drochner |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-07-24 | Initialize the new "dispoffset" (but don't use it for anything fancy). | drochner |
| 1998-06-26 | adapt to wsdisplay interface change | drochner |
| 1998-06-21 | adapt to wscons interface change | drochner |
| 1998-05-28 | Add a graphics device driver for wscons which supports legacy PC display | drochner |