aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build without SC_PIXEL_MODE defined.Gleb Smirnoff2017-04-191-1/+2
* Fix missing support for drawing the mouse cursor in depth 24 of directBruce Evans2017-04-191-46/+6
* Stop using a saveunder method for mouse cursor drawing in the vgaBruce Evans2017-04-191-49/+5
* Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans2017-04-151-3/+11
* Structure the mouse cursor data so that it is easier to switch, andBruce Evans2017-04-151-24/+39
* Oops, the previous revision was missing the update of the shift variable.Bruce Evans2017-04-141-1/+1
* Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans2017-04-141-6/+6
* Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans2017-04-141-4/+7
* Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans2017-04-141-32/+17
* Improve drawing of the vga planar mode mouse image a little. UnobfuscateBruce Evans2017-04-121-30/+15