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; approved perry.
details: https://anonhg.NetBSD.org/src/rev/d5c83b58178c
branches: trunk
changeset: 537813:d5c83b58178c
user: provos <provos%NetBSD.org@localhost>
date: Sun Oct 06 02:11:54 2002 +0000
description:
add SYSTRACE; approved perry.
diffstat:
sys/arch/acorn26/conf/GENERIC | 3 ++-
sys/arch/acorn32/conf/GENERIC | 5 +++--
sys/arch/amiga/conf/GENERIC | 5 +++--
sys/arch/arc/conf/GENERIC | 5 +++--
sys/arch/bebox/conf/GENERIC | 5 +++--
sys/arch/cats/conf/GENERIC | 3 ++-
sys/arch/cesfic/conf/GENERIC | 3 ++-
sys/arch/cobalt/conf/GENERIC | 5 +++--
sys/arch/hp300/conf/GENERIC | 5 +++--
sys/arch/hp700/conf/GENERIC | 5 +++--
sys/arch/hpcmips/conf/GENERIC | 5 +++--
sys/arch/luna68k/conf/GENERIC | 5 +++--
sys/arch/mac68k/conf/GENERIC | 5 +++--
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/arch/mipsco/conf/GENERIC | 3 ++-
sys/arch/mmeye/conf/GENERIC | 5 +++--
sys/arch/mvme68k/conf/GENERIC | 5 +++--
sys/arch/netwinder/conf/GENERIC | 3 ++-
sys/arch/news68k/conf/GENERIC | 5 +++--
sys/arch/newsmips/conf/GENERIC | 5 +++--
sys/arch/next68k/conf/GENERIC | 5 +++--
sys/arch/ofppc/conf/GENERIC | 5 +++--
sys/arch/pc532/conf/GENERIC | 5 +++--
sys/arch/pmax/conf/GENERIC | 5 +++--
sys/arch/prep/conf/GENERIC | 5 +++--
sys/arch/sbmips/conf/GENERIC | 5 +++--
sys/arch/sgimips/conf/GENERIC | 5 +++--
sys/arch/shark/conf/GENERIC | 5 +++--
sys/arch/sparc/conf/GENERIC | 5 +++--
sys/arch/sun2/conf/GENERIC | 5 +++--
sys/arch/sun3/conf/GENERIC | 5 +++--
sys/arch/vax/conf/GENERIC | 5 +++--
sys/arch/x68k/conf/GENERIC | 5 +++--
33 files changed, 94 insertions(+), 61 deletions(-)
diffs (truncated from 809 to 300 lines):
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/acorn26/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.6 2002/09/18 02:43:53 lukem Exp $
+# $NetBSD: GENERIC,v 1.7 2002/10/06 02:11:54 provos Exp $
#
# GENERIC machine description file
#
@@ -109,6 +109,7 @@
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
+options SYSTRACE # system call vetting via systrace(1)
#options IRQSTATS # manage IRQ statistics
#options LKM # loadable kernel modules
#options KMEMSTATS # kernel memory statistics
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.19 2002/09/18 02:43:53 lukem Exp $
+# $NetBSD: GENERIC,v 1.20 2002/10/06 02:11:54 provos Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.19 $"
+#ident "GENERIC-$Revision: 1.20 $"
# estimated number of users
maxusers 32
@@ -123,6 +123,7 @@
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
+options SYSTRACE # system call vetting via systrace(1)
options IRQSTATS # manage IRQ statistics
options LKM # loadable kernel modules
options KMEMSTATS # kernel memory statistics
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.186 2002/09/25 11:49:49 martti Exp $
+# $NetBSD: GENERIC,v 1.187 2002/10/06 02:11:55 provos Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -28,7 +28,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.186 $"
+#ident "GENERIC-$Revision: 1.187 $"
maxusers 8
@@ -151,6 +151,7 @@
#
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
#options INSECURE # disable kernel security levels
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/arc/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.72 2002/09/25 11:49:49 martti Exp $
+# $NetBSD: GENERIC,v 1.73 2002/10/06 02:11:55 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.72 $"
+#ident "GENERIC-$Revision: 1.73 $"
maxusers 32 # estimated number of users
@@ -44,6 +44,7 @@
options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing via ktrace(1)
+options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/bebox/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.57 2002/09/18 02:43:56 lukem Exp $
+# $NetBSD: GENERIC,v 1.58 2002/10/06 02:11:55 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.57 $"
+#ident "GENERIC-$Revision: 1.58 $"
maxusers 32
@@ -39,6 +39,7 @@
options DDB
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
options KTRACE
+options SYSTRACE # system call vetting via systrace(1)
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.36 2002/10/05 10:42:23 chris Exp $
+# $NetBSD: GENERIC,v 1.37 2002/10/06 02:11:56 provos Exp $
#
# GENERIC machine description file
#
@@ -127,6 +127,7 @@
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
+options SYSTRACE # system call vetting via systrace(1)
options IRQSTATS # manage IRQ statistics
#options LKM # loadable kernel modules
#options KMEMSTATS # kernel memory statistics
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/cesfic/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.13 2002/09/18 02:43:56 lukem Exp $
+# $NetBSD: GENERIC,v 1.14 2002/10/06 02:11:56 provos Exp $
#
# GENERIC machine description file
#
@@ -50,6 +50,7 @@
#options SEMMNU=30 # number of undo structures in system
#options SYSVMSG # System V-style message queues
options KTRACE # system call tracing support
+options SYSTRACE # system call vetting via systrace(1)
#options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool
#options LKM # Loadable kernel modules
options COMPAT_SUNOS
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.35 2002/09/25 11:49:50 martti Exp $
+# $NetBSD: GENERIC,v 1.36 2002/10/06 02:11:56 provos Exp $
#
# GENERIC machine description file
#
@@ -22,12 +22,13 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.35 $"
+#ident "GENERIC-$Revision: 1.36 $"
maxusers 32
# Standard system options
options KTRACE # system call tracing support
+options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/hp300/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.84 2002/09/25 11:49:50 martti Exp $
+# $NetBSD: GENERIC,v 1.85 2002/10/06 02:11:56 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.84 $"
+#ident "GENERIC-$Revision: 1.85 $"
maxusers 32 # estimated number of users
@@ -44,6 +44,7 @@
# Standard system options
options KTRACE # system call tracing support
+options SYSTRACE # system call vetting via systrace(1)
options LKM # Loadable kernel modules
#options INSECURE # disable kernel security level
#options UCONSOLE # Allow non-root TIOCCONS
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/hp700/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.7 2002/09/25 11:49:50 martti Exp $
+# $NetBSD: GENERIC,v 1.8 2002/10/06 02:11:56 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32 # estimated number of users
@@ -52,6 +52,7 @@
options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing via ktrace(1)
+options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.129 2002/09/18 02:43:59 lukem Exp $
+# $NetBSD: GENERIC,v 1.130 2002/10/06 02:11:57 provos Exp $
#
# GENERIC machine description file
#
@@ -24,7 +24,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.129 $"
+#ident "GENERIC-$Revision: 1.130 $"
maxusers 16
@@ -43,6 +43,7 @@
#options DIAGNOSTIC # extra kernel debugging checks
#options DEBUG # extra kernel debugging support
options KTRACE # system call tracing support
+options SYSTRACE # system call vetting via systrace(1)
options MSGBUFSIZE=8192 # dmesg buffer size
## UVM options.
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.34 2002/09/25 11:49:51 martti Exp $
+# $NetBSD: GENERIC,v 1.35 2002/10/06 02:11:57 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.34 $"
+#ident "GENERIC-$Revision: 1.35 $"
maxusers 8
@@ -35,6 +35,7 @@
# Standard system options
options NTP # NTP phase/frequency locked loop
options KTRACE
+options SYSTRACE # system call vetting via systrace(1)
#options SYSVMSG # System V message queues
#options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
diff -r bc8b8b1eb386 -r d5c83b58178c sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Sun Oct 06 01:36:36 2002 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Sun Oct 06 02:11:54 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.131 2002/09/25 11:49:51 martti Exp $
+# $NetBSD: GENERIC,v 1.132 2002/10/06 02:11:57 provos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.131 $"
+#ident "GENERIC-$Revision: 1.132 $"
maxusers 16 # estimated number of users
Home |
Main Index |
Thread Index |
Old Index