From owner-cvs-all@FreeBSD.ORG Tue Sep 14 03:51:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F2D16A4CE; Tue, 14 Sep 2004 03:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D32F43D5D; Tue, 14 Sep 2004 03:51:22 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8E3pLLF001422; Tue, 14 Sep 2004 03:51:21 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8E3pLql001421; Tue, 14 Sep 2004 03:51:21 GMT (envelope-from jmg) Message-Id: <200409140351.i8E3pLql001421@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 14 Sep 2004 03:51:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_witness.c src UPDATING src/share/man/man4 witness.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 03:51:22 -0000 jmg 2004-09-14 03:51:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_witness.c . UPDATING share/man/man4 witness.4 Log: MFC: subr_witness.c v1.179 > make witness it's own sysctl branch instead of using _ to do this. I have > left the old tunables in to give people a few days to transition their > loader.conf and sysctl.conf's over to the new names.. MFC: witness.4 1.6, UPDATING 1.356 > document the recent change to debug.witness.* > fix spelling of debug.witness.kdb Approved by: re (kensmith) Revision Changes Path 1.342.2.6 +5 -0 src/UPDATING 1.5.2.1 +4 -4 src/share/man/man4/witness.4 1.178.2.2 +10 -5 src/sys/kern/subr_witness.c