| Age | Commit message (Expand) | Author |
| 2006-08-13 | Provide a method for other display drivers to ask vga to free resources | jmcneill |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-04-05 | Move the ga_getborder()/vga_setborder() calls from accessops to the | drochner |
| 2006-02-19 | Prevent vga from attaching if vesafb is the console. Accessing VGA | jmcneill |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-21 | decrement nscreens in vga_free_screen | dbj |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-08-13 | Fix two annoying display glitches with "fast scrolling" and | mycroft |
| 2004-08-08 | disable the quirk on the console so that it can scroll. | christos |
| 2004-07-30 | Fix initialitzation of border color at boot time through the | jmmv |
| 2004-07-30 | let kernels that don't have WSDISPLAY_CUSTOM_BORDER compile again. | dogcow |
| 2004-07-29 | Implement border color customization in wscons(4), only available for vga(4) | jmmv |
| 2004-07-28 | Implement support to dynamically change wscons console and kernel colors. | jmmv |
| 2004-05-29 | fix another scrolling use that leaked. | christos |
| 2004-05-28 | move scroll function definition last. | christos |
| 2004-05-28 | PR/19925: David Ferlier: Add scrolling support to wscons. | christos |
| 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 |
| 2003-02-09 | make 'name' and 'data' of struct wsdisplay_font const, mark data arrays | jdolecek |
| 2003-01-31 | Changes to allow machines which don't use text mode at the boot time | tsutsui |
| 2003-01-27 | - Replace some magic numbers with proper macro. | tsutsui |
| 2003-01-27 | KNF and space/TAB cleanup. | tsutsui |
| 2003-01-20 | Remove unreachable break after return. | simonb |
| 2002-10-15 | Move vga_common_probe() to vga_common.c. vga_common.c contains common | junyoung |
| 2002-07-08 | save quirks in softc, obey VGA_QUIRK_NOFASTSCROLL | drochner |
| 2002-07-07 | No need to include opt_vga.h here, since it is included in vgavar.h. | junyoung |
| 2002-07-07 | There's no function like vga_common_setup. | junyoung |
| 2002-07-07 | Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcol | junyoung |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-07-01 | simplify console initialization a bit, avoid wasting | drochner |
| 2002-07-01 | more cleanups from Julio Merino. | christos |
| 2002-06-28 | clean up font handling: | drochner |
| 2002-06-28 | Do the necessaries when the builtin font gets saved in slot 1. | junyoung |
| 2002-06-27 | - Work around a hardware bug that loaded fonts don't work, which is | junyoung |
| 2002-06-26 | PR/17402: Add wsmoused support by providing get/set char and events. | christos |
| 2002-06-26 | 2 fixes: | drochner |
| 2002-06-25 | allow to overwrite the builtin VGA font if necessary, | drochner |
| 2002-04-04 | Avoid dereferencing null pointer. `data->name == NULL' means default font. | hannken |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-13 | Fix botch in previous. | ad |
| 2002-03-13 | Reorganise the wsfont stuff slightly so that multiple display adapters | ad |
| 2002-01-23 | Add support for WSCONS screenblank ioctls. From Phil Budne in [kern/15213]. | lukem |
| 2001-12-13 | ANSIfication & cosmetic changes. | junyoung |
| 2001-12-02 | Add comments naming our private-use characters (in lower case, to make them | bjh21 |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-14 | Allow bus front-end to provide both ioctl and mmap entry points, | thorpej |
| 2001-09-10 | remove all traces when a font is removed | drochner |
| 2001-09-07 | concentrate screen initialization into vga_init_screen() where it belongs | drochner |
| 2001-09-04 | simplify the way the "active screen" is kept track of a bit | drochner |