svn commit: r340515 - releng/12.0/sys/arm/conf
Glen Barber
gjb at FreeBSD.org
Sat Nov 17 20:11:22 UTC 2018
Author: gjb
Date: Sat Nov 17 20:11:20 2018
New Revision: 340515
URL: https://svnweb.freebsd.org/changeset/base/340515
Log:
MFS12 r340503:
Remove debugging options from arm, armv6, armv7 files included by
GENERIC. This should have been turned off when stable/12 branched.
Submitted by: thompsa
Approved by: re (rgrimes)
Sponsored by: The FreeBSD Foundation
Modified:
releng/12.0/sys/arm/conf/std.arm
releng/12.0/sys/arm/conf/std.armv6
releng/12.0/sys/arm/conf/std.armv7
Directory Properties:
releng/12.0/ (props changed)
Modified: releng/12.0/sys/arm/conf/std.arm
==============================================================================
--- releng/12.0/sys/arm/conf/std.arm Sat Nov 17 20:07:37 2018 (r340514)
+++ releng/12.0/sys/arm/conf/std.arm Sat Nov 17 20:11:20 2018 (r340515)
@@ -10,17 +10,6 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug
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 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 ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
-options USB_DEBUG # Enable usb debug support code
-
# Optional extras, never enabled by default:
#options BOOTVERBOSE
#options DEBUG # May result in extreme spewage
Modified: releng/12.0/sys/arm/conf/std.armv6
==============================================================================
--- releng/12.0/sys/arm/conf/std.armv6 Sat Nov 17 20:07:37 2018 (r340514)
+++ releng/12.0/sys/arm/conf/std.armv6 Sat Nov 17 20:11:20 2018 (r340515)
@@ -60,17 +60,6 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug
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 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 ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
-options USB_DEBUG # Enable usb debug support code
-
# Optional extras, never enabled by default:
#options BOOTVERBOSE
#options DEBUG # May result in extreme spewage
Modified: releng/12.0/sys/arm/conf/std.armv7
==============================================================================
--- releng/12.0/sys/arm/conf/std.armv7 Sat Nov 17 20:07:37 2018 (r340514)
+++ releng/12.0/sys/arm/conf/std.armv7 Sat Nov 17 20:11:20 2018 (r340515)
@@ -60,17 +60,6 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug
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 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 ALT_BREAK_TO_DEBUGGER # Enter debugger on keyboard escape sequence
-options USB_DEBUG # Enable usb debug support code
-
# Optional extras, never enabled by default:
#options BOOTVERBOSE
#options DEBUG # May result in extreme spewage
More information about the svn-src-all
mailing list