Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 17:43:43 -0800 (PST)
From:      Murray Stokely <murray@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7836 for review
Message-ID:  <200203190143.g2J1hhC08364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190143.g2J1hhC08364>