Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys apply paych, requested by maxv in ticket #237:
details: https://anonhg.NetBSD.org/src/rev/e18db7370750
branches: netbsd-8
changeset: 434258:e18db7370750
user: bouyer <bouyer%NetBSD.org@localhost>
date: Thu Aug 31 08:41:33 2017 +0000
description:
apply paych, requested by maxv in ticket #237:
sys/arch/amiga/conf/DRACO patch
sys/arch/amiga/conf/GENERIC patch
sys/arch/amiga/conf/GENERIC.in patch
sys/arch/i386/conf/ALL patch
sys/arch/i386/conf/GENERIC patch
sys/arch/i386/conf/XEN3_DOM0 patch
sys/arch/i386/conf/XEN3_DOMU patch
sys/arch/sparc/conf/GENERIC patch
sys/arch/sparc/conf/KRUPS patch
sys/arch/sparc/conf/MRCOFFEE patch
sys/arch/sparc/conf/TADPOLE3GX patch
sys/arch/sparc64/conf/GENERIC patch
sys/arch/sparc64/conf/NONPLUS64 patch
sys/kern/kern_exec.c patch
Disables compat_svr4 and compat_svr4_32 on each architecture,
and removes the associated module autoload entries.
diffstat:
sys/arch/amiga/conf/DRACO | 6 +++---
sys/arch/amiga/conf/GENERIC | 6 +++---
sys/arch/amiga/conf/GENERIC.in | 6 +++---
sys/arch/i386/conf/ALL | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOMU | 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 | 6 ++----
14 files changed, 40 insertions(+), 42 deletions(-)
diffs (truncated from 351 to 300 lines):
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.180 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: DRACO,v 1.180.8.1 2017/08/31 08:41:33 bouyer 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.180.8.1 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -141,7 +141,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary 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 96ef9b005c19 -r e18db7370750 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.314 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: GENERIC,v 1.314.8.1 2017/08/31 08:41:33 bouyer 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.314.8.1 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
@@ -154,7 +154,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary 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 96ef9b005c19 -r e18db7370750 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Thu Aug 31 08:41:33 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.132.8.1 2017/08/31 08:41:33 bouyer 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.132.8.1 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -196,7 +196,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary 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 96ef9b005c19 -r e18db7370750 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/i386/conf/ALL Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.419 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: ALL,v 1.419.2.1 2017/08/31 08:41:33 bouyer 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.419 $"
+#ident "ALL-$Revision: 1.419.2.1 $"
maxusers 64 # estimated number of users
@@ -149,7 +149,7 @@
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_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
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1156.2.4 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: GENERIC,v 1.1156.2.5 2017/08/31 08:41:33 bouyer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1156.2.4 $"
+#ident "GENERIC-$Revision: 1.1156.2.5 $"
maxusers 64 # estimated number of users
@@ -144,7 +144,7 @@
#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_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
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.112.4.3 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: XEN3_DOM0,v 1.112.4.4 2017/08/31 08:41:33 bouyer Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -97,7 +97,7 @@
#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_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
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.77.2.2 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: XEN3_DOMU,v 1.77.2.3 2017/08/31 08:41:33 bouyer Exp $
include "arch/xen/conf/std.xen"
@@ -81,7 +81,7 @@
#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_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
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/sparc/conf/GENERIC Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.253 2016/12/10 09:44:06 mrg Exp $
+# $NetBSD: GENERIC,v 1.253.8.1 2017/08/31 08:41:33 bouyer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.253 $"
+#ident "GENERIC-$Revision: 1.253.8.1 $"
maxusers 32
@@ -172,7 +172,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.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 96ef9b005c19 -r e18db7370750 sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/sparc/conf/KRUPS Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.72 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: KRUPS,v 1.72.8.1 2017/08/31 08:41:33 bouyer 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.72 $"
+#ident "KRUPS-$Revision: 1.72.8.1 $"
maxusers 32
@@ -176,7 +176,7 @@
options COMPAT_30 # NetBSD 3.0, and
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 96ef9b005c19 -r e18db7370750 sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.51 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: MRCOFFEE,v 1.51.8.1 2017/08/31 08:41:33 bouyer 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.51 $"
+#ident "MRCOFFEE-$Revision: 1.51.8.1 $"
maxusers 32
@@ -160,7 +160,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.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 96ef9b005c19 -r e18db7370750 sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.70 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: TADPOLE3GX,v 1.70.8.1 2017/08/31 08:41:33 bouyer Exp $
include "arch/sparc/conf/std.sparc"
@@ -142,7 +142,7 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.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 96ef9b005c19 -r e18db7370750 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC Thu Aug 31 08:36:58 2017 +0000
+++ b/sys/arch/sparc64/conf/GENERIC Thu Aug 31 08:41:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.198.6.2 2017/08/29 09:42:19 martin Exp $
+# $NetBSD: GENERIC,v 1.198.6.3 2017/08/31 08:41:33 bouyer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.198.6.2 $"
+#ident "GENERIC-$Revision: 1.198.6.3 $"
maxusers 64
@@ -149,8 +149,8 @@
options COMPAT_60 # NetBSD 6.0, and
options COMPAT_70 # NetBSD 7.0 binary compatibility.
options COMPAT_SUNOS # SunOS 4.x binary compatibility
-options COMPAT_SVR4 # SunOS 5.x binary compatibility
-options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility -- 64-bit only
+#options COMPAT_SVR4 # SunOS 5.x binary compatibility
+#options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility -- 64-bit only
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility -- 64-bit only
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
diff -r 96ef9b005c19 -r e18db7370750 sys/arch/sparc64/conf/NONPLUS64
Home |
Main Index |
Thread Index |
Old Index