Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add MBUFTRACE to ALL configs



details:   https://anonhg.NetBSD.org/src/rev/b37feff8c22e
branches:  trunk
changeset: 458975:b37feff8c22e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Aug 19 03:25:40 2019 +0000

description:
Add MBUFTRACE to ALL configs

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 04f626d17273 -r b37feff8c22e sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Mon Aug 19 03:24:38 2019 +0000
+++ b/sys/arch/amd64/conf/ALL   Mon Aug 19 03:25:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.121 2019/08/09 08:01:06 rin Exp $
+# $NetBSD: ALL,v 1.122 2019/08/19 03:25:40 ozaki-r Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.121 $"
+#ident         "ALL-$Revision: 1.122 $"
 
 maxusers       64              # estimated number of users
 
@@ -2025,6 +2025,7 @@
 options MAGMA_DEBUG
 options MAPLE_DEBUG
 options MB8795_DEBUG
+options MBUFTRACE
 options MCDDEBUG
 options MCDEBUG
 options MCHAIN_DEBUG
diff -r 04f626d17273 -r b37feff8c22e sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Aug 19 03:24:38 2019 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Aug 19 03:25:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.469 2019/07/24 23:13:46 tnn Exp $
+# $NetBSD: ALL,v 1.470 2019/08/19 03:25:40 ozaki-r Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.469 $"
+#ident         "ALL-$Revision: 1.470 $"
 
 maxusers       64              # estimated number of users
 
@@ -2148,6 +2148,7 @@
 options MAGMA_DEBUG
 options MAPLE_DEBUG
 options MB8795_DEBUG
+options MBUFTRACE
 options MCDDEBUG
 options MCDEBUG
 options MCHAIN_DEBUG



Home | Main Index | Thread Index | Old Index