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
2016-07-13
remove <0 check for an unsigned variable
Theo de Raadt
2016-07-12
Reset the mt state completely in wsmouse_mt_init.
Ulf Brosziewski
2016-07-05
Improve the tracking functions in wsmouse.
Ulf Brosziewski
2016-06-06
Remove wsmouse_input.
Ulf Brosziewski
2016-05-30
Do not forward declare an enum, makes gcc3 happy.
Martin Pieuchot
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-03-30
Add support for multitouch input to wsmouse.
Ulf Brosziewski
2016-03-28
OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at
Matthieu Herrb
2016-03-03
Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11
Christian Weisgerber
2016-01-12
Use uiomove() instead of uiomovei(); from Martin Natano
Stefan Kempf
2015-12-12
add new ioctls to control keyboard backlights
Joerg Jung
2015-09-10
kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).
Martin Pieuchot
2015-09-08
sizes for free(); checked by semarie
Theo de Raadt
2015-09-05
Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour to
Miod Vallat
2015-08-30
Modify kernel to prepare boot from UEFI.
YASUOKA Masahiko
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-05-08
When changing screen saver parameters with wsconsctl (or any other way to
Miod Vallat
2015-05-07
remove a surplus tab
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-01-15
Define a new wscons mouse type for Synaptics clickpad devices that lack
Jonathan Gray
2015-01-11
use mallocarray() when reallocating the mux table
Theo de Raadt
2015-01-11
unnecessary cast
Theo de Raadt
2014-12-21
WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.
Alexandr Shadchin
2014-12-21
WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.
Alexandr Shadchin
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-10-27
Stop supporting wsmoused and X in parallel. This code is racy and
Martin Pieuchot
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-11
It's init as a process that's special, not init's original thread.
Philip Guenther
2014-05-15
Use a more appropriate malloc(9) type than M_TEMP for the keymap memory
Martin Pieuchot
2014-05-14
wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,
Alexandr Shadchin
2014-05-05
Plug a memory leak, free the keymap's memory on detach.
Martin Pieuchot
2014-04-18
For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to
Philip Guenther
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
Miod Vallat
2013-12-02
CIRCLEQ begone.
Kenneth R Westerback
2013-11-17
Distinguish between inteldrm and radeondrm.
Mark Kettenis
2013-11-04
Convert wskbd_set_mixervolume() to use a task internally instead of
Martin Pieuchot
2013-11-04
Better defaults for the screen burner settings: all unblank actions enabled,
Miod Vallat
2013-10-30
Fix jagged diagonal lines (kernel part)
Alexandr Shadchin
2013-10-20
No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the
Miod Vallat
2013-10-20
Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).
Miod Vallat
2013-10-20
WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@
Miod Vallat
2013-10-18
UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation
Miod Vallat
2013-10-18
Add a conditional to disable most of the `abort state' code in the emulation
Miod Vallat
2013-10-18
Introduce a dedicated private header file to control the optional features
Miod Vallat
2013-08-20
Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for
Mark Kettenis
2013-07-06
s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g
Mark Kettenis
2013-07-05
Add submatch function for use with config_found_sm(9).
Mark Kettenis
[next]