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 2.



details:   https://anonhg.NetBSD.org/src/rev/a8b92332ab09
branches:  trunk
changeset: 825764:a8b92332ab09
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 29 12:28:27 2017 +0000

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

diffstat:

 sys/arch/cesfic/conf/GENERIC       |  3 +--
 sys/arch/evbarm/conf/IMX31LITE     |  3 +--
 sys/arch/evbarm/conf/INTEGRATOR_CP |  3 +--
 sys/arch/evbarm/conf/IXM1200       |  3 +--
 sys/arch/evbarm/conf/NAPPI         |  3 +--
 sys/arch/evbarm/conf/OSK5912       |  1 -
 sys/arch/evbarm/conf/TEAMASA_NPWR  |  3 +--
 sys/arch/evbarm/conf/VIPER         |  3 +--
 sys/arch/evbmips/conf/ADM5120      |  7 ++-----
 sys/arch/evbmips/conf/ADM5120-NB   |  7 ++-----
 sys/arch/evbmips/conf/ADM5120-USB  |  7 ++-----
 sys/arch/evbmips/conf/AP30         |  7 ++-----
 sys/arch/evbmips/conf/DB120        |  7 ++-----
 sys/arch/evbmips/conf/MERAKI       |  7 ++-----
 sys/arch/evbmips/conf/RB433UAH     |  7 ++-----
 sys/arch/evbmips/conf/WGT624V3     |  7 ++-----
 sys/arch/evbmips/conf/XLSATX       |  7 ++-----
 sys/arch/evbppc/conf/VIRTEX_DFC    |  3 +--
 sys/arch/evbppc/conf/VIRTEX_GSRD1  |  3 +--
 sys/arch/evbppc/conf/VIRTEX_GSRD2  |  3 +--
 sys/arch/mvme68k/conf/VME147       |  3 +--
 sys/arch/mvme68k/conf/VME162       |  3 +--
 sys/arch/mvme68k/conf/VME167       |  3 +--
 sys/arch/mvme68k/conf/VME172       |  3 +--
 sys/arch/mvme68k/conf/VME177       |  3 +--
 sys/arch/news68k/conf/INSTALL      |  4 +---
 sys/arch/news68k/conf/LIBERO       |  4 +---
 sys/arch/news68k/conf/NEWS1200     |  4 +---
 sys/arch/shark/conf/OFWGENCFG      |  3 +--
 sys/arch/sparc64/conf/MODULAR      |  5 ++---
 30 files changed, 39 insertions(+), 90 deletions(-)

diffs (truncated from 600 to 300 lines):

diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC      Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/cesfic/conf/GENERIC      Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.65 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: GENERIC,v 1.66 2017/07/29 12:28:27 maxv Exp $
 #
 # GENERIC machine description file
 # 
@@ -41,7 +41,6 @@
 #options       BUFQ_READPRIO
 #options       BUFQ_PRIOCSCAN
 
-#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        COMPAT_43       # compatibility with 4.3BSD interfaces
 options        COMPAT_44       # compatibility with 4.4BSD binaries
 options        COMPAT_09       # NetBSD 0.9,
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/IMX31LITE
--- a/sys/arch/evbarm/conf/IMX31LITE    Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/IMX31LITE    Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IMX31LITE,v 1.31 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: IMX31LITE,v 1.32 2017/07/29 12:28:27 maxv Exp $
 #
 #      IMX31LITE -- Freescale IMX31LITE Evaluation Board Kernel
 #
@@ -90,7 +90,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/INTEGRATOR_CP
--- a/sys/arch/evbarm/conf/INTEGRATOR_CP        Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/INTEGRATOR_CP        Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INTEGRATOR_CP,v 1.12 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: INTEGRATOR_CP,v 1.13 2017/07/29 12:28:27 maxv Exp $
 #
 #      INTEGRATOR_CP -- ARM Integrator CP kernel
 #
@@ -91,7 +91,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/IXM1200
--- a/sys/arch/evbarm/conf/IXM1200      Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/IXM1200      Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IXM1200,v 1.62 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: IXM1200,v 1.63 2017/07/29 12:28:27 maxv Exp $
 #
 #      IXM1200 -- Intel IXM1200 Evaluation Board Kernel
 #
@@ -90,7 +90,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/NAPPI
--- a/sys/arch/evbarm/conf/NAPPI        Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/NAPPI        Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NAPPI,v 1.58 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: NAPPI,v 1.59 2017/07/29 12:28:27 maxv Exp $
 #
 #      NAPPI -- Netwise APlication Platform Board Kernel
 #
@@ -90,7 +90,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/OSK5912
--- a/sys/arch/evbarm/conf/OSK5912      Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/OSK5912      Sat Jul 29 12:28:27 2017 +0000
@@ -84,7 +84,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.90 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.91 2017/07/29 12:28:27 maxv Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -95,7 +95,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 69ef84be31cd -r a8b92332ab09 sys/arch/evbarm/conf/VIPER
--- a/sys/arch/evbarm/conf/VIPER        Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbarm/conf/VIPER        Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: VIPER,v 1.39 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: VIPER,v 1.40 2017/07/29 12:28:27 maxv Exp $
 #
 #      Arcom Viper
 #
@@ -87,7 +87,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.
 
 # Shared memory options
 
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120     Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/ADM5120     Sat Jul 29 12:28:27 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120,v 1.22 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: ADM5120,v 1.23 2017/07/29 12:28:27 maxv Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.22 $"
+#ident                 "GENERIC-$Revision: 1.23 $"
 
 maxusers       32
 
@@ -92,9 +92,6 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       IPFILTER_LOG    # ipmon(8) log support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/ADM5120-NB
--- a/sys/arch/evbmips/conf/ADM5120-NB  Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-NB  Sat Jul 29 12:28:27 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120-NB,v 1.21 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: ADM5120-NB,v 1.22 2017/07/29 12:28:27 maxv Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.21 $"
+#ident                 "GENERIC-$Revision: 1.22 $"
 
 maxusers       32
 
@@ -116,9 +116,6 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       IPFILTER_LOG    # ipmon(8) log support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/ADM5120-USB
--- a/sys/arch/evbmips/conf/ADM5120-USB Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-USB Sat Jul 29 12:28:27 2017 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120-USB,v 1.21 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: ADM5120-USB,v 1.22 2017/07/29 12:28:27 maxv Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.21 $"
+#ident                 "GENERIC-$Revision: 1.22 $"
 
 maxusers       32
 
@@ -88,9 +88,6 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       IPFILTER_LOG    # ipmon(8) log support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/AP30
--- a/sys/arch/evbmips/conf/AP30        Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/AP30        Sat Jul 29 12:28:27 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: AP30,v 1.34 2015/08/07 14:12:04 maxv Exp $
+#      $NetBSD: AP30,v 1.35 2017/07/29 12:28:27 maxv Exp $
 
 include        "arch/evbmips/conf/std.atheros"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "AP30-$Revision: 1.34 $"
+#ident                 "AP30-$Revision: 1.35 $"
 
 maxusers       32
 
@@ -106,9 +106,6 @@
 #options       IPFILTER_LOG    # ipmon(8) log support
 #options       IPFILTER_LOOKUP # ippool(8) support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/DB120
--- a/sys/arch/evbmips/conf/DB120       Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/DB120       Sat Jul 29 12:28:27 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DB120,v 1.16 2015/08/07 14:12:04 maxv Exp $
+#      $NetBSD: DB120,v 1.17 2017/07/29 12:28:27 maxv Exp $
 #
 # Qualcomm Atheros AR9344 DB120 evaluation board.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "DB120-$Revision: 1.16 $"
+#ident                 "DB120-$Revision: 1.17 $"
 
 maxusers       32
 
@@ -113,9 +113,6 @@
 #options       IPFILTER_LOG    # ipmon(8) log support
 #options       IPFILTER_LOOKUP # ippool(8) support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/MERAKI
--- a/sys/arch/evbmips/conf/MERAKI      Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/MERAKI      Sat Jul 29 12:28:27 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MERAKI,v 1.28 2015/08/07 14:12:04 maxv Exp $
+#      $NetBSD: MERAKI,v 1.29 2017/07/29 12:28:27 maxv Exp $
 
 include        "arch/evbmips/conf/std.meraki"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MERAKI-$Revision: 1.28 $"
+#ident                 "MERAKI-$Revision: 1.29 $"
 
 maxusers       32
 
@@ -104,9 +104,6 @@
 #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
 #options       IPFILTER_LOG    # ipmon(8) log support
 
-# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
-#options       TCP_COMPAT_42
-
 # JIT compiler for bpfilter
 #options       SLJIT
 #options       BPFJIT
diff -r 69ef84be31cd -r a8b92332ab09 sys/arch/evbmips/conf/RB433UAH
--- a/sys/arch/evbmips/conf/RB433UAH    Sat Jul 29 12:15:12 2017 +0000
+++ b/sys/arch/evbmips/conf/RB433UAH    Sat Jul 29 12:28:27 2017 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: RB433UAH,v 1.13 2015/08/07 14:12:04 maxv Exp $
+#      $NetBSD: RB433UAH,v 1.14 2017/07/29 12:28:27 maxv Exp $
 
 include        "arch/evbmips/conf/std.atheros"
 



Home | Main Index | Thread Index | Old Index