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
unicode.h
wscons_callbacks.h Add cnbell() support. 2000-03-06 21:37:16 +00:00
wscons_raster.h
wscons_rfont.h
wscons_rinit.c
wscons_rops.c
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
wsemul_dumb.c
wsemul_sun.c
wsemul_vt100.c
wsemul_vt100_chars.c
wsemul_vt100_keys.c
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
wsemulvar.h
wsevent.c
wseventvar.h
wskbd.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
wskbdutil.c
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
wsmouse.c
wsmousevar.h
wsmux.c
wsmuxvar.h