aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-1/+47
* Fix vt100 escape sequence for showing and hiding the cursor in syscons.Bruce Evans2017-08-181-7/+6
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-181-0/+5
* Undeprecate the CONS_CURSORTYPE ioctl. It was "deprecated" in 2001,Bruce Evans2017-08-161-1/+1
* Fix attribute flipping for cut marking in pixel mode. The text-modeBruce Evans2017-07-101-3/+3
* Move open coding of construction of attributes for cut regions andBruce Evans2017-07-091-46/+64
* Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans2017-07-082-29/+197
* Add files to help manage the (vga) syscons mouse cursor.Bruce Evans2017-07-082-0/+935
* Change the drawing method for the mouse cursor in planar mode to supportBruce Evans2017-04-231-11/+33
* Optimize setting of the foreground color in the main planar method muchBruce Evans2017-04-211-3/+7
* Merge the main ega drawing method into the main vga planar method andBruce Evans2017-04-211-67/+18
* Oops, the previous commit swapped the main ega method with the mainBruce Evans2017-04-211-5/+3
* Eliminate the ega renderer switch. It did nothing useful except holdBruce Evans2017-04-201-14/+5
* When the character width is 9, remove vertical lines in the mouse cursorBruce Evans2017-04-202-8/+22