Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf Diable DEBUG_EXEC to remove the spam :)



details:   https://anonhg.NetBSD.org/src/rev/ac82432940fb
branches:  trunk
changeset: 772003:ac82432940fb
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Dec 13 12:24:15 2011 +0000

description:
Diable DEBUG_EXEC to remove the spam :)

diffstat:

 sys/arch/usermode/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 0e7f099528c4 -r ac82432940fb sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Tue Dec 13 11:11:03 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Tue Dec 13 12:24:15 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.20 2011/11/27 21:31:48 reinoud Exp $
+# $NetBSD: GENERIC,v 1.21 2011/12/13 12:24:15 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.20 $"
+#ident                 "GENERIC-$Revision: 1.21 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -23,7 +23,7 @@
 #options       DDB                     # missing support
 options        DIAGNOSTIC
 options                LOCKDEBUG
-options        DEBUG_EXEC
+#options       DEBUG_EXEC
 options                CPU_DEBUG
 #options       UVMHIST
 #options       UVMHIST_PRINT
@@ -32,6 +32,7 @@
 options        COMPAT_50
 
 file-system    FFS
+file-system    MFS
 file-system    FDESC
 file-system    KERNFS
 file-system    PROCFS



Home | Main Index | Thread Index | Old Index