| Age | Commit message (Expand) | Author |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-28 | Implement bounds checking in some places in display driver code to avoid | mjf |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | Get rid of the memt and memh local variables in the pcdisplay_{get,put}wschar | jmmv |
| 2006-04-12 | Convert to ANSI prototypes. | jmmv |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-07-28 | Implement support to dynamically change wscons console and kernel colors. | jmmv |
| 2004-05-28 | PR/19925: David Ferlier: Add scrolling support to wscons. | christos |
| 2002-08-25 | Fix some signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-07-07 | Fix a typo in last commit which caused build failures if | tron |
| 2002-07-07 | Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcol | junyoung |
| 2002-07-01 | more cleanups from Julio Merino. | christos |
| 2002-06-26 | PR/17402: Add wsmoused support by providing get/set char and events. | christos |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-04 | -update a comment wrt the "active screen" flag | drochner |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-07-05 | If using the hardware cursor, make sure the cursor shape is initialized, | thorpej |
| 2000-06-08 | don't include ISA headers. these have been properly abstracted so that | cgd |
| 2000-01-26 | Argh - add initialization that got lost during editing of previous addition. | ad |
| 2000-01-25 | Finish with fixing the SOFTCURSOR stuff. | ad |
| 2000-01-12 | Make PCDISPLAY_SOFTCURSOR work as it should. | ad |
| 2000-01-05 | Add and use pcdisplay_cursor_init(). Still a couple of nits with this, I | ad |
| 2000-01-05 | Back out previous. A proper fix will follow. | ad |
| 1999-12-06 | If the vga driver isn't present in the kernel and PCDISPLAY_SOFTCURSOR | ad |
| 1999-09-29 | PCDISPLAY_SOFTCURSOR: invert foreground too. | ad |
| 1999-09-19 | When moving the software cursor on an inactive screen, save character and | ad |
| 1999-09-19 | - mc6845's cursor is disabled by punching bit 6 of cursor start register. | ad |
| 1998-07-24 | allow the displayed area to start anywhere in display memory, | drochner |
| 1998-06-26 | do the charcter mapping in a separate function | drochner |
| 1998-06-20 | adapt to wscons changes, treat incoming characters always as ISO | drochner |
| 1998-06-17 | do the former at one more place | drochner |
| 1998-06-17 | avoid sign extension if a character >=128 is passed | drochner |
| 1998-05-28 | Put definitions and subroutines needed for all PC display adapters | drochner |