svn commit: r226819 - in stable/9/sys: amd64/conf i386/conf
ia64/conf pc98/conf powerpc/conf sparc64/conf
Ken Smith
kensmith at FreeBSD.org
Wed Oct 26 23:06:00 UTC 2011
Author: kensmith
Date: Wed Oct 26 23:05:59 2011
New Revision: 226819
URL: http://svn.freebsd.org/changeset/base/226819
Log:
Fix whitespace nit. "options<space><tab>", not "options<tab><tab>".
Submitted by: Matthew Fleming <mdf at freebsd dot org>
Pointy hat: me
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 22:28:28 2011 (r226818)
+++ stable/9/sys/amd64/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -64,8 +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
+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 22:28:28 2011 (r226818)
+++ stable/9/sys/i386/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -64,8 +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
+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 22:28:28 2011 (r226818)
+++ stable/9/sys/ia64/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -59,8 +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
+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 22:28:28 2011 (r226818)
+++ stable/9/sys/pc98/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -65,8 +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
+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 22:28:28 2011 (r226818)
+++ stable/9/sys/powerpc/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -66,8 +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
+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 22:28:28 2011 (r226818)
+++ stable/9/sys/sparc64/conf/GENERIC Wed Oct 26 23:05:59 2011 (r226819)
@@ -62,8 +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
+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
More information about the svn-src-stable-9
mailing list