index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wscons
Age
Commit message (
Expand
)
Author
2019-05-04
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
Mark Kettenis
2019-03-30
Restrict the number of allowed wsmux devices, just like wskbd and wsmouse
anton
2019-03-24
Fix a precedence problem.
Ulf Brosziewski
2019-03-24
Switch to precision scrolling in wstpad.
Ulf Brosziewski
2019-03-24
Add new event types for precision scrolling.
Ulf Brosziewski
2019-03-16
Clear the me_evp pointer after calling wsmux_do_close() as opposed of
anton
2019-03-02
Limited the number of allowed stacked wsmux devices. A sufficiently long chain
anton
2019-02-20
When adding a wsmux device to an existing wsmux device using
anton
2019-02-19
whitespace nits
anton
2019-02-19
favor C99 initializers for improved grepability; ok mpi@
anton
2019-02-18
Serialize access to the list of attached child devices belonging to a
anton
2019-02-01
free size for wscons_event; ok deraadt@ visa@
anton
2019-02-01
In wskbdclose(), use the same logic as in wskbdopen() to determine if
anton
2019-01-31
Fix compilation of amd64 kernel when optimization is disabled.
Todd C. Miller
2019-01-27
tweak errno in previous
anton
2019-01-27
Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The same
anton
2018-12-29
Cleanup: Initialize the pointers to position data early, and use
Ulf Brosziewski
2018-12-26
Use estimates of speed to improve gesture detection.
Ulf Brosziewski
2018-12-17
When no child devices are attached to a wsmux device, make sure to return an
anton
2018-12-05
Use a time-based method for tracking motion states of touches.
Ulf Brosziewski
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-11-05
Improve the filters for scrolling.
Ulf Brosziewski
2018-07-30
define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop
Joshua Stein
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-04-18
Try to get the layout from the default mux when attaching a console
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-22
More sizes for free() in wscons(4).
Frederic Cambus
2018-01-17
Add sizes for free() in wscons(4).
Frederic Cambus
2018-01-13
coordinate again: polishing
Ulf Brosziewski
2018-01-11
Improve the handling of coordinate inputs and filters.
Ulf Brosziewski
2017-12-23
scrolling: take care of noise.
Ulf Brosziewski
2017-12-22
1. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge area
Ulf Brosziewski
2017-11-26
Add various improvements to the default configuration (better default
Ulf Brosziewski
2017-11-23
1. Prepare a consistent treatment of edge areas. 2. Add mechanisms
Ulf Brosziewski
2017-11-15
Remove unused compat macros.
anton
2017-10-24
remove defines for ioctls the kernel doesn't recognise
Jonathan Gray
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-25
Reduce the delay before scrolling starts.
Ulf Brosziewski
2017-08-18
Backout because it breaks ramdisks. Anyone making changes in the kernel
Theo de Raadt
2017-08-18
Add compressed fonts support in the kernel.
Frederic Cambus
2017-08-10
Remove some case statements which have been compiled out since 2000.
Frederic Cambus
2017-07-27
Use variable edge masks (again).
Ulf Brosziewski
2017-07-26
Do not add plain edge areas as default.
Ulf Brosziewski
2017-07-19
Fix previous commit; check the enter_ddb function pointer instead of the
Mark Kettenis
2017-07-19
Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass
Mark Kettenis
[next]