aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix logic errors in bounds checks in previous commit. The 2-entry stackBruce Evans2016-08-251-2/+2
* Flesh out the state and flags args to sccnopen(). Set state flags toBruce Evans2016-08-241-12/+47
* Reorganise a little to prepare for locking fixes:Bruce Evans2016-08-241-12/+15
* Clean up the new sc cn open and close functions (old sc cn grab and ungrabBruce Evans2016-08-151-17/+11
* Restructure the grabbing functions into mere wrappers of new open andBruce Evans2016-08-151-8/+26
* Fix restoring the kbd_mode part of the keyboard state in grab/ungrab.Bruce Evans2016-08-151-9/+8
* Like scr_lock, the grab count needs to be per-physical-device to work.Bruce Evans2016-08-151-2/+2
* Disable some more unsafe things in (low level) console mode:Bruce Evans2016-08-151-5/+6
* Change all uses of 'debugger' to kdb_active and remove this variable. ThisBruce Evans2016-08-151-8/+6
* Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans2016-08-151-7/+8
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-01-271-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-1/+8
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko2014-06-181-0/+5
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Reload font when syscons(4) is resuming without switching mode.Jung-uk Kim2013-07-171-27/+34
* MFcalloutng (r244249, r244306 by mav):Davide Italiano2013-03-041-28/+30
* Make sure that all mouse buttons are released when clientsHans Petter Selasky2013-02-061-1/+20
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-251-1/+2
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-251-1/+1
* 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-151-1/+1
* sc_cngrab: switch to console vty when possibleAndriy Gapon2011-12-211-0/+7
* syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon2011-12-171-19/+35
* 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-111-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Add support for alternative break-to-debugger to syscons(4). While mostRobert Watson2011-08-271-0/+4
* 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
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-16/+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-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kernelJung-uk Kim2010-11-291-9/+35
* Explicitly tell the compiler that we don't care about the return valueRui Paulo2010-10-131-11/+11
* Suspend screen updates when the video controller is powered down.Jung-uk Kim2010-05-221-2/+2
* Refine r204265. We want the standard VGA palette for packed pixel mode.Jung-uk Kim2010-03-291-2/+2
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim2010-02-241-36/+79
* Yet another attempt to make palette loading more safer:Jung-uk Kim2010-02-231-4/+16
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+3
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-5/+15
* Fix VESA color palette corruption:Jung-uk Kim2009-11-031-0/+3
* Search for default 800x600 graphics mode from supported VESA mode list.Jung-uk Kim2009-10-231-18/+46