Author: kensmith
Date: Wed Oct 26 19:59:06 2011
New Revision: 226810
URL: http://svn.freebsd.org/changeset/base/226810

Log:
  I forgot we now leave KDB and KDB_TRACE options in stable kernel config
  files to help provide stack traces during a panic.
  
  Submitted by: Sergey Kandaurov <pluknet at freebsd dot org>
  Approved by:  re (implicit)

Modified:
  stable/9/sys/amd64/conf/GENERIC
  stable/9/sys/i386/conf/GENERIC
  stable/9/sys/ia64/conf/GENERIC
  stable/9/sys/pc98/conf/GENERIC
  stable/9/sys/powerpc/conf/GENERIC
  stable/9/sys/sparc64/conf/GENERIC

Modified: stable/9/sys/amd64/conf/GENERIC
==============================================================================
--- stable/9/sys/amd64/conf/GENERIC     Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/amd64/conf/GENERIC     Wed Oct 26 19:59:06 2011        
(r226810)
@@ -64,6 +64,8 @@ options       MAC                     # TrustedBSD MAC 
Framewor
 #options       KDTRACE_FRAME           # Ensure frames are compiled in
 #options       KDTRACE_HOOKS           # Kernel DTrace hooks
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
+options                KDB                     # Kernel debugger related code
+options                KDB_TRACE               # Print a stack trace for a 
panic
 
 # Make an SMP-capable kernel by default
 options        SMP                     # Symmetric MultiProcessor Kernel

Modified: stable/9/sys/i386/conf/GENERIC
==============================================================================
--- stable/9/sys/i386/conf/GENERIC      Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/i386/conf/GENERIC      Wed Oct 26 19:59:06 2011        
(r226810)
@@ -64,6 +64,8 @@ options       AUDIT                   # Security event auditi
 options        MAC                     # TrustedBSD MAC Framework
 #options       KDTRACE_HOOKS           # Kernel DTrace hooks
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
+options                KDB                     # Kernel debugger related code
+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

Modified: stable/9/sys/ia64/conf/GENERIC
==============================================================================
--- stable/9/sys/ia64/conf/GENERIC      Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/ia64/conf/GENERIC      Wed Oct 26 19:59:06 2011        
(r226810)
@@ -59,6 +59,8 @@ options       UFS_ACL         # Support for access c
 options        UFS_DIRHASH     # Hash-based directory lookup scheme
 options        UFS_GJOURNAL    # Enable gjournal-based UFS journaling
 options        _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
+options                KDB             # Kernel debugger related code
+options                KDB_TRACE       # Print a stack trace for a panic
 
 # Various "busses"
 device         firewire        # FireWire bus code

Modified: stable/9/sys/pc98/conf/GENERIC
==============================================================================
--- stable/9/sys/pc98/conf/GENERIC      Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/pc98/conf/GENERIC      Wed Oct 26 19:59:06 2011        
(r226810)
@@ -65,6 +65,8 @@ options       HWPMC_HOOKS             # Necessary kernel
 options        AUDIT                   # Security event auditing
 options        MAC                     # TrustedBSD MAC Framework
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
+options                KDB                     # Kernel debugger related code
+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

Modified: stable/9/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/9/sys/powerpc/conf/GENERIC   Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/powerpc/conf/GENERIC   Wed Oct 26 19:59:06 2011        
(r226810)
@@ -66,6 +66,8 @@ options       HWPMC_HOOKS             # Necessary kernel
 options        AUDIT                   # Security event auditing
 options        MAC                     # TrustedBSD MAC Framework
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
+options                KDB                     # Kernel debugger related code
+options                KDB_TRACE               # Print a stack trace for a 
panic
 
 # To make an SMP kernel, the next line is needed
 options        SMP                     # Symmetric MultiProcessor Kernel

Modified: stable/9/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/9/sys/sparc64/conf/GENERIC   Wed Oct 26 19:45:20 2011        
(r226809)
+++ stable/9/sys/sparc64/conf/GENERIC   Wed Oct 26 19:59:06 2011        
(r226810)
@@ -62,6 +62,8 @@ options       HWPMC_HOOKS             # Necessary kernel
 options        AUDIT                   # Security event auditing
 options        MAC                     # TrustedBSD MAC Framework
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
+options                KDB                     # Kernel debugger related code
+options                KDB_TRACE               # Print a stack trace for a 
panic
 
 # Make an SMP-capable kernel by default
 options        SMP                     # Symmetric MultiProcessor Kernel
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to