| Age | Commit message (Expand) | Author |
| 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 |
| 2001-09-04 | -fix a debug message | drochner |
| 2001-09-03 | manage fonts through the wsfont framework, which allows to use both | drochner |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-01-18 | constify | jdolecek |
| 2000-09-15 | -make the default screentype override less invasive, call it | drochner |
| 2000-09-10 | * rename vga_stdscreen* -> vga_25lscreen* | lukem |
| 2000-08-14 | Just add the mmap argument to vga_common_attach(), don't bother | thorpej |
| 2000-08-08 | Update arc map routine prototype to compile again. | jeffs |
| 2000-07-15 | define "80x24" screen types for better vt100 compatibility | drochner |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-06-17 | add vga_extended_attach function on arc port, to make mmap() available. | soda |
| 2000-06-08 | don't include ISA headers. these have been properly abstracted so that | cgd |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 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-13 | fix off-by-one error in font table initialisation | drochner |
| 1999-12-06 | do the screen switch asynchronously (via timeout(0)) if possible, | drochner |