aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Reload font when syscons(4) is resuming without switching mode.Jung-uk Kim2013-07-171-27/+34
* On some generations of the Intel GPU, disabling of the VGA DisplayKonstantin Belousov2013-06-181-1/+5
* MFcalloutng (r244249, r244306 by mav):Davide Italiano2013-03-042-28/+32
* Make sure that all mouse buttons are released when clientsHans Petter Selasky2013-02-061-1/+20
* Add tty_set_winsize().Ed Schouten2012-11-031-33/+12
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-253-3/+6
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-253-3/+3
* Move tty_opened_ns() into syscons.c which is currently theHans Petter Selasky2012-03-291-0/+3
* Fix for NULL-pointer panic during boot, if keys are pressed too early.Hans Petter Selasky2012-03-291-10/+11
* Convert files to UTF-8Ulrich Spörlein2012-01-1511-11/+11
* sc_cngrab: switch to console vty when possibleAndriy Gapon2011-12-211-0/+7
* syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon2011-12-172-19/+37
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* syscons: make sc_puts static as it is used only privatelyAndriy Gapon2011-12-112-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* Add a few improvements to utf-8 -> cp436 console mapRobert Millan2011-10-281-5/+15
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-162-4/+4
* Add support for alternative break-to-debugger to syscons(4). While mostRobert Watson2011-08-272-0/+7
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+2
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.Ed Schouten2011-06-261-2/+2
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-092-17/+82
* Rename a variable to match scvidctl.c.Jung-uk Kim2010-11-301-11/+11
* Stop hardcoding default font size.Jung-uk Kim2010-11-301-1/+1
* Clean up code a bit to make it more readable.Jung-uk Kim2010-11-301-42/+40
* Clean up code a bit to make it more readable.Jung-uk Kim2010-11-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kernelJung-uk Kim2010-11-291-9/+35
* Fix typos.Rebecca Cran2010-11-091-3/+3
* Explicitly tell the compiler that we don't care about the return valueRui Paulo2010-10-131-11/+11
* Rework r210248. Although it fixed most of problems, it did not fix oneJung-uk Kim2010-09-171-7/+4
* Improve style slightly.Jung-uk Kim2010-07-191-47/+50
* Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.Jung-uk Kim2010-07-191-2/+3
* Suspend screen updates when the video controller is powered down.Jung-uk Kim2010-05-222-2/+3
* Correct beastie_saver module name.Jung-uk Kim2010-04-071-0/+4
* Add the official FreeBSD logo image file for logo_saver.Jung-uk Kim2010-04-071-350/+833
* Copy Beastie image file to prepare for an official logo image.Jung-uk Kim2010-04-071-0/+358
* Refine r204265. We want the standard VGA palette for packed pixel mode.Jung-uk Kim2010-03-292-4/+4
* Align memory access of 24-bit pixel renderer to word boundary.Jung-uk Kim2010-03-241-2/+7
* Separate 24-bit pixel draw from 32-bit case. Although it is slower, we doJung-uk Kim2010-03-231-1/+4
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim2010-02-243-64/+123
* Yet another attempt to make palette loading more safer:Jung-uk Kim2010-02-233-6/+29
* The New and Improved snake_server - Service Pack 1: now even moreIvan Voras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!Ivan Voras2010-02-231-6/+49
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+3
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.Ed Schouten2009-11-281-0/+1
* Fix pgsignal() call after signature change in r199355.Konstantin Belousov2009-11-171-1/+5
* Convert syscons on i386 to TERM=xterm.Ed Schouten2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.Ed Schouten2009-11-131-2/+11
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-113-13/+78
* Fix VESA color palette corruption:Jung-uk Kim2009-11-031-0/+3