Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add COMPAT_15/COMPAT_16
details: https://anonhg.NetBSD.org/src/rev/4e7732bec20b
branches: trunk
changeset: 552251:4e7732bec20b
user: cl <cl%NetBSD.org@localhost>
date: Mon Sep 22 14:11:15 2003 +0000
description:
add COMPAT_15/COMPAT_16
diffstat:
sys/arch/amiga/conf/GENERIC.in | 6 ++++--
sys/arch/atari/conf/GENERIC.in | 4 +++-
sys/arch/cesfic/conf/GENERIC | 6 ++++--
sys/arch/hp300/conf/GENERIC | 6 ++++--
sys/arch/hp300/conf/INSTALL | 4 +++-
sys/arch/luna68k/conf/GENERIC | 6 ++++--
sys/arch/mac68k/conf/GENERIC | 5 +++--
sys/arch/mac68k/conf/GENERICSBC | 5 +++--
sys/arch/mac68k/conf/INSTALL | 4 +++-
sys/arch/mac68k/conf/INSTALLSBC | 4 +++-
sys/arch/mac68k/conf/SMALLRAM | 5 +++--
sys/arch/mvme68k/conf/GENERIC | 7 ++++---
sys/arch/mvme68k/conf/VME147 | 5 +++--
sys/arch/mvme68k/conf/VME162 | 3 ++-
sys/arch/mvme68k/conf/VME167 | 3 ++-
sys/arch/mvme68k/conf/VME172 | 5 +++--
sys/arch/mvme68k/conf/VME177 | 3 ++-
sys/arch/news68k/conf/GENERIC | 6 ++++--
sys/arch/news68k/conf/GENERIC_TINY | 6 ++++--
sys/arch/news68k/conf/INSTALL | 4 +++-
sys/arch/news68k/conf/NEWS1200 | 4 +++-
sys/arch/next68k/conf/GENERIC | 6 ++++--
sys/arch/next68k/conf/SLAB | 4 +++-
sys/arch/sun3/conf/DISKLESS | 4 +++-
sys/arch/sun3/conf/DISKLESS3X | 4 +++-
sys/arch/sun3/conf/FOUR_TTYS | 4 +++-
sys/arch/sun3/conf/GENERIC | 6 ++++--
sys/arch/sun3/conf/GENERIC3X | 4 +++-
sys/arch/sun3/conf/INSTALL | 4 +++-
sys/arch/sun3/conf/INSTALL3X | 4 +++-
sys/arch/sun3/conf/KGDB | 4 +++-
sys/arch/sun3/conf/KGDB3X | 4 +++-
sys/arch/x68k/conf/GENERIC | 6 ++++--
sys/arch/x68k/conf/INSTALL | 6 ++++--
34 files changed, 110 insertions(+), 51 deletions(-)
diffs (truncated from 729 to 300 lines):
diff -r afecb5943312 -r 4e7732bec20b sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.13 2003/07/27 20:36:18 is Exp $
+# $NetBSD: GENERIC.in,v 1.14 2003/09/22 14:11:15 cl Exp $
#
# GENERIC machine description file
#
@@ -56,7 +56,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.13 $"
+#ident "GENERIC-$Revision: 1.14 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -175,6 +175,8 @@
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4
+options COMPAT_15 # compatibility with NetBSD 1.5
+options COMPAT_16 # compatibility with NetBSD 1.6
options COMPAT_SUNOS # Support to run Sun (m68k) executables
options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
options COMPAT_NOMID # allow nonvalid machine id executables
diff -r afecb5943312 -r 4e7732bec20b sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Mon Sep 22 14:11:15 2003 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.32 2003/04/10 22:06:54 christos Exp $
+# $NetBSD: GENERIC.in,v 1.33 2003/09/22 14:11:16 cl Exp $
#
# Generic atari
#
@@ -130,6 +130,8 @@
options COMPAT_12 # Compatibility to NetBSD1.2
options COMPAT_13 # Compatibility to NetBSD1.3
options COMPAT_14 # Compatibility to NetBSD1.4
+options COMPAT_15 # Compatibility to NetBSD1.5
+options COMPAT_16 # Compatibility to NetBSD1.6
#ifndef INSTALL_KERNEL
#options COMPAT_09 # has no meaning on the atari
#options COMPAT_SUNOS # Support to run Sun-3 executables
diff -r afecb5943312 -r 4e7732bec20b sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/cesfic/conf/GENERIC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.19 2003/04/26 14:10:13 ragge Exp $
+# $NetBSD: GENERIC,v 1.20 2003/09/22 14:11:17 cl Exp $
#
# GENERIC machine description file
#
@@ -45,7 +45,9 @@
options COMPAT_11 # compatibility with NetBSD 1.1
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
-options COMPAT_14 # compatibility with NetBSD 1.3
+options COMPAT_14 # compatibility with NetBSD 1.4
+options COMPAT_15 # compatibility with NetBSD 1.5
+options COMPAT_16 # compatibility with NetBSD 1.6
#options SYSVSHM # System V-style shared memory
#options SYSVSEM # System V-style semaphores
#options SEMMNI=10 # number of semaphore identifiers
diff -r afecb5943312 -r 4e7732bec20b sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/hp300/conf/GENERIC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.94 2003/08/01 01:18:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.95 2003/09/22 14:11:17 cl Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.94 $"
+#ident "GENERIC-$Revision: 1.95 $"
maxusers 32 # estimated number of users
@@ -82,6 +82,8 @@
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
options COMPAT_14 # compatibility with NetBSD 1.4
+options COMPAT_15 # compatibility with NetBSD 1.5
+options COMPAT_16 # compatibility with NetBSD 1.6
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
# Binary compatibility.
diff -r afecb5943312 -r 4e7732bec20b sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/hp300/conf/INSTALL Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.11 2003/09/06 03:25:26 itojun Exp $
+# $NetBSD: INSTALL,v 1.12 2003/09/22 14:11:18 cl Exp $
#
# INSTALL machine description file
#
@@ -50,6 +50,8 @@
#options COMPAT_12 # compatibility with NetBSD 1.2
#options COMPAT_13 # compatibility with NetBSD 1.3
#options COMPAT_14 # compatibility with NetBSD 1.4
+#options COMPAT_15 # compatibility with NetBSD 1.5
+#options COMPAT_16 # compatibility with NetBSD 1.6
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
#options SYSVSHM # System V-style shared memory
#options SYSVSEM # System V-style semaphores
diff -r afecb5943312 -r 4e7732bec20b sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.41 2003/04/26 14:10:10 ragge Exp $
+# $NetBSD: GENERIC,v 1.42 2003/09/22 14:11:19 cl Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.41 $"
+#ident "GENERIC-$Revision: 1.42 $"
maxusers 8
@@ -67,6 +67,8 @@
options COMPAT_12 # NetBSD 1.2 binary compatibility
options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
+options COMPAT_15 # NetBSD 1.5 binary compatibility
+options COMPAT_16 # NetBSD 1.6 binary compatibility
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
options EXEC_AOUT # support for a.out executables
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.138 2003/04/26 14:10:10 ragge Exp $
+# $NetBSD: GENERIC,v 1.139 2003/09/22 14:11:19 cl Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.138 $"
+#ident "GENERIC-$Revision: 1.139 $"
maxusers 16 # estimated number of users
@@ -83,6 +83,7 @@
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
+options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mac68k/conf/GENERICSBC
--- a/sys/arch/mac68k/conf/GENERICSBC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mac68k/conf/GENERICSBC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERICSBC,v 1.24 2003/04/10 22:06:59 christos Exp $
+# $NetBSD: GENERICSBC,v 1.25 2003/09/22 14:11:20 cl Exp $
#
# GENERICSBC
@@ -6,7 +6,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERICSBC-$Revision: 1.24 $"
+#ident "GENERICSBC-$Revision: 1.25 $"
maxusers 16 # estimated number of users
@@ -62,6 +62,7 @@
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
+options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mac68k/conf/INSTALL
--- a/sys/arch/mac68k/conf/INSTALL Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mac68k/conf/INSTALL Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.24 2003/09/06 03:25:28 itojun Exp $
+# $NetBSD: INSTALL,v 1.25 2003/09/22 14:11:20 cl Exp $
#
# INSTALL
@@ -45,6 +45,8 @@
options COMPAT_12 # NetBSD 1.2,
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
+options COMPAT_15 # NetBSD 1.5,
+options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
# File systems
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mac68k/conf/INSTALLSBC
--- a/sys/arch/mac68k/conf/INSTALLSBC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mac68k/conf/INSTALLSBC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALLSBC,v 1.15 2003/09/06 03:25:28 itojun Exp $
+# $NetBSD: INSTALLSBC,v 1.16 2003/09/22 14:11:21 cl Exp $
#
# INSTALLSBC
@@ -45,6 +45,8 @@
options COMPAT_12 # NetBSD 1.2,
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
+options COMPAT_15 # NetBSD 1.5,
+options COMPAT_16 # NetBSD 1.6,
options COMPAT_43 # and 4.3BSD
# File systems
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SMALLRAM,v 1.7 2003/04/10 22:06:59 christos Exp $
+# $NetBSD: SMALLRAM,v 1.8 2003/09/22 14:11:21 cl Exp $
#
# This is an example of how to configure a small, efficient kernel for a
# system with limited RAM. Even so it's capable of doing quite a bit. The
@@ -13,7 +13,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "SMALLRAM-$Revision: 1.7 $"
+#ident "SMALLRAM-$Revision: 1.8 $"
maxusers 8
@@ -71,6 +71,7 @@
options COMPAT_13 # NetBSD 1.3,
options COMPAT_14 # NetBSD 1.4,
options COMPAT_15 # NetBSD 1.5,
+options COMPAT_16 # NetBSD 1.6,
#options COMPAT_43 # and 4.3BSD
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.42 2003/04/26 14:10:09 ragge Exp $
+# $NetBSD: GENERIC,v 1.43 2003/09/22 14:11:21 cl Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.42 $"
+#ident "GENERIC-$Revision: 1.43 $"
# Boards this kernel supports
options MVME147
@@ -80,7 +80,8 @@
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
options COMPAT_09, COMPAT_10, COMPAT_11
-options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
+options COMPAT_12, COMPAT_13, COMPAT_14
+options COMPAT_15, COMPAT_16
#options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mvme68k/conf/VME147
--- a/sys/arch/mvme68k/conf/VME147 Mon Sep 22 13:23:56 2003 +0000
+++ b/sys/arch/mvme68k/conf/VME147 Mon Sep 22 14:11:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VME147,v 1.42 2002/09/18 02:44:03 lukem Exp $
+# $NetBSD: VME147,v 1.43 2003/09/22 14:11:22 cl Exp $
include "arch/mvme68k/conf/std.mvme68k"
@@ -39,7 +39,8 @@
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
options COMPAT_09, COMPAT_10, COMPAT_11
-options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
+options COMPAT_12, COMPAT_13, COMPAT_14
+options COMPAT_15, COMPAT_16
#options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
diff -r afecb5943312 -r 4e7732bec20b sys/arch/mvme68k/conf/VME162
Home |
Main Index |
Thread Index |
Old Index