| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant conditional. Inspecting flags is the correct way to |  anton | 2019-05-24 | 1 | -5/+3 |
* | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual |  anton | 2019-05-22 | 1 | -9/+7 |
* | A wscons device may only be opened in read/write mode once. However, |  anton | 2019-05-22 | 1 | -2/+3 |
* | Switch to precision scrolling in wstpad. |  bru | 2019-03-24 | 1 | -5/+13 |
* | favor C99 initializers for improved grepability; ok mpi@ |  anton | 2019-02-19 | 1 | -3/+7 |
* | Add support for TIOCGPGRP ioctl commands to wscons. |  anton | 2018-11-20 | 1 | -1/+8 |
* | No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl() |  anton | 2018-11-20 | 1 | -8/+1 |
* | Utilize sigio with wscons. The old behavior of always making the process group |  anton | 2018-11-19 | 1 | -12/+12 |
* | in the magical language gcc, adding brackets allows correct code to compile. |  deraadt | 2018-11-11 | 1 | -3/+3 |
* | Remove the strong hysteresis filter. |  bru | 2018-11-10 | 1 | -46/+28 |
* | Add logging options to wsmouse. Input and event logging for debug |  bru | 2018-05-07 | 1 | -1/+72 |
* | replace add_*_randomness with enqueue_randomness() |  jasper | 2018-04-28 | 1 | -2/+2 |
* | coordinate again: polishing |  bru | 2018-01-13 | 1 | -1/+5 |
* | Improve the handling of coordinate inputs and filters. |  bru | 2018-01-11 | 1 | -64/+126 |
* | 1. Prepare a consistent treatment of edge areas. 2. Add mechanisms |  bru | 2017-11-23 | 1 | -6/+11 |
* | Explain the multi-touch tracking function. |  bru | 2017-07-16 | 1 | -1/+11 |
* | improved coordinate filters |  bru | 2017-05-08 | 1 | -1/+19 |
* | Simplify wstpad option handling: |  mpi | 2017-03-16 | 1 | -96/+96 |
* | Use 'inline' rather than _any of_ __the __other__ variants__. |  mpi | 2017-03-06 | 1 | -5/+5 |
* | Handle touchpad input in wsmouse. |  bru | 2017-02-27 | 1 | -104/+139 |
* | Improved parameter handling in wsmouse and new ioctls for reading and |  bru | 2016-10-23 | 1 | -73/+175 |
* | Reset the input state completely when wsmouse is (re-)opened. |  bru | 2016-08-18 | 1 | -2/+28 |
* | remove <0 check for an unsigned variable |  deraadt | 2016-07-13 | 1 | -2/+2 |
* | Reset the mt state completely in wsmouse_mt_init. |  bru | 2016-07-12 | 1 | -5/+2 |
* | Improve the tracking functions in wsmouse. |  bru | 2016-07-05 | 1 | -4/+7 |
* | Remove wsmouse_input. |  bru | 2016-06-06 | 1 | -216/+17 |
* | Add support for multitouch input to wsmouse. |  bru | 2016-03-30 | 1 | -1/+842 |
* | kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4). |  mpi | 2015-09-10 | 1 | -1/+11 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Stop supporting wsmoused and X in parallel. This code is racy and |  mpi | 2014-10-27 | 1 | -10/+1 |
* | Fix jagged diagonal lines (kernel part) |  shadchin | 2013-10-30 | 1 | -8/+6 |
* | Introduce a dedicated private header file to control the optional features |  miod | 2013-10-18 | 1 | -6/+3 |
* | Fix for ClickPad. On issue pointed gilles@ and matthieu@ |  shadchin | 2012-07-22 | 1 | -1/+9 |
* | Adding support Synaptics touchpad. Thanks all for test. |  shadchin | 2011-08-17 | 1 | -1/+24 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -5/+5 |
* | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
* | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might |  miod | 2007-04-10 | 1 | -3/+28 |
* | poll errors should be POLLERR, not some random E value |  tedu | 2006-11-01 | 1 | -2/+3 |
* | Honor (the lack of) FWRITE in the various ioctl routines; with input from |  miod | 2005-08-14 | 1 | -1/+10 |
* | Do not kill the event sink when closing a wsmouse device opened in write-only |  miod | 2005-06-01 | 1 | -1/+4 |
* | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. |  miod | 2005-05-18 | 1 | -3/+7 |
* | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour |  miod | 2005-05-15 | 1 | -191/+174 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -5/+2 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | cdev_decl is done in conf.h, do not dupe here |  mickey | 2002-04-30 | 1 | -3/+1 |
* | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and |  jbm | 2002-03-27 | 1 | -1/+11 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -10/+10 |
* | supply entropy from here |  mickey | 2001-10-04 | 1 | -1/+4 |
* | inplement screen burner in screenblank(1) style (no program though). |  mickey | 2001-05-08 | 1 | -1/+3 |