svn commit: r267146 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf sparc64/conf
Warner Losh
imp at FreeBSD.org
Fri Jun 6 04:08:57 UTC 2014
Author: imp
Date: Fri Jun 6 04:08:55 2014
New Revision: 267146
URL: http://svnweb.freebsd.org/changeset/base/267146
Log:
Restore comments accidentally removed.
MFC after: 3 days
Modified:
head/sys/amd64/conf/GENERIC
head/sys/arm/conf/ZEDBOARD
head/sys/i386/conf/GENERIC
head/sys/i386/conf/XEN
head/sys/ia64/conf/GENERIC
head/sys/sparc64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/amd64/conf/GENERIC Fri Jun 6 04:08:55 2014 (r267146)
@@ -21,7 +21,7 @@
cpu HAMMER
ident GENERIC
-makeoptions DEBUG=-g
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
Modified: head/sys/arm/conf/ZEDBOARD
==============================================================================
--- head/sys/arm/conf/ZEDBOARD Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/arm/conf/ZEDBOARD Fri Jun 6 04:08:55 2014 (r267146)
@@ -59,7 +59,7 @@ options VFP # vfp/neon
options SMP # Symmetric MultiProcessor Kernel
# Debugging
-makeoptions DEBUG=-g
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options DDB
options KDB
# options BREAK_TO_DEBUGGER
Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/i386/conf/GENERIC Fri Jun 6 04:08:55 2014 (r267146)
@@ -23,7 +23,7 @@ cpu I586_CPU
cpu I686_CPU
ident GENERIC
-makeoptions DEBUG=-g
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
Modified: head/sys/i386/conf/XEN
==============================================================================
--- head/sys/i386/conf/XEN Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/i386/conf/XEN Fri Jun 6 04:08:55 2014 (r267146)
@@ -6,7 +6,7 @@
cpu I686_CPU
ident XEN
-makeoptions DEBUG=-g
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# The following modules don't build with PAE and XEN enabled.
makeoptions WITHOUT_MODULES="ctl dpt drm drm2 hptmv ida malo mwl"
Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/ia64/conf/GENERIC Fri Jun 6 04:08:55 2014 (r267146)
@@ -23,7 +23,7 @@
cpu ITANIUM2
ident GENERIC
-makeoptions DEBUG=-g # Build kernel with debug information.
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode
Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC Fri Jun 6 03:17:37 2014 (r267145)
+++ head/sys/sparc64/conf/GENERIC Fri Jun 6 04:08:55 2014 (r267146)
@@ -21,7 +21,7 @@
cpu SUN4U
ident GENERIC
-makeoptions DEBUG=-g
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.
More information about the svn-src-all
mailing list