Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Enable DIAGNOSTIC by default in -current...
details: https://anonhg.NetBSD.org/src/rev/92079eafddd1
branches: trunk
changeset: 937974:92079eafddd1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Aug 29 16:00:36 2020 +0000
description:
Enable DIAGNOSTIC by default in -current. Should be commented out
in release branches. Add commented-out LOCKDEBUG option.
diffstat:
sys/arch/alpha/conf/GENERIC | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 403c318a92f2 -r 92079eafddd1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Sat Aug 29 15:29:30 2020 +0000
+++ b/sys/arch/alpha/conf/GENERIC Sat Aug 29 16:00:36 2020 +0000
@@ -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 @@
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 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"
Home |
Main Index |
Thread Index |
Old Index