From cfff9c715ed49847a2e6233558f6c309d78728fa Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 10 Oct 2013 17:59:44 +0000 Subject: - Remove debugging from GENERIC* kernel configurations - Enable MALLOC_PRODUCTION - Default dumpdev=NO - Remove UPDATING entry regarding debugging features - Bump __FreeBSD_version to 1000500 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- sys/ia64/conf/GENERIC | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sys/ia64') diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 553c5d1..4efad6a0 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -67,15 +67,6 @@ options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions # 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 # 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 # Various "busses" device miibus # MII bus support (Ethernet) -- cgit v1.1