Age | Commit message (Expand) | Author |
2020-03-24 | Backout the rename, it was more confusing then helpful. | anton |
2020-03-24 | Remove a chatty debug printf (not enabled by default) in wskbdopen() and | anton |
2020-03-24 | Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same | anton |
2020-03-24 | Ensure that me_evp is still NULL before assignment during open of wscons | anton |
2020-03-22 | Mark omissions of break statements as intentional. | Ulf Brosziewski |
2020-03-22 | zap trailing whitespace | anton |
2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and | Visa Hankala |
2019-08-19 | Add a configuration option for reverse scrolling. | Ulf Brosziewski |
2019-08-08 | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ | cheloha |
2019-05-24 | Remove redundant conditional. Inspecting flags is the correct way to | anton |
2019-05-22 | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual | anton |
2019-05-22 | A wscons device may only be opened in read/write mode once. However, | anton |
2019-03-24 | Switch to precision scrolling in wstpad. | Ulf Brosziewski |
2019-02-19 | favor C99 initializers for improved grepability; ok mpi@ | anton |
2018-11-20 | Add support for TIOCGPGRP ioctl commands to wscons. | anton |
2018-11-20 | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() | anton |
2018-11-19 | Utilize sigio with wscons. The old behavior of always making the process group | anton |
2018-11-11 | in the magical language gcc, adding brackets allows correct code to compile. | Theo de Raadt |
2018-11-10 | Remove the strong hysteresis filter. | Ulf Brosziewski |
2018-05-07 | Add logging options to wsmouse. Input and event logging for debug | Ulf Brosziewski |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-01-13 | coordinate again: polishing | Ulf Brosziewski |
2018-01-11 | Improve the handling of coordinate inputs and filters. | Ulf Brosziewski |
2017-11-23 | 1. Prepare a consistent treatment of edge areas. 2. Add mechanisms | Ulf Brosziewski |
2017-07-16 | Explain the multi-touch tracking function. | Ulf Brosziewski |
2017-05-08 | improved coordinate filters | Ulf Brosziewski |
2017-03-16 | Simplify wstpad option handling: | Martin Pieuchot |
2017-03-06 | Use 'inline' rather than _any of_ __the __other__ variants__. | Martin Pieuchot |
2017-02-27 | Handle touchpad input in wsmouse. | Ulf Brosziewski |
2016-10-23 | Improved parameter handling in wsmouse and new ioctls for reading and | Ulf Brosziewski |
2016-08-18 | Reset the input state completely when wsmouse is (re-)opened. | Ulf Brosziewski |
2016-07-13 | remove <0 check for an unsigned variable | Theo de Raadt |
2016-07-12 | Reset the mt state completely in wsmouse_mt_init. | Ulf Brosziewski |
2016-07-05 | Improve the tracking functions in wsmouse. | Ulf Brosziewski |
2016-06-06 | Remove wsmouse_input. | Ulf Brosziewski |
2016-03-30 | Add support for multitouch input to wsmouse. | Ulf Brosziewski |
2015-09-10 | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot |
2013-10-30 | Fix jagged diagonal lines (kernel part) | Alexandr Shadchin |
2013-10-18 | Introduce a dedicated private header file to control the optional features | Miod Vallat |
2012-07-22 | Fix for ClickPad. On issue pointed gilles@ and matthieu@ | Alexandr Shadchin |
2011-08-17 | Adding support Synaptics touchpad. Thanks all for test. | Alexandr Shadchin |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2005-08-14 | Honor (the lack of) FWRITE in the various ioctl routines; with input from | Miod Vallat |
2005-06-01 | Do not kill the event sink when closing a wsmouse device opened in write-only | Miod Vallat |
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat |