| Age | Commit message (Expand) | Author |
| 2018-01-21 | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni |
| 2018-01-13 | dev: make some use of mallocarray(9). | Pedro F. Giffuni |
| 2017-12-27 | kernel: Fix several typos and minor errors | Eitan Adler |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-01 | sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocol | Vladimir Kondratyev |
| 2017-08-25 | Fix bugs in (mostly) not-yet-activated parts of early/emergency output: | Bruce Evans |
| 2017-08-25 | Support setting the colors of cursors for the VGA renderer. | Bruce Evans |
| 2017-08-25 | Oops, the previous commit was missing 1 line. | Bruce Evans |
| 2017-08-25 | Fix missing switching of the terminal emulator when switching the | Bruce Evans |
| 2017-08-19 | Fix setting of defaults for the text cursor. | Bruce Evans |
| 2017-08-19 | Rename curr_curs_attr to base_curr_attr. The actual current cursor | Bruce Evans |
| 2017-08-19 | Use better hard-coded defaults for the cursor shape, and remove nearby | Bruce Evans |
| 2017-08-18 | Fix syscons escape sequence for setting the local cursor type. This sequence | Bruce Evans |
| 2017-08-18 | Fix vt100 escape sequence for showing and hiding the cursor in syscons. | Bruce Evans |
| 2017-08-18 | Fix missing syscons escape sequence for setting the border color. | Bruce Evans |
| 2017-08-16 | Undeprecate the CONS_CURSORTYPE ioctl. It was "deprecated" in 2001, | Bruce Evans |
| 2017-07-10 | Fix attribute flipping for cut marking in pixel mode. The text-mode | Bruce Evans |
| 2017-07-09 | Move open coding of construction of attributes for cut regions and | Bruce Evans |
| 2017-07-08 | Add many bitmaps (now there are 13) for mouse cursors and logic to try | Bruce Evans |
| 2017-07-08 | Add files to help manage the (vga) syscons mouse cursor. | Bruce Evans |
| 2017-04-23 | Change the drawing method for the mouse cursor in planar mode to support | Bruce Evans |
| 2017-04-21 | Optimize setting of the foreground color in the main planar method much | Bruce Evans |
| 2017-04-21 | Merge the main ega drawing method into the main vga planar method and | Bruce Evans |
| 2017-04-21 | Oops, the previous commit swapped the main ega method with the main | Bruce Evans |
| 2017-04-20 | Eliminate the ega renderer switch. It did nothing useful except hold | Bruce Evans |
| 2017-04-20 | When the character width is 9, remove vertical lines in the mouse cursor | Bruce Evans |
| 2017-04-19 | Fix build without SC_PIXEL_MODE defined. | Gleb Smirnoff |
| 2017-04-19 | Fix missing support for drawing the mouse cursor in depth 24 of direct | Bruce Evans |
| 2017-04-19 | Stop using a saveunder method for mouse cursor drawing in the vga | Bruce Evans |
| 2017-04-15 | Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel) | Bruce Evans |
| 2017-04-15 | Structure the mouse cursor data so that it is easier to switch, and | Bruce Evans |
| 2017-04-14 | Oops, the previous revision was missing the update of the shift variable. | Bruce Evans |
| 2017-04-14 | Adjust shifting so that cursor widths up to 17 (was 9) work in vga planar | Bruce Evans |
| 2017-04-14 | Optimize drawing of the mouse cursor in vga planar mode almost as | Bruce Evans |
| 2017-04-14 | Further unobfuscate the method of drawing the mouse cursor in vga planar | Bruce Evans |
| 2017-04-12 | Improve drawing of the vga planar mode mouse image a little. Unobfuscate | Bruce Evans |
| 2017-04-12 | Fix removal of mouse image by the vga planar renderer in the right border | Bruce Evans |
| 2017-04-12 | Trival style fix to previous commit to add this detail. | Bruce Evans |
| 2017-04-12 | Fix removing of the mouse image in vga planar mode with 8x8 fonts, and | Bruce Evans |
| 2017-04-12 | Fix clobbering of the default attribute and the screen position in | Bruce Evans |
| 2017-04-10 | Special rendering methods for removing mouse cursors cannot be removed | Bruce Evans |
| 2017-04-08 | Quick fix for removal of the mouse cursor in vga direct graphics modes | Bruce Evans |
| 2017-04-08 | Fix removal of the keyboard cursor image in text mode, especially | Bruce Evans |
| 2017-03-29 | The switch to kernel terminal context needs to update more than the cursor | Bruce Evans |
| 2017-03-26 | Restore switching to a separate kernel terminal "input" state and extend | Bruce Evans |
| 2017-03-18 | Fix bright colors for syscons, and make them work for the first time | Bruce Evans |
| 2017-03-16 | The previous fix didn't ifdef out enough for sparc64 to actually work. | Bruce Evans |
| 2017-03-11 | Fix the attribute for scteken_clear() (change it back from the user | Bruce Evans |
| 2017-03-11 | Add a scteken_set_cursor() (sc to teken) method and use it to fix | Bruce Evans |
| 2017-03-10 | Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr() | Bruce Evans |