NetBSD/sys/dev/wscons
drochner 84c211c56c On suspend/resume, just detach/attach the X server (or whatever might
be using the "syncops" protocol) rather than doing a full switch
to virtual screen 1. The latter doesn't have the expected result if
the X server is running on screen 1, and is too much policy for inside
the kernel anyway.
Introduce a mutex+condvar to synchronize these operations, to replace
the spltty()/tsleep(). (for now only used by the new functions,
should be extended to the normal vt switching code)
2008-01-14 21:38:50 +00:00
..
Makefile
ascii.h
files.wscons add scrollback support 2007-08-06 03:11:32 +00:00
mra.c
tpcalib.c
tpcalibvar.h
unicode.h
wscons_callbacks.h If you're going to use device_t, may as well include sys/device.h; unb0rks 2007-10-19 08:57:50 +00:00
wscons_raster.h
wscons_rfont.h
wscons_rinit.c
wscons_rops.c
wsconsio.h add type for Fujitsu AG-10e 2007-08-27 02:01:23 +00:00
wsdisplay.c On suspend/resume, just detach/attach the X server (or whatever might 2008-01-14 21:38:50 +00:00
wsdisplay_compat_usl.c restructure things a bit so that proclist_mutex is held between the 2008-01-14 21:17:00 +00:00
wsdisplay_usl_io.h
wsdisplay_vcons.c Use callout_setfunc/callout_schedule and don't cast function pointers. 2007-10-17 22:13:56 +00:00
wsdisplay_vconsvar.h add scrollback support 2007-08-06 03:11:32 +00:00
wsdisplayvar.h Switch to console on suspend and shutdown, switch back to where the 2007-12-13 15:14:48 +00:00
wsemul_dumb.c
wsemul_sun.c
wsemul_vt100.c
wsemul_vt100_chars.c
wsemul_vt100_keys.c
wsemul_vt100_subr.c
wsemul_vt100var.h
wsemulconf.c
wsemulvar.h
wsevent.c Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
wseventvar.h
wskbd.c Stop the key pressed timeout on suspend to avoid virtually hanging keys, 2007-12-13 14:49:42 +00:00
wskbdutil.c
wskbdvar.h
wsksymdef.h Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
wsksymvar.h
wsmouse.c Merge jmcneill-pm branch. 2007-12-09 20:27:42 +00:00
wsmousevar.h
wsmux.c
wsmuxvar.h