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/arm32/conf Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/28cca87f43f0
branches:  netbsd-1-4
changeset: 470648:28cca87f43f0
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 14:53:51 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/arm32/conf/A7000   |  4 ++--
 sys/arch/arm32/conf/RISCPC  |  4 ++--
 sys/arch/arm32/conf/VOYAGER |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r acf4f970f694 -r 28cca87f43f0 sys/arch/arm32/conf/A7000
--- a/sys/arch/arm32/conf/A7000 Sat Jun 03 14:47:42 2000 +0000
+++ b/sys/arch/arm32/conf/A7000 Sat Jun 03 14:53:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: A7000,v 1.34 1999/03/27 07:11:35 explorer Exp $
+#      $NetBSD: A7000,v 1.34.2.1 2000/06/03 14:53:51 he Exp $
 #
 #      A7000 - Full A7000 configuration
 #
@@ -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 acf4f970f694 -r 28cca87f43f0 sys/arch/arm32/conf/RISCPC
--- a/sys/arch/arm32/conf/RISCPC        Sat Jun 03 14:47:42 2000 +0000
+++ b/sys/arch/arm32/conf/RISCPC        Sat Jun 03 14:53:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RISCPC,v 1.24 1999/03/27 07:11:36 explorer Exp $
+#      $NetBSD: RISCPC,v 1.24.2.1 2000/06/03 14:54:40 he Exp $
 #
 #      RISCPC -- Full RiscPC config
 #
@@ -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 acf4f970f694 -r 28cca87f43f0 sys/arch/arm32/conf/VOYAGER
--- a/sys/arch/arm32/conf/VOYAGER       Sat Jun 03 14:47:42 2000 +0000
+++ b/sys/arch/arm32/conf/VOYAGER       Sat Jun 03 14:53:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: VOYAGER,v 1.44.2.1 1999/04/20 19:39:50 perry Exp $
+#      $NetBSD: VOYAGER,v 1.44.2.2 2000/06/03 14:54:42 he Exp $
 #
 #      VOYAGER - Mark's development kernel
 #
@@ -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



Home | Main Index | Thread Index | Old Index