opnsense-src/sys/dev/syscons
John Baldwin 3c31e305c0 MFC 197062:
Don't malloc a buffer while holding the prison0 mutex.  Instead, use a loop
where we figure out the hostname length under the lock, malloc the buffer
with the lock dropped, then recheck the length under the lock and loop again
if the buffer is now too small.

Approved by:	re (kib)
2009-09-14 16:13:12 +00:00
..
apm
blank
daemon MFC 197062: 2009-09-14 16:13:12 +00:00
dragon
fade
fire
green
logo
rain
snake
star
teken Small fixes to Unicode handling: 2009-06-16 14:55:13 +00:00
warp
scgfbrndr.c
schistory.c
scmouse.c
scterm-teken.c Small fixes to Unicode handling: 2009-06-16 14:55:13 +00:00
scterm.c Replace syscons terminal renderer by a new renderer that uses libteken. 2009-01-01 13:26:53 +00:00
scvesactl.c
scvgarndr.c
scvidctl.c
scvtb.c
syscons.c Last minute TTY API change: remove mutex argument from tty_alloc(). 2009-05-29 06:41:23 +00:00
syscons.h Make a 1:1 mapping between syscons stats and terminal emulators. 2009-03-10 11:28:54 +00:00
sysmouse.c Last minute TTY API change: remove mutex argument from tty_alloc(). 2009-05-29 06:41:23 +00:00