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 Compile in syscall name table so urke...
details: https://anonhg.NetBSD.org/src/rev/babd0aaa407f
branches: trunk
changeset: 771661:babd0aaa407f
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sun Nov 27 20:06:26 2011 +0000
description:
Compile in syscall name table so urkel debugging code can print out the names
of the system calls so its more clear where it strands.`
diffstat:
sys/arch/usermode/conf/std.usermode | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b7e3e7bc1933 -r babd0aaa407f sys/arch/usermode/conf/std.usermode
--- a/sys/arch/usermode/conf/std.usermode Sun Nov 27 18:17:08 2011 +0000
+++ b/sys/arch/usermode/conf/std.usermode Sun Nov 27 20:06:26 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.usermode,v 1.6 2011/09/03 12:28:45 jmcneill Exp $
+# $NetBSD: std.usermode,v 1.7 2011/11/27 20:06:26 reinoud Exp $
machine usermode
include "conf/std"
@@ -13,6 +13,7 @@
# Defaults
options NKMEMPAGES=2048
#options NKMEMPAGES_MAX_DEFAULT=2048
+options syscall_debug
defflag opt_xen.h DO_NOT_DEFINE
defflag opt_kernbase.h DO_NOT_DEFINE2
Home |
Main Index |
Thread Index |
Old Index