| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-04-12 | syscons VGA draw_txtcharcursor: Move sc under #ifndef SC_NO_FONT_LOADING. | John Baldwin |
| 2022-04-06 | sc vga: Remove unused variables. | John Baldwin |
| 2020-09-01 | syscons: clean up empty lines in .c and .h files | Mateusz Guzik |
| 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-08-25 | Support setting the colors of cursors for the VGA renderer. | 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-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-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 |
| 2016-04-30 | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni |
| 2013-06-18 | On some generations of the Intel GPU, disabling of the VGA Display | Konstantin Belousov |
| 2010-09-17 | Rework r210248. Although it fixed most of problems, it did not fix one | Jung-uk Kim |
| 2010-07-19 | Improve style slightly. | Jung-uk Kim |
| 2010-07-19 | Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. | Jung-uk Kim |
| 2010-03-24 | Align memory access of 24-bit pixel renderer to word boundary. | Jung-uk Kim |
| 2010-03-23 | Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do | Jung-uk Kim |
| 2009-08-24 | Fix VESA modes and allow 8bit depth modes. | Xin LI |
| 2007-12-29 | Replace explicit calls to video methods with their respective variants | Wojciech A. Koszek |
| 2006-05-12 | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin |
| 2005-09-28 | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | Marius Strobl |
| 2005-06-14 | Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new | Peter Wemm |
| 2005-05-30 | Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct. | Scott Long |
| 2005-05-29 | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI |
| 2004-09-24 | Implement the syscons mouse pointer characters for amd64. It was only | Peter Wemm |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2002-03-06 | Fixed compilation warnings. | Ruslan Ermilov |
| 2001-08-02 | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA |