Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add commented out "#options COMPAT_70" to all kerne...
details: https://anonhg.NetBSD.org/src/rev/619b500eeba2
branches: trunk
changeset: 331622:619b500eeba2
user: apb <apb%NetBSD.org@localhost>
date: Sat Aug 16 17:57:37 2014 +0000
description:
Add commented out "#options COMPAT_70" to all kernel configuration
files that already had commented out "#options COMPAT_60".
diffstat:
sys/arch/hp300/conf/INSTALL | 3 ++-
sys/arch/luna68k/conf/INSTALL | 3 ++-
sys/arch/news68k/conf/INSTALL | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 9303e32127f2 -r 619b500eeba2 sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL Sat Aug 16 17:57:02 2014 +0000
+++ b/sys/arch/hp300/conf/INSTALL Sat Aug 16 17:57:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.58 2014/04/30 17:51:53 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.59 2014/08/16 17:57:37 apb Exp $
#
# INSTALL machine description file
#
@@ -57,6 +57,7 @@
#options COMPAT_40 # compatibility with NetBSD 4.0
#options COMPAT_50 # compatibility with NetBSD 5.0
#options COMPAT_60 # NetBSD 6.0 compatibility.
+#options COMPAT_70 # NetBSD 7.0 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options SYSVSHM # System V-style shared memory
diff -r 9303e32127f2 -r 619b500eeba2 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL Sat Aug 16 17:57:02 2014 +0000
+++ b/sys/arch/luna68k/conf/INSTALL Sat Aug 16 17:57:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.16 2014/08/05 15:52:38 martin Exp $
+# $NetBSD: INSTALL,v 1.17 2014/08/16 17:57:37 apb Exp $
#
# config for installation ramdisk kernel
#
@@ -55,6 +55,7 @@
#options COMPAT_40 # NetBSD 4.0 compatibility.
#options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_60 # NetBSD 6.0 compatibility.
+#options COMPAT_70 # NetBSD 7.0 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 9303e32127f2 -r 619b500eeba2 sys/arch/news68k/conf/INSTALL
--- a/sys/arch/news68k/conf/INSTALL Sat Aug 16 17:57:02 2014 +0000
+++ b/sys/arch/news68k/conf/INSTALL Sat Aug 16 17:57:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.59 2013/06/30 21:38:58 rmind Exp $
+# $NetBSD: INSTALL,v 1.60 2014/08/16 17:57:37 apb Exp $
# config for bootable floppy kernel
#
@@ -48,6 +48,7 @@
#options COMPAT_40 # NetBSD 4.0 binary compatibility.
#options COMPAT_50 # NetBSD 5.0 binary compatibility.
#options COMPAT_60 # NetBSD 6.0 compatibility.
+#options COMPAT_70 # NetBSD 7.0 compatibility.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
Home |
Main Index |
Thread Index |
Old Index