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
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
2017-07-18
Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.
Mark Kettenis
2017-07-16
Explain the multi-touch tracking function.
Ulf Brosziewski
2017-07-16
Minor changes in the setup.
Ulf Brosziewski
2017-06-18
Remove remnants of old versions.
Ulf Brosziewski
2017-06-15
We do not support iso7 nor pcvt encoding, so remove macro definitions
Frederic Cambus
2017-06-13
Increase WSFONT_NAME_SIZE size, this will allow storing longer font
Frederic Cambus
2017-06-12
specify free() size from the old allocation, not new allocation.
Theo de Raadt
2017-06-06
Set the weak variant of hysteresis as default.
Ulf Brosziewski
2017-06-06
Add support for tap gestures.
Ulf Brosziewski
2017-05-27
Add missing comments for CAN and SUB, for consistency.
Frederic Cambus
2017-05-12
Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)
Martin Pieuchot
2017-05-10
Adapt the filter parameters to the X/Y ratio.
Ulf Brosziewski
2017-05-08
improved coordinate filters
Ulf Brosziewski
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Convert some malloc(9) to mallocarray(9)
David Hill
2017-03-16
Simplify wstpad option handling:
Martin Pieuchot
2017-03-11
Introduce a new knob to force the first USB keyboard as console input.
Martin Pieuchot
2017-03-06
Guard headers to make sure userland do not look at them.
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
2017-01-23
Only allow change-setting ioctls when FWRITE is set on the descriptor.
Theo de Raadt
2017-01-11
Use explicit_bzero() to wipe copybuffer when logging out of the console.
Frederic Cambus
2016-11-07
Split PID from TID, giving processes a PID unrelated to the TID of their
Philip Guenther
2016-10-23
Improved parameter handling in wsmouse and new ioctls for reading and
Ulf Brosziewski
2016-09-30
Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboard
Mark Kettenis
2016-09-14
limit the number of fonts that can be loaded
Joshua Stein
2016-09-04
remove some more sparc remnants. ok deraadt
Ted Unangst
2016-08-31
Estonian keymap
Jeremie Courreges-Anglas
2016-08-18
Reset the input state completely when wsmouse is (re-)opened.
Ulf Brosziewski
[next]