| Age | Commit message (Expand) | Author |
| 2023-02-14 | s/programm/program/ and s/suuport/support/ in comments and message. | andvar |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2021-12-26 | fix various typos, mainly in comments. | andvar |
| 2021-10-04 | follow fcambus steps by fixing typos for "unknown" in few more error messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-27 | The Amiga and Atari ports abuse some autoconfiguration internals as part | thorpej |
| 2015-11-16 | wscons and Xorg support for CirrusLogic GD542x based boards (grf3). | phx |
| 2014-01-22 | gcc-4.8.x unused variable fixes | christos |
| 2012-11-08 | Make Amiga video drivers work again after device/softc changes. | rkujawa |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-12-15 | Amiga wscons/Xorg support, first phase. | phx |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-03-18 | bcopy -> memcpy | 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-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-20 | First part of amigappc support patches by Frank Wille. | is |
| 2007-03-06 | Make the various graphics card drivers compile again. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-13 | Fix a ton of const/volatile issues shown with new warning flags | jmc |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-08-03 | correct range check, have overflow check, fix type mismatches, | itojun |
| 2002-05-14 | Eliminate commons. (including a few unused or mismatched ones). | matt |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-28 | add __KERNEL_RCSID as suggested by Luke Mewburn | aymeric |
| 2002-01-26 | - ANSIfy | aymeric |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 1999-06-29 | Fix horizontal timings for console mode (this helps, at least, | is |
| 1999-03-25 | defopt Amiga graphics console options | is |
| 1999-03-14 | Add support for future PicassoIV's which use an autoconfig space of 64MB. | veego |
| 1998-04-17 | Don't use an 'register char' as an array index, change it to an int. | veego |
| 1998-01-12 | Adjust for changes to config. | thorpej |
| 1997-07-29 | - increase the number of possible grfmodes from 8 to 24 | veego |
| 1997-03-05 | - PicassoIV support | veego |
| 1996-12-23 | Get rid of __BROKEN_INDIRECT_CONFIG. | veego |
| 1996-10-21 | Fix console problem on fast machines. pr#2777 | veego |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-08 | Merge netbsd-1-2 branch back into mainline. | thorpej |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-06-03 | #define GRFIOCBLANK_LIVE and GRFIOCBLANK_DARK in grfioctl.h to make absolutely | is |
| 1996-05-19 | - grf_cl.c, grf_clreg.h: added support for Piccolo SD64 | veego |
| 1996-04-28 | Cleanup for -Wall if CL5426CONSOLE is not defined. | mhitch |
| 1996-04-21 | - Cleanup for -Wall and -Wstrict-prototypes | veego |
| 1996-03-17 | Clean up typos and other errors from new device attachment changes. | mhitch |
| 1996-03-17 | New device attachment scheme: | thorpej |