aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-271-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyScott Long2004-12-011-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-20/+20
* Fix echo in console mode.Poul-Henning Kamp2004-10-141-15/+22
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTJacques Vidrine2004-09-291-2/+4
* Implement the KDENABIO etc ioctl's for amd64 as well.Peter Wemm2004-09-241-2/+5
* Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav2004-08-051-1/+1
* Document machdep.enable_panic_key.Scott Long2004-08-021-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-72/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1