NetBSD/sys/dev/wscons
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile
ascii.h
files.wscons defopt RCONS_4BPP. 1999-12-12 08:17:28 +00:00
unicode.h complete the font tables for the DEC special fonts; assign some codes 1999-02-20 18:20:02 +00:00
wscons_callbacks.h Add cnbell() support. 2000-03-06 21:37:16 +00:00
wscons_raster.h change the "mapchar" interface to return a "quality" or "match level" 1999-02-12 11:25:23 +00:00
wscons_rfont.h
wscons_rinit.c
wscons_rops.c change the "mapchar" interface to return a "quality" or "match level" 1999-02-12 11:25:23 +00:00
wsconsio.h HPC/PsPC keyboard types. 2000-03-13 01:46:44 +00:00
wsdisplay.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
wsdisplay_compat_usl.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
wsdisplay_usl_io.h
wsdisplayvar.h -allow the "show_screen" call to the display driver to complete 1999-12-06 18:52:23 +00:00
wsemul_dumb.c replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] 2000-01-05 11:19:36 +00:00
wsemul_sun.c replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] 2000-01-05 11:19:36 +00:00
wsemul_vt100.c Only update the cursor state if it's enabled. 1999-11-03 15:55:27 +00:00
wsemul_vt100_chars.c complete the font tables for the DEC special fonts; assign some codes 1999-02-20 18:20:02 +00:00
wsemul_vt100_keys.c Map the Home and End keys as xterm does. 1999-04-22 20:06:02 +00:00
wsemul_vt100_subr.c Only call the cursor method when the cursor state is actually changing. 2000-02-25 17:42:51 +00:00
wsemul_vt100var.h
wsemulconf.c replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] 2000-01-05 11:19:36 +00:00
wsemulvar.h
wsevent.c replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] 2000-01-05 11:19:36 +00:00
wseventvar.h
wskbd.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
wskbdutil.c add a symbol for keyboard variant bits which are not handled by the 1999-12-21 11:59:13 +00:00
wskbdvar.h Add cnbell() support. 2000-03-06 21:37:16 +00:00
wsksymdef.h Make clearer. IMHO, all of this code should stop referring to Control-L 2000-03-19 06:31:17 +00:00
wsksymvar.h add a symbol for keyboard variant bits which are not handled by the 1999-12-21 11:59:13 +00:00
wsmouse.c Absolute pointing device support. 2000-01-08 02:57:22 +00:00
wsmousevar.h Absolute pointing device support. 2000-01-08 02:57:22 +00:00
wsmux.c Return -1 from wsmux_displayioctl() if no muxes components like the ioctl(). 1999-11-08 10:10:25 +00:00
wsmuxvar.h Add the wsmux pseudo device. 1999-07-29 18:20:02 +00:00