Source-Changes-HG archive

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

[src/trunk]: src/sys Add overlay to kernel configs.



details:   https://anonhg.NetBSD.org/src/rev/e6f081448690
branches:  trunk
changeset: 480810:e6f081448690
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Thu Jan 20 19:12:28 2000 +0000

description:
Add overlay to kernel configs.

diffstat:

 sys/arch/amiga/conf/GENERIC    |  3 ++-
 sys/arch/arm32/conf/GENERIC    |  3 ++-
 sys/arch/atari/conf/GENERIC    |  3 ++-
 sys/arch/bebox/conf/GENERIC    |  3 ++-
 sys/arch/hpcmips/conf/GENERIC  |  3 ++-
 sys/arch/i386/conf/GENERIC     |  3 ++-
 sys/arch/mac68k/conf/GENERIC   |  3 ++-
 sys/arch/macppc/conf/GENERIC   |  3 ++-
 sys/arch/mmeye/conf/GENERIC    |  3 ++-
 sys/arch/news68k/conf/GENERIC  |  3 ++-
 sys/arch/newsmips/conf/GENERIC |  3 ++-
 sys/arch/next68k/conf/GENERIC  |  3 ++-
 sys/arch/ofppc/conf/GENERIC    |  3 ++-
 sys/arch/pc532/conf/GENERIC    |  3 ++-
 sys/arch/pica/conf/GENERIC     |  3 ++-
 sys/arch/pmax/conf/GENERIC     |  3 ++-
 sys/arch/sparc/conf/GENERIC    |  3 ++-
 sys/arch/sparc64/conf/GENERIC  |  3 ++-
 sys/arch/sun3/conf/GENERIC     |  3 ++-
 sys/arch/vax/conf/GENERIC      |  3 ++-
 sys/arch/x68k/conf/GENERIC     |  3 ++-
 sys/conf/files                 |  6 ++++--
 22 files changed, 46 insertions(+), 23 deletions(-)

diffs (truncated from 389 to 300 lines):

diff -r 6301c32f797a -r e6f081448690 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.131 1999/11/21 14:00:38 itojun Exp $
+#      $NetBSD: GENERIC,v 1.132 2000/01/20 19:12:28 wrstuden Exp $
 
 #
 #if 0
@@ -93,6 +93,7 @@
 file-system    FDESC           # user file descriptor filesystem
 file-system    KERNFS          # kernel data-structure filesystem
 file-system    NULLFS          # loopback filesystem
+file-system    OVERLAY         # overlay filesystem
 #file-system   PORTAL          # Portal filesystem
 file-system    PROCFS          # /proc filesystem
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/arm32/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.60 1999/12/24 00:15:51 tron Exp $
+#      $NetBSD: GENERIC,v 1.61 2000/01/20 19:12:29 wrstuden Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -50,6 +50,7 @@
 file-system    FILECORE        # Acorn filecore file system
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay filesystem
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/atari/conf/GENERIC
--- a/sys/arch/atari/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/atari/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.57 1999/11/21 14:00:38 itojun Exp $
+#      $NetBSD: GENERIC,v 1.58 2000/01/20 19:12:30 wrstuden Exp $
 #
 # Generic atari
 #
@@ -81,6 +81,7 @@
 file-system    KERNFS          # Kernel parameter filesystem
 file-system    FDESC           # /dev/fd
 file-system    NULLFS          # Loopback filesystem
+file-system    OVERLAY         # overlay filesystem
 file-system    MSDOSFS         # MSDOS filesystem
 file-system    CD9660          # ISO 9660 filesystem with Rock Ridge
 file-system    UNION           # union file system
diff -r 6301c32f797a -r e6f081448690 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.21 1999/11/21 14:00:39 itojun Exp $
+#      $NetBSD: GENERIC,v 1.22 2000/01/20 19:12:30 wrstuden Exp $
 #
 # First try for BEBOX config file
 #
@@ -38,6 +38,7 @@
 file-system    FDESC
 file-system    KERNFS
 file-system    NULLFS
+file-system    OVERLAY
 file-system    PORTAL
 file-system    PROCFS
 file-system    UMAPFS
diff -r 6301c32f797a -r e6f081448690 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Thu Jan 20 19:12:28 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (any  model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.22 2000/01/09 07:57:43 shin Exp $
+#      $NetBSD: GENERIC,v 1.23 2000/01/20 19:12:31 wrstuden Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -53,6 +53,7 @@
 #file-system   FDESC           # /dev/fd
 file-system    KERNFS          # /kern (kernel informational filesystem)
 #file-system   NULLFS          # loopback file system
+#file-system   OVERLAY         # overlay file system
 #file-system   PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 #file-system   UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.291 2000/01/17 17:47:06 augustss Exp $
+#      $NetBSD: GENERIC,v 1.292 2000/01/20 19:12:31 wrstuden Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -99,6 +99,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.93 1999/11/24 22:01:19 scottr Exp $
+#      $NetBSD: GENERIC,v 1.94 2000/01/20 19:12:32 wrstuden Exp $
 #
 # GENERIC
 
@@ -70,6 +70,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.46 2000/01/17 17:47:07 augustss Exp $
+#      $NetBSD: GENERIC,v 1.47 2000/01/20 19:12:32 wrstuden Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -50,6 +50,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/mmeye/conf/GENERIC
--- a/sys/arch/mmeye/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/mmeye/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.5 1999/11/21 14:00:41 itojun Exp $
+#      $NetBSD: GENERIC,v 1.6 2000/01/20 19:12:32 wrstuden Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -60,6 +60,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.1 1999/12/09 14:53:02 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.2 2000/01/20 19:12:33 wrstuden Exp $
 
 #      news68k GENERIC config file;
 #
@@ -56,6 +56,7 @@
 file-system    PROCFS          # /proc
 file-system    FDESC           # /dev/fd/*
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system 
diff -r 6301c32f797a -r e6f081448690 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC    Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/newsmips/conf/GENERIC    Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.14 1999/12/22 05:55:25 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.15 2000/01/20 19:12:33 wrstuden Exp $
 #
 #      GENERIC kernel for RISC-NEWS
 
@@ -45,6 +45,7 @@
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    KERNFS          # kernel data-structure filesystem
 file-system    NULLFS          # NULL layered filesystem
+file-system    OVERLAY         # overlay file system
 file-system    MFS             # memory-based filesystem
 file-system    FDESC           # user file descriptor filesystem
 file-system    UMAPFS          # uid/gid remapping filesystem
diff -r 6301c32f797a -r e6f081448690 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.22 1999/12/14 11:17:27 dbj Exp $
+# $NetBSD: GENERIC,v 1.23 2000/01/20 19:12:33 wrstuden Exp $
 #
 # GENERIC next68k
 #
@@ -71,6 +71,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.21 1999/11/21 14:00:42 itojun Exp $
+#      $NetBSD: GENERIC,v 1.22 2000/01/20 19:12:34 wrstuden Exp $
 #
 # First try for PPC config file
 #
@@ -42,6 +42,7 @@
 file-system    FDESC
 file-system    KERNFS
 file-system    NULLFS
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL
 file-system    PROCFS
 file-system    UMAPFS
diff -r 6301c32f797a -r e6f081448690 sys/arch/pc532/conf/GENERIC
--- a/sys/arch/pc532/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/pc532/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.6 1999/11/21 14:00:42 itojun Exp $
+#      $NetBSD: GENERIC,v 1.7 2000/01/20 19:12:34 wrstuden Exp $
 #
 # GENERIC: generic kernel for most machines
 #
@@ -31,6 +31,7 @@
 # file system options
 file-system    FFS                     # Berkeley fast file system
 file-system    NULLFS                  # loopback file system
+file-system    OVERLAY                 # overlay file system
 file-system    UNION                   # union file system
 file-system    NFS                     # Network File System client
 
diff -r 6301c32f797a -r e6f081448690 sys/arch/pica/conf/GENERIC
--- a/sys/arch/pica/conf/GENERIC        Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/pica/conf/GENERIC        Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.20 1999/11/21 14:00:43 itojun Exp $
+#      $NetBSD: GENERIC,v 1.21 2000/01/20 19:12:34 wrstuden Exp $
 #
 #      Generic configuration file for MIPS R4400 PICA system
 #
@@ -41,6 +41,7 @@
 file-system    FDESC           # user file descriptor filesystem
 #file-system   UMAPFS          # uid/gid remapping filesystem
 #file-system   NULLFS          # null layer filesystem
+#file-system   OVERLAY         # overlay file system
 #file-system   LFS             # Log-based filesystem (still experimental)
 #file-system   PORTAL          # portal filesystem (still experimental)
 
diff -r 6301c32f797a -r e6f081448690 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Thu Jan 20 19:12:28 2000 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.62 2000/01/09 15:08:42 ad Exp $
+#      $NetBSD: GENERIC,v 1.63 2000/01/20 19:12:35 wrstuden Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
@@ -60,6 +60,7 @@
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern (kernel informational filesystem)
 file-system    NULLFS          # loopback file system
+file-system    OVERLAY         # overlay file system
 file-system    PORTAL          # portal filesystem (still experimental)
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
diff -r 6301c32f797a -r e6f081448690 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.94 1999/11/21 14:00:43 itojun Exp $
+#      $NetBSD: GENERIC,v 1.95 2000/01/20 19:12:35 wrstuden Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -133,6 +133,7 @@
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    KERNFS          # kernel data-structure filesystem
 file-system    NULLFS          # NULL layered filesystem
+file-system    OVERLAY         # overlay file system
 file-system    MFS             # memory-based filesystem
 file-system    FDESC           # user file descriptor filesystem
 file-system    UMAPFS          # uid/gid remapping filesystem
diff -r 6301c32f797a -r e6f081448690 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Thu Jan 20 19:06:13 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Thu Jan 20 19:12:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.21 1999/11/21 14:00:44 itojun Exp $
+#      $NetBSD: GENERIC,v 1.22 2000/01/20 19:12:36 wrstuden Exp $



Home | Main Index | Thread Index | Old Index