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/757c8685d5a5
branches:  trunk
changeset: 808365:757c8685d5a5
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 478461468820 -r 757c8685d5a5 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