summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-11-19 15:49:39 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-11-19 15:49:39 +0000
commit0fae320feb7107e07ff6d3e8ce2937a4e5cdeedf (patch)
tree3ab8e2d0d145bba7901ccfdd8a94a66928119e3d
parent9ad3bf320c90b91a1ab56715c0e30d03e2f16137 (diff)
Notes
-rw-r--r--sys/amd64/conf/MINIMAL9
-rw-r--r--sys/riscv/conf/GENERIC11
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 011400f3967f..044e23f7a9b7 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -82,15 +82,6 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
# 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 (turn off in stable branch):
-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
diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC
index 389a0a13cb5e..b22f441befb4 100644
--- a/sys/riscv/conf/GENERIC
+++ b/sys/riscv/conf/GENERIC
@@ -114,17 +114,6 @@ device uart_ns8250 # ns8250-type UART driver
# 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 (turn off in stable branch):
-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 EARLY_PRINTF
-# options VERBOSE_SYSINIT
# Kernel dump features.
options ZSTDIO # zstd-compressed kernel and user dumps