[Midnightbsd-cvs] src [12095] stable/1.0/sys: switch to prod configs for kernel
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 2 10:45:23 EDT 2018
Revision: 12095
http://svnweb.midnightbsd.org/src/?rev=12095
Author: laffer1
Date: 2018-10-02 10:45:05 -0400 (Tue, 02 Oct 2018)
Log Message:
-----------
switch to prod configs for kernel
Modified Paths:
--------------
stable/1.0/sys/amd64/conf/GENERIC
stable/1.0/sys/i386/conf/GENERIC
Modified: stable/1.0/sys/amd64/conf/GENERIC
===================================================================
--- stable/1.0/sys/amd64/conf/GENERIC 2018-10-02 14:42:31 UTC (rev 12094)
+++ stable/1.0/sys/amd64/conf/GENERIC 2018-10-02 14:45:05 UTC (rev 12095)
@@ -70,16 +70,7 @@
# 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
+options KDB_TRACE # Print a stack trace for a panic.
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
Modified: stable/1.0/sys/i386/conf/GENERIC
===================================================================
--- stable/1.0/sys/i386/conf/GENERIC 2018-10-02 14:42:31 UTC (rev 12094)
+++ stable/1.0/sys/i386/conf/GENERIC 2018-10-02 14:45:05 UTC (rev 12095)
@@ -68,16 +68,7 @@
# 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
+options KDB_TRACE # Print a stack trace for a panic.
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
More information about the Midnightbsd-cvs
mailing list