summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/conf/COFFEE4
-rw-r--r--sys/arch/amiga/conf/CRASH4
-rw-r--r--sys/arch/amiga/conf/DRACO2
-rw-r--r--sys/arch/amiga/conf/FILIPPA4
-rw-r--r--sys/arch/amiga/conf/INSTALL4
-rw-r--r--sys/arch/arc/conf/GENERIC2
-rw-r--r--sys/arch/arc/conf/PICA2
-rw-r--r--sys/arch/arm32/conf/BETA2
-rw-r--r--sys/arch/arm32/conf/CLAIRE2
-rw-r--r--sys/arch/arm32/conf/GENERIC2
-rw-r--r--sys/arch/arm32/conf/PHARM2
-rw-r--r--sys/arch/arm32/conf/REMY2
-rw-r--r--sys/arch/arm32/conf/VOYAGER2
-rw-r--r--sys/arch/hp300/conf/DISKLESS2
-rw-r--r--sys/arch/hp300/conf/GENERIC2
-rw-r--r--sys/arch/i386/conf/ALL4
-rw-r--r--sys/arch/i386/conf/BABY4
-rw-r--r--sys/arch/i386/conf/DISKLESS4
-rw-r--r--sys/arch/i386/conf/GANDALF4
-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/PCMCIA4
-rw-r--r--sys/arch/i386/conf/SPARE-PARTS4
-rw-r--r--sys/arch/i386/conf/TDR4
-rw-r--r--sys/arch/i386/conf/THREADWAY4
-rw-r--r--sys/arch/i386/conf/WALDORF2
-rw-r--r--sys/arch/mac68k/conf/GENERIC4
-rw-r--r--sys/arch/mac68k/conf/OCELOT4
-rw-r--r--sys/arch/mac68k/conf/PUMA4
-rw-r--r--sys/arch/mac68k/conf/RAMDISK4
-rw-r--r--sys/arch/mac68k/conf/SPOT4
-rw-r--r--sys/arch/mvme68k/conf/MVME1474
-rw-r--r--sys/arch/mvme68k/conf/MVME1624
-rw-r--r--sys/arch/mvme68k/conf/MVME1674
-rw-r--r--sys/arch/mvme88k/conf/GENERIC4
-rw-r--r--sys/arch/pc532/conf/STEELHEAD2
-rw-r--r--sys/arch/pmax/conf/DISKLESS2
-rw-r--r--sys/arch/pmax/conf/GENERIC.pmax2
-rw-r--r--sys/arch/pmax/conf/GLUTTON2
-rw-r--r--sys/arch/pmax/conf/MINIROOT2
-rw-r--r--sys/arch/pmax/conf/NEWCONF2
-rw-r--r--sys/arch/pmax/conf/TOCCATA4
-rw-r--r--sys/arch/sparc/conf/FLOPPY2
-rw-r--r--sys/arch/sparc/conf/SUN42
-rw-r--r--sys/arch/sparc/conf/SUN4C2
-rw-r--r--sys/arch/sparc/conf/SUN4M2
-rw-r--r--sys/arch/sun3/conf/DISKLESS2
-rw-r--r--sys/arch/sun3/conf/FOUR_TTYS2
-rw-r--r--sys/arch/sun3/conf/GENERIC2
-rw-r--r--sys/arch/sun3/conf/RAMDISK2
-rw-r--r--sys/arch/sun3/conf/SMD_TEST2
-rw-r--r--sys/arch/vax/conf/EVERYTHING4
-rw-r--r--sys/arch/vax/conf/GENERIC2
54 files changed, 79 insertions, 79 deletions
diff --git a/sys/arch/amiga/conf/COFFEE b/sys/arch/amiga/conf/COFFEE
index 5b2dce38f63..50370189d41 100644
--- a/sys/arch/amiga/conf/COFFEE
+++ b/sys/arch/amiga/conf/COFFEE
@@ -1,4 +1,4 @@
-# $OpenBSD: COFFEE,v 1.4 1996/08/19 00:28:45 niklas Exp $
+# $OpenBSD: COFFEE,v 1.5 1996/08/31 02:08:57 deraadt Exp $
# $NetBSD: COFFEE,v 1.12 1995/10/09 02:08:35 chopps Exp $
#
@@ -70,7 +70,7 @@ option "COMPAT_10" # compatability with older NetBSD release
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/amiga/conf/CRASH b/sys/arch/amiga/conf/CRASH
index 6175dad331a..8c6cd896b48 100644
--- a/sys/arch/amiga/conf/CRASH
+++ b/sys/arch/amiga/conf/CRASH
@@ -1,4 +1,4 @@
-# $OpenBSD: CRASH,v 1.2 1996/06/04 13:34:14 niklas Exp $
+# $OpenBSD: CRASH,v 1.3 1996/08/31 02:08:58 deraadt Exp $
# $NetBSD: GENERIC,v 1.56 1996/04/30 17:40:34 is Exp $
#
@@ -71,7 +71,7 @@ options "COMPAT_10" # compatability with older NetBSD release
options "COMPAT_09" # compatability with older NetBSD release
options "COMPAT_43" # 4.3 BSD compatible system calls
options COMPAT_SUNOS # Support to run Sun (m68k) executables
-options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # allow nonvalid machine id executables
#options COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO
index 4d1da50128b..01b8e4f2fa1 100644
--- a/sys/arch/amiga/conf/DRACO
+++ b/sys/arch/amiga/conf/DRACO
@@ -72,7 +72,7 @@ option MSDOSFS # MS-DOS filesystem
#
#option "COMPAT_10" # compatability with older NetBSD release
#option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/amiga/conf/FILIPPA b/sys/arch/amiga/conf/FILIPPA
index d80529378ac..8d961b90009 100644
--- a/sys/arch/amiga/conf/FILIPPA
+++ b/sys/arch/amiga/conf/FILIPPA
@@ -1,4 +1,4 @@
-# $OpenBSD: FILIPPA,v 1.7 1996/08/19 00:20:50 niklas Exp $
+# $OpenBSD: FILIPPA,v 1.8 1996/08/31 02:08:59 deraadt Exp $
#
# Niklas' AMIGA with ISA support
@@ -68,7 +68,7 @@ option "COMPAT_10" # compatability with older NetBSD release
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL
index 045d6e24f30..a7ebf2ad589 100644
--- a/sys/arch/amiga/conf/INSTALL
+++ b/sys/arch/amiga/conf/INSTALL
@@ -1,4 +1,4 @@
-# $OpenBSD: INSTALL,v 1.3 1996/08/23 19:06:52 niklas Exp $
+# $OpenBSD: INSTALL,v 1.4 1996/08/31 02:09:00 deraadt Exp $
# $NetBSD: INSTALL,v 1.2.2.1 1996/05/30 21:25:49 is Exp $
#
@@ -79,7 +79,7 @@ option "COMPAT_10" # compatability with older NetBSD release
option "COMPAT_09" # compatability with older NetBSD release
option "COMPAT_43" # 4.3 BSD compatible system calls
#option COMPAT_SUNOS # Support to run Sun (m68k) executables
-option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP
option "COMPAT_NOMID" # allow nonvalid machine id executables
#option COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC
index 21cfe44324b..9e0a6ce73f7 100644
--- a/sys/arch/arc/conf/GENERIC
+++ b/sys/arch/arc/conf/GENERIC
@@ -50,7 +50,7 @@ options FDESC # user file descriptor filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA
index 8d3a628f7c8..4afc62a349e 100644
--- a/sys/arch/arc/conf/PICA
+++ b/sys/arch/arc/conf/PICA
@@ -50,7 +50,7 @@ options FDESC # user file descriptor filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/arm32/conf/BETA b/sys/arch/arm32/conf/BETA
index 7a608037e91..e4dbabf358e 100644
--- a/sys/arch/arm32/conf/BETA
+++ b/sys/arch/arm32/conf/BETA
@@ -60,7 +60,7 @@ options INET # IP + ICMP + TCP + UDP
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/arm32/conf/CLAIRE b/sys/arch/arm32/conf/CLAIRE
index ebf0d0501ee..88da4a443e5 100644
--- a/sys/arch/arm32/conf/CLAIRE
+++ b/sys/arch/arm32/conf/CLAIRE
@@ -60,7 +60,7 @@ options INET # IP + ICMP + TCP + UDP
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC
index aa3b2d2266a..c7def26d916 100644
--- a/sys/arch/arm32/conf/GENERIC
+++ b/sys/arch/arm32/conf/GENERIC
@@ -60,7 +60,7 @@ options CCITT,LLC,HDLC # X.25
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/arm32/conf/PHARM b/sys/arch/arm32/conf/PHARM
index 517b4d4028a..ac37fbcb863 100644
--- a/sys/arch/arm32/conf/PHARM
+++ b/sys/arch/arm32/conf/PHARM
@@ -60,7 +60,7 @@ options INET # IP + ICMP + TCP + UDP
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/arm32/conf/REMY b/sys/arch/arm32/conf/REMY
index f0f15cae5b6..7723a451a22 100644
--- a/sys/arch/arm32/conf/REMY
+++ b/sys/arch/arm32/conf/REMY
@@ -60,7 +60,7 @@ options INET # IP + ICMP + TCP + UDP
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/arm32/conf/VOYAGER b/sys/arch/arm32/conf/VOYAGER
index 00cf42932dc..adc0378d9f8 100644
--- a/sys/arch/arm32/conf/VOYAGER
+++ b/sys/arch/arm32/conf/VOYAGER
@@ -60,7 +60,7 @@ options INET # IP + ICMP + TCP + UDP
options COMPAT_43
options COMPAT_10
options COMPAT_09
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# Shared memory options
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS
index 3555b96c9c8..c8840e76d5b 100644
--- a/sys/arch/hp300/conf/DISKLESS
+++ b/sys/arch/hp300/conf/DISKLESS
@@ -44,7 +44,7 @@ options MFS # Memory-based filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options NMBCLUSTERS="512" # Just a little extra
# Options for HP hardware
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC
index bb09b655019..6f38e399f38 100644
--- a/sys/arch/hp300/conf/GENERIC
+++ b/sys/arch/hp300/conf/GENERIC
@@ -49,7 +49,7 @@ options MFS # Memory-based filesystem
options INET # Internet protocols
options GATEWAY # IP forwarding + larger mb_map
options MROUTING # Multicast routing
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
# Options for HP hardware
options FPSP # floating point interface for 68040
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index 3fcbd711090..0e3ad44aeda 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $OpenBSD: ALL,v 1.6 1996/07/31 18:35:12 deraadt Exp $
+# $OpenBSD: ALL,v 1.7 1996/08/31 02:09:13 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
@@ -44,7 +44,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index f902f7d624f..2e308701891 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,4 +1,4 @@
-# $OpenBSD: BABY,v 1.6 1996/07/31 18:35:13 deraadt Exp $
+# $OpenBSD: BABY,v 1.7 1996/08/31 02:09:14 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -40,7 +40,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index 13a3a69c8ca..e6d5da7c21c 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.12 1996/07/31 18:35:14 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.13 1996/08/31 02:09:14 deraadt Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -43,7 +43,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index 143d55e1fbb..501b021d8fa 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.10 1996/08/29 07:34:15 deraadt Exp $
+# $OpenBSD: GANDALF,v 1.11 1996/08/31 02:09:15 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -42,7 +42,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP
index da6a65f3724..c5cdf6b774b 100644
--- a/sys/arch/i386/conf/LAP
+++ b/sys/arch/i386/conf/LAP
@@ -1,4 +1,4 @@
-# $OpenBSD: LAP,v 1.10 1996/08/15 23:54:49 deraadt Exp $
+# $OpenBSD: LAP,v 1.11 1996/08/31 02:09:15 deraadt Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -41,7 +41,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index b461526685e..1fa325d34b0 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.11 1996/08/23 19:41:18 niklas Exp $
+# $OpenBSD: NETTAN,v 1.12 1996/08/31 02:09:16 deraadt Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -37,7 +37,7 @@ option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option ELF_MAP_PAGE_ZERO
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index b4b88b4ae79..2b878202a97 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -36,7 +36,7 @@ option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/PCMCIA b/sys/arch/i386/conf/PCMCIA
index 45fe5e96602..e3eed2cf93f 100644
--- a/sys/arch/i386/conf/PCMCIA
+++ b/sys/arch/i386/conf/PCMCIA
@@ -1,4 +1,4 @@
-# $OpenBSD: PCMCIA,v 1.6 1996/07/31 18:35:21 deraadt Exp $
+# $OpenBSD: PCMCIA,v 1.7 1996/08/31 02:09:17 deraadt Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -34,7 +34,7 @@ option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/SPARE-PARTS b/sys/arch/i386/conf/SPARE-PARTS
index 5e10a602e2b..83a439cd21f 100644
--- a/sys/arch/i386/conf/SPARE-PARTS
+++ b/sys/arch/i386/conf/SPARE-PARTS
@@ -1,7 +1,7 @@
#
# SPARE-PARTS: spare-parts.teeny.org
#
-# $OpenBSD: SPARE-PARTS,v 1.3 1996/08/29 07:34:16 deraadt Exp $
+# $OpenBSD: SPARE-PARTS,v 1.4 1996/08/31 02:09:17 deraadt Exp $
#
machine i386
@@ -32,7 +32,7 @@ option COMPAT_09
option COMPAT_10
option COMPAT_11
option COMPAT_43
-option TCP_COMPAT_42
+#option TCP_COMPAT_42
option COMPAT_SVR4
option COMPAT_IBCS2
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR
index d9d62654ce5..9c3afb6c347 100644
--- a/sys/arch/i386/conf/TDR
+++ b/sys/arch/i386/conf/TDR
@@ -1,4 +1,4 @@
-# $OpenBSD: TDR,v 1.15 1996/07/31 18:35:21 deraadt Exp $
+# $OpenBSD: TDR,v 1.16 1996/08/31 02:09:18 deraadt Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -41,7 +41,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/i386/conf/THREADWAY b/sys/arch/i386/conf/THREADWAY
index b0b694507a6..428c820ab63 100644
--- a/sys/arch/i386/conf/THREADWAY
+++ b/sys/arch/i386/conf/THREADWAY
@@ -1,7 +1,7 @@
#
# THREADWAY: threadway.teeny.org
#
-# $OpenBSD: THREADWAY,v 1.12 1996/08/29 07:34:16 deraadt Exp $
+# $OpenBSD: THREADWAY,v 1.13 1996/08/31 02:09:18 deraadt Exp $
#
machine i386
@@ -37,7 +37,7 @@ option COMPAT_09
option COMPAT_10
option COMPAT_11
option COMPAT_43
-option TCP_COMPAT_42
+#option TCP_COMPAT_42
option COMPAT_SVR4
option COMPAT_IBCS2
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF
index e9c4919a6d9..5428f02daf8 100644
--- a/sys/arch/i386/conf/WALDORF
+++ b/sys/arch/i386/conf/WALDORF
@@ -37,7 +37,7 @@ option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC
index 4be1bd9fa11..8ef9d6f3474 100644
--- a/sys/arch/mac68k/conf/GENERIC
+++ b/sys/arch/mac68k/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.7 1996/08/10 21:37:39 briggs Exp $
+# $OpenBSD: GENERIC,v 1.8 1996/08/31 02:09:22 deraadt Exp $
# $NetBSD: GENERIC,v 1.38 1996/08/05 01:52:13 scottr Exp $
#
# GENERIC
@@ -39,7 +39,7 @@ options SCSI
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
diff --git a/sys/arch/mac68k/conf/OCELOT b/sys/arch/mac68k/conf/OCELOT
index 7246b238384..ee73be31869 100644
--- a/sys/arch/mac68k/conf/OCELOT
+++ b/sys/arch/mac68k/conf/OCELOT
@@ -1,4 +1,4 @@
-# $OpenBSD: OCELOT,v 1.6 1996/08/10 21:37:40 briggs Exp $
+# $OpenBSD: OCELOT,v 1.7 1996/08/31 02:09:22 deraadt Exp $
# $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $
#
# OCELOT
@@ -31,7 +31,7 @@ options SCSI
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
options COMPAT_42
options COMPAT_43
diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA
index 7105fca6581..814661adec0 100644
--- a/sys/arch/mac68k/conf/PUMA
+++ b/sys/arch/mac68k/conf/PUMA
@@ -1,4 +1,4 @@
-# $OpenBSD: PUMA,v 1.6 1996/08/10 21:37:40 briggs Exp $
+# $OpenBSD: PUMA,v 1.7 1996/08/31 02:09:23 deraadt Exp $
# $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
#
# PUMA
@@ -32,7 +32,7 @@ options SCSI
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
options COMPAT_42
options COMPAT_43
diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK
index 1e59e26b1e7..ef736d859c6 100644
--- a/sys/arch/mac68k/conf/RAMDISK
+++ b/sys/arch/mac68k/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.5 1996/08/10 21:37:41 briggs Exp $
+# $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $
# $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $
# RAMDISK
@@ -28,7 +28,7 @@ options SCSI
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
# Mac-specific options
options M68040
diff --git a/sys/arch/mac68k/conf/SPOT b/sys/arch/mac68k/conf/SPOT
index 948ce314089..625b68a0693 100644
--- a/sys/arch/mac68k/conf/SPOT
+++ b/sys/arch/mac68k/conf/SPOT
@@ -1,4 +1,4 @@
-# $OpenBSD: SPOT,v 1.4 1996/08/10 21:37:41 briggs Exp $
+# $OpenBSD: SPOT,v 1.5 1996/08/31 02:09:24 deraadt Exp $
# $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $
#
# SPOT
@@ -44,7 +44,7 @@ options SCSI
# Networking options
options INET
-options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options ISO # OSI networking
#options TPIP
diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147
index 4074ffa5238..e95b0af140c 100644
--- a/sys/arch/mvme68k/conf/MVME147
+++ b/sys/arch/mvme68k/conf/MVME147
@@ -1,4 +1,4 @@
-# $OpenBSD: MVME147,v 1.7 1996/06/30 17:39:40 deraadt Exp $
+# $OpenBSD: MVME147,v 1.8 1996/08/31 02:09:25 deraadt Exp $
machine mvme68k m68k
@@ -33,7 +33,7 @@ option COMPAT_SUNOS
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162
index df518837988..e08d5176ef0 100644
--- a/sys/arch/mvme68k/conf/MVME162
+++ b/sys/arch/mvme68k/conf/MVME162
@@ -1,4 +1,4 @@
-# $OpenBSD: MVME162,v 1.7 1996/06/30 17:39:41 deraadt Exp $
+# $OpenBSD: MVME162,v 1.8 1996/08/31 02:09:26 deraadt Exp $
machine mvme68k m68k
@@ -33,7 +33,7 @@ option COMPAT_SUNOS
# Networking option
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167
index ce4eecc76ae..b2ebc716604 100644
--- a/sys/arch/mvme68k/conf/MVME167
+++ b/sys/arch/mvme68k/conf/MVME167
@@ -1,4 +1,4 @@
-# $OpenBSD: MVME167,v 1.7 1996/06/30 17:39:42 deraadt Exp $
+# $OpenBSD: MVME167,v 1.8 1996/08/31 02:09:26 deraadt Exp $
machine mvme68k m68k
@@ -33,7 +33,7 @@ option COMPAT_SUNOS
# Networking option
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC
index 8d7f9c4d43b..45275b37e79 100644
--- a/sys/arch/mvme88k/conf/GENERIC
+++ b/sys/arch/mvme88k/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC AMIGA
#
-# $Id: GENERIC,v 1.2 1996/05/15 08:56:16 mickey Exp $
+# $Id: GENERIC,v 1.3 1996/08/31 02:09:29 deraadt Exp $
#
# This configuration file contains all possible options
#
@@ -60,7 +60,7 @@ options "CD9660" # ISO 9660 file system, with Rock Ridge
#
options "COMPAT_09" # compatability with older NetBSD release
options "COMPAT_43" # 4.3 BSD compatible system calls
-options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
+#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
options "COMPAT_NOMID" # allow nonvalid machine id executables
#options COMPAT_HPUX # HP300 compatability
diff --git a/sys/arch/pc532/conf/STEELHEAD b/sys/arch/pc532/conf/STEELHEAD
index eed3d578977..6bc89b96df9 100644
--- a/sys/arch/pc532/conf/STEELHEAD
+++ b/sys/arch/pc532/conf/STEELHEAD
@@ -20,7 +20,7 @@ options FIFO # fifos; recommended
# compatibility options
options "COMPAT_43" # 4.3 system calls
-options "TCP_COMPAT_42" # 4.2 networking ABI
+#options "TCP_COMPAT_42" # 4.2 networking ABI
options "COMPAT_09" # NetBSD-0.9
options "COMPAT_10" # NetBSD-1.0
diff --git a/sys/arch/pmax/conf/DISKLESS b/sys/arch/pmax/conf/DISKLESS
index 22e0eae7183..3d670e86a81 100644
--- a/sys/arch/pmax/conf/DISKLESS
+++ b/sys/arch/pmax/conf/DISKLESS
@@ -43,7 +43,7 @@ options KERNFS # kernel data-structure filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/pmax/conf/GENERIC.pmax b/sys/arch/pmax/conf/GENERIC.pmax
index 747edc6931b..e96edcb68c8 100644
--- a/sys/arch/pmax/conf/GENERIC.pmax
+++ b/sys/arch/pmax/conf/GENERIC.pmax
@@ -44,7 +44,7 @@ options KERNFS # kernel data-structure filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/pmax/conf/GLUTTON b/sys/arch/pmax/conf/GLUTTON
index 5542a1c4a73..6f5249aba42 100644
--- a/sys/arch/pmax/conf/GLUTTON
+++ b/sys/arch/pmax/conf/GLUTTON
@@ -47,7 +47,7 @@ options KERNFS # kernel data-structure filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/pmax/conf/MINIROOT b/sys/arch/pmax/conf/MINIROOT
index 15a77af722e..5dcdec39791 100644
--- a/sys/arch/pmax/conf/MINIROOT
+++ b/sys/arch/pmax/conf/MINIROOT
@@ -60,7 +60,7 @@ options NULLFS # null layer filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/pmax/conf/NEWCONF b/sys/arch/pmax/conf/NEWCONF
index 1faeb659a23..8281801d397 100644
--- a/sys/arch/pmax/conf/NEWCONF
+++ b/sys/arch/pmax/conf/NEWCONF
@@ -60,7 +60,7 @@ options NULLFS # null layer filesystem
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
options GATEWAY # IP packet forwarding
#options MULTICAST # Multicast support
#options MROUTING # Multicast routing support
diff --git a/sys/arch/pmax/conf/TOCCATA b/sys/arch/pmax/conf/TOCCATA
index 03124c8d91a..f35d4ca6c74 100644
--- a/sys/arch/pmax/conf/TOCCATA
+++ b/sys/arch/pmax/conf/TOCCATA
@@ -2,7 +2,7 @@
# GENERIC DECstation (3100 or 5000/xxx)
#
# from: @(#)GENERIC.pmax 8.1 (Berkeley) 6/29/93
-# $Id: TOCCATA,v 1.1 1995/10/18 08:51:25 deraadt Exp $
+# $Id: TOCCATA,v 1.2 1996/08/31 02:09:35 deraadt Exp $
#
machine pmax
@@ -35,7 +35,7 @@ options NFSSERVER # Sun NFS-compatible filesystem (server)
# Networking options
options INET # Internet protocols
-options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
+#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
#options GATEWAY # IP packet forwarding
# pmax specific
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY
index 29f1a32e07b..914a44a83b1 100644
--- a/sys/arch/sparc/conf/FLOPPY
+++ b/sys/arch/sparc/conf/FLOPPY
@@ -38,7 +38,7 @@ option UNION # union file system
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4
index 366faf28efc..bd047e47af3 100644
--- a/sys/arch/sparc/conf/SUN4
+++ b/sys/arch/sparc/conf/SUN4
@@ -37,7 +37,7 @@ option UNION # union file system
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index c66e8398af2..8948060897e 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -37,7 +37,7 @@ option UNION # union file system
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index 14e3e95910a..d69de357f98 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -38,7 +38,7 @@ option UNION # union file system
# Networking options
option INET
-option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
+#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#option GATEWAY # IP packet forwarding
#option ISO # OSI networking
#option TPIP
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS
index 6c124791116..3d6dd78657f 100644
--- a/sys/arch/sun3/conf/DISKLESS
+++ b/sys/arch/sun3/conf/DISKLESS
@@ -42,7 +42,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS
index d9a1a04bb72..c4441611a60 100644
--- a/sys/arch/sun3/conf/FOUR_TTYS
+++ b/sys/arch/sun3/conf/FOUR_TTYS
@@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC
index 6f1a0db6f45..abd2b4a0ab4 100644
--- a/sys/arch/sun3/conf/GENERIC
+++ b/sys/arch/sun3/conf/GENERIC
@@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK
index c80c2210e2c..b026f0969bc 100644
--- a/sys/arch/sun3/conf/RAMDISK
+++ b/sys/arch/sun3/conf/RAMDISK
@@ -43,7 +43,7 @@ options NFS_BOOT_RWSIZE=1024
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST
index a4a2d61380f..db754dc6434 100644
--- a/sys/arch/sun3/conf/SMD_TEST
+++ b/sys/arch/sun3/conf/SMD_TEST
@@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables
options COMPAT_10 # NetBSD 1.0,
options COMPAT_11 # NetBSD 1.1,
options COMPAT_43 # and 4.3BSD
-options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
options UCONSOLE # Allow non-root TIOCCONS
# Sun3-specific debugging options
diff --git a/sys/arch/vax/conf/EVERYTHING b/sys/arch/vax/conf/EVERYTHING
index 2624f10ef11..59424270437 100644
--- a/sys/arch/vax/conf/EVERYTHING
+++ b/sys/arch/vax/conf/EVERYTHING
@@ -1,4 +1,4 @@
-# $OpenBSD: EVERYTHING,v 1.2 1996/05/03 09:09:07 mickey Exp $
+# $OpenBSD: EVERYTHING,v 1.3 1996/08/31 02:09:43 deraadt Exp $
# $NetBSD: EVERYTHING,v 1.1 1995/03/29 22:54:02 ragge Exp $
#
# This file contains everything that is known to be compiled
@@ -58,7 +58,7 @@ options COMPAT_43
options COMPAT_09
options COMPAT_10
options COMPAT_RENO
-options TCP_COMPAT_42 # Bug compat with 4.2BSD systems (like NDIX)
+#options TCP_COMPAT_42 # Bug compat with 4.2BSD systems (like NDIX)
# loadable kernel modules.
options LKM
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index 280834627a6..e319b4dfbab 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -57,7 +57,7 @@ options COMPAT_43
options COMPAT_09
options COMPAT_10
#options COMPAT_ULTRIX
-options TCP_COMPAT_42
+#options TCP_COMPAT_42
options LKM