Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/f963198e34ab
branches: netbsd-1-4
changeset: 470646:f963198e34ab
user: he <he%NetBSD.org@localhost>
date: Sat Jun 03 14:45:18 2000 +0000
description:
Apply patch (requested by he):
Disable the UNION file system, to avoid a repeat of the 1.4.1
and 1.4.2 LAST_MINUTE changes. It is reportedly buggy, and can
be used by ordinary users to crash the system.
diffstat:
sys/arch/amiga/conf/GENERIC | 4 ++--
sys/arch/arm32/conf/GENERIC | 4 ++--
sys/arch/atari/conf/GENERIC | 4 ++--
sys/arch/bebox/conf/GENERIC | 4 ++--
sys/arch/hp300/conf/GENERIC | 4 ++--
sys/arch/i386/conf/GENERIC | 4 ++--
sys/arch/mac68k/conf/GENERIC | 4 ++--
sys/arch/macppc/conf/GENERIC | 4 ++--
sys/arch/newsmips/conf/GENERIC | 4 ++--
sys/arch/next68k/conf/GENERIC | 4 ++--
sys/arch/ofppc/conf/GENERIC | 4 ++--
sys/arch/pc532/conf/GENERIC | 4 ++--
sys/arch/pmax/conf/GENERIC | 4 ++--
sys/arch/sparc/conf/GENERIC | 4 ++--
sys/arch/sparc64/conf/GENERIC | 4 ++--
sys/arch/sun3/conf/GENERIC | 4 ++--
sys/arch/vax/conf/GENERIC | 4 ++--
sys/arch/x68k/conf/GENERIC | 4 ++--
18 files changed, 36 insertions(+), 36 deletions(-)
diffs (truncated from 328 to 300 lines):
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.119.2.5 2000/02/04 23:19:29 he Exp $
+# $NetBSD: GENERIC,v 1.119.2.6 2000/06/03 14:45:18 he Exp $
#
#if 0
@@ -78,7 +78,7 @@
#file-system PORTAL # Portal filesystem
file-system PROCFS # /proc filesystem
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union filesystem
+#file-system UNION # union filesystem
# Filesystem options
options NFSSERVER # Network File System server side code
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/arm32/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55 1999/03/27 07:11:36 explorer Exp $
+# $NetBSD: GENERIC,v 1.55.2.1 2000/06/03 14:45:22 he Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -53,7 +53,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
+#file-system UNION # union file system
# File system options
options QUOTA # UFS quotas
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/atari/conf/GENERIC
--- a/sys/arch/atari/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/atari/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.52 1998/12/15 19:50:07 itohy Exp $
+# $NetBSD: GENERIC,v 1.52.2.1 2000/06/03 14:45:24 he Exp $
#
# Generic atari
#
@@ -66,7 +66,7 @@
file-system NULLFS # Loopback filesystem
file-system MSDOSFS # MSDOS filesystem
file-system CD9660 # ISO 9660 filesystem with Rock Ridge
-file-system UNION # union file system
+#file-system UNION # union file system
file-system UMAPFS # null file system (with uid & gid remapping)
file-system PORTAL # portal file system
file-system EXT2FS # second extended file system (linux)
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/bebox/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.17 1999/01/23 16:10:48 drochner Exp $
+# $NetBSD: GENERIC,v 1.17.2.1 2000/06/03 14:45:26 he Exp $
#
# First try for BEBOX config file
#
@@ -40,7 +40,7 @@
file-system PORTAL
file-system PROCFS
file-system UMAPFS
-file-system UNION
+#file-system UNION
#options FFS_EI # FFS Endian Independant support
#options NFSSERVER
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/hp300/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.43 1998/12/15 19:50:10 itohy Exp $
+# $NetBSD: GENERIC,v 1.43.2.1 2000/06/03 14:45:27 he Exp $
#
# Generic kernel - one size fits all.
#
@@ -43,7 +43,7 @@
file-system FFS # fast filesystem
file-system CD9660 # CD-ROM ISO-9660 filesystem
file-system NFS # Network filesystem client
-file-system UNION # Union filesystem (req. for FDESC)
+#file-system UNION # Union filesystem (req. for FDESC)
file-system KERNFS # kernel data-structure filesystem
file-system FDESC # user file descriptor filesystem
file-system PROCFS # /proc filesystem
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.231.2.9 2000/05/11 09:26:57 he Exp $
+# $NetBSD: GENERIC,v 1.231.2.10 2000/06/03 14:45:28 he Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -101,7 +101,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
+#file-system UNION # union file system
file-system CODA # Coda File System; also needs vcoda (below)
# File system options
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.85.4.2 1999/11/08 07:49:03 cgd Exp $
+# $NetBSD: GENERIC,v 1.85.4.3 2000/06/03 14:45:31 he Exp $
#
# GENERIC
@@ -71,7 +71,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
+#file-system UNION # union file system
file-system CODA # Venus/Coda distributed file system
# File system options
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.27.2.1 1999/05/06 20:07:04 perry Exp $
+# $NetBSD: GENERIC,v 1.27.2.2 2000/06/03 14:45:33 he Exp $
#
# POWERMAC config file
#
@@ -52,7 +52,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
+#file-system UNION # union file system
# File system options
options QUOTA # UFS quotas
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/newsmips/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,7 +1,7 @@
#
# NEWS3400 config file
#
-# $NetBSD: GENERIC,v 1.8 1998/11/25 20:30:46 hwr Exp $
+# $NetBSD: GENERIC,v 1.8.4.1 2000/06/03 14:45:34 he Exp $
#
include "arch/newsmips/conf/std.newsmips"
@@ -50,7 +50,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+#file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
options NFSSERVER # Sun NFS-compatible filesystem server
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/next68k/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.14 1999/03/27 02:59:41 dbj Exp $
+# $NetBSD: GENERIC,v 1.14.2.1 2000/06/03 14:45:37 he Exp $
#
# GENERIC next68k
#
@@ -71,7 +71,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION # union file system
+#file-system UNION # union file system
options NFSSERVER # nfs server support
options QUOTA # FFS quotas
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/ofppc/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.18 1998/11/25 20:30:46 hwr Exp $
+# $NetBSD: GENERIC,v 1.18.4.1 2000/06/03 14:45:40 he Exp $
#
# First try for PPC config file
#
@@ -44,7 +44,7 @@
file-system PORTAL
file-system PROCFS
file-system UMAPFS
-file-system UNION
+#file-system UNION
options NFSSERVER
#options FFS_EI # FFS Endian Independant support
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/pc532/conf/GENERIC
--- a/sys/arch/pc532/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/pc532/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.3 1999/03/27 08:00:43 jonb Exp $
+# $NetBSD: GENERIC,v 1.3.2.1 2000/06/03 14:45:41 he Exp $
#
# GENERIC: generic kernel for most machines
#
@@ -30,7 +30,7 @@
# file system options
file-system FFS # Berkeley fast file system
file-system NULLFS # loopback file system
-file-system UNION # union file system
+#file-system UNION # union file system
file-system NFS # Network File System client
options NFSSERVER # Network File System server
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/pmax/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.39.2.2 1999/04/26 16:03:50 perry Exp $
+# $NetBSD: GENERIC,v 1.39.2.3 2000/06/03 14:45:42 he Exp $
#
# Distribution kernel (any model) kernel config file
#
@@ -62,7 +62,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system UMAPFS # NULLFS + uid and gid remapping
-file-system UNION
+#file-system UNION
options NFSSERVER # Sun NFS-compatible filesystem (server)
options QUOTA # UFS quotas
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.76.2.2 2000/01/05 23:24:39 he Exp $
+# $NetBSD: GENERIC,v 1.76.2.3 2000/06/03 14:45:44 he Exp $
include "arch/sparc/conf/std.sparc"
@@ -136,7 +136,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+#file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
file-system CODA # Coda File System; also needs vcoda (below)
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.13 1999/03/27 17:58:20 eeh Exp $
+# $NetBSD: GENERIC,v 1.13.2.1 2000/06/03 14:45:45 he Exp $
include "arch/sparc64/conf/std.sparc64"
@@ -145,7 +145,7 @@
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+#file-system UNION # union file system
file-system MSDOSFS # MS-DOS FAT filesystem(s).
## File system options.
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.56.2.1 2000/02/29 23:43:15 he Exp $
+# $NetBSD: GENERIC,v 1.56.2.2 2000/06/03 14:45:47 he Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# Supports root on: ie0, le0, sd*, ...
@@ -56,7 +56,7 @@
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system PROCFS # /proc
-file-system UNION # union file system
+#file-system UNION # union file system
file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support
diff -r 28c19ff4c770 -r f963198e34ab sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Jun 03 14:28:43 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Jun 03 14:45:18 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45 1999/03/26 22:04:07 ragge Exp $
+# $NetBSD: GENERIC,v 1.45.2.1 2000/06/03 14:45:48 he Exp $
#
# GENERIC VAX configuration file; all supported devices.
Home |
Main Index |
Thread Index |
Old Index