Module Name: src
Committed By: apb
Date: Sat Aug 16 17:57:37 UTC 2014
Modified Files:
src/sys/arch/hp300/conf: INSTALL
src/sys/arch/luna68k/conf: INSTALL
src/sys/arch/news68k/conf: INSTALL
Log Message:
Add commented out "#options COMPAT_70" to all kernel configuration
files that already had commented out "#options COMPAT_60".
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/hp300/conf/INSTALL
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/luna68k/conf/INSTALL
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/news68k/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.58 src/sys/arch/hp300/conf/INSTALL:1.59
--- src/sys/arch/hp300/conf/INSTALL:1.58 Wed Apr 30 17:51:53 2014
+++ src/sys/arch/hp300/conf/INSTALL Sat Aug 16 17:57:37 2014
@@ -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 @@ maxusers 32
#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
Index: src/sys/arch/luna68k/conf/INSTALL
diff -u src/sys/arch/luna68k/conf/INSTALL:1.16 src/sys/arch/luna68k/conf/INSTALL:1.17
--- src/sys/arch/luna68k/conf/INSTALL:1.16 Tue Aug 5 15:52:38 2014
+++ src/sys/arch/luna68k/conf/INSTALL Sat Aug 16 17:57:37 2014
@@ -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 PIPE_SOCKETPAIR # smaller, but
#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
Index: src/sys/arch/news68k/conf/INSTALL
diff -u src/sys/arch/news68k/conf/INSTALL:1.59 src/sys/arch/news68k/conf/INSTALL:1.60
--- src/sys/arch/news68k/conf/INSTALL:1.59 Sun Jun 30 21:38:58 2013
+++ src/sys/arch/news68k/conf/INSTALL Sat Aug 16 17:57:37 2014
@@ -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 PIPE_SOCKETPAIR # smaller, but
#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.