| Age | Commit message (Expand) | Author |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2020-02-03 | Remove sparc64 kernel support | Warner Losh |
| 2019-12-23 | syscons: drop keyboard index from softc | Kyle Evans |
| 2019-02-21 | Fix the dumb and sc terminal emulators to compile and work. | Bruce Evans |
| 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-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-07-08 | Add many bitmaps (now there are 13) for mouse cursors and logic to try | Bruce Evans |
| 2017-04-20 | When the character width is 9, remove vertical lines in the mouse cursor | 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-11 | Add a scteken_set_cursor() (sc to teken) method and use it to fix | Bruce Evans |
| 2017-03-04 | Colorize syscons kernel console output according to a table indexed | Bruce Evans |
| 2017-01-28 | Remove pc98 support completely. | Yoshihiro Takahashi |
| 2016-09-01 | The log message for the previous commit didn't mention the most the | Bruce Evans |
| 2016-08-31 | Add some locking to sc_cngetc(). | Bruce Evans |
| 2016-08-25 | Less-quick fix for locking fixes in r172250. r172250 added a second | Bruce Evans |
| 2016-08-24 | Flesh out the state and flags args to sccnopen(). Set state flags to | Bruce Evans |
| 2016-08-15 | Fix restoring the kbd_mode part of the keyboard state in grab/ungrab. | Bruce Evans |
| 2016-08-15 | [Oops, the previous commit was missing the update to syscons.h.] | Bruce Evans |
| 2016-08-15 | Quick fix for locking fixes in r172250. The lock added there was per- | Bruce Evans |
| 2014-02-25 | Fix comment introduced in r262480: it's 1920x1200, not 1980x1200. | Julio Merino |
| 2014-02-25 | Increase maximum number of columns to support 1980x1200 displays. | Julio Merino |
| 2013-03-04 | MFcalloutng (r244249, r244306 by mav): | Davide Italiano |
| 2012-01-15 | Convert files to UTF-8 | Ulrich Spörlein |
| 2011-12-17 | syscons: provide a first iteration of cngrab/cnungrab implementation | Andriy Gapon |
| 2011-12-11 | syscons: make sc_puts static as it is used only privately | Andriy Gapon |
| 2011-08-27 | Add support for alternative break-to-debugger to syscons(4). While most | Robert Watson |
| 2011-05-09 | Move VT switching hack for suspend/resume from bus drivers to syscons.c | Jung-uk Kim |
| 2010-05-22 | Suspend screen updates when the video controller is powered down. | Jung-uk Kim |
| 2010-02-24 | Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'. | Jung-uk Kim |
| 2010-02-23 | Yet another attempt to make palette loading more safer: | Jung-uk Kim |
| 2009-11-11 | Allow Syscons terminal emulators to provide function key strings. | Ed Schouten |
| 2009-09-27 | Add support for VT200-style mouse input. | Ed Schouten |
| 2009-09-11 | Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means | Xin LI |
| 2009-03-10 | Make a 1:1 mapping between syscons stats and terminal emulators. | Ed Schouten |
| 2009-01-01 | Replace syscons terminal renderer by a new renderer that uses libteken. | Ed Schouten |
| 2008-08-20 | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten |
| 2008-02-13 | Mark the syscons video spin mutex as recursable since it is currently | John Baldwin |
| 2007-12-29 | Remove explicit calls to keyboard methods with their respective variants | Wojciech A. Koszek |
| 2007-09-20 | Serialize output routine of terminal emulator (te_puts()) by a lock. | Hidetoshi Shimokawa |
| 2006-09-13 | Introduce a spinlock for synchronizing access to the video output hardware | Scott Long |
| 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-08-30 | Prevent division by zero errors in sc_mouse_move() | Craig Rodrigues |
| 2005-05-29 | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI |
| 2005-05-21 | On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME so | Marius Strobl |
| 2005-05-10 | Change a directory layout for pc98. | Yoshihiro Takahashi |