summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2001-11-13add/cleanup RCSIDslukem
2001-11-10Make wsdisplay_set_console_kbd() a little less twisted.augustss
2001-10-28Put in some tests to see if the input source is NULL before using it.augustss
2001-10-27Cosmetics.augustss
2001-10-24Major rototilling of the wsmux code. No user visible changes (except thataugustss
2001-10-15Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.augustss
2001-10-13ANSIfy.augustss
2001-10-13Two changes to the wsmux code:augustss
2001-08-05introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB)jdolecek
2001-05-18do this console device lookup thing the right way this timedrochner
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-04Redo previous; we need to notify kbd driver.enami
2001-01-03Avoid null pointer dereference so that boot -d works again.enami
2001-01-03Use device_lookup.enami
2000-12-30for calling sc->sc_acessops->pollc,sato
2000-12-30Fix at least alpha kernel builds. You can't pun a pointer to a dev_t onmjacob
2000-12-30notify console polling mode or not to lower level framebuffer driver.sato
2000-12-04In wsdisplay_switchtoconsole(), ensure that the switch happensad
2000-11-02Adapt 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-10Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach controltakemura
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-06Add cnbell() support.thorpej
2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner
1999-12-06-allow the "show_screen" call to the display driver to completedrochner
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
1999-10-19Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependentmycroft
1999-10-12add wsdisplay_switchtoconsole() to allow other parts of kernel to forcejdolecek
1999-10-01At shutdown, switch to screen 0 on console display so that we see somead
1999-09-16introduce new variable wsdisplay_defaultscreens (initialized tojdolecek
1999-08-14defopt COMPAT_14augustss
1999-07-29Add the wsmux pseudo device.augustss
1999-05-17add some #ifdefs to make it link w/o wskbddrochner
1999-05-15Get rid of the timeout-driven wscons_glue stuff which caused a lot ofdrochner
1999-05-14Sort out the inclusion of wscons source files: the files are onlydrochner
1999-03-23If no screen got the "focus" (which happens with serial console or ifdrochner
1999-03-13Don't initialize any virtual screens (except the system console) atdrochner
1999-02-08Don't bother copying output queue into automatic buffer; instead, passsommerfe
1999-02-08Change WSDISPLAYBURST from OBUFSIZ-1 to OBUFSIZ*4, for a ~15xsommerfe
1999-01-26improve error handling in 2 cases:drochner
1999-01-18remove 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-13change the way fonts are handled: now we have a display-global ioctldrochner
1999-01-09rename "struct wsdisplay_conf" -> "struct wsscreen_internal" to reflectdrochner
1998-12-15make sure programs cannot write to the screen while it is in graphics modedrochner
1998-08-02Split the wskbd_attach arguments into console and autoconfiguration partsdrochner