wkoszek 2007-12-25 21:17:34 UTC
FreeBSD src repository
Modified files:
sys/kern tty_cons.c
Log:
Rewrite kern.console handling in sbuf(9). My intention is to leave
kern.console format as is. Thus, no difference in output format should
appear after this commit.
jb 2006-11-03 06:23:53 UTC
FreeBSD src repository
Modified files:
sys/kern tty_cons.c
Log:
Always init the console before trying to cnadd it to
avoid the case where the console name isn't set and
cnadd wants to use printf to complain about it.
Revision
phk 2006-05-26 11:00:20 UTC
FreeBSD src repository
Modified files:
sys/kern tty_cons.c
Log:
If the console has no cncheckc method, use cngetc instead.
Revision ChangesPath
1.135 +4 -1 src/sys/kern/tty_cons.c
___
phk 2006-05-26 10:46:39 UTC
FreeBSD src repository
Modified files:
sys/kern tty_cons.c
Log:
Don't use CONS_DRIVER() macro to insert dummy element in cons_set
Revision ChangesPath
1.134 +2 -1 src/sys/kern/tty_cons.c