| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049, | Aleksandr Rybalko | 2014-03-27 | 2 | -33/+19 |
| * | MFC: r253439 | Jung-uk Kim | 2013-07-24 | 1 | -27/+34 |
| * | MFC r251961: | Konstantin Belousov | 2013-07-02 | 1 | -1/+5 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -2/+2 |
| * | MFC r246397: | Hans Petter Selasky | 2013-02-14 | 1 | -1/+20 |
| * | MFC r228767: sc_cngrab: switch to console vty when possible | Andriy Gapon | 2012-05-13 | 1 | -0/+7 |
| * | MFC r228644: syscons: provide a first iteration of cngrab/cnungrab | Andriy Gapon | 2012-05-13 | 2 | -19/+37 |
| * | MFC r228631: kern cons: introduce infrastructure for console grabbing by | Andriy Gapon | 2012-05-13 | 1 | -0/+12 |
| * | MFC r228426: syscons: make sc_puts static as it is used only privately | Andriy Gapon | 2012-01-15 | 2 | -2/+2 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 2 | -4/+4 |
| * | Add support for alternative break-to-debugger to syscons(4). While most | Robert Watson | 2011-08-27 | 2 | -0/+7 |
| * | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson | 2011-08-26 | 1 | -1/+1 |
| * | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | Ed Schouten | 2011-07-17 | 1 | -0/+2 |
| * | Fix whitespace inconsistencies in the TTY layer and its drivers owned by me. | Ed Schouten | 2011-06-26 | 1 | -2/+2 |
| * | Move VT switching hack for suspend/resume from bus drivers to syscons.c | Jung-uk Kim | 2011-05-09 | 2 | -17/+82 |
| * | Rename a variable to match scvidctl.c. | Jung-uk Kim | 2010-11-30 | 1 | -11/+11 |
| * | Stop hardcoding default font size. | Jung-uk Kim | 2010-11-30 | 1 | -1/+1 |
| * | Clean up code a bit to make it more readable. | Jung-uk Kim | 2010-11-30 | 1 | -42/+40 |
| * | Clean up code a bit to make it more readable. | Jung-uk Kim | 2010-11-29 | 1 | -18/+9 |
| * | Honor font size for the video mode when default fonts are compiled in kernel | Jung-uk Kim | 2010-11-29 | 1 | -9/+35 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -3/+3 |
| * | Explicitly tell the compiler that we don't care about the return value | Rui Paulo | 2010-10-13 | 1 | -11/+11 |
| * | Rework r210248. Although it fixed most of problems, it did not fix one | Jung-uk Kim | 2010-09-17 | 1 | -7/+4 |
| * | Improve style slightly. | Jung-uk Kim | 2010-07-19 | 1 | -46/+49 |
| * | Fix two long-standing line wrapping bugs in VGA renderer for pixel mode. | Jung-uk Kim | 2010-07-19 | 1 | -2/+3 |
| * | Suspend screen updates when the video controller is powered down. | Jung-uk Kim | 2010-05-22 | 2 | -2/+3 |
| * | Correct beastie_saver module name. | Jung-uk Kim | 2010-04-07 | 1 | -0/+4 |
| * | Add the official FreeBSD logo image file for logo_saver. | Jung-uk Kim | 2010-04-07 | 1 | -350/+833 |
| * | Copy Beastie image file to prepare for an official logo image. | Jung-uk Kim | 2010-04-07 | 1 | -0/+358 |
| * | Refine r204265. We want the standard VGA palette for packed pixel mode. | Jung-uk Kim | 2010-03-29 | 2 | -4/+4 |
| * | Align memory access of 24-bit pixel renderer to word boundary. | Jung-uk Kim | 2010-03-24 | 1 | -2/+7 |
| * | Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do | Jung-uk Kim | 2010-03-23 | 1 | -1/+4 |
| * | Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'. | Jung-uk Kim | 2010-02-24 | 3 | -64/+123 |
| * | Yet another attempt to make palette loading more safer: | Jung-uk Kim | 2010-02-23 | 3 | -6/+29 |
| * | The New and Improved snake_server - Service Pack 1: now even more | Ivan Voras | 2010-02-23 | 1 | -1/+1 |
| * | Upgrade the "snake" syscons screensaver to the new, multimedia version! | Ivan Voras | 2010-02-23 | 1 | -6/+49 |
| * | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland | 2009-12-29 | 1 | -2/+3 |
| * | Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>. | Ed Schouten | 2009-11-28 | 1 | -0/+1 |
| * | Fix pgsignal() call after signature change in r199355. | Konstantin Belousov | 2009-11-17 | 1 | -1/+5 |
| * | Convert syscons on i386 to TERM=xterm. | Ed Schouten | 2009-11-13 | 1 | -9/+0 |
| * | Switch the default terminal emulation style to xterm for most platforms. | Ed Schouten | 2009-11-13 | 1 | -2/+11 |
| * | Allow Syscons terminal emulators to provide function key strings. | Ed Schouten | 2009-11-11 | 3 | -13/+78 |
| * | Fix VESA color palette corruption: | Jung-uk Kim | 2009-11-03 | 1 | -0/+3 |
| * | Search for default 800x600 graphics mode from supported VESA mode list. | Jung-uk Kim | 2009-10-23 | 1 | -18/+46 |
| * | Add support for VT200-style mouse input. | Ed Schouten | 2009-09-27 | 4 | -9/+65 |
| * | Add 256 color support. | Ed Schouten | 2009-09-26 | 1 | -4/+4 |
| * | Just use ttydisc_rint_simple() instead of doing it ourselves. | Ed Schouten | 2009-09-18 | 1 | -8/+2 |
| * | Make sure we never place the cursor outside the screen. | Ed Schouten | 2009-09-13 | 1 | -3/+6 |
| * | Commit a change that I missed in the previous commit. | Ed Schouten | 2009-09-12 | 1 | -0/+4 |
| * | Make 8-bit support run-time configurable. | Ed Schouten | 2009-09-12 | 1 | -0/+3 |