summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277796: hook userland threads suspend + resume into acpi suspend codeavg2015-05-111-1/+1
* 267622 Log:ray2014-07-071-0/+12
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-1/+1
* Reload font when syscons(4) is resuming without switching mode.jkim2013-07-171-27/+34
* MFcalloutng (r244249, r244306 by mav):davide2013-03-041-28/+30
* Make sure that all mouse buttons are released when clientshselasky2013-02-061-1/+20
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-251-1/+2
* Provide basic glue to allow syscons to be used on MIPS, modelledrwatson2012-08-251-1/+1
* Move tty_opened_ns() into syscons.c which is currently thehselasky2012-03-291-0/+3
* Fix for NULL-pointer panic during boot, if keys are pressed too early.hselasky2012-03-291-10/+11
* Convert files to UTF-8uqs2012-01-151-1/+1
* sc_cngrab: switch to console vty when possibleavg2011-12-211-0/+7
* syscons: provide a first iteration of cngrab/cnungrab implementationavg2011-12-171-19/+35
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* syscons: make sc_puts static as it is used only privatelyavg2011-12-111-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Add support for alternative break-to-debugger to syscons(4). While mostrwatson2011-08-271-0/+4
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+2
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-16/+82
* Rename a variable to match scvidctl.c.jkim2010-11-301-11/+11
* Stop hardcoding default font size.jkim2010-11-301-1/+1
* Clean up code a bit to make it more readable.jkim2010-11-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kerneljkim2010-11-291-9/+35
* Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-131-11/+11
* Suspend screen updates when the video controller is powered down.jkim2010-05-221-2/+2
* Refine r204265. We want the standard VGA palette for packed pixel mode.jkim2010-03-291-2/+2
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.jkim2010-02-241-36/+79
* Yet another attempt to make palette loading more safer:jkim2010-02-231-4/+16
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+3
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-111-5/+15
* Fix VESA color palette corruption:jkim2009-11-031-0/+3
* Search for default 800x600 graphics mode from supported VESA mode list.jkim2009-10-231-18/+46
* Add support for VT200-style mouse input.ed2009-09-271-7/+6
* Just use ttydisc_rint_simple() instead of doing it ourselves.ed2009-09-181-8/+2
* Make use of the more flexable device hints by adding a new field,delphij2009-09-121-2/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansdelphij2009-09-111-7/+14
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Turn consolectl into a simple device node, not a TTY.ed2009-05-151-20/+26
* Remove obsolete/bogus layering.emax2009-04-091-8/+1
* Make a 1:1 mapping between syscons stats and terminal emulators.ed2009-03-101-32/+7
* Don't call into the TTY layer when inside kdb.ed2009-03-091-1/+1
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-011-10/+27
* Undo revision 185013 until better solution is found.emax2008-11-171-4/+0
* More locking for syscons(4). This should prevent races with sckbdevent().emax2008-11-161-0/+4
* Disable processing of output data after disabling scroll lock by force.ed2008-08-311-0/+9
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.ed2008-08-241-11/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-171/+156
* Lower the priority of the sleep in the syscons for "waitvt" wchan tokib2008-08-041-1/+1
OpenPOWER on IntegriCloud