summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-29 05:16:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-29 05:16:43 +0000
commit72e128fb2ab30fe792b70548a124e41e7f4f4a76 (patch)
tree90bd613fa8bf2f0c5f46cba84fa9896c63162c5b /sys/arch
parent606f362c4b7666edafa8acb05f2d4af2c04f6660 (diff)
lfs dies
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arc/conf/ARCTIC3
-rw-r--r--sys/arch/arc/conf/GENERIC3
-rw-r--r--sys/arch/arc/conf/PICA1
-rw-r--r--sys/arch/i386/conf/ALL3
-rw-r--r--sys/arch/i386/conf/BABY3
-rw-r--r--sys/arch/i386/conf/DISKLESS3
-rw-r--r--sys/arch/i386/conf/ELBERETH3
-rw-r--r--sys/arch/i386/conf/GANDALF3
-rw-r--r--sys/arch/i386/conf/HERMES3
-rw-r--r--sys/arch/i386/conf/LAP3
-rw-r--r--sys/arch/i386/conf/NETTAN3
-rw-r--r--sys/arch/i386/conf/OPRAH3
-rw-r--r--sys/arch/i386/conf/SARUMAN3
-rw-r--r--sys/arch/i386/conf/WALDORF1
-rw-r--r--sys/arch/sparc/conf/FLOPPY3
-rw-r--r--sys/arch/sparc/conf/SUN41
-rw-r--r--sys/arch/sparc/conf/SUN4C1
-rw-r--r--sys/arch/sparc/conf/SUN4M1
18 files changed, 13 insertions, 31 deletions
diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC
index 856f1ebc0d0..0233304f047 100644
--- a/sys/arch/arc/conf/ARCTIC
+++ b/sys/arch/arc/conf/ARCTIC
@@ -1,4 +1,4 @@
-# $OpenBSD: ARCTIC,v 1.7 1997/03/26 21:53:29 niklas Exp $
+# $OpenBSD: ARCTIC,v 1.8 1997/04/29 05:16:40 deraadt Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
#
@@ -33,7 +33,6 @@ option FDESC # user file descriptor filesystem (/dev/fd)
option FIFO # POSIX fifo support (in all filesystems)
option FFS,QUOTA # fast filesystem with user and group quotas
option KERNFS # kernel data-structure filesystem
-#option LFS # Log-based filesystem (still experimental)
option MFS # memory-based filesystem
option MSDOSFS # Ability to read write MS-Dos filsystem
option NFSCLIENT # Sun NFS-compatible filesystem (client)
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC
index 89a1c43e8c1..4b4bfa33c06 100644
--- a/sys/arch/arc/conf/GENERIC
+++ b/sys/arch/arc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.14 1997/04/10 16:29:11 pefo Exp $
+# $OpenBSD: GENERIC,v 1.15 1997/04/29 05:16:41 deraadt Exp $
#
# Generic configuration file for MIPS R4x00 ARC Systems
#
@@ -33,7 +33,6 @@ options FDESC # user file descriptor filesystem (/dev/fd)
options FIFO # POSIX fifo support (in all filesystems)
options FFS,QUOTA # fast filesystem with user and group quotas
options KERNFS # kernel data-structure filesystem
-#options LFS # Log-based filesystem (still experimental)
options MFS # memory-based filesystem
options MSDOSFS # Ability to read write MS-Dos filsystem
options NFSCLIENT # Sun NFS-compatible filesystem (client)
diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA
index ecebd4bca9b..8441331a85f 100644
--- a/sys/arch/arc/conf/PICA
+++ b/sys/arch/arc/conf/PICA
@@ -41,7 +41,6 @@ options CD9660 # ISO 9660 + Rock Ridge file system
options FDESC # user file descriptor filesystem
#options UMAPFS # uid/gid remapping filesystem
#options NULLFS # null layer filesystem
-#options LFS # Log-based filesystem (still experimental)
#options PORTAL # portal filesystem (still experimental)
# Networking options
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index ac1f5aa5f94..672c664331b 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $OpenBSD: ALL,v 1.12 1996/12/11 00:39:56 deraadt Exp $
+# $OpenBSD: ALL,v 1.13 1997/04/29 05:15:14 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
@@ -55,7 +55,6 @@ option LKM # loadable kernel modules
option FFS # UFS
option QUOTA # UFS quotas
-option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index e593473d4d6..2b43447a512 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,4 +1,4 @@
-# $OpenBSD: BABY,v 1.15 1997/04/19 20:43:11 deraadt Exp $
+# $OpenBSD: BABY,v 1.16 1997/04/29 05:15:15 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -52,7 +52,6 @@ option LKM # loadable kernel modules
option FFS # UFS
option QUOTA # UFS quotas
-option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index eb8eb496b72..bc432994863 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.16 1996/12/11 00:39:58 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.17 1997/04/29 05:15:15 deraadt Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -51,7 +51,6 @@ option USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules
#option FFS,QUOTA # UFS and quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH
index 4fe9481eb80..db21f682ad3 100644
--- a/sys/arch/i386/conf/ELBERETH
+++ b/sys/arch/i386/conf/ELBERETH
@@ -1,5 +1,5 @@
#
-# $OpenBSD: ELBERETH,v 1.4 1997/04/11 19:27:23 kstailey Exp $
+# $OpenBSD: ELBERETH,v 1.5 1997/04/29 05:15:16 deraadt Exp $
#
#
# ELBERETH -- 166MHz Pentium PCI
@@ -50,7 +50,6 @@ options LKM # loadable kernel modules
options FFS # UFS
#options QUOTA # UFS quotas
-#options LFS # log-structured file system
options MFS # memory file system
options NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index 94280e698bc..bbc5882f175 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.22 1997/03/02 08:04:48 tholo Exp $
+# $OpenBSD: GANDALF,v 1.23 1997/04/29 05:15:16 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -58,7 +58,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES
index 40e9544507b..fdafb0b8d9c 100644
--- a/sys/arch/i386/conf/HERMES
+++ b/sys/arch/i386/conf/HERMES
@@ -3,7 +3,7 @@
#
# This system was a 468 but now has an Intel Pentium Overdrive Processor[tm]
#
-# $OpenBSD: HERMES,v 1.2 1997/04/11 11:35:34 kstailey Exp $
+# $OpenBSD: HERMES,v 1.3 1997/04/29 05:15:17 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -48,7 +48,6 @@ options COMPAT_FREEBSD # binary compatibility with FreeBSD
options FFS # UFS
#options QUOTA # UFS quotas
-#options LFS # log-structured file system
options MFS # memory file system
options NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP
index f86b64c902f..e11edf46129 100644
--- a/sys/arch/i386/conf/LAP
+++ b/sys/arch/i386/conf/LAP
@@ -1,4 +1,4 @@
-# $OpenBSD: LAP,v 1.17 1997/01/01 20:10:34 graichen Exp $
+# $OpenBSD: LAP,v 1.18 1997/04/29 05:15:17 deraadt Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -49,7 +49,6 @@ option USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules
option FFS,QUOTA # UFS and quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index c3e68b96426..14adc8eeb3e 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.17 1996/12/11 00:40:03 deraadt Exp $
+# $OpenBSD: NETTAN,v 1.18 1997/04/29 05:15:17 deraadt Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -50,7 +50,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index 17979f18730..03d42633bd8 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -1,4 +1,4 @@
-# $OpenBSD: OPRAH,v 1.13 1996/11/28 23:37:35 niklas Exp $
+# $OpenBSD: OPRAH,v 1.14 1997/04/29 05:15:18 deraadt Exp $
#
# OPRAH -- Niklas Hallqvist's test machine
#
@@ -51,7 +51,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/SARUMAN b/sys/arch/i386/conf/SARUMAN
index bc48824f752..6f1a50354eb 100644
--- a/sys/arch/i386/conf/SARUMAN
+++ b/sys/arch/i386/conf/SARUMAN
@@ -1,7 +1,7 @@
#
# SARUMAN -- i486DX/50 EISA bus
#
-# $OpenBSD: SARUMAN,v 1.3 1997/03/02 08:04:22 tholo Exp $
+# $OpenBSD: SARUMAN,v 1.4 1997/04/29 05:15:18 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -53,7 +53,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF
index 0d4f4258954..4f13513deeb 100644
--- a/sys/arch/i386/conf/WALDORF
+++ b/sys/arch/i386/conf/WALDORF
@@ -49,7 +49,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-#option LFS # log-structured file system
option MFS # memory file system
option NFSCLIENT # Network File System client
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY
index 4fb3dbe6d53..b01803a08e6 100644
--- a/sys/arch/sparc/conf/FLOPPY
+++ b/sys/arch/sparc/conf/FLOPPY
@@ -1,4 +1,4 @@
-# $OpenBSD: FLOPPY,v 1.12 1997/03/31 17:30:38 deraadt Exp $
+# $OpenBSD: FLOPPY,v 1.13 1997/04/29 05:15:59 deraadt Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -33,7 +33,6 @@ option LKM # loadable kernel modules
option FFS # UFS
#option QUOTA # UFS quotas
-#option LFS # log-structured file system
option MFS # memory file system
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4
index 1a72f4b66bc..87e6ac74773 100644
--- a/sys/arch/sparc/conf/SUN4
+++ b/sys/arch/sparc/conf/SUN4
@@ -29,7 +29,6 @@ option MFS # memory-based filesystem
option LOFS # Loop-back filesystem
option FDESC # user file descriptor filesystem
option UMAPFS # uid/gid remapping filesystem
-option LFS # Log-based filesystem (still experimental)
option PORTAL # portal filesystem (still experimental)
option PROCFS # /proc
option CD9660 # ISO 9660 + Rock Ridge file system
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index 53e91f935fc..77a8ad89f2e 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -29,7 +29,6 @@ option MFS # memory-based filesystem
option LOFS # Loop-back filesystem
option FDESC # user file descriptor filesystem
option UMAPFS # uid/gid remapping filesystem
-option LFS # Log-based filesystem (still experimental)
option PORTAL # portal filesystem (still experimental)
option PROCFS # /proc
option CD9660 # ISO 9660 + Rock Ridge file system
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index fe17b071167..d4506ced57f 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -30,7 +30,6 @@ option MFS # memory-based filesystem
option LOFS # Loop-back filesystem
option FDESC # user file descriptor filesystem
option UMAPFS # uid/gid remapping filesystem
-option LFS # Log-based filesystem (still experimental)
option PORTAL # portal filesystem (still experimental)
option PROCFS # /proc
option CD9660 # ISO 9660 + Rock Ridge file system