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
2022-07-05
Remove old poll/select wakeup mechanism.
Visa Hankala
2022-07-02
Remove unused device poll functions.
Visa Hankala
2022-06-20
Fix console screen blanker setting timeout back to zero
Greg Steuck
2022-06-09
Reorganize the handling of tap inputs.
Ulf Brosziewski
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-02-16
Currently, wskbd_set_mixervolume() only adjusts the volume of the first
Anton Lindqvist
2021-12-30
Prevent a double free by assigning the new keymap and corresponding size
Anton Lindqvist
2021-10-22
One could end up with the wrong encoding in xenocara while having a ucc
Anton Lindqvist
2021-09-22
Prevent ucc keyboards from changing the wsmux keyboard layout.
Anton Lindqvist
2021-09-20
Changing the encoding of a ucc keyboard doesn't make sense as only one
Anton Lindqvist
2021-03-24
Improve the tap detection mechanism.
Ulf Brosziewski
2021-03-24
Make tap detection less restrictive for multi-finger taps.
Ulf Brosziewski
2021-03-21
Include wstpad allocations when cleaning up wsmouse resources.
Ulf Brosziewski
2021-03-12
Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.
Mark Kettenis
2021-03-03
Add a configurable button mapping for tap gestures on touchpads.
Ulf Brosziewski
2021-02-09
ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it
Joshua Stein
2021-01-09
Revert mistaken commit: Stop wsmux_attach_sc race from anton@
gnezdo
2021-01-09
Stop wsmux_attach_sc race from anton@
gnezdo
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-06
Fix yet another wscons race. In the same subsystem, the following
anton
2020-11-02
Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).
tobhe
2020-10-01
Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on
Mark Kettenis
2020-09-13
Fix various typos in wscons(4) comments.
Frederic Cambus
2020-09-03
The "USL" VT switch and keyboard ioctls are a hack and don't follow the
Mark Kettenis
2020-08-05
Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passing
Frederic Cambus
2020-07-29
Fix yet another panic in which wsevent_fini() ends up being called with
anton
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-05-10
Fix two out-of-bounds array accesses in ioctl code pats. One found by
Mark Kettenis
2020-04-26
Make explicit and enforce that WSCREEN and WSEMUL names are 0-terminated.
Ulf Brosziewski
2020-04-26
Remove unused assignments.
Ulf Brosziewski
2020-04-19
Move logic to change brightness level in reasonable steps from acpivout(4)
Mark Kettenis
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-03-24
Backout the rename, it was more confusing then helpful.
anton
2020-03-24
Remove a chatty debug printf (not enabled by default) in wskbdopen() and
anton
2020-03-24
Rename wsmousedoioctl() -> wmouse_do_ioctl() and follow the same
anton
2020-03-24
Ensure that me_evp is still NULL before assignment during open of wscons
anton
2020-03-22
Mark omissions of break statements as intentional.
Ulf Brosziewski
2020-03-22
zap trailing whitespace
anton
2020-03-03
Add WSDISPLAY_TYPE_RKDRM
Mark Kettenis
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-08
Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
Visa Hankala
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-10-13
Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).
Frederic Cambus
2019-10-13
Move ws_get_param/ws_set_param into wsdisplay code.
Mark Kettenis
2019-08-31
Fix a bug of the tap-detection code.
Ulf Brosziewski
2019-08-19
Add a configuration option for reverse scrolling.
Ulf Brosziewski
2019-08-08
wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@
cheloha
2019-07-01
Use timeout_add_msec(9)
kn
[next]