summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski
2017-01-23Only allow change-setting ioctls when FWRITE is set on the descriptor.Theo de Raadt
2017-01-11Use explicit_bzero() to wipe copybuffer when logging out of the console.Frederic Cambus
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-10-23Improved parameter handling in wsmouse and new ioctls for reading andUlf Brosziewski
2016-09-30Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboardMark Kettenis
2016-09-14limit the number of fonts that can be loadedJoshua Stein
2016-09-04remove some more sparc remnants. ok deraadtTed Unangst
2016-08-31Estonian keymapJeremie Courreges-Anglas
2016-08-18Reset the input state completely when wsmouse is (re-)opened.Ulf Brosziewski
2016-07-13remove <0 check for an unsigned variableTheo de Raadt
2016-07-12Reset the mt state completely in wsmouse_mt_init.Ulf Brosziewski
2016-07-05Improve the tracking functions in wsmouse.Ulf Brosziewski
2016-06-06Remove wsmouse_input.Ulf Brosziewski
2016-05-30Do not forward declare an enum, makes gcc3 happy.Martin Pieuchot
2016-04-24Remove 'option COMPAT_PCVT' now that X doen't use it anymore.Matthieu Herrb
2016-03-30Add support for multitouch input to wsmouse.Ulf Brosziewski
2016-03-28OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for atMatthieu Herrb
2016-03-03Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11Christian Weisgerber
2016-01-12Use uiomove() instead of uiomovei(); from Martin NatanoStefan Kempf
2015-12-12add new ioctls to control keyboard backlightsJoerg Jung
2015-09-10kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).Martin Pieuchot
2015-09-08sizes for free(); checked by semarieTheo de Raadt
2015-09-05Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour toMiod Vallat
2015-08-30Modify kernel to prepare boot from UEFI.YASUOKA Masahiko
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-05-08When changing screen saver parameters with wsconsctl (or any other way toMiod Vallat
2015-05-07remove a surplus tabJonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray
2015-01-11use mallocarray() when reallocating the mux tableTheo de Raadt
2015-01-11unnecessary castTheo de Raadt
2014-12-21WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-10-27Stop supporting wsmoused and X in parallel. This code is racy andMartin Pieuchot
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-05-15Use a more appropriate malloc(9) type than M_TEMP for the keymap memoryMartin Pieuchot
2014-05-14wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,Alexandr Shadchin