Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add SYSTRACE here; pointed out by lukem



details:   https://anonhg.NetBSD.org/src/rev/3b1d6ff50e1b
branches:  trunk
changeset: 537816:3b1d6ff50e1b
user:      provos <provos%NetBSD.org@localhost>
date:      Sun Oct 06 02:58:21 2002 +0000

description:
add SYSTRACE here; pointed out by lukem

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  5 +++--
 sys/arch/atari/conf/GENERIC.in |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r ec98bc14479d -r 3b1d6ff50e1b sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun Oct 06 02:50:28 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun Oct 06 02:58:21 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.5 2002/09/25 11:49:49 martti Exp $
+# $NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.5 $"
+#ident                 "GENERIC-$Revision: 1.6 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -203,6 +203,7 @@
 
 m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
 options        KTRACE          # system call tracing support
+options        SYSTRACE        # system call vetting via systrace(1)
 options        LKM             # Loadable kernel modules
 options        UCONSOLE        # anyone can redirect a virtual console
 ')m4_dnl
diff -r ec98bc14479d -r 3b1d6ff50e1b sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Sun Oct 06 02:50:28 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Sun Oct 06 02:58:21 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.25 2002/09/25 11:49:49 martti Exp $
+#      $NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
 #
 # Generic atari
 #
@@ -160,6 +160,7 @@
 # Support for various kernel options
 #
 options        KTRACE                  # Add kernel tracing system call
+options        SYSTRACE                # system call vetting via systrace(1)
 options        DIAGNOSTIC              # Add additional error checking code
 options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)



Home | Main Index | Thread Index | Old Index