aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2313-26/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2316-32/+0
* cursor.bdf: Remove $FreeBSD$ tagWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2511-11/+11
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-091-0/+2
* evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev2022-12-241-0/+2
* teken: color #3 is yellow not brown - use TC_YELLOW as the nameEd Maste2022-05-031-1/+1
* syscons: silent 'set but unused' warning in some configurationsKonstantin Belousov2022-04-271-1/+1
* fb: Remove unused cursors ioctlsEmmanuel Vadot2021-12-211-5/+0
* fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot2021-12-211-2/+0
* fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot2021-12-211-1/+0
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-191-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-2837/+2950
* 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
* Fix bugs in (mostly) not-yet-activated parts of early/emergency output:Bruce Evans2017-08-251-6/+12
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-253-35/+60
* Oops, the previous commit was missing 1 line.Bruce Evans2017-08-251-0/+1
* Fix missing switching of the terminal emulator when switching theBruce Evans2017-08-251-8/+16
* Fix setting of defaults for the text cursor.Bruce Evans2017-08-192-4/+22
* Rename curr_curs_attr to base_curr_attr. The actual current cursorBruce Evans2017-08-193-33/+44
* Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans2017-08-192-10/+2