| Age | Commit message (Expand) | Author |
| 2017-03-10 | Start fixing some bugs in attribute handling. | Bruce Evans |
| 2017-03-10 | Fix compilation on sparc64. The frame buffer address is in a field that | Bruce Evans |
| 2017-03-04 | Implement ec_putc() (emergency kernel [syscons] console putc()) and use | 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-12-10 | [evdev] Adds evdev support to sysmouse(4) driver | Oleksandr Tymoshenko |
| 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-30 | Start adding locking to sc_cngetc(). | Bruce Evans |
| 2016-08-29 | Add screen locking calls to sc cn grab and ungrab. The locking functions | Bruce Evans |
| 2016-08-25 | Less-quick fix for locking fixes in r172250. r172250 added a second | Bruce Evans |
| 2016-08-25 | Fix logic errors in bounds checks in previous commit. The 2-entry stack | Bruce Evans |
| 2016-08-24 | Flesh out the state and flags args to sccnopen(). Set state flags to | Bruce Evans |
| 2016-08-24 | Reorganise a little to prepare for locking fixes: | Bruce Evans |
| 2016-08-15 | Clean up the new sc cn open and close functions (old sc cn grab and ungrab | Bruce Evans |
| 2016-08-15 | Restructure the grabbing functions into mere wrappers of new open and | 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 | Like scr_lock, the grab count needs to be per-physical-device to work. | Bruce Evans |
| 2016-08-15 | Disable some more unsafe things in (low level) console mode: | Bruce Evans |
| 2016-08-15 | Change all uses of 'debugger' to kdb_active and remove this variable. This | Bruce Evans |
| 2016-08-15 | Quick fix for locking fixes in r172250. The lock added there was per- | Bruce Evans |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-30 | sys: Make use of our rounddown() macro when sys/param.h is available. | Pedro F. Giffuni |
| 2016-01-02 | Replace the cosine table with a sine table, which (due to the vagaries of | Dag-Erling Smørgrav |
| 2016-01-01 | 17 years and change after I wrote warp_saver, here's a simple plasma effect | Dag-Erling Smørgrav |
| 2015-06-30 | Huge cleanup of random(4) code. | Mark Murray |
| 2015-01-27 | hook userland threads suspend + resume into acpi suspend code | Andriy Gapon |
| 2015-01-07 | Fix sos@'s name. | Xin LI |
| 2014-06-28 | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky |
| 2014-06-27 | Revert r267961, r267973: | Glen Barber |
| 2014-06-27 | Use a common tunable to choose between vt(4)/sc(4) | Ed Maste |
| 2014-06-27 | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky |
| 2014-06-18 | Allow to disable syscons(4) if "hw.syscons.disable" kenv is set. | Aleksandr Rybalko |
| 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-12-20 | Extend libteken to support CJK fullwidth characters. | Ed Schouten |
| 2013-10-04 | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray |
| 2013-07-17 | Reload font when syscons(4) is resuming without switching mode. | Jung-uk Kim |
| 2013-06-18 | On some generations of the Intel GPU, disabling of the VGA Display | Konstantin Belousov |
| 2013-03-04 | MFcalloutng (r244249, r244306 by mav): | Davide Italiano |
| 2013-02-06 | Make sure that all mouse buttons are released when clients | Hans Petter Selasky |
| 2012-11-03 | Add tty_set_winsize(). | Ed Schouten |
| 2012-08-25 | Piggyback MIPS changes and add ARM syscons support for devices with | Oleksandr Tymoshenko |
| 2012-08-25 | Provide basic glue to allow syscons to be used on MIPS, modelled | Robert Watson |
| 2012-03-29 | Move tty_opened_ns() into syscons.c which is currently the | Hans Petter Selasky |
| 2012-03-29 | Fix for NULL-pointer panic during boot, if keys are pressed too early. | Hans Petter Selasky |
| 2012-01-15 | Convert files to UTF-8 | Ulrich Spörlein |
| 2011-12-21 | sc_cngrab: switch to console vty when possible | Andriy Gapon |
| 2011-12-17 | syscons: provide a first iteration of cngrab/cnungrab implementation | Andriy Gapon |