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_60" to all kerne...
details: https://anonhg.NetBSD.org/src/rev/15f6b191ff0b
branches: trunk
changeset: 782115:15f6b191ff0b
user: apb <apb%NetBSD.org@localhost>
date: Wed Oct 17 14:49:40 2012 +0000
description:
Add commented out "#options COMPAT_60" to all kernel configuration files
that already had commented out "#options COMPAT_50".
diffstat:
sys/arch/evbarm/conf/RPI | 3 ++-
sys/arch/hp300/conf/INSTALL | 3 ++-
sys/arch/luna68k/conf/INSTALL | 3 ++-
sys/arch/news68k/conf/INSTALL | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
diffs (69 lines):
diff -r 7a77c7e2371f -r 15f6b191ff0b sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI Wed Oct 17 14:48:41 2012 +0000
+++ b/sys/arch/evbarm/conf/RPI Wed Oct 17 14:49:40 2012 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: RPI,v 1.9 2012/10/03 20:54:23 skrll Exp $
+# $NetBSD: RPI,v 1.10 2012/10/17 14:49:40 apb Exp $
#
# RPi -- Raspberry Pi
#
@@ -89,6 +89,7 @@
# Compatibility options
#options COMPAT_43 # 4.3BSD compatibility.
+#options COMPAT_60 # NetBSD 6.0 compatibility.
#options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_40 # NetBSD 4.0 compatibility.
#options COMPAT_30 # NetBSD 3.0 compatibility.
diff -r 7a77c7e2371f -r 15f6b191ff0b sys/arch/hp300/conf/INSTALL
--- a/sys/arch/hp300/conf/INSTALL Wed Oct 17 14:48:41 2012 +0000
+++ b/sys/arch/hp300/conf/INSTALL Wed Oct 17 14:49:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.49 2012/08/17 20:11:39 abs Exp $
+# $NetBSD: INSTALL,v 1.50 2012/10/17 14:49:41 apb Exp $
#
# INSTALL machine description file
#
@@ -56,6 +56,7 @@
#options COMPAT_30 # compatibility with NetBSD 3.0
#options COMPAT_40 # compatibility with NetBSD 4.0
#options COMPAT_50 # compatibility with NetBSD 5.0
+#options COMPAT_60 # NetBSD 6.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 7a77c7e2371f -r 15f6b191ff0b sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL Wed Oct 17 14:48:41 2012 +0000
+++ b/sys/arch/luna68k/conf/INSTALL Wed Oct 17 14:49:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2012/08/17 20:11:40 abs Exp $
+# $NetBSD: INSTALL,v 1.8 2012/10/17 14:49:41 apb Exp $
#
# config for installation ramdisk kernel
#
@@ -54,6 +54,7 @@
#options COMPAT_30 # NetBSD 3.0 compatibility.
#options COMPAT_40 # NetBSD 4.0 compatibility.
#options COMPAT_50 # NetBSD 5.0 compatibility.
+#options COMPAT_60 # NetBSD 6.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 7a77c7e2371f -r 15f6b191ff0b sys/arch/news68k/conf/INSTALL
--- a/sys/arch/news68k/conf/INSTALL Wed Oct 17 14:48:41 2012 +0000
+++ b/sys/arch/news68k/conf/INSTALL Wed Oct 17 14:49:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.56 2011/12/18 05:49:30 dholland Exp $
+# $NetBSD: INSTALL,v 1.57 2012/10/17 14:49:41 apb Exp $
# config for bootable floppy kernel
#
@@ -47,6 +47,7 @@
#options COMPAT_30 # NetBSD 3.0 binary compatibility.
#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_BSDPTY # /dev/[pt]ty?? ptys.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
Home |
Main Index |
Thread Index |
Old Index