Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Enable ktrace by default
details: https://anonhg.NetBSD.org/src/rev/9ff48b1dfd4f
branches: trunk
changeset: 338223:9ff48b1dfd4f
user: martin <martin%NetBSD.org@localhost>
date: Fri May 15 08:19:48 2015 +0000
description:
Enable ktrace by default
diffstat:
sys/arch/evbmips/conf/ERLITE | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 42309a79fa7e -r 9ff48b1dfd4f sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE Fri May 15 08:02:39 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE Fri May 15 08:19:48 2015 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ERLITE,v 1.4 2015/05/08 07:45:53 martin Exp $
+# $NetBSD: ERLITE,v 1.5 2015/05/15 08:19:48 martin Exp $
include "arch/mips/conf/std.octeon"
include "arch/evbmips/conf/files.octeon"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ERLITE-$Revision: 1.4 $"
+#ident "ERLITE-$Revision: 1.5 $"
maxusers 32
@@ -23,7 +23,7 @@
#options SOSEND_NO_LOAN
# Standard system options
-#options KTRACE # system call tracing support
+options KTRACE # system call tracing support
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SYSVSHM # System V shared memory
Home |
Main Index |
Thread Index |
Old Index