Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/sys Apply patch requested by maxv in ticke...
details: https://anonhg.NetBSD.org/src/rev/ad225b5f259d
branches: netbsd-6-1
changeset: 319234:ad225b5f259d
user: martin <martin%NetBSD.org@localhost>
date: Tue May 22 14:44:30 2018 +0000
description:
Apply patch requested by maxv in ticket #1500:
* disable compat_svr4 and compat_svr4_32 everywhere
* disable compat_ibcs2 everywhere but on Vax
* remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list
diffstat:
sys/arch/amiga/conf/DRACO | 6 +++---
sys/arch/amiga/conf/GENERIC | 6 +++---
sys/arch/amiga/conf/GENERIC.in | 6 +++---
sys/arch/hp300/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 8 ++++----
sys/arch/i386/conf/XEN3_DOM0 | 6 +++---
sys/arch/i386/conf/XEN3_DOMU | 6 +++---
sys/arch/sparc/conf/BILL-THE-CAT | 4 ++--
sys/arch/sparc/conf/GENERIC | 6 +++---
sys/arch/sparc/conf/KRUPS | 6 +++---
sys/arch/sparc/conf/MRCOFFEE | 6 +++---
sys/arch/sparc/conf/TADPOLE3GX | 4 ++--
sys/arch/sparc64/conf/GENERIC | 8 ++++----
sys/arch/sparc64/conf/NONPLUS64 | 8 ++++----
sys/kern/kern_exec.c | 8 ++------
15 files changed, 45 insertions(+), 49 deletions(-)
diffs (truncated from 382 to 300 lines):
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/amiga/conf/DRACO Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.154 2012/01/24 00:19:39 rkujawa Exp $
+# $NetBSD: DRACO,v 1.154.8.1 2018/05/22 14:44:30 martin 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.154 $"
+#ident "GENERIC-$Revision: 1.154.8.1 $"
maxusers 8
@@ -143,7 +143,7 @@
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_SUNOS # Support to run Sun (m68k) executables
-options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
+#options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/amiga/conf/GENERIC Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.284 2012/01/24 00:19:39 rkujawa Exp $
+# $NetBSD: GENERIC,v 1.284.8.1 2018/05/22 14:44:30 martin 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.284 $"
+#ident "GENERIC-$Revision: 1.284.8.1 $"
maxusers 8
@@ -155,7 +155,7 @@
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_SUNOS # Support to run Sun (m68k) executables
-options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
+#options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.96 2012/01/24 00:19:39 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.96.8.1 2018/05/22 14:44:30 martin Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.96 $"
+#ident "GENERIC-$Revision: 1.96.8.1 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -196,7 +196,7 @@
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_SUNOS # Support to run Sun (m68k) executables
-options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
+#options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
#options COMPAT_LINUX # Support to run Linux/m68k executables
')m4_dnl
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/hp300/conf/GENERIC Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.169 2011/12/18 05:49:27 dholland Exp $
+# $NetBSD: GENERIC,v 1.169.8.1 2018/05/22 14:44:30 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.169 $"
+#ident "GENERIC-$Revision: 1.169.8.1 $"
maxusers 32 # estimated number of users
@@ -95,7 +95,7 @@
options COMPAT_M68K4K # NetBSD/m68k4k binary compatibility
options COMPAT_SUNOS # SunOS4 m68k binary compatibility
options COMPAT_LINUX # Linux/m68k binary compatibility
-options COMPAT_SVR4 # SVR4 binary compatibility
+#options COMPAT_SVR4 # SVR4 binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Filesystems
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1066.2.7.6.1 2017/08/26 16:26:29 snj Exp $
+# $NetBSD: GENERIC,v 1.1066.2.7.6.2 2018/05/22 14:44:30 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1066.2.7.6.1 $"
+#ident "GENERIC-$Revision: 1.1066.2.7.6.2 $"
maxusers 64 # estimated number of users
@@ -142,8 +142,8 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-options COMPAT_SVR4 # binary compatibility with SVR4
-options COMPAT_IBCS2 # binary compatibility with SCO and ISC
+#options COMPAT_SVR4 # binary compatibility with SVR4
+#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
#options COMPAT_NDIS # NDIS network driver
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.60.2.7 2013/02/11 21:39:39 riz Exp $
+# $NetBSD: XEN3_DOM0,v 1.60.2.7.2.1 2018/05/22 14:44:30 martin Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -95,8 +95,8 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-options COMPAT_SVR4 # binary compatibility with SVR4
-options COMPAT_IBCS2 # binary compatibility with SCO and ISC
+#options COMPAT_SVR4 # binary compatibility with SVR4
+#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.41.2.2 2012/08/15 15:33:00 sborrill Exp $
+# $NetBSD: XEN3_DOMU,v 1.41.2.2.6.1 2018/05/22 14:44:30 martin Exp $
include "arch/xen/conf/std.xen"
@@ -81,8 +81,8 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-options COMPAT_SVR4 # binary compatibility with SVR4
-options COMPAT_IBCS2 # binary compatibility with SCO and ISC
+#options COMPAT_SVR4 # binary compatibility with SVR4
+#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BILL-THE-CAT,v 1.51 2011/11/22 21:25:36 tls Exp $
+# $NetBSD: BILL-THE-CAT,v 1.51.10.1 2018/05/22 14:44:30 martin Exp $
# From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
include "arch/sparc/conf/std.sparc"
@@ -134,7 +134,7 @@
options COMPAT_30 # NetBSD 3.0 binary compatibility
options COMPAT_40 # NetBSD 4.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc/conf/GENERIC Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.230 2012/01/11 17:18:51 macallan Exp $
+# $NetBSD: GENERIC,v 1.230.8.1 2018/05/22 14:44:30 martin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.230 $"
+#ident "GENERIC-$Revision: 1.230.8.1 $"
maxusers 32
@@ -183,7 +183,7 @@
options COMPAT_40 # NetBSD 4.0 binary compatibility
options COMPAT_50 # NetBSD 5.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
## File systems. You probably need at least one of FFS or NFS.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc/conf/KRUPS Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.56.4.1 2012/06/12 17:47:58 riz Exp $
+# $NetBSD: KRUPS,v 1.56.4.1.6.1 2018/05/22 14:44:30 martin Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Krups (JavaStation-NC) machine description file
@@ -8,7 +8,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "KRUPS-$Revision: 1.56.4.1 $"
+#ident "KRUPS-$Revision: 1.56.4.1.6.1 $"
maxusers 32
@@ -184,7 +184,7 @@
options COMPAT_30 # NetBSD 3.0 binary compatibility
options COMPAT_40 # NetBSD 4.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
## File systems. You probably need at least one of FFS or NFS.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.34 2011/11/22 21:25:37 tls Exp $
+# $NetBSD: MRCOFFEE,v 1.34.10.1 2018/05/22 14:44:30 martin Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MRCOFFEE-$Revision: 1.34 $"
+#ident "MRCOFFEE-$Revision: 1.34.10.1 $"
maxusers 32
@@ -165,7 +165,7 @@
options COMPAT_40 # NetBSD 4.0 binary compatibility
options COMPAT_50 # NetBSD 5.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
## File systems. You probably need at least one of FFS or NFS.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.54.4.1 2012/06/12 17:47:59 riz Exp $
+# $NetBSD: TADPOLE3GX,v 1.54.4.1.6.1 2018/05/22 14:44:30 martin Exp $
include "arch/sparc/conf/std.sparc"
@@ -146,7 +146,7 @@
options COMPAT_40 # NetBSD 4.0 binary compatibility
options COMPAT_50 # NetBSD 5.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
diff -r ffbaab9e577b -r ad225b5f259d sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Thu May 17 13:51:22 2018 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Tue May 22 14:44:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.148.2.2 2012/08/15 15:33:00 sborrill Exp $
+# $NetBSD: GENERIC,v 1.148.2.2.6.1 2018/05/22 14:44:30 martin Exp $
Home |
Main Index |
Thread Index |
Old Index