aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not dereference NULL scp in the case the screen is not opened.Konstantin Belousov2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-17/+15
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-28/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.Hidetoshi Shimokawa2007-09-201-1/+13
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlJoe Marcus Clarke2007-09-191-2/+1
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Replace magic numbers for console bell types with defines.Ruslan Ermilov2006-11-161-2/+2
* Sometimes the vty switching has to be delayed; the vtyRuslan Ermilov2006-11-061-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+3
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-5/+80
* Introduce a spinlock for synchronizing access to the video output hardwareScott Long2006-09-131-14/+17
* Convert to new console apiPoul-Henning Kamp2006-05-261-19/+11
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-261-33/+1
* Check the return code of sc_clean_up() in the only place where itGiorgos Keramidas2006-05-121-1/+3
* Integrate kbdmux(4) into syscons(4) and kbd code.Maksim Yevmenkin2006-02-281-4/+42
* When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow theBrooks Davis2006-01-141-4/+25
* Fix -Wundef.Ruslan Ermilov2005-12-041-2/+2
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-16/+18
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-301-2/+2
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-131-0/+7
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-0/+6
* - Not every architecture defaults to a black background (e.g. sparc64Marius Strobl2005-05-211-9/+9
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.Yoshihiro Takahashi2005-05-151-6/+0