summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all.nyan2005-05-151-6/+0
* Remove debug printout of major/minor numbers, print name instead.phk2005-02-271-2/+2
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-011-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-20/+20
* Fix echo in console mode.phk2004-10-141-15/+22
* Disallow negative coordinates and sizes in the syscons CONS_SCRSHOTnectar2004-09-291-2/+4
* Implement the KDENABIO etc ioctl's for amd64 as well.peter2004-09-241-2/+5
* Just because we have a serial console attached does not mean we don'tdes2004-08-051-1/+1
* Document machdep.enable_panic_key.scottl2004-08-021-1/+1
* Avoid casts as lvalues.kan2004-07-281-2/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-72/+4
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-13/+13
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-11/+11
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-7/+1
* Rearrangements needed for syscons(4) to be used as a console devicekensmith2004-04-021-20/+41
* Fixed a nasty old bug where a visual bell in the currently activeru2004-03-181-1/+2
* Device megapatch 4/6:phk2004-02-211-4/+2
OpenPOWER on IntegriCloud