dissertation/sys/dev/wscons
bru 254cedb6cc Fix a bug in the initialization mechanism of wsmouse.
The CONFIGURED flag, which indicates that first-time initialization
has been completed, must be set immediately after the first call to
wstpad_configure.  Otherwise, passing touchpad parameters to the
initialization function has no effect for some of them.
2022-10-16 18:23:44 +00:00
..
ascii.h
files.wscons
unicode.h
wscons_callbacks.h
wscons_features.h Fix various typos in wscons(4) comments. 2020-09-13 10:05:46 +00:00
wsconsio.h Implement support for framebuffers that don't start on a page boundary. 2022-07-15 17:57:25 +00:00
wsdisplay.c Implement support for framebuffers that don't start on a page boundary. 2022-07-15 17:57:25 +00:00
wsdisplay_compat_usl.c The "USL" VT switch and keyboard ioctls are a hack and don't follow the 2020-09-03 15:30:17 +00:00
wsdisplay_usl_io.h
wsdisplayvar.h Fix various typos in wscons(4) comments. 2020-09-13 10:05:46 +00:00
wsemul_dumb.c change wsdisplay attribute type from long to uint32_t 2020-05-25 09:55:47 +00:00
wsemul_subr.c
wsemul_sun.c change wsdisplay attribute type from long to uint32_t 2020-05-25 09:55:47 +00:00
wsemul_vt100.c change wsdisplay attribute type from long to uint32_t 2020-05-25 09:55:47 +00:00
wsemul_vt100_chars.c
wsemul_vt100_keys.c
wsemul_vt100_subr.c change wsdisplay attribute type from long to uint32_t 2020-05-25 09:55:47 +00:00
wsemul_vt100var.h change wsdisplay attribute type from long to uint32_t 2020-05-25 09:55:47 +00:00
wsemulconf.c Fix two out-of-bounds array accesses in ioctl code pats. One found by 2020-05-10 20:50:55 +00:00
wsemulvar.h Fix various typos in wscons(4) comments. 2020-09-13 10:05:46 +00:00
wsevent.c Remove unused device poll functions. 2022-07-02 08:50:41 +00:00
wseventvar.h Remove unused device poll functions. 2022-07-02 08:50:41 +00:00
wskbd.c Remove unused device poll functions. 2022-07-02 08:50:41 +00:00
wskbdraw.h
wskbdutil.c Prevent a double free by assigning the new keymap and corresponding size 2021-12-30 06:55:11 +00:00
wskbdvar.h Currently, wskbd_set_mixervolume() only adjusts the volume of the first 2022-02-16 06:23:42 +00:00
wsksymdef.h Changing the encoding of a ucc keyboard doesn't make sense as only one 2021-09-20 17:32:39 +00:00
wsksymvar.h Prevent a double free by assigning the new keymap and corresponding size 2021-12-30 06:55:11 +00:00
wsmouse.c Fix a bug in the initialization mechanism of wsmouse. 2022-10-16 18:23:44 +00:00
wsmoused.h
wsmouseinput.h Include wstpad allocations when cleaning up wsmouse resources. 2021-03-21 16:20:49 +00:00
wsmousevar.h
wsmux.c Remove unused device poll functions. 2022-07-02 08:50:41 +00:00
wsmuxvar.h
wstpad.c Reorganize the handling of tap inputs. 2022-06-09 22:17:18 +00:00