summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-14 18:38:18 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-14 18:38:18 +0000
commitfc2ec69788594d731b5c590d30412e4b3d71d14f (patch)
tree414fa078e741d9f245083c993960db4d49ffa6b7 /sys
parent6d959abce010caa6aeb00140022f4e353f646a61 (diff)
fix NetBSD PR#1176.
add description for PORTAL option.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/conf/DISKLESS4
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/GENERICADP4
-rw-r--r--sys/arch/i386/conf/GENERICOTHER4
-rw-r--r--sys/arch/i386/conf/LAP4
-rw-r--r--sys/arch/i386/conf/NETTAN4
-rw-r--r--sys/arch/i386/conf/OPRAH2
-rw-r--r--sys/arch/i386/conf/TDR4
8 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index 62c3d8ec544..fbd4c64a83f 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.5 1996/05/04 09:21:13 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.6 1996/05/14 18:38:11 mickey Exp $
# $NetBSD: DISKLESS,v 1.25 1996/04/25 20:14:28 scottr Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -65,7 +65,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 2e96e7732b1..b3595e33e2b 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.13 1996/05/10 12:44:24 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.14 1996/05/14 18:38:13 mickey Exp $
# $NetBSD: GENERIC,v 1.45 1996/05/07 00:59:53 thorpej Exp $
#
# GENERIC -- everything that's currently supported
@@ -69,7 +69,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/GENERICADP b/sys/arch/i386/conf/GENERICADP
index 0bb6332b40a..1adc521a928 100644
--- a/sys/arch/i386/conf/GENERICADP
+++ b/sys/arch/i386/conf/GENERICADP
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERICADP,v 1.12 1996/05/10 12:44:25 deraadt Exp $
+# $OpenBSD: GENERICADP,v 1.13 1996/05/14 18:38:14 mickey Exp $
# $NetBSD: GENERICADP,v 1.21 1996/05/07 00:59:59 thorpej Exp $
#
# GENERICADP -- everything that's currently supported, except non-
@@ -70,7 +70,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/GENERICOTHER b/sys/arch/i386/conf/GENERICOTHER
index f56dbae84c8..f29b9c143a2 100644
--- a/sys/arch/i386/conf/GENERICOTHER
+++ b/sys/arch/i386/conf/GENERICOTHER
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERICOTHER,v 1.10 1996/05/10 12:44:25 deraadt Exp $
+# $OpenBSD: GENERICOTHER,v 1.11 1996/05/14 18:38:14 mickey Exp $
# $NetBSD: GENERICOTHER,v 1.20 1996/05/07 01:00:05 thorpej Exp $
#
# GENERICOTHER -- everything that's currently supported, except
@@ -70,7 +70,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP
index 3ada3ca39b8..dc65b8db8ff 100644
--- a/sys/arch/i386/conf/LAP
+++ b/sys/arch/i386/conf/LAP
@@ -1,4 +1,4 @@
-# $OpenBSD: LAP,v 1.2 1996/05/06 11:49:24 deraadt Exp $
+# $OpenBSD: LAP,v 1.3 1996/05/14 18:38:15 mickey Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -63,7 +63,7 @@ options MSDOSFS # MS-DOS file system
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
-#options PORTAL # ?
+#options PORTAL # create sockets with open(2)
#options PROCFS # /proc
#options UMAPFS # NULLFS + uid and gid remapping
#options UNION # union file system
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index 65a8534a37c..4b87aaf3de9 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.3 1996/04/24 11:00:12 niklas Exp $
+# $OpenBSD: NETTAN,v 1.4 1996/05/14 18:38:16 mickey Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -64,7 +64,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index 2511ac7e8ff..f6270dbe142 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -61,7 +61,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
options NULLFS # loopback file system
-options PORTAL # ?
+options PORTAL # create sockets with open(2)
options PROCFS # /proc
options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR
index 5c30b765aa5..55a7a3bee23 100644
--- a/sys/arch/i386/conf/TDR
+++ b/sys/arch/i386/conf/TDR
@@ -1,4 +1,4 @@
-# $OpenBSD: TDR,v 1.8 1996/05/06 11:49:26 deraadt Exp $
+# $OpenBSD: TDR,v 1.9 1996/05/14 18:38:17 mickey Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -63,7 +63,7 @@ options FDESC # /dev/fd
options FIFO # FIFOs; RECOMMENDED
options KERNFS # /kern
#options NULLFS # loopback file system
-#options PORTAL # ?
+#options PORTAL # create sockets with open(2)
#options PROCFS # /proc
#options UMAPFS # NULLFS + uid and gid remapping
options UNION # union file system