[Midnightbsd-cvs] src [12277] stable/1.2/sys: remove debug stuff
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Oct 18 18:08:03 EDT 2019
Revision: 12277
http://svnweb.midnightbsd.org/src/?rev=12277
Author: laffer1
Date: 2019-10-18 18:08:02 -0400 (Fri, 18 Oct 2019)
Log Message:
-----------
remove debug stuff
Modified Paths:
--------------
stable/1.2/sys/amd64/conf/GENERIC
stable/1.2/sys/i386/conf/GENERIC
Modified: stable/1.2/sys/amd64/conf/GENERIC
===================================================================
--- stable/1.2/sys/amd64/conf/GENERIC 2019-10-18 16:25:38 UTC (rev 12276)
+++ stable/1.2/sys/amd64/conf/GENERIC 2019-10-18 22:08:02 UTC (rev 12277)
@@ -71,15 +71,6 @@
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
#options KDB_TRACE # Print a stack trace for a panic.
-# For full debugger support use this instead:
-options DDB # Support DDB.
-options GDB # Support remote GDB.
-options DEADLKRES # Enable the deadlock resolver
-options INVARIANTS # Enable calls of extra sanity checking
-options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS # Enable checks to detect deadlocks and cycles
-options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
-options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
Modified: stable/1.2/sys/i386/conf/GENERIC
===================================================================
--- stable/1.2/sys/i386/conf/GENERIC 2019-10-18 16:25:38 UTC (rev 12276)
+++ stable/1.2/sys/i386/conf/GENERIC 2019-10-18 22:08:02 UTC (rev 12277)
@@ -69,15 +69,6 @@
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
#options KDB_TRACE # Print a stack trace for a panic.
-# For full debugger support use this instead:
-options DDB # Support DDB.
-options GDB # Support remote GDB.
-options DEADLKRES # Enable the deadlock resolver
-options INVARIANTS # Enable calls of extra sanity checking
-options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS # Enable checks to detect deadlocks and cycles
-options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
-options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
More information about the Midnightbsd-cvs
mailing list