Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove TCP_COMPAT_42 from the config files. Pass 1.



details:   https://anonhg.NetBSD.org/src/rev/4669f9cb638e
branches:  trunk
changeset: 825722:4669f9cb638e
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Jul 28 19:26:15 2017 +0000

description:
Remove TCP_COMPAT_42 from the config files. Pass 1.

diffstat:

 sys/arch/acorn32/conf/EB7500ATX      |  5 ++---
 sys/arch/acorn32/conf/GENERIC        |  5 ++---
 sys/arch/acorn32/conf/INSTALL        |  5 ++---
 sys/arch/acorn32/conf/LOWMEM_WSCONS  |  3 +--
 sys/arch/acorn32/conf/NC             |  3 +--
 sys/arch/amd64/conf/ALL              |  5 ++---
 sys/arch/amiga/conf/DRACO            |  5 ++---
 sys/arch/amiga/conf/GENERIC          |  5 ++---
 sys/arch/amiga/conf/GENERIC.in       |  5 ++---
 sys/arch/epoc32/conf/GENERIC         |  5 ++---
 sys/arch/hp300/conf/GENERIC          |  5 ++---
 sys/arch/hp300/conf/INSTALL          |  3 +--
 sys/arch/mipsco/conf/GENERIC         |  3 +--
 sys/arch/mipsco/conf/INSTALL         |  3 +--
 sys/arch/mipsco/conf/RC3230          |  3 +--
 sys/arch/newsmips/conf/GENERIC       |  5 ++---
 sys/arch/pmax/conf/GENERIC           |  5 ++---
 sys/arch/pmax/conf/GENERIC64         |  5 ++---
 sys/arch/prep/conf/GENERIC           |  5 ++---
 sys/arch/sgimips/conf/GENERIC32_IP12 |  5 ++---
 sys/arch/sgimips/conf/GENERIC32_IP2x |  5 ++---
 sys/arch/sgimips/conf/GENERIC32_IP3x |  5 ++---
 sys/arch/sgimips/conf/GENERIC64_IP2x |  5 ++---
 sys/arch/sgimips/conf/GENERIC64_IP3x |  5 ++---
 sys/arch/sun3/conf/DISKLESS          |  3 +--
 sys/arch/sun3/conf/DISKLESS3X        |  3 +--
 sys/arch/sun3/conf/GENERIC           |  5 ++---
 sys/arch/sun3/conf/GENERIC3X         |  5 ++---
 sys/arch/sun3/conf/INSTALL           |  3 +--
 sys/arch/sun3/conf/INSTALL3X         |  3 +--
 sys/arch/sun3/conf/RAMDISK           |  4 +---
 sys/arch/sun3/conf/RAMDISK3X         |  4 +---
 32 files changed, 52 insertions(+), 86 deletions(-)

diffs (truncated from 727 to 300 lines):

diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX   Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX   Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL     Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/acorn32/conf/INSTALL     Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 #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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS       Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS       Fri Jul 28 19:26:15 2017 +0000
@@ -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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/acorn32/conf/NC
--- a/sys/arch/acorn32/conf/NC  Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/acorn32/conf/NC  Fri Jul 28 19:26:15 2017 +0000
@@ -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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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 @@
 # 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,
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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 @@
 # 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,
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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 @@
 #
 
 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,
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/epoc32/conf/GENERIC
--- a/sys/arch/epoc32/conf/GENERIC      Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/epoc32/conf/GENERIC      Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 #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_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.
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC       Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/hp300/conf/GENERIC       Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 
 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_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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL       Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/hp300/conf/INSTALL       Fri Jul 28 19:26:15 2017 +0000
@@ -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 @@
 #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
diff -r ccaba13a3c86 -r 4669f9cb638e sys/arch/mipsco/conf/GENERIC
--- a/sys/arch/mipsco/conf/GENERIC      Fri Jul 28 19:16:41 2017 +0000
+++ b/sys/arch/mipsco/conf/GENERIC      Fri Jul 28 19:26:15 2017 +0000
@@ -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_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.



Home | Main Index | Thread Index | Old Index