summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-22More sizes for free() in wscons(4).Frederic Cambus
2018-01-17Add sizes for free() in wscons(4).Frederic Cambus
2018-01-13coordinate again: polishingUlf Brosziewski
2018-01-11Improve the handling of coordinate inputs and filters.Ulf Brosziewski
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-11-26Add various improvements to the default configuration (better defaultUlf Brosziewski
2017-11-231. Prepare a consistent treatment of edge areas. 2. Add mechanismsUlf Brosziewski
2017-11-15Remove unused compat macros.anton
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-25Reduce the delay before scrolling starts.Ulf Brosziewski
2017-08-18Backout because it breaks ramdisks. Anyone making changes in the kernelTheo de Raadt
2017-08-18Add compressed fonts support in the kernel.Frederic Cambus
2017-08-10Remove some case statements which have been compiled out since 2000.Frederic Cambus
2017-07-27Use variable edge masks (again).Ulf Brosziewski
2017-07-26Do not add plain edge areas as default.Ulf Brosziewski
2017-07-19Fix previous commit; check the enter_ddb function pointer instead of theMark Kettenis
2017-07-19Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypassMark Kettenis
2017-07-18Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.Mark Kettenis
2017-07-16Explain the multi-touch tracking function.Ulf Brosziewski
2017-07-16Minor changes in the setup.Ulf Brosziewski
2017-06-18Remove remnants of old versions.Ulf Brosziewski
2017-06-15We do not support iso7 nor pcvt encoding, so remove macro definitionsFrederic Cambus
2017-06-13Increase WSFONT_NAME_SIZE size, this will allow storing longer fontFrederic Cambus
2017-06-12specify free() size from the old allocation, not new allocation.Theo de Raadt
2017-06-06Set the weak variant of hysteresis as default.Ulf Brosziewski
2017-06-06Add support for tap gestures.Ulf Brosziewski
2017-05-27Add missing comments for CAN and SUB, for consistency.Frederic Cambus
2017-05-12Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)Martin Pieuchot
2017-05-10Adapt the filter parameters to the X/Y ratio.Ulf Brosziewski
2017-05-08improved coordinate filtersUlf Brosziewski
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert some malloc(9) to mallocarray(9)David Hill
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski
2017-01-23Only allow change-setting ioctls when FWRITE is set on the descriptor.Theo de Raadt
2017-01-11Use explicit_bzero() to wipe copybuffer when logging out of the console.Frederic Cambus
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-10-23Improved parameter handling in wsmouse and new ioctls for reading andUlf Brosziewski
2016-09-30Add a WSKBDIO_GETENCODINGS ioctl that returns the supported keyboardMark Kettenis
2016-09-14limit the number of fonts that can be loadedJoshua Stein
2016-09-04remove some more sparc remnants. ok deraadtTed Unangst
2016-08-31Estonian keymapJeremie Courreges-Anglas
2016-08-18Reset the input state completely when wsmouse is (re-)opened.Ulf Brosziewski