| Age | Commit message (Expand) | Author |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-11-10 | Make wsdisplay_set_console_kbd() a little less twisted. | augustss |
| 2001-10-28 | Put in some tests to see if the input source is NULL before using it. | augustss |
| 2001-10-27 | Cosmetics. | augustss |
| 2001-10-24 | Major rototilling of the wsmux code. No user visible changes (except that | augustss |
| 2001-10-15 | Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252. | augustss |
| 2001-10-13 | ANSIfy. | augustss |
| 2001-10-13 | Two changes to the wsmux code: | augustss |
| 2001-08-05 | introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB) | jdolecek |
| 2001-05-18 | do this console device lookup thing the right way this time | drochner |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-01-04 | Redo previous; we need to notify kbd driver. | enami |
| 2001-01-03 | Avoid null pointer dereference so that boot -d works again. | enami |
| 2001-01-03 | Use device_lookup. | enami |
| 2000-12-30 | for calling sc->sc_acessops->pollc, | sato |
| 2000-12-30 | Fix at least alpha kernel builds. You can't pun a pointer to a dev_t on | mjacob |
| 2000-12-30 | notify console polling mode or not to lower level framebuffer driver. | sato |
| 2000-12-04 | In wsdisplay_switchtoconsole(), ensure that the switch happens | ad |
| 2000-11-02 | Adapt to the new line discipline scheme. | eeh |
| 2000-10-01 | - Add ioctl commands to wsdisplay which set/get some LCD status, | takemura |
| 2000-09-10 | * rename vga_stdscreen* -> vga_25lscreen* | lukem |
| 2000-09-10 | Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach control | takemura |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-06 | Add cnbell() support. | thorpej |
| 2000-01-05 | replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] | drochner |
| 1999-12-06 | -allow the "show_screen" call to the display driver to complete | drochner |
| 1999-12-01 | Done something half sensible if a USB console keyboard is unplugged instead | augustss |
| 1999-10-19 | Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent | mycroft |
| 1999-10-12 | add wsdisplay_switchtoconsole() to allow other parts of kernel to force | jdolecek |
| 1999-10-01 | At shutdown, switch to screen 0 on console display so that we see some | ad |
| 1999-09-16 | introduce new variable wsdisplay_defaultscreens (initialized to | jdolecek |
| 1999-08-14 | defopt COMPAT_14 | augustss |
| 1999-07-29 | Add the wsmux pseudo device. | augustss |
| 1999-05-17 | add some #ifdefs to make it link w/o wskbd | drochner |
| 1999-05-15 | Get rid of the timeout-driven wscons_glue stuff which caused a lot of | drochner |
| 1999-05-14 | Sort out the inclusion of wscons source files: the files are only | drochner |
| 1999-03-23 | If no screen got the "focus" (which happens with serial console or if | drochner |
| 1999-03-13 | Don't initialize any virtual screens (except the system console) at | drochner |
| 1999-02-08 | Don't bother copying output queue into automatic buffer; instead, pass | sommerfe |
| 1999-02-08 | Change WSDISPLAYBURST from OBUFSIZ-1 to OBUFSIZ*4, for a ~15x | sommerfe |
| 1999-01-26 | improve error handling in 2 cases: | drochner |
| 1999-01-18 | remove wsdisplay_has_emulator(), this is not meaningful with virtual screens, | drochner |
| 1999-01-17 | -extend the interface for reset-like commands from the keyboard, | drochner |
| 1999-01-14 | -actually reset the terminal emulator on close() | drochner |
| 1999-01-13 | change the way fonts are handled: now we have a display-global ioctl | drochner |
| 1999-01-09 | rename "struct wsdisplay_conf" -> "struct wsscreen_internal" to reflect | drochner |
| 1998-12-15 | make sure programs cannot write to the screen while it is in graphics mode | drochner |
| 1998-08-02 | Split the wskbd_attach arguments into console and autoconfiguration parts | drochner |