From 4b4118a22b93aea9fe033ece4a0a44a9bf405411 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 8 Jul 2016 00:22:14 +0000 Subject: - Remove debugging from GENERIC* kernel configurations - Enable MALLOC_PRODUCTION - Default dumpdev=NO - Remove UPDATING entry regarding debugging features Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- sys/amd64/conf/GENERIC | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/amd64/conf/GENERIC') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 2859de5..6f68eb3 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -81,15 +81,6 @@ options RCTL # Resource limits # 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 -- cgit v1.1