summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-1/+1
* Improve VT_WAITACTIVE semantics.bland2008-03-201-13/+6
* Do not dereference NULL scp in the case the screen is not opened.kib2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-17/+15
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-28/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-201-1/+13
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlmarcus2007-09-191-2/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Replace magic numbers for console bell types with defines.ru2006-11-161-2/+2
* Sometimes the vty switching has to be delayed; the vtyru2006-11-061-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+3
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-5/+80
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-131-14/+17
* Convert to new console apiphk2006-05-261-19/+11
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-33/+1
* Check the return code of sc_clean_up() in the only place where itkeramida2006-05-121-1/+3
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-281-4/+42
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow thebrooks2006-01-141-4/+25
* Fix -Wundef.ru2005-12-041-2/+2
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-16/+18
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-301-2/+2
* kbdmux(4) keyboard multiplexer integrationemax2005-07-131-0/+7
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-291-0/+6
* - Not every architecture defaults to a black background (e.g. sparc64marius2005-05-211-9/+9
OpenPOWER on IntegriCloud