| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -2/+1 |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 8 | -54/+57 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 5 | -16/+15 |
| 2020-05-10 | Fix two out-of-bounds array accesses in ioctl code pats. One found by |  kettenis | 2 | -4/+4 |
| 2020-04-26 | Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated. |  bru | 1 | -5/+5 |
| 2020-04-26 | Remove unused assignments. |  bru | 1 | -3/+1 |
| 2020-04-19 | Move logic to change brightness level in reasonable steps from acpivout(4) |  kettenis | 3 | -6/+124 |
| 2020-04-07 | Abstract the head of knote lists. This allows extending the lists, |  visa | 1 | -3/+3 |
| 2020-03-24 | Backout the rename, it was more confusing then helpful. |  anton | 1 | -9/+9 |
| 2020-03-24 | Remove a chatty debug printf (not enabled by default) in wskbdopen() and |  anton | 2 | -10/+4 |
| 2020-03-24 | Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same |  anton | 1 | -9/+9 |
| 2020-03-24 | Ensure that me_evp is still NULL before assignment during open of wscons |  anton | 3 | -26/+35 |
| 2020-03-22 | Mark omissions of break statements as intentional. |  bru | 1 | -3/+3 |
| 2020-03-22 | zap trailing whitespace |  anton | 6 | -21/+21 |
| 2020-03-03 | Add WSDISPLAY_TYPE_RKDRM |  kettenis | 1 | -1/+2 |
| 2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 1 | -2/+2 |
| 2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and |  visa | 3 | -17/+20 |
| 2019-12-31 | Use C99 designated initializers with struct filterops. In addition, |  visa | 1 | -5/+5 |
| 2019-10-13 | Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4). |  fcambus | 1 | -4/+5 |
| 2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. |  kettenis | 2 | -2/+14 |
| 2019-08-31 | Fix a bug of the tap-detection code. |  bru | 1 | -13/+18 |
| 2019-08-19 | Add a configuration option for reverse scrolling. |  bru | 3 | -9/+25 |
| 2019-08-08 | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ |  cheloha | 3 | -7/+7 |
| 2019-07-01 | Use timeout_add_msec(9) |  kn | 2 | -16/+15 |
| 2019-05-24 | Remove redundant conditional. Inspecting flags is the correct way to |  anton | 1 | -5/+3 |
| 2019-05-22 | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual |  anton | 3 | -56/+54 |
| 2019-05-22 | A wscons device may only be opened in read/write mode once. However, |  anton | 5 | -16/+25 |
| 2019-05-21 | A problem fixed in wskbd is also present in wsmux. Repeating the |  anton | 1 | -2/+2 |
| 2019-05-11 | Add the colemak keyboard layout. |  abieber | 1 | -2/+4 |
| 2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) |  kettenis | 2 | -5/+20 |
| 2019-03-30 | Restrict the number of allowed wsmux devices, just like wskbd and wsmouse |  anton | 1 | -1/+4 |
| 2019-03-24 | Fix a precedence problem. |  bru | 1 | -3/+6 |
| 2019-03-24 | Switch to precision scrolling in wstpad. |  bru | 3 | -64/+93 |
| 2019-03-24 | Add new event types for precision scrolling. |  bru | 1 | -1/+7 |
| 2019-03-16 | Clear the me_evp pointer after calling wsmux_do_close() as opposed of |  anton | 1 | -2/+2 |
| 2019-03-02 | Limited the number of allowed stacked wsmux devices. A sufficiently long chain |  anton | 1 | -7/+66 |
| 2019-02-20 | When adding a wsmux device to an existing wsmux device using |  anton | 1 | -2/+2 |
| 2019-02-19 | whitespace nits |  anton | 1 | -4/+4 |
| 2019-02-19 | favor C99 initializers for improved grepability; ok mpi@ |  anton | 3 | -13/+22 |
| 2019-02-18 | Serialize access to the list of attached child devices belonging to a |  anton | 2 | -8/+47 |
| 2019-02-01 | free size for wscons_event; ok deraadt@ visa@ |  anton | 1 | -2/+2 |
| 2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if |  anton | 1 | -2/+3 |
| 2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. |  millert | 1 | -3/+2 |
| 2019-01-27 | tweak errno in previous |  anton | 1 | -2/+2 |
| 2019-01-27 | Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same |  anton | 1 | -1/+3 |
| 2018-12-29 | Cleanup: Initialize the pointers to position data early, and use |  bru | 1 | -17/+15 |
| 2018-12-26 | Use estimates of speed to improve gesture detection. |  bru | 1 | -47/+136 |
| 2018-12-17 | When no child devices are attached to a wsmux device, make sure to return an |  anton | 1 | -3/+6 |
| 2018-12-05 | Use a time-based method for tracking motion states of touches. |  bru | 1 | -50/+81 |
| 2018-11-20 | Add support for TIOCGPGRP ioctl commands to wscons. |  anton | 3 | -3/+24 |