opnsense-src/sys/dev/vt
Vladimir Kondratyev 9aca77c20c evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interface
of psm(4), ums(4) and sysmouse(4) drivers.
EVIOCGRAB ioctl execution on /dev/input/event# device node gains
exclusive access to this device to caller. It is used mostly for
development purposes and remote control software. See e.g.
https://reviews.freebsd.org/D30020 which is the reason of creation
of this change.

(cherry picked from commit 4a0db5e292)
2022-12-24 11:33:27 +03:00
..
colors Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2022-02-08 15:00:55 -05:00
font console: add U+276E and U+276F glyphs 2022-07-26 09:41:48 -04:00
hw vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualized 2022-03-23 14:44:30 +01:00
logo Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2022-02-08 15:00:55 -05:00
vt.h vt(4): When cutting a line, append a newline character. 2022-10-12 17:53:21 +02:00
vt_buf.c vt(4): When cutting a line, append a newline character. 2022-10-12 17:53:21 +02:00
vt_consolectl.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2022-02-08 15:00:55 -05:00
vt_core.c vt(4): Use define instead of numerical value. 2022-10-12 17:53:22 +02:00
vt_cpulogos.c vt(4): Make sure vt_switch_timer() has a sleepable context. 2022-10-04 16:40:46 +02:00
vt_font.c Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrights 2022-02-08 15:00:55 -05:00
vt_sysmouse.c evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interface 2022-12-24 11:33:27 +03:00