summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from project branch via main. Uninteresting commits are trimmed.Mark Murray2013-10-121-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
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-7/+6
* Just use ttydisc_rint_simple() instead of doing it ourselves.Ed Schouten2009-09-181-8/+2
* Make use of the more flexable device hints by adding a new field,Xin LI2009-09-121-2/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansXin LI2009-09-111-7/+14
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Turn consolectl into a simple device node, not a TTY.Ed Schouten2009-05-151-20/+26
* Remove obsolete/bogus layering.Maksim Yevmenkin2009-04-091-8/+1
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-101-32/+7
* Don't call into the TTY layer when inside kdb.Ed Schouten2009-03-091-1/+1
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-011-10/+27
* Undo revision 185013 until better solution is found.Maksim Yevmenkin2008-11-171-4/+0
* More locking for syscons(4). This should prevent races with sckbdevent().Maksim Yevmenkin2008-11-161-0/+4
* Disable processing of output data after disabling scroll lock by force.Ed Schouten2008-08-311-0/+9
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.Ed Schouten2008-08-241-11/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-170/+155
* Lower the priority of the sleep in the syscons for "waitvt" wchan toKonstantin Belousov2008-08-041-1/+1
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-1/+1
* Improve VT_WAITACTIVE semantics.Alexander Nedotsukov2008-03-201-13/+6