[Midnightbsd-cvs] src [9699] U trunk/sys: fix debug in kernel configs
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 16 13:56:02 EST 2017
Revision: 9699
http://svnweb.midnightbsd.org/src/?rev=9699
Author: laffer1
Date: 2017-12-16 13:56:01 -0500 (Sat, 16 Dec 2017)
Log Message:
-----------
fix debug in kernel configs
Modified Paths:
--------------
trunk/sys/amd64/conf/GENERIC
trunk/sys/i386/conf/DEFAULTS
trunk/sys/i386/conf/GENERIC
trunk/sys/i386/conf/GENERIC.hints
trunk/sys/i386/conf/NOTES
trunk/sys/i386/conf/PAE
trunk/sys/i386/conf/XEN
trunk/sys/i386/conf/ZFS
Property Changed:
----------------
trunk/sys/amd64/conf/GENERIC
trunk/sys/i386/conf/ALTQ
trunk/sys/i386/conf/DEFAULTS
trunk/sys/i386/conf/GENERIC
trunk/sys/i386/conf/GENERIC.hints
trunk/sys/i386/conf/NOTES
trunk/sys/i386/conf/PAE
trunk/sys/i386/conf/XEN
trunk/sys/i386/conf/XENHVM
trunk/sys/i386/conf/ZFS
Modified: trunk/sys/amd64/conf/GENERIC
===================================================================
--- trunk/sys/amd64/conf/GENERIC 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/amd64/conf/GENERIC 2017-12-16 18:56:01 UTC (rev 9699)
@@ -11,12 +11,12 @@
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
-# $MidnightBSD: src/sys/amd64/conf/GENERIC,v 1.20 2012/09/14 03:01:57 laffer1 Exp $
+# $MidnightBSD$
cpu HAMMER
ident GENERIC
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
Property changes on: trunk/sys/amd64/conf/GENERIC
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/sys/i386/conf/ALTQ
===================================================================
--- trunk/sys/i386/conf/ALTQ 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/ALTQ 2017-12-16 18:56:01 UTC (rev 9699)
Property changes on: trunk/sys/i386/conf/ALTQ
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/DEFAULTS
===================================================================
--- trunk/sys/i386/conf/DEFAULTS 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/DEFAULTS 2017-12-16 18:56:01 UTC (rev 9699)
@@ -1,7 +1,7 @@
#
# DEFAULTS -- Default kernel configuration file for MidnightBSD/i386
#
-# $MidnightBSD: src/sys/i386/conf/DEFAULTS,v 1.3 2009/01/20 17:40:39 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/sys/i386/conf/DEFAULTS,v 1.10 2007/06/11 00:38:06 marcel Exp $
machine i386
Property changes on: trunk/sys/i386/conf/DEFAULTS
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/GENERIC
===================================================================
--- trunk/sys/i386/conf/GENERIC 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/GENERIC 2017-12-16 18:56:01 UTC (rev 9699)
@@ -12,13 +12,13 @@
# released before I got my first computer is not supported. Few 486 systems
# have enough ram to run the installer properly anyway.
#
-# $MidnightBSD: src/sys/i386/conf/GENERIC,v 1.28 2012/04/03 23:45:08 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.5 2006/01/23 14:19:36 marius Exp $
cpu I686_CPU
ident GENERIC
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
Property changes on: trunk/sys/i386/conf/GENERIC
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/GENERIC.hints
===================================================================
--- trunk/sys/i386/conf/GENERIC.hints 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/GENERIC.hints 2017-12-16 18:56:01 UTC (rev 9699)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/sys/i386/conf/GENERIC.hints,v 1.4 2011/01/22 19:55:16 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sys/i386/conf/GENERIC.hints,v 1.17 2007/10/14 10:55:50 netchild Exp $
hint.fdc.0.at="isa"
hint.fdc.0.port="0x3F0"
Property changes on: trunk/sys/i386/conf/GENERIC.hints
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/NOTES
===================================================================
--- trunk/sys/i386/conf/NOTES 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/NOTES 2017-12-16 18:56:01 UTC (rev 9699)
@@ -4,7 +4,7 @@
# This file contains machine dependent kernel configuration notes. For
# machine independent notes, look in /sys/conf/NOTES.
#
-# $MidnightBSD: src/sys/i386/conf/NOTES,v 1.10 2011/10/20 04:25:20 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/sys/i386/conf/NOTES,v 1.1244.2.3.2.1 2008/02/06 03:24:28 scottl Exp $
#
Property changes on: trunk/sys/i386/conf/NOTES
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/PAE
===================================================================
--- trunk/sys/i386/conf/PAE 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/PAE 2017-12-16 18:56:01 UTC (rev 9699)
@@ -1,7 +1,7 @@
#
# PAE -- Generic kernel configuration file for MidnightBSD/i386 PAE
#
-# $MidnightBSD: src/sys/i386/conf/PAE,v 1.6 2012/04/25 00:52:18 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/sys/i386/conf/PAE,v 1.16.2.2 2005/11/08 22:28:37 scottl Exp $
include GENERIC
Property changes on: trunk/sys/i386/conf/PAE
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/XEN
===================================================================
--- trunk/sys/i386/conf/XEN 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/XEN 2017-12-16 18:56:01 UTC (rev 9699)
@@ -6,7 +6,7 @@
cpu I686_CPU
ident XEN
-makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl nve rdma sound sym trm xfs"
options SCHED_ULE # ULE scheduler
Property changes on: trunk/sys/i386/conf/XEN
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Index: trunk/sys/i386/conf/XENHVM
===================================================================
--- trunk/sys/i386/conf/XENHVM 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/XENHVM 2017-12-16 18:56:01 UTC (rev 9699)
Property changes on: trunk/sys/i386/conf/XENHVM
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/sys/i386/conf/ZFS
===================================================================
--- trunk/sys/i386/conf/ZFS 2017-12-16 18:54:56 UTC (rev 9698)
+++ trunk/sys/i386/conf/ZFS 2017-12-16 18:56:01 UTC (rev 9699)
@@ -1,7 +1,7 @@
# ZFS - A kernel with options to facilitate use of ZFS.
# requires 2GB+ RAM
#
-# $MidnightBSD: src/sys/i386/conf/ALTQ,v 1.1 2006/09/27 12:58:48 archite Exp $
+# $MidnightBSD$
include GENERIC
Property changes on: trunk/sys/i386/conf/ZFS
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list