Module Name:    src
Committed By:   thorpej
Date:           Sat Aug 29 16:00:36 UTC 2020

Modified Files:
        src/sys/arch/alpha/conf: GENERIC

Log Message:
Enable DIAGNOSTIC by default in -current.  Should be commented out
in release branches.  Add commented-out LOCKDEBUG option.


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 src/sys/arch/alpha/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.404 src/sys/arch/alpha/conf/GENERIC:1.405
--- src/sys/arch/alpha/conf/GENERIC:1.404	Sun Aug 16 10:27:47 2020
+++ src/sys/arch/alpha/conf/GENERIC	Sat Aug 29 16:00:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.404 2020/08/16 10:27:47 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.405 2020/08/29 16:00:36 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.404 $"
+ident		"GENERIC-$Revision: 1.405 $"
 
 maxusers 32
 
@@ -54,8 +54,9 @@ options 	NTP			# kernel PLL for NTP
 options 	BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
-#options 	DIAGNOSTIC		# Cheap kernel consistency checks
+options 	DIAGNOSTIC		# Cheap kernel consistency checks
 #options 	DEBUG			# Expensive debugging checks/support
+#options 	LOCKDEBUG		# Expensive locking checks/support
 options 	DDB			# kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #makeoptions	DEBUG="-g"

Reply via email to