Module Name: src
Committed By: maxv
Date: Fri Jul 28 19:26:16 UTC 2017
Modified Files:
src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL LOWMEM_WSCONS NC
src/sys/arch/amd64/conf: ALL
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in
src/sys/arch/epoc32/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC INSTALL
src/sys/arch/mipsco/conf: GENERIC INSTALL RC3230
src/sys/arch/newsmips/conf: GENERIC
src/sys/arch/pmax/conf: GENERIC GENERIC64
src/sys/arch/prep/conf: GENERIC
src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x
GENERIC64_IP2x GENERIC64_IP3x
src/sys/arch/sun3/conf: DISKLESS DISKLESS3X GENERIC GENERIC3X INSTALL
INSTALL3X RAMDISK RAMDISK3X
Log Message:
Remove TCP_COMPAT_42 from the config files. Pass 1.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/acorn32/conf/EB7500ATX
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/acorn32/conf/GENERIC
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/acorn32/conf/INSTALL
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/acorn32/conf/LOWMEM_WSCONS
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/acorn32/conf/NC
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.314 -r1.315 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.132 -r1.133 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/epoc32/conf/GENERIC
cvs rdiff -u -r1.194 -r1.195 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/hp300/conf/INSTALL
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/mipsco/conf/GENERIC
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mipsco/conf/INSTALL
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/mipsco/conf/RC3230
cvs rdiff -u -r1.129 -r1.130 src/sys/arch/newsmips/conf/GENERIC
cvs rdiff -u -r1.190 -r1.191 src/sys/arch/pmax/conf/GENERIC
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/pmax/conf/GENERIC64
cvs rdiff -u -r1.181 -r1.182 src/sys/arch/prep/conf/GENERIC
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sgimips/conf/GENERIC32_IP12
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/sgimips/conf/GENERIC32_IP2x
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/sgimips/conf/GENERIC32_IP3x
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sgimips/conf/GENERIC64_IP2x \
src/sys/arch/sgimips/conf/GENERIC64_IP3x
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sun3/conf/DISKLESS
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/sun3/conf/DISKLESS3X \
src/sys/arch/sun3/conf/INSTALL3X
cvs rdiff -u -r1.172 -r1.173 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/sun3/conf/GENERIC3X
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sun3/conf/INSTALL
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sun3/conf/RAMDISK
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sun3/conf/RAMDISK3X
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/acorn32/conf/EB7500ATX
diff -u src/sys/arch/acorn32/conf/EB7500ATX:1.61 src/sys/arch/acorn32/conf/EB7500ATX:1.62
--- src/sys/arch/acorn32/conf/EB7500ATX:1.61 Tue Dec 13 20:42:15 2016
+++ src/sys/arch/acorn32/conf/EB7500ATX Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: EB7500ATX,v 1.61 2016/12/13 20:42:15 christos Exp $
+# $NetBSD: EB7500ATX,v 1.62 2017/07/28 19:26:15 maxv Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "EB7500ATX-$Revision: 1.61 $"
+#ident "EB7500ATX-$Revision: 1.62 $"
# estimated number of users
maxusers 32
@@ -108,7 +108,6 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
Index: src/sys/arch/acorn32/conf/GENERIC
diff -u src/sys/arch/acorn32/conf/GENERIC:1.120 src/sys/arch/acorn32/conf/GENERIC:1.121
--- src/sys/arch/acorn32/conf/GENERIC:1.120 Tue Dec 13 20:42:15 2016
+++ src/sys/arch/acorn32/conf/GENERIC Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.120 2016/12/13 20:42:15 christos Exp $
+# $NetBSD: GENERIC,v 1.121 2017/07/28 19:26:15 maxv Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.120 $"
+#ident "GENERIC-$Revision: 1.121 $"
# estimated number of users
maxusers 32
@@ -121,7 +121,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
Index: src/sys/arch/acorn32/conf/INSTALL
diff -u src/sys/arch/acorn32/conf/INSTALL:1.76 src/sys/arch/acorn32/conf/INSTALL:1.77
--- src/sys/arch/acorn32/conf/INSTALL:1.76 Tue Dec 13 20:42:15 2016
+++ src/sys/arch/acorn32/conf/INSTALL Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.76 2016/12/13 20:42:15 christos Exp $
+# $NetBSD: INSTALL,v 1.77 2017/07/28 19:26:15 maxv Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.76 $"
+#ident "INSTALL-$Revision: 1.77 $"
# estimated number of users
maxusers 32
@@ -99,7 +99,6 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
Index: src/sys/arch/acorn32/conf/LOWMEM_WSCONS
diff -u src/sys/arch/acorn32/conf/LOWMEM_WSCONS:1.70 src/sys/arch/acorn32/conf/LOWMEM_WSCONS:1.71
--- src/sys/arch/acorn32/conf/LOWMEM_WSCONS:1.70 Tue Dec 13 20:42:15 2016
+++ src/sys/arch/acorn32/conf/LOWMEM_WSCONS Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: LOWMEM_WSCONS,v 1.70 2016/12/13 20:42:15 christos Exp $
+# $NetBSD: LOWMEM_WSCONS,v 1.71 2017/07/28 19:26:15 maxv Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@@ -83,7 +83,6 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
Index: src/sys/arch/acorn32/conf/NC
diff -u src/sys/arch/acorn32/conf/NC:1.69 src/sys/arch/acorn32/conf/NC:1.70
--- src/sys/arch/acorn32/conf/NC:1.69 Tue Dec 13 20:42:15 2016
+++ src/sys/arch/acorn32/conf/NC Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: NC,v 1.69 2016/12/13 20:42:15 christos Exp $
+# $NetBSD: NC,v 1.70 2017/07/28 19:26:15 maxv Exp $
#
# NC - with wscons
#
@@ -77,7 +77,6 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.61 src/sys/arch/amd64/conf/ALL:1.62
--- src/sys/arch/amd64/conf/ALL:1.61 Fri Jul 28 15:40:38 2017
+++ src/sys/arch/amd64/conf/ALL Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.61 2017/07/28 15:40:38 riastradh Exp $
+# $NetBSD: ALL,v 1.62 2017/07/28 19:26:15 maxv Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.61 $"
+#ident "ALL-$Revision: 1.62 $"
maxusers 64 # estimated number of users
@@ -150,7 +150,6 @@ options COMPAT_70 # NetBSD 7.0 binary c
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_44 # 4.4BSD
options COMPAT_386BSD_MBRPART # recognize old partition ID
-options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
options COMPAT_NETBSD32 # NetBSD 32-bit
Index: src/sys/arch/amiga/conf/DRACO
diff -u src/sys/arch/amiga/conf/DRACO:1.180 src/sys/arch/amiga/conf/DRACO:1.181
--- src/sys/arch/amiga/conf/DRACO:1.180 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/amiga/conf/DRACO Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.180 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: DRACO,v 1.181 2017/07/28 19:26:15 maxv Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.180 $"
+#ident "GENERIC-$Revision: 1.181 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -125,7 +125,6 @@ options NFSSERVER # Network File System
# Compatibility options for various existing systems
#
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
Index: src/sys/arch/amiga/conf/GENERIC
diff -u src/sys/arch/amiga/conf/GENERIC:1.314 src/sys/arch/amiga/conf/GENERIC:1.315
--- src/sys/arch/amiga/conf/GENERIC:1.314 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/amiga/conf/GENERIC Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.314 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: GENERIC,v 1.315 2017/07/28 19:26:15 maxv Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.314 $"
+#ident "GENERIC-$Revision: 1.315 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -138,7 +138,6 @@ options UFS_EXTATTR # Extended attribut
# Compatibility options for various existing systems
#
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
Index: src/sys/arch/amiga/conf/GENERIC.in
diff -u src/sys/arch/amiga/conf/GENERIC.in:1.132 src/sys/arch/amiga/conf/GENERIC.in:1.133
--- src/sys/arch/amiga/conf/GENERIC.in:1.132 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/amiga/conf/GENERIC.in Fri Jul 28 19:26:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.132 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: GENERIC.in,v 1.133 2017/07/28 19:26:15 maxv Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.132 $"
+#ident "GENERIC-$Revision: 1.133 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -180,7 +180,6 @@ options UFS_EXTATTR # Extended attribut
#
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_43 # compatibility with 4.3BSD interfaces
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
Index: src/sys/arch/epoc32/conf/GENERIC
diff -u src/sys/arch/epoc32/conf/GENERIC:1.13 src/sys/arch/epoc32/conf/GENERIC:1.14
--- src/sys/arch/epoc32/conf/GENERIC:1.13 Sun Feb 19 07:47:00 2017
+++ src/sys/arch/epoc32/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.13 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: GENERIC,v 1.14 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/epoc32/conf/std.epoc32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
maxusers 32 # estimated number of users
@@ -81,7 +81,6 @@ options COMPAT_NETBSD32 # allow running
#options COMPAT_40 # NetBSD 4.0,
#options COMPAT_50 # NetBSD 5.0 binary compatibility.
#options COMPAT_43 # 4.3BSD binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Index: src/sys/arch/hp300/conf/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.194 src/sys/arch/hp300/conf/GENERIC:1.195
--- src/sys/arch/hp300/conf/GENERIC:1.194 Tue Dec 13 20:42:18 2016
+++ src/sys/arch/hp300/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.194 2016/12/13 20:42:18 christos Exp $
+# $NetBSD: GENERIC,v 1.195 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.194 $"
+#ident "GENERIC-$Revision: 1.195 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -92,7 +92,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
# Binary compatibility.
options COMPAT_AOUT_M68K # NetBSD/m68k a.out binary compatibility
Index: src/sys/arch/hp300/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.60 src/sys/arch/hp300/conf/INSTALL:1.61
--- src/sys/arch/hp300/conf/INSTALL:1.60 Sat Aug 23 20:26:58 2014
+++ src/sys/arch/hp300/conf/INSTALL Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.60 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL,v 1.61 2017/07/28 19:26:16 maxv Exp $
#
# INSTALL machine description file
#
@@ -58,7 +58,6 @@ maxusers 32
#options COMPAT_50 # NetBSD 5.0,
#options COMPAT_60 # NetBSD 6.0, and
#options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options SYSVSHM # System V-style shared memory
#options SYSVSEM # System V-style semaphores
Index: src/sys/arch/mipsco/conf/GENERIC
diff -u src/sys/arch/mipsco/conf/GENERIC:1.88 src/sys/arch/mipsco/conf/GENERIC:1.89
--- src/sys/arch/mipsco/conf/GENERIC:1.88 Sun Nov 16 16:01:41 2014
+++ src/sys/arch/mipsco/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.88 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: GENERIC,v 1.89 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -71,7 +71,6 @@ options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/mipsco/conf/INSTALL
diff -u src/sys/arch/mipsco/conf/INSTALL:1.30 src/sys/arch/mipsco/conf/INSTALL:1.31
--- src/sys/arch/mipsco/conf/INSTALL:1.30 Sat Aug 23 20:26:58 2014
+++ src/sys/arch/mipsco/conf/INSTALL Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.30 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL,v 1.31 2017/07/28 19:26:16 maxv Exp $
#
include "arch/mipsco/conf/std.mipsco"
@@ -34,7 +34,6 @@ options PIPE_SOCKETPAIR # smaller, but
#options COMPAT_16 # NetBSD 1.6 binary compatibility.
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/mipsco/conf/RC3230
diff -u src/sys/arch/mipsco/conf/RC3230:1.47 src/sys/arch/mipsco/conf/RC3230:1.48
--- src/sys/arch/mipsco/conf/RC3230:1.47 Sat Aug 23 20:26:58 2014
+++ src/sys/arch/mipsco/conf/RC3230 Fri Jul 28 19:26:16 2017
@@ -1,5 +1,5 @@
#
-# $NetBSD: RC3230,v 1.47 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: RC3230,v 1.48 2017/07/28 19:26:16 maxv Exp $
#
include "arch/mipsco/conf/std.mipsco"
@@ -46,7 +46,6 @@ options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
#options EXEC_AOUT # exec a.out binaries
#options EXEC_ECOFF # exec ecoff binaries
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/newsmips/conf/GENERIC
diff -u src/sys/arch/newsmips/conf/GENERIC:1.129 src/sys/arch/newsmips/conf/GENERIC:1.130
--- src/sys/arch/newsmips/conf/GENERIC:1.129 Sun Nov 16 16:01:42 2014
+++ src/sys/arch/newsmips/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.129 2014/11/16 16:01:42 manu Exp $
+# $NetBSD: GENERIC,v 1.130 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmip
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.129 $"
+#ident "GENERIC-$Revision: 1.130 $"
maxusers 16
@@ -69,7 +69,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options EXEC_ECOFF # exec ecoff binaries
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Index: src/sys/arch/pmax/conf/GENERIC
diff -u src/sys/arch/pmax/conf/GENERIC:1.190 src/sys/arch/pmax/conf/GENERIC:1.191
--- src/sys/arch/pmax/conf/GENERIC:1.190 Tue Dec 13 20:42:19 2016
+++ src/sys/arch/pmax/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.190 2016/12/13 20:42:19 christos Exp $
+# $NetBSD: GENERIC,v 1.191 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.190 $"
+#ident "GENERIC-$Revision: 1.191 $"
maxusers 64
@@ -152,7 +152,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Workstation console options
Index: src/sys/arch/pmax/conf/GENERIC64
diff -u src/sys/arch/pmax/conf/GENERIC64:1.24 src/sys/arch/pmax/conf/GENERIC64:1.25
--- src/sys/arch/pmax/conf/GENERIC64:1.24 Tue Dec 13 20:42:20 2016
+++ src/sys/arch/pmax/conf/GENERIC64 Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64,v 1.24 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: GENERIC64,v 1.25 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.24 $"
+#ident "GENERIC-$Revision: 1.25 $"
maxusers 64
@@ -141,7 +141,6 @@ options COMPAT_16 # NetBSD 1.6,
options COMPAT_20 # NetBSD 2.0,
options COMPAT_30 # NetBSD 3.0, and
options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Workstation console options
Index: src/sys/arch/prep/conf/GENERIC
diff -u src/sys/arch/prep/conf/GENERIC:1.181 src/sys/arch/prep/conf/GENERIC:1.182
--- src/sys/arch/prep/conf/GENERIC:1.181 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/prep/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.181 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: GENERIC,v 1.182 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.181 $"
+#ident "GENERIC-$Revision: 1.182 $"
maxusers 32
@@ -71,7 +71,6 @@ options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
options COMPAT_43 # and 4.3BSD
#options COMPAT_LINUX # Linux binary compatibility
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
Index: src/sys/arch/sgimips/conf/GENERIC32_IP12
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP12:1.29 src/sys/arch/sgimips/conf/GENERIC32_IP12:1.30
--- src/sys/arch/sgimips/conf/GENERIC32_IP12:1.29 Sat Aug 8 06:36:26 2015
+++ src/sys/arch/sgimips/conf/GENERIC32_IP12 Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP12,v 1.29 2015/08/08 06:36:26 maxv Exp $
+# $NetBSD: GENERIC32_IP12,v 1.30 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC32_IP12 machine description file
#
@@ -32,7 +32,7 @@ makeoptions TEXTADDR=0x80002000 # entry
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32-IP2x-$Revision: 1.29 $"
+#ident "GENERIC32-IP2x-$Revision: 1.30 $"
maxusers 32
@@ -83,7 +83,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_ULTRIX # binary compatibility with Ultrix
Index: src/sys/arch/sgimips/conf/GENERIC32_IP2x
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.108 src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.109
--- src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.108 Tue Dec 13 20:42:20 2016
+++ src/sys/arch/sgimips/conf/GENERIC32_IP2x Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP2x,v 1.108 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: GENERIC32_IP2x,v 1.109 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC32_IP2x machine description file
#
@@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32-IP2x-$Revision: 1.108 $"
+#ident "GENERIC32-IP2x-$Revision: 1.109 $"
maxusers 32
@@ -83,7 +83,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_ULTRIX # binary compatibility with Ultrix
Index: src/sys/arch/sgimips/conf/GENERIC32_IP3x
diff -u src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.111 src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.112
--- src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.111 Tue Dec 13 20:42:20 2016
+++ src/sys/arch/sgimips/conf/GENERIC32_IP3x Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC32_IP3x,v 1.111 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: GENERIC32_IP3x,v 1.112 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC32_IP3x machine description file
#
@@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entr
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC32_IP3x-$Revision: 1.111 $"
+#ident "GENERIC32_IP3x-$Revision: 1.112 $"
maxusers 32
@@ -76,7 +76,6 @@ options COMPAT_40 # NetBSD 4.0,
options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_ULTRIX # binary compatibility with Ultrix
Index: src/sys/arch/sgimips/conf/GENERIC64_IP2x
diff -u src/sys/arch/sgimips/conf/GENERIC64_IP2x:1.4 src/sys/arch/sgimips/conf/GENERIC64_IP2x:1.5
--- src/sys/arch/sgimips/conf/GENERIC64_IP2x:1.4 Sat Aug 23 20:26:59 2014
+++ src/sys/arch/sgimips/conf/GENERIC64_IP2x Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64_IP2x,v 1.4 2014/08/23 20:26:59 dholland Exp $
+# $NetBSD: GENERIC64_IP2x,v 1.5 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC32_IP2x machine description file
#
@@ -29,7 +29,7 @@ include "arch/sgimips/conf/std.sgimips6
no makeoptions TEXTADDR # entry point
makeoptions TEXTADDR=0xffffffff88069000 # entry point
-#ident "GENERIC64-IP2x-$Revision: 1.4 $"
+#ident "GENERIC64-IP2x-$Revision: 1.5 $"
no makeoptions WANT_ECOFF
makeoptions WANT_ECOFF="no" # Create an ECOFF kernel in addition
@@ -43,7 +43,6 @@ makeoptions WANT_ECOFF="no" # Create an
#options COMPAT_20 # NetBSD 2.0,
#options COMPAT_30 # NetBSD 3.0, and
#options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_ULTRIX # binary compatibility with Ultrix
Index: src/sys/arch/sgimips/conf/GENERIC64_IP3x
diff -u src/sys/arch/sgimips/conf/GENERIC64_IP3x:1.4 src/sys/arch/sgimips/conf/GENERIC64_IP3x:1.5
--- src/sys/arch/sgimips/conf/GENERIC64_IP3x:1.4 Sat Aug 23 20:26:59 2014
+++ src/sys/arch/sgimips/conf/GENERIC64_IP3x Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC64_IP3x,v 1.4 2014/08/23 20:26:59 dholland Exp $
+# $NetBSD: GENERIC64_IP3x,v 1.5 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC32_IP3x machine description file
#
@@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips6
no makeoptions TEXTADDR
makeoptions TEXTADDR="0xffffffff80069000" # entry point
-#ident "GENERIC64_IP3x-$Revision: 1.4 $"
+#ident "GENERIC64_IP3x-$Revision: 1.5 $"
# Compatibility options
#options COMPAT_15 # NetBSD 1.5,
@@ -36,7 +36,6 @@ makeoptions TEXTADDR="0xffffffff80069000
#options COMPAT_20 # NetBSD 2.0,
#options COMPAT_30 # NetBSD 3.0, and
#options COMPAT_40 # NetBSD 4.0 binary compatibility.
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_ULTRIX # binary compatibility with Ultrix
Index: src/sys/arch/sun3/conf/DISKLESS
diff -u src/sys/arch/sun3/conf/DISKLESS:1.72 src/sys/arch/sun3/conf/DISKLESS:1.73
--- src/sys/arch/sun3/conf/DISKLESS:1.72 Fri Aug 7 07:29:34 2015
+++ src/sys/arch/sun3/conf/DISKLESS Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS,v 1.72 2015/08/07 07:29:34 maxv Exp $
+# $NetBSD: DISKLESS,v 1.73 2017/07/28 19:26:16 maxv Exp $
# DISKLESS - Root and swap on NFS
# Desktop machines only (3/50, 3/60, 3/110)
@@ -63,7 +63,6 @@ options COMPAT_70 # NetBSD 7.0 compatib
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
#options EXEC_AOUT # support for a.out executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/sun3/conf/DISKLESS3X
diff -u src/sys/arch/sun3/conf/DISKLESS3X:1.57 src/sys/arch/sun3/conf/DISKLESS3X:1.58
--- src/sys/arch/sun3/conf/DISKLESS3X:1.57 Fri Aug 7 07:29:34 2015
+++ src/sys/arch/sun3/conf/DISKLESS3X Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: DISKLESS3X,v 1.57 2015/08/07 07:29:34 maxv Exp $
+# $NetBSD: DISKLESS3X,v 1.58 2017/07/28 19:26:16 maxv Exp $
# DISKLESS - Root and swap on NFS
# Desktop machines only (3/80)
@@ -58,7 +58,6 @@ options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/sun3/conf/INSTALL3X
diff -u src/sys/arch/sun3/conf/INSTALL3X:1.57 src/sys/arch/sun3/conf/INSTALL3X:1.58
--- src/sys/arch/sun3/conf/INSTALL3X:1.57 Fri Aug 7 07:29:34 2015
+++ src/sys/arch/sun3/conf/INSTALL3X Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL3X,v 1.57 2015/08/07 07:29:34 maxv Exp $
+# $NetBSD: INSTALL3X,v 1.58 2017/07/28 19:26:16 maxv Exp $
#
# INSTALL3X - Installation kernel for the Sun3X
#
@@ -62,7 +62,6 @@ options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
# File systems
file-system FFS # Berkeley Fast Filesystem
Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.172 src/sys/arch/sun3/conf/GENERIC:1.173
--- src/sys/arch/sun3/conf/GENERIC:1.172 Wed Aug 12 07:53:58 2015
+++ src/sys/arch/sun3/conf/GENERIC Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.172 2015/08/12 07:53:58 maxv Exp $
+# $NetBSD: GENERIC,v 1.173 2017/07/28 19:26:16 maxv Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.172 $"
+#ident "GENERIC-$Revision: 1.173 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -90,7 +90,6 @@ options COMPAT_70 # NetBSD 7.0 binary c
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
options EXEC_AOUT # support for a.out executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/sun3/conf/GENERIC3X
diff -u src/sys/arch/sun3/conf/GENERIC3X:1.126 src/sys/arch/sun3/conf/GENERIC3X:1.127
--- src/sys/arch/sun3/conf/GENERIC3X:1.126 Wed Aug 12 07:53:58 2015
+++ src/sys/arch/sun3/conf/GENERIC3X Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.126 2015/08/12 07:53:58 maxv Exp $
+# $NetBSD: GENERIC3X,v 1.127 2017/07/28 19:26:16 maxv Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC3X-$Revision: 1.126 $"
+#ident "GENERIC3X-$Revision: 1.127 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -72,7 +72,6 @@ options COMPAT_70 # NetBSD 7.0 binary c
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
options EXEC_AOUT # support for a.out executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystem options
Index: src/sys/arch/sun3/conf/INSTALL
diff -u src/sys/arch/sun3/conf/INSTALL:1.58 src/sys/arch/sun3/conf/INSTALL:1.59
--- src/sys/arch/sun3/conf/INSTALL:1.58 Fri Aug 7 07:29:34 2015
+++ src/sys/arch/sun3/conf/INSTALL Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.58 2015/08/07 07:29:34 maxv Exp $
+# $NetBSD: INSTALL,v 1.59 2017/07/28 19:26:16 maxv Exp $
#
# INSTALL - Installation kernel for the Sun3
#
@@ -62,7 +62,6 @@ options COMPAT_50 # NetBSD 5.0,
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems
Index: src/sys/arch/sun3/conf/RAMDISK
diff -u src/sys/arch/sun3/conf/RAMDISK:1.53 src/sys/arch/sun3/conf/RAMDISK:1.54
--- src/sys/arch/sun3/conf/RAMDISK:1.53 Sat Apr 27 18:19:54 2013
+++ src/sys/arch/sun3/conf/RAMDISK Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.53 2013/04/27 18:19:54 christos Exp $
+# $NetBSD: RAMDISK,v 1.54 2017/07/28 19:26:16 maxv Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -37,8 +37,6 @@ options FFS_NO_SNAPSHOT # No FFS snapsh
options INET # IP protocol stack support
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
Index: src/sys/arch/sun3/conf/RAMDISK3X
diff -u src/sys/arch/sun3/conf/RAMDISK3X:1.41 src/sys/arch/sun3/conf/RAMDISK3X:1.42
--- src/sys/arch/sun3/conf/RAMDISK3X:1.41 Sat Apr 27 18:19:54 2013
+++ src/sys/arch/sun3/conf/RAMDISK3X Fri Jul 28 19:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.41 2013/04/27 18:19:54 christos Exp $
+# $NetBSD: RAMDISK3X,v 1.42 2017/07/28 19:26:16 maxv Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -37,8 +37,6 @@ options FFS_NO_SNAPSHOT # No FFS snapsh
options INET # IP protocol stack support
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
-#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk