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/021133e7142e
branches: trunk
changeset: 1002867:021133e7142e
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 f6e08a830d3b -r 021133e7142e 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 f6e08a830d3b -r 021133e7142e 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