freebsd-nq/sys/dev/vt
Ed Maste 7cd5ec40cf Update size in vt_grow if we don't have to reallocate
vt_grow may be called with a new size that's larger than previous but
does not require reallocation - for example, when the number of columns
is the same and new number of rows is less than the history size.
Prior to this change we would fail to update vb_scr_size, and then hit
a KASSERT when trying to write to the newly visible rows.

Sponsored by:	The FreeBSD Foundation
2014-05-29 21:10:33 +00:00
..
colors
font Update whitespace to match mkkfont output 2013-12-23 17:49:12 +00:00
hw Remove driver as unused. 2014-05-29 12:29:58 +00:00
logo
vt_buf.c Update size in vt_grow if we don't have to reallocate 2014-05-29 21:10:33 +00:00
vt_consolectl.c Hide debug messages under VT_DEBUG. 2014-05-08 22:52:05 +00:00
vt_core.c Proper fix of VT_LOCKSWITCH ioctl. 2014-05-22 09:31:18 +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 Hide debug messages under VT_DEBUG. 2014-05-08 22:52:05 +00:00
vt.h Hide debug messages under VT_DEBUG. 2014-05-08 22:52:05 +00:00