summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2000-05-26 00:07:28 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2000-05-26 00:07:28 +0000
commit03131b794ef6e1d27a265332279d4d2ca15193e5 (patch)
treecd990ecec7f1236b683a281c3ae55520fa171e97 /sys/arch/sun3
parent38f81e804d596320b8e77c5236b4739ff7c7099b (diff)
Disable TCP 4.2 compatibility bugs by default
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/conf/DISKLESS4
-rw-r--r--sys/arch/sun3/conf/FOUR_TTYS4
-rw-r--r--sys/arch/sun3/conf/GENERIC4
-rw-r--r--sys/arch/sun3/conf/GENERIC_KGDB4
-rw-r--r--sys/arch/sun3/conf/RAMDISK4
-rw-r--r--sys/arch/sun3/conf/SMD_TEST4
6 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS
index 06fb8b0184c..db5c61e21ca 100644
--- a/sys/arch/sun3/conf/DISKLESS
+++ b/sys/arch/sun3/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.14 2000/05/23 23:09:29 miod Exp $
+# $OpenBSD: DISKLESS,v 1.15 2000/05/26 00:07:26 miod Exp $
# $NetBSD: DISKLESS,v 1.12.4.1 1996/08/19 23:35:03 gwr Exp $
#
@@ -37,7 +37,7 @@ option PROCFS # /proc
# Networking options
option INET # IP prototol stack support
#option GATEWAY # IP packet forwarding
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
option NFS_BOOT_RWSIZE=1024
diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS
index 2d8af9eca14..f8b58c95d67 100644
--- a/sys/arch/sun3/conf/FOUR_TTYS
+++ b/sys/arch/sun3/conf/FOUR_TTYS
@@ -1,4 +1,4 @@
-# $OpenBSD: FOUR_TTYS,v 1.9 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: FOUR_TTYS,v 1.10 2000/05/26 00:07:26 miod Exp $
# $NetBSD: FOUR_TTYS,v 1.1.4.1 1996/08/19 23:35:05 gwr Exp $
#
@@ -42,7 +42,7 @@ options MFS # memory-based filesystem
# Networking options
options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
options NFS_BOOT_RWSIZE=1024
diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC
index d0b80ce345f..d904f24cebe 100644
--- a/sys/arch/sun3/conf/GENERIC
+++ b/sys/arch/sun3/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.19 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: GENERIC,v 1.20 2000/05/26 00:07:27 miod Exp $
# $NetBSD: GENERIC,v 1.27.4.1 1996/08/19 23:35:06 gwr Exp $
#
@@ -44,7 +44,7 @@ option INET # IP prototol stack support
option IPFILTER # IP packet filter for security
option IPFILTER_LOG # use /dev/ipl to log IPF
#option GATEWAY # IP packet forwarding
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
option NFS_BOOT_RWSIZE=1024
diff --git a/sys/arch/sun3/conf/GENERIC_KGDB b/sys/arch/sun3/conf/GENERIC_KGDB
index e5b24276467..a0d4abafc3b 100644
--- a/sys/arch/sun3/conf/GENERIC_KGDB
+++ b/sys/arch/sun3/conf/GENERIC_KGDB
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC_KGDB,v 1.6 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: GENERIC_KGDB,v 1.7 2000/05/26 00:07:27 miod Exp $
# $NetBSD: GENERIC_KGDB,v 1.1.2.1 1996/08/19 23:35:07 gwr Exp $
#
@@ -44,7 +44,7 @@ option INET # IP prototol stack support
option IPFILTER # IP packet filter for security
option IPFILTER_LOG # use /dev/ipl to log IPF
#option GATEWAY # IP packet forwarding
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
option NFS_BOOT_RWSIZE=1024
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK
index 7f95c86a2a5..d906bfff7b1 100644
--- a/sys/arch/sun3/conf/RAMDISK
+++ b/sys/arch/sun3/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.13 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: RAMDISK,v 1.14 2000/05/26 00:07:27 miod Exp $
# $NetBSD: RAMDISK,v 1.3.4.1 1996/08/19 23:35:10 gwr Exp $
#
@@ -37,7 +37,7 @@ option FIFO # FIFOs; RECOMMENDED
# Networking options
option INET # IP prototol stack support
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
option NFS_BOOT_RWSIZE=1024
diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST
index 0ff71fa4739..8706014d589 100644
--- a/sys/arch/sun3/conf/SMD_TEST
+++ b/sys/arch/sun3/conf/SMD_TEST
@@ -1,4 +1,4 @@
-# $OpenBSD: SMD_TEST,v 1.11 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: SMD_TEST,v 1.12 2000/05/26 00:07:27 miod Exp $
# $NetBSD: SMD_TEST,v 1.2.4.1 1996/08/19 23:35:11 gwr Exp $
#
@@ -44,7 +44,7 @@ option INET # IP prototol stack support
option IPFILTER # IP packet filter for security
option IPFILTER_LOG # use /dev/ipl to log IPF
#option GATEWAY # IP packet forwarding
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
option NFS_BOOT_RWSIZE=1024