Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf enable systrace. approved by itojun and...



details:   https://anonhg.NetBSD.org/src/rev/6ee8afad7266
branches:  trunk
changeset: 536945:6ee8afad7266
user:      provos <provos%NetBSD.org@localhost>
date:      Tue Sep 24 14:47:56 2002 +0000

description:
enable systrace.  approved by itojun and perry

diffstat:

 sys/arch/alpha/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r be30470a7a20 -r 6ee8afad7266 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Sep 24 14:43:39 2002 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Sep 24 14:47:56 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.215 2002/09/24 13:30:41 ad Exp $
+# $NetBSD: GENERIC,v 1.216 2002/09/24 14:47:56 provos Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.215 $"
+#ident                 "GENERIC-$Revision: 1.216 $"
 
 maxusers 32
 
@@ -52,6 +52,7 @@
 
 # Standard system options
 options        KTRACE                  # System call tracing support
+options        SYSTRACE                # System call vetting via systrace(1)
 options        NTP                     # kernel PLL for NTP
 
 # Diagnostic/debugging support options



Home | Main Index | Thread Index | Old Index