summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-23 19:47:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-23 19:47:00 +0000
commit1e0c39224fd004bd4bc955fb43e7e7ec34dd89ca (patch)
tree71fc8729bf4669fd47670f7b7a8b4978e8057af7
parentd83f5786ed940c67fb7d66cc4945a1b84f6279af (diff)
no more kernfs
-rw-r--r--sys/arch/alpha/conf/RAMDISK3
-rw-r--r--sys/arch/alpha/conf/RAMDISKB3
-rw-r--r--sys/arch/alpha/conf/RAMDISKBIG3
-rw-r--r--sys/arch/hp300/conf/RAMDISK3
-rw-r--r--sys/arch/i386/conf/RAMDISK3
-rw-r--r--sys/arch/i386/conf/RAMDISKB3
-rw-r--r--sys/arch/i386/conf/RAMDISKC3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
-rw-r--r--sys/arch/pmax/conf/RAMDISK3
-rw-r--r--sys/arch/powerpc/conf/RAMDISK3
-rw-r--r--sys/arch/powerpc/conf/RAMDISK-NONMAC1
-rw-r--r--sys/arch/sparc/conf/RAMDISK3
-rw-r--r--sys/arch/sun3/conf/RAMDISK3
-rw-r--r--sys/arch/vax/conf/RAMDISK3
14 files changed, 13 insertions, 27 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK
index f536e8279bc..a3e22f736fd 100644
--- a/sys/arch/alpha/conf/RAMDISK
+++ b/sys/arch/alpha/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.43 2001/05/16 09:06:31 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.44 2001/06/23 19:46:56 deraadt Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
machine alpha # architecture, used by config; REQUIRED
@@ -28,7 +28,6 @@ maxusers 8 # estimated number of users
# File system options
option FFS # Fast file system
-option KERNFS # pseudo-fs to get at kernel internals
# Networking options
option INET # Internet protocol suite
diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB
index 199aa754ec5..9a521577a04 100644
--- a/sys/arch/alpha/conf/RAMDISKB
+++ b/sys/arch/alpha/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.8 2001/05/16 09:06:32 deraadt Exp $
+# $OpenBSD: RAMDISKB,v 1.9 2001/06/23 19:46:57 deraadt Exp $
# $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
machine alpha # architecture, used by config; REQUIRED
@@ -28,7 +28,6 @@ maxusers 8 # estimated number of users
# File system options
option FFS # Fast file system
-option KERNFS # pseudo-fs to get at kernel internals
# Networking options
option INET # Internet protocol suite
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG
index e35b623f1dd..6636372490c 100644
--- a/sys/arch/alpha/conf/RAMDISKBIG
+++ b/sys/arch/alpha/conf/RAMDISKBIG
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKBIG,v 1.12 2001/05/17 17:45:51 jason Exp $
+# $OpenBSD: RAMDISKBIG,v 1.13 2001/06/23 19:46:57 deraadt Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -29,7 +29,6 @@ maxusers 8 # estimated number of users
# File system options
option FFS # Fast file system
-option KERNFS # pseudo-fs to get at kernel internals
# Networking options
option INET # Internet protocol suite
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK
index c73f6e45728..ea755341a4b 100644
--- a/sys/arch/hp300/conf/RAMDISK
+++ b/sys/arch/hp300/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.10 2001/05/17 00:57:53 pvalchev Exp $
+# $OpenBSD: RAMDISK,v 1.11 2001/06/23 19:46:57 deraadt Exp $
#
# Ram disk kernel.
#
@@ -40,7 +40,6 @@ option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index fa2889d9835..e60843505a8 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.105 2001/05/17 00:57:55 pvalchev Exp $
+# $OpenBSD: RAMDISK,v 1.106 2001/06/23 19:46:57 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -33,7 +33,6 @@ option EXT2FS # Linux ext2fs
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB
index 9bc80f1a05c..5961c93a6ba 100644
--- a/sys/arch/i386/conf/RAMDISKB
+++ b/sys/arch/i386/conf/RAMDISKB
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKB,v 1.39 2001/05/17 00:57:56 pvalchev Exp $
+# $OpenBSD: RAMDISKB,v 1.40 2001/06/23 19:46:57 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -33,7 +33,6 @@ option EXT2FS # Linux ext2fs
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC
index 1fd256689a9..b9c5743775a 100644
--- a/sys/arch/i386/conf/RAMDISKC
+++ b/sys/arch/i386/conf/RAMDISKC
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKC,v 1.20 2001/05/17 00:57:56 pvalchev Exp $
+# $OpenBSD: RAMDISKC,v 1.21 2001/06/23 19:46:58 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -33,7 +33,6 @@ option EXT2FS # Linux ext2fs
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 18d260a3622..4fbe9843d61 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.45 2001/05/17 00:57:56 pvalchev Exp $
+# $OpenBSD: RAMDISK_CD,v 1.46 2001/06/23 19:46:58 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -32,7 +32,6 @@ option EXT2FS # Linux ext2fs
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
diff --git a/sys/arch/pmax/conf/RAMDISK b/sys/arch/pmax/conf/RAMDISK
index 669fff2a454..7b0e5a3c3be 100644
--- a/sys/arch/pmax/conf/RAMDISK
+++ b/sys/arch/pmax/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.4 2001/05/17 00:57:58 pvalchev Exp $
+# $OpenBSD: RAMDISK,v 1.5 2001/06/23 19:46:58 deraadt Exp $
#
# RAMDISK kernel for the distribition ramdisk
#
@@ -30,7 +30,6 @@ option FFS # fast filesystem
option FIFO # posix fifo support
option CD9660 # iso9660 cdrom filesystem
option MSDOSFS # msdos filesystem
-option KERNFS # kernel data-structure filesystem
# networking
option INET # the networking stuff
option NFSCLIENT # nfs client code
diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK
index 9344bf2d142..9de9a0e1af0 100644
--- a/sys/arch/powerpc/conf/RAMDISK
+++ b/sys/arch/powerpc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.21 2001/05/29 01:20:43 drahn Exp $
+# $OpenBSD: RAMDISK,v 1.22 2001/06/23 19:46:58 deraadt Exp $
#
# PPC GENERIC config file
#
@@ -27,7 +27,6 @@ option FFS # UFS
option MFS # memory file system
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
option DDB # IP + ICMP + TCP + UDP
diff --git a/sys/arch/powerpc/conf/RAMDISK-NONMAC b/sys/arch/powerpc/conf/RAMDISK-NONMAC
index 2ae542a6c35..e6d0babe7f7 100644
--- a/sys/arch/powerpc/conf/RAMDISK-NONMAC
+++ b/sys/arch/powerpc/conf/RAMDISK-NONMAC
@@ -26,7 +26,6 @@ option NFSCLIENT
option CD9660
option MSDOSFS
options FIFO
-options KERNFS
option FFS
#option QUOTA
option MFS
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK
index f3a95cba0f2..4e08fd6be49 100644
--- a/sys/arch/sparc/conf/RAMDISK
+++ b/sys/arch/sparc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.26 2001/05/17 00:57:59 pvalchev Exp $
+# $OpenBSD: RAMDISK,v 1.27 2001/06/23 19:46:59 deraadt Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -26,7 +26,6 @@ option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
#option FDESC # /dev/fd
#option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP
option BOOT_CONFIG # add support for boot -c
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK
index 2e202614e13..f87f7625385 100644
--- a/sys/arch/sun3/conf/RAMDISK
+++ b/sys/arch/sun3/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.17 2001/01/03 02:03:28 miod Exp $
+# $OpenBSD: RAMDISK,v 1.18 2001/06/23 19:46:59 deraadt Exp $
# $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $
# Machine architecture; required by config(8)
@@ -22,7 +22,6 @@ option DIAGNOSTIC
option FFS
option NFSCLIENT
#option CD9660
-option KERNFS
option INET
option BOOT_CONFIG
option SWAPPAGER
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK
index b1c468f1d32..18212891622 100644
--- a/sys/arch/vax/conf/RAMDISK
+++ b/sys/arch/vax/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.6 2001/05/17 00:57:59 pvalchev Exp $
+# $OpenBSD: RAMDISK,v 1.7 2001/06/23 19:46:59 deraadt Exp $
machine vax # machine type
@@ -41,7 +41,6 @@ option NFSCLIENT # Network File System client
option CD9660 # ISO 9660 + Rock Ridge file system
option MSDOSFS # MS-DOS file system
option FIFO # FIFOs; RECOMMENDED
-option KERNFS # /kern
option INET # IP + ICMP + TCP + UDP