From owner-p4-releng Mon Mar 18 17:43:54 2002 Delivered-To: p4-releng@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B1BF37B419; Mon, 18 Mar 2002 17:43:45 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55A8F37B416 for ; Mon, 18 Mar 2002 17:43:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2J1hhC08364 for perforce@freebsd.org; Mon, 18 Mar 2002 17:43:43 -0800 (PST) (envelope-from murray@freebsd.org) Date: Mon, 18 Mar 2002 17:43:43 -0800 (PST) Message-Id: <200203190143.g2J1hhC08364@freefall.freebsd.org> From: Murray Stokely Subject: PERFORCE change 7836 for review To: Perforce Change Reviews Sender: owner-p4-releng@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7836 Change 7836 by murray@murray_builder on 2002/03/17 22:35:12 Turn off WITNESS and INARIANTS in the GENERIC kernel for 5.0 DP1. A seperate debugging kernel will be installed as part of the bin distribution for user's that require it. Affected files ... ... //depot/releng/5_dp1/src/sys/i386/conf/GENERIC#2 edit Differences ... ==== //depot/releng/5_dp1/src/sys/i386/conf/GENERIC#2 (text+ko) ==== @@ -57,10 +57,14 @@ # Debugging for use in -current options DDB #Enable the kernel debugger -options INVARIANTS #Enable calls of extra sanity checking -options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS #Enable mutex checks to detects deadlocks and cycles -options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed + +# The following options were disabled for 5.0 DP1 to make a more +# usable system for early adopters. + +#options INVARIANTS #Enable calls of extra sanity checking +#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS +#options WITNESS #Enable mutex checks to detects deadlocks and cycles +#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-releng" in the body of the message