Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Disable svr4 and svr4_32 on sparc, sparc64 and amig...



details:   https://anonhg.NetBSD.org/src/rev/fd79417a5d56
branches:  trunk
changeset: 825781:fd79417a5d56
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Jul 30 13:12:49 2017 +0000

description:
Disable svr4 and svr4_32 on sparc, sparc64 and amiga - the only places
where they were still enabled.

diffstat:

 sys/arch/amiga/conf/DRACO       |  6 +++---
 sys/arch/amiga/conf/GENERIC     |  6 +++---
 sys/arch/amiga/conf/GENERIC.in  |  6 +++---
 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 ++++----
 9 files changed, 28 insertions(+), 28 deletions(-)

diffs (234 lines):

diff -r 864e9d903f5b -r fd79417a5d56 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/amiga/conf/DRACO Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.181 2017/07/28 19:26:15 maxv Exp $
+# $NetBSD: DRACO,v 1.182 2017/07/30 13:12:49 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.181 $"
+#ident                 "GENERIC-$Revision: 1.182 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -140,7 +140,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 864e9d903f5b -r fd79417a5d56 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.315 2017/07/28 19:26:15 maxv Exp $
+# $NetBSD: GENERIC,v 1.316 2017/07/30 13:12:49 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.315 $"
+#ident                 "GENERIC-$Revision: 1.316 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -153,7 +153,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 864e9d903f5b -r fd79417a5d56 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.133 2017/07/28 19:26:15 maxv Exp $
+# $NetBSD: GENERIC.in,v 1.134 2017/07/30 13:12:49 maxv Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.133 $"
+#ident                 "GENERIC-$Revision: 1.134 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -195,7 +195,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 864e9d903f5b -r fd79417a5d56 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.253 2016/12/10 09:44:06 mrg Exp $
+# $NetBSD: GENERIC,v 1.254 2017/07/30 13:12:49 maxv 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.254 $"
 
 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 864e9d903f5b -r fd79417a5d56 sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc/conf/KRUPS Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.72 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: KRUPS,v 1.73 2017/07/30 13:12:49 maxv 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.73 $"
 
 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 864e9d903f5b -r fd79417a5d56 sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE      Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE      Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.51 2016/12/13 20:42:20 christos Exp $
+# $NetBSD: MRCOFFEE,v 1.52 2017/07/30 13:12:49 maxv 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.52 $"
 
 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 864e9d903f5b -r fd79417a5d56 sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX    Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX    Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TADPOLE3GX,v 1.71 2017/07/29 18:08:59 maxv Exp $
+#      $NetBSD: TADPOLE3GX,v 1.72 2017/07/30 13:12:49 maxv 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        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
 ## File systems.  You probably need at least one of FFS or NFS.
diff -r 864e9d903f5b -r fd79417a5d56 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sun Jul 30 13:12:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.199 2017/07/29 18:08:59 maxv Exp $
+# $NetBSD: GENERIC,v 1.200 2017/07/30 13:12:49 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.199 $"
+#ident         "GENERIC-$Revision: 1.200 $"
 
 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 864e9d903f5b -r fd79417a5d56 sys/arch/sparc64/conf/NONPLUS64
--- a/sys/arch/sparc64/conf/NONPLUS64   Sun Jul 30 12:31:46 2017 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS64   Sun Jul 30 13:12:49 2017 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: NONPLUS64,v 1.51 2017/07/29 18:08:59 maxv Exp $
+#      $NetBSD: NONPLUS64,v 1.52 2017/07/30 13:12:49 maxv Exp $
 
 include        "arch/sparc64/conf/std.sparc64"
 
-#ident         "NONPLUS64-$Revision: 1.51 $"
+#ident         "NONPLUS64-$Revision: 1.52 $"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
@@ -115,8 +115,8 @@
 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_32  # 32-bit SVR4 binaries
+#options       COMPAT_SVR4     # SunOS 5.x binary compatibility
+#options       COMPAT_SVR4_32  # 32-bit SVR4 binaries
 options        COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
 options        EXEC_ELF32      # Exec module for NetBSD/sparc 1.5 binaries.
 #options       SYSCALL_DEBUG



Home | Main Index | Thread Index | Old Index