freebsd-nq/sys/dev/syscons
Andriy Gapon 9976156f12 kern cons: introduce infrastructure for console grabbing by kernel
At the moment grab and ungrab methods of all console drivers are no-ops.

Current intended meaning of the calls is that the kernel takes control of
console input.  In the future the semantics may be extended to mean that
the calling thread takes full ownership of the console (e.g. console
output from other threads could be suspended).

Inspired by:	bde
MFC after:	2 months
2011-12-17 15:08:43 +00:00
..
apm
blank
daemon
dragon
fade
fire
green
logo Correct beastie_saver module name. 2010-04-07 18:42:21 +00:00
rain
snake
star
warp
scgfbrndr.c
schistory.c Fix typos. 2010-11-09 10:59:09 +00:00
scmouse.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
scterm-teken.c Add a few improvements to utf-8 -> cp436 console map 2011-10-28 20:00:30 +00:00
scterm.c
scvesactl.c
scvgarndr.c Rework r210248. Although it fixed most of problems, it did not fix one 2010-09-17 23:09:31 +00:00
scvidctl.c Clean up code a bit to make it more readable. 2010-11-30 16:46:15 +00:00
scvtb.c
syscons.c kern cons: introduce infrastructure for console grabbing by kernel 2011-12-17 15:08:43 +00:00
syscons.h syscons: make sc_puts static as it is used only privately 2011-12-11 21:10:11 +00:00
sysmouse.c