Date: Wed, 20 Dec 2000 13:50:37 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys msgbuf.h systm.h src/sys/kern subr_log.c subr_prf.c tty_cons.c Message-ID: <200012202150.eBKLocG92884@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/12/20 13:50:37 PST
Modified files:
sys/sys msgbuf.h systm.h
sys/kern subr_log.c subr_prf.c tty_cons.c
Log:
Replace logwakeup() with "int msgbuftrigger". There is little
point in calling a function just to set a flag.
Keep better track of the syslog FAC/PRI code and try to DTRT if
they mingle.
Log all writes to /dev/console to syslog with <console.info>
priority. The formatting is not preserved, there is no robust,
way of doing it. (Ideas with patches welcome).
Revision Changes Path
1.15 +2 -2 src/sys/sys/msgbuf.h
1.131 +2 -2 src/sys/sys/systm.h
1.42 +3 -13 src/sys/kern/subr_log.c
1.67 +111 -53 src/sys/kern/subr_prf.c
1.88 +2 -1 src/sys/kern/tty_cons.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012202150.eBKLocG92884>
