NetBSD/sys/dev/wscons
uwe 4ac70e4d2b timespec_to_timespec50 - don't leak kernel memory in struct padding.
On 64-bit machines struct timespec50 has padding between 32-bit tv_sec
and long tv_nsec that is not affected by normal assignment.  Scrub it.
The result is most likely about to be passed to the user space by the
caller, so do it here to take care of them all.
2018-06-14 10:30:55 +00:00
..
Makefile
ascii.h
files.wscons Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate with 2017-12-18 18:59:32 +00:00
linux_keymap.c Instead of a Linux keymap, convert Linux event codes to USB scan codes and 2017-08-31 19:55:43 +00:00
linux_keymap.h Instead of a Linux keymap, convert Linux event codes to USB scan codes and 2017-08-31 19:55:43 +00:00
mra.c Fix spello in a comment 2018-03-10 23:25:59 +00:00
tpcalib.c
tpcalibvar.h
unicode.h
vt100_base.h
wsbell.c Remove redundant includes of malloc.h 2017-11-03 19:49:23 +00:00
wsbelldata.h Move duplicate definition of SETBELL macro into wsbelldata.h. 2017-06-13 00:42:27 +00:00
wsbellmux.c New device wsbell - allows for a console beep for non pckbds (usb etc). 2017-06-11 03:55:56 +00:00
wsbellmuxvar.h New device wsbell - allows for a console beep for non pckbds (usb etc). 2017-06-11 03:55:56 +00:00
wsbellvar.h Change sc_dying from u_char to bool. 2017-06-13 00:54:37 +00:00
wscons_callbacks.h
wscons_raster.h
wscons_rfont.h
wscons_rinit.c
wscons_rops.c
wsconsio.h Instead of a Linux keymap, convert Linux event codes to USB scan codes and 2017-08-31 19:55:43 +00:00
wsdisplay.c ifdef speeding ticket. 2017-12-18 22:44:30 +00:00
wsdisplay_compat_usl.c use sizeof(*var) instead of sizeof(type) 2017-11-04 01:52:09 +00:00
wsdisplay_glyphcache.c use sizeof(*var) instead of sizeof(type) 2017-11-04 01:52:09 +00:00
wsdisplay_glyphcachevar.h make glyph caches reconfigurable 2017-06-02 19:30:10 +00:00
wsdisplay_usl_io.h
wsdisplay_util.c
wsdisplay_vcons.c - add a cookie to show_screen_cb() 2017-06-02 19:33:51 +00:00
wsdisplay_vcons_util.c
wsdisplay_vconsvar.h - add a cookie to show_screen_cb() 2017-06-02 19:33:51 +00:00
wsdisplayvar.h
wsemul_dumb.c Use c99 initializer for wsemul_ops 2017-11-03 18:42:35 +00:00
wsemul_sun.c Use c99 initializer for wsemul_ops 2017-11-03 18:42:35 +00:00
wsemul_vt100.c Try to fix previous to make it compile. 2018-01-21 10:30:51 +00:00
wsemul_vt100_chars.c Use __arraycount a bunch 2017-11-03 19:20:27 +00:00
wsemul_vt100_keys.c
wsemul_vt100_subr.c PR kern/53245 - support SGR 39 (default foreground) and 49 (background). 2018-06-05 21:11:50 +00:00
wsemul_vt100var.h
wsemulconf.c
wsemulvar.h
wsevent.c timespec_to_timespec50 - don't leak kernel memory in struct padding. 2018-06-14 10:30:55 +00:00
wseventvar.h
wskbd.c If the wskbd driver returns type 0, return "no data" from wskbd_cngetc 2017-12-18 18:57:21 +00:00
wskbdutil.c Use __arraycount a bunch 2017-11-03 19:20:27 +00:00
wskbdvar.h
wsksymdef.h Add Turkish keyboard layout. 2018-02-19 14:34:17 +00:00
wsksymvar.h
wsmouse.c Remove redundant includes of malloc.h 2017-11-03 19:49:23 +00:00
wsmousevar.h
wsmux.c There is no longer a NWSBELL (since nothing depends on it), so there's no 2017-06-12 08:19:22 +00:00
wsmuxvar.h Always include declarations/definitions for NWSMUX and NWSDISPLAY even 2017-06-12 07:10:07 +00:00