Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.
details: https://anonhg.NetBSD.org/src/rev/9d4c3f1189db
branches: trunk
changeset: 343084:9d4c3f1189db
user: riz <riz%NetBSD.org@localhost>
date: Fri Jan 22 21:56:56 2016 +0000
description:
Enable KDTRACE_HOOKS on i386 and amd64 GENERIC.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r f91e17dd8adb -r 9d4c3f1189db sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Jan 22 21:55:57 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Jan 22 21:56:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.421 2016/01/10 04:09:28 christos Exp $
+# $NetBSD: GENERIC,v 1.422 2016/01/22 21:56:56 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.421 $"
+#ident "GENERIC-$Revision: 1.422 $"
maxusers 64 # estimated number of users
@@ -107,7 +107,7 @@
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
-#options KDTRACE_HOOKS # kernel DTrace hooks
+options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
options COMPAT_15 # NetBSD 1.5,
diff -r f91e17dd8adb -r 9d4c3f1189db sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Jan 22 21:55:57 2016 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Jan 22 21:56:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1129 2016/01/05 11:33:18 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.1130 2016/01/22 21:56:56 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1129 $"
+#ident "GENERIC-$Revision: 1.1130 $"
maxusers 64 # estimated number of users
@@ -122,7 +122,7 @@
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
-#options KDTRACE_HOOKS # kernel DTrace hooks
+options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
Home |
Main Index |
Thread Index |
Old Index