Source-Changes-HG archive

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

[src/trunk]: src/sys/arch regen from GENERIC.in



details:   https://anonhg.NetBSD.org/src/rev/045cc72889d0
branches:  trunk
changeset: 537817:045cc72889d0
user:      provos <provos%NetBSD.org@localhost>
date:      Sun Oct 06 03:00:02 2002 +0000

description:
regen from GENERIC.in

diffstat:

 sys/arch/amiga/conf/AMIGA        |  8 +++++---
 sys/arch/amiga/conf/DRACO        |  8 +++++---
 sys/arch/amiga/conf/GENERIC      |  6 +++---
 sys/arch/amiga/conf/INSTALL      |  7 ++++---
 sys/arch/amiga/conf/WSCONS       |  8 +++++---
 sys/arch/atari/conf/ATARITT      |  7 ++++---
 sys/arch/atari/conf/FALCON       |  7 ++++---
 sys/arch/atari/conf/HADES        |  7 ++++---
 sys/arch/atari/conf/MILAN-ISAIDE |  7 ++++---
 sys/arch/atari/conf/MILAN-PCIIDE |  7 ++++---
 10 files changed, 42 insertions(+), 30 deletions(-)

diffs (truncated from 351 to 300 lines):

diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/amiga/conf/AMIGA Sun Oct 06 03:00:02 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.55 2002/09/18 02:16:01 lukem Exp $
+# $NetBSD: AMIGA,v 1.56 2002/10/06 03:00:02 provos Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.55 $"
+#ident                 "GENERIC-$Revision: 1.56 $"
 
 
 maxusers       8
@@ -80,6 +80,7 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
+#options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 # Filesystems
 file-system    FFS             # Berkeley fast file system
@@ -149,6 +150,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 3b1d6ff50e1b -r 045cc72889d0 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/amiga/conf/DRACO Sun Oct 06 03:00:02 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.71 2002/09/18 02:16:01 lukem Exp $
+# $NetBSD: DRACO,v 1.72 2002/10/06 03:00:03 provos Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.71 $"
+#ident                 "GENERIC-$Revision: 1.72 $"
 
 
 maxusers       8
@@ -69,6 +69,7 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
+#options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 # Filesystems
 file-system    FFS             # Berkeley fast file system
@@ -138,6 +139,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 3b1d6ff50e1b -r 045cc72889d0 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sun Oct 06 03:00:02 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.187 2002/10/06 02:11:55 provos Exp $
+# $NetBSD: GENERIC,v 1.188 2002/10/06 03:00:03 provos Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.187 $"
+#ident                 "GENERIC-$Revision: 1.188 $"
 
 
 maxusers       8
diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Sun Oct 06 03:00:02 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.33 2002/09/18 02:16:01 lukem Exp $
+# $NetBSD: INSTALL,v 1.34 2002/10/06 03:00:03 provos Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.33 $"
+#ident                 "GENERIC-$Revision: 1.34 $"
 
 makeoptions    COPTS="-Os"
 
@@ -74,6 +74,7 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
+#options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 # Filesystems
 file-system    FFS             # Berkeley fast file system
diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Sun Oct 06 03:00:02 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.9 2002/09/18 02:16:02 lukem Exp $
+# $NetBSD: WSCONS,v 1.10 2002/10/06 03:00:03 provos Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.3 2002/09/18 02:15:09 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.6 2002/10/06 02:58:21 provos Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.9 $"
+#ident                 "GENERIC-$Revision: 1.10 $"
 
 
 maxusers       8
@@ -81,6 +81,7 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
+#options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 
 # Filesystems
 file-system    FFS             # Berkeley fast file system
@@ -150,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 3b1d6ff50e1b -r 045cc72889d0 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/atari/conf/ATARITT       Sun Oct 06 03:00:02 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: ATARITT,v 1.49 2002/09/18 02:20:50 lukem Exp $
+# $NetBSD: ATARITT,v 1.50 2002/10/06 03:02:04 provos Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: ATARITT.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-#              NetBSD: GENERIC.in,v 1.23 2002/09/18 02:19:19 lukem Exp $
+#              NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
 
 #This configuration file is for a GENERIC ATARI-TT
 
@@ -63,7 +63,7 @@
 
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
-#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
+#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
 
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
@@ -131,6 +131,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)
diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/atari/conf/FALCON        Sun Oct 06 03:00:02 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: FALCON,v 1.50 2002/09/18 02:20:50 lukem Exp $
+# $NetBSD: FALCON,v 1.51 2002/10/06 03:02:04 provos Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.6 2002/09/02 12:10:46 leo Exp $
-#              NetBSD: GENERIC.in,v 1.23 2002/09/18 02:19:19 lukem Exp $
+#              NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
 
 #This configuration file is for a generic ATARI-Falcon
 
@@ -67,7 +67,7 @@
 
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
-#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
+#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
 
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
@@ -135,6 +135,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)
diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/atari/conf/HADES Sun Oct 06 03:00:02 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.40 2002/09/18 02:20:50 lukem Exp $
+# $NetBSD: HADES,v 1.41 2002/10/06 03:02:04 provos Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.in,v 1.4 2001/04/10 06:28:38 leo Exp $
-#              NetBSD: GENERIC.in,v 1.23 2002/09/18 02:19:19 lukem Exp $
+#              NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
 
 #This configuration file is for a generic Medusa-Hades
 
@@ -62,7 +62,7 @@
 
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
-#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
+#options       IPFILTER_DEFAULT_BLOCK  # block packages by default
 
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
@@ -130,6 +130,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)
diff -r 3b1d6ff50e1b -r 045cc72889d0 sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sun Oct 06 02:58:21 2002 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sun Oct 06 03:00:02 2002 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.16 2002/09/18 02:20:50 lukem Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.17 2002/10/06 03:02:04 provos Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: MILAN.in,v 1.10 2002/06/15 21:44:07 leo Exp $
-#              NetBSD: GENERIC.in,v 1.23 2002/09/18 02:19:19 lukem Exp $
+#              NetBSD: GENERIC.in,v 1.26 2002/10/06 02:58:21 provos Exp $
 
 #This configuration file is for a generic Milan
 
@@ -62,7 +62,7 @@



Home | Main Index | Thread Index | Old Index