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
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-29
indent with tabs not spaces; from jon@elytron.openbsd.amsterdam
Jonathan Gray
2024-05-17
Make sure `row' is not used uninitialized in wsmouse_matching().
Miod Vallat
2024-04-13
correct indentation
Jonathan Gray
2024-03-25
Add 'ws_' prefix to 'wseventvar' structure members. No functional
Vitaliy Makkoveev
2024-02-18
Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctl
Anton Lindqvist
2024-01-19
Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it
Mark Kettenis
2023-11-23
now always needs sys/task.h
Theo de Raadt
2023-11-22
Add support for keyboard backlight hotkeys in wskbd and hook up macppc apple
Tobias Heider
2023-09-08
Remove the remnants of the leftover selinfo from vnode(9) layer. Just
Vitaliy Makkoveev
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-08-02
Minor changes to reduce differences between vt100 and sun emulations. NFCI
Miod Vallat
2023-07-24
Fix scan code value for print screen key.
Miod Vallat
2023-07-24
Make sure we do not increase the escape sequence argument count beyond usable
Miod Vallat
2023-07-09
Add suspend key support in wskbd and make it work on Apple ARM laptops.
Tobias Heider
2023-07-06
Clear knotes when finishing wseventvar
Visa Hankala
2023-07-02
Add button mappings for two- and three-finger clicks on clickpads.
Ulf Brosziewski
2023-04-20
add viogpu, a VirtIO GPU driver
Joshua Stein
2023-04-13
Catch up with box drawing characters which have been standardized in unicode
Miod Vallat
2023-03-06
Correctly account the number of bytes processed when outputting UTF-8 encoded
Miod Vallat
2023-03-06
Replace old'n'wrong UTF-8 logic with a better one borrowed from Citrus;
Miod Vallat
2023-02-26
Add a few missing bounds checks when processing terminal escape sequences.
Miod Vallat
2023-01-23
Add Backtab key, based on a change from Crystal Kolipe kolipe.c at
Nicholas Marriott
2023-01-12
Disable double width and height escape sequences under SMALL_KERNEL.
Nicholas Marriott
2023-01-12
free(NULL) has been allowed in the kernel since 5.4; remove checks.
Miod Vallat
2023-01-12
Add CBT (cursor back tab) sequence, from Crystal Kolipe kolipe.c at
Nicholas Marriott
2023-01-12
Add aixterm bright colour sequences (SGR 90-97 and 100-107). From
Nicholas Marriott
2023-01-12
Add some missing cursor movement and scrolling escape sequences that are
Nicholas Marriott
2023-01-10
Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup...
Tobias Heider
2023-01-10
rhe -> the from Crystal Kolipe
Theo Buehler
2023-01-09
DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe.
Nicholas Marriott
2023-01-09
Correct length of replies to primary and secondary DAs so as not to send
Nicholas Marriott
2022-11-26
While emulating the bell, wsdisplay could end up sleeping when reaching
Anton Lindqvist
2022-11-10
Move the code handling brightness keys into a task, since with
Matthieu Herrb
2022-10-16
Fix a bug in the initialization mechanism of wsmouse.
Ulf Brosziewski
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-07-08
Display parameters exposed to userland as percentages (backlight, brightness,
Miod Vallat
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
[next]