1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/sys/dev/vt
Aleksandr Rybalko 1928c49270 Set of updates to vt(4) core part.
o Declare vt(4) drivers dataset.
o Create single static structures for all early drivers.
o Add vt(4) to be by default in the kernel consoles list.
o Create one more sysinit point, to be able to initialize memory and lock
	requirement of early drivers.
o Implement early drivers select. (Only best available will be selected).
o Fix one missed "return (0)" for VTYLOCK.
o Improve locking for cases when one driver replace another.
o Make driver replacement notification less debug-look-like.

Minor spell fixes.

Sponsored by:	The FreeBSD Foundation
2014-05-05 21:44:53 +00:00
..
colors
font Update whitespace to match mkkfont output 2013-12-23 17:49:12 +00:00
hw No EFI on i386. This unbreaks the i386 VT kernel build. 2014-04-27 20:36:19 +00:00
logo
vt_buf.c Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste support 2013-12-09 15:01:34 +00:00
vt_consolectl.c o Add virtual terminal mmap request handler. 2013-12-23 18:09:10 +00:00
vt_core.c Set of updates to vt(4) core part. 2014-05-05 21:44:53 +00:00
vt_font.c Increase vt(9) max glyph data to 1MB for CJK fonts with many glyphs 2014-01-01 19:38:15 +00:00
vt_sysmouse.c o Add virtual terminal mmap request handler. 2013-12-23 18:09:10 +00:00
vt.h Create dataset for vt(4) drivers. 2014-05-05 21:31:00 +00:00