cvs commit: src/sys/kern tty_cons.c

2007-12-25 Thread Wojciech A. Koszek
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.

cvs commit: src/sys/kern tty_cons.c

2006-11-02 Thread John Birrell
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

cvs commit: src/sys/kern tty_cons.c

2006-05-26 Thread Poul-Henning Kamp
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 ___

cvs commit: src/sys/kern tty_cons.c

2006-05-26 Thread Poul-Henning Kamp
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