Module Name: src
Committed By: reinoud
Date: Sun Nov 27 20:06:26 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: std.usermode
Log Message:
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.`
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/conf/std.usermode
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/conf/std.usermode
diff -u src/sys/arch/usermode/conf/std.usermode:1.6 src/sys/arch/usermode/conf/std.usermode:1.7
--- src/sys/arch/usermode/conf/std.usermode:1.6 Sat Sep 3 12:28:45 2011
+++ src/sys/arch/usermode/conf/std.usermode Sun Nov 27 20:06:26 2011
@@ -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 @@ options URKELVISOR
# 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