summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Remove my middle name.Dag-Erling Smørgrav2023-08-173-3/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1613-26/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1616-32/+0
* cursor.bdf: Remove $FreeBSD$ tagWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* syscons: whack __mips__ leftoversMateusz Guzik2023-03-015-5/+5
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-2/+4
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+2
* evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev2022-11-171-0/+2
* syscons: silent 'set but unused' warning in some configurationsKonstantin Belousov2022-04-201-1/+1
* sc: Move prev_ysize under #ifndef SC_NO_HISTORYDmitry Chagin2022-04-131-0/+2
* syscons VGA draw_txtcharcursor: Move sc under #ifndef SC_NO_FONT_LOADING.John Baldwin2022-04-121-1/+1
* sc: Move prev_ysize under #ifndef SC_NO_HISTORY.John Baldwin2022-04-121-2/+4
* sc vga: Remove unused variables.John Baldwin2022-04-061-6/+3
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-03-121-1/+1
* fb: Remove unused cursors ioctlsEmmanuel Vadot2021-12-061-5/+0
* fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot2021-12-061-2/+0
* fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot2021-12-061-1/+0
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-031-1/+6
* Remove remaning definition of GFB_<foo> options.Michal Meloun2020-12-051-1/+0
* Remove APM BIOS supportWarner Losh2020-10-081-95/+0
* syscons: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-30/+17
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+5
* Remove sparc64 kernel supportWarner Losh2020-02-038-97/+6
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-2/+2
* syscons: drop keyboard index from softcKyle Evans2019-12-232-27/+24
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-2/+2
* scterm-sc.c: convert source file to UTF-8 encodingEd Maste2019-12-031-1/+1
* syscons.c: clang-format pass to reduce style inconsistenciesKyle Evans2019-12-031-2771/+2884
* Attempt to fix build breakage in r344458.Bruce Evans2019-02-262-2/+4
* Fix the dumb and sc terminal emulators to compile and work.Bruce Evans2019-02-213-10/+34
* Restore syscons' terminal emulators. The trivial fixes to make them compileBruce Evans2019-02-213-0/+1398
* My recent fix for programmable function keys in syscons only workedBruce Evans2019-02-051-0/+1
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-1/+1
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-262-2/+2
* Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.Vladimir Kondratyev2018-06-101-6/+0
* Improve defaults for per-CPU kernel console colors, especially with 2Bruce Evans2018-06-021-7/+13
* Use per-CPU attributes earlier.Bruce Evans2018-06-021-7/+16
* Fix low-level locking during panics.Bruce Evans2018-06-021-2/+8
* i386 4/4G split.Konstantin Belousov2018-04-131-0/+4
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-062-2/+0
* Revert r331298Warner Losh2018-03-221-9/+3
* Unlock giant when calling shutdown_nice()Warner Losh2018-03-211-3/+9
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2724-0/+48
* sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev2017-11-011-3/+3