From owner-cvs-all Wed Dec 20 13:50:41 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 20 13:50:38 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2203D37B400; Wed, 20 Dec 2000 13:50:38 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBKLocG92884; Wed, 20 Dec 2000 13:50:38 -0800 (PST) (envelope-from phk) Message-Id: <200012202150.eBKLocG92884@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 20 Dec 2000 13:50:37 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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