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 add options DEBUG_EXEC and LOCKDEBUG
details: https://anonhg.NetBSD.org/src/rev/9555a656019a
branches: trunk
changeset: 768816:9555a656019a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Aug 27 18:13:09 2011 +0000
description:
add options DEBUG_EXEC and LOCKDEBUG
diffstat:
sys/arch/usermode/conf/GENERIC | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 3bb8633358b1 -r 9555a656019a sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC Sat Aug 27 18:11:48 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC Sat Aug 27 18:13:09 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.13 2011/08/24 10:59:10 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.14 2011/08/27 18:13:09 jmcneill Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
@@ -20,8 +20,9 @@
options SYSVSHM
options DEBUG
+options DEBUG_EXEC
options DIAGNOSTIC
-#options LOCKDEBUG
+options LOCKDEBUG
options COMPAT_BSDPTY
options COMPAT_50
Home |
Main Index |
Thread Index |
Old Index