Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf note that COMPAT_X implies all COMPAT_X+N.
details: https://anonhg.NetBSD.org/src/rev/af3e27a211dc
branches: trunk
changeset: 358730:af3e27a211dc
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jan 15 07:20:10 2018 +0000
description:
note that COMPAT_X implies all COMPAT_X+N.
diffstat:
sys/conf/compat_netbsd09.config | 4 +++-
sys/conf/compat_netbsd10.config | 4 +++-
sys/conf/compat_netbsd11.config | 4 +++-
sys/conf/compat_netbsd12.config | 4 +++-
sys/conf/compat_netbsd13.config | 4 +++-
sys/conf/compat_netbsd14.config | 4 +++-
sys/conf/compat_netbsd15.config | 4 +++-
sys/conf/compat_netbsd16.config | 4 +++-
sys/conf/compat_netbsd20.config | 4 +++-
sys/conf/compat_netbsd30.config | 4 +++-
sys/conf/compat_netbsd40.config | 4 +++-
sys/conf/compat_netbsd50.config | 4 +++-
sys/conf/compat_netbsd60.config | 4 +++-
sys/conf/compat_netbsd70.config | 4 +++-
14 files changed, 42 insertions(+), 14 deletions(-)
diffs (196 lines):
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd09.config
--- a/sys/conf/compat_netbsd09.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd09.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd09.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd09.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 0.9 and newer
# compatibility support.
+#
+# Note that COMPAT_09 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_09 # NetBSD 0.9 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd10.config
--- a/sys/conf/compat_netbsd10.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd10.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd10.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd10.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.0 and newer
# compatibility support.
+#
+# Note that COMPAT_10 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_10 # NetBSD 1.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd11.config
--- a/sys/conf/compat_netbsd11.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd11.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd11.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd11.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.1 and newer
# compatibility support.
+#
+# Note that COMPAT_11 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_11 # NetBSD 1.1 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd12.config
--- a/sys/conf/compat_netbsd12.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd12.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd12.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd12.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.2 and newer
# compatibility support.
+#
+# Note that COMPAT_12 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_12 # NetBSD 1.2 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd13.config
--- a/sys/conf/compat_netbsd13.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd13.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd13.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd13.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.3 and newer
# compatibility support.
+#
+# Note that COMPAT_13 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_13 # NetBSD 1.3 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd14.config
--- a/sys/conf/compat_netbsd14.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd14.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd14.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd14.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.4 and newer
# compatibility support.
+#
+# Note that COMPAT_14 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_14 # NetBSD 1.4 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd15.config
--- a/sys/conf/compat_netbsd15.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd15.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd15.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd15.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.5 and newer
# compatibility support.
+#
+# Note that COMPAT_15 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_15 # NetBSD 1.5 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd16.config
--- a/sys/conf/compat_netbsd16.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd16.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd16.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd16.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 1.6 and newer
# compatibility support.
+#
+# Note that COMPAT_16 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_16 # NetBSD 1.6 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd20.config
--- a/sys/conf/compat_netbsd20.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd20.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd20.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd20.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 2.0 and newer
# compatibility support.
+#
+# Note that COMPAT_20 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_20 # NetBSD 2.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd30.config
--- a/sys/conf/compat_netbsd30.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd30.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd30.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd30.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 3.0 and newer
# compatibility support.
+#
+# Note that COMPAT_30 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_30 # NetBSD 3.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd40.config
--- a/sys/conf/compat_netbsd40.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd40.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd40.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd40.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 4.0 and newer
# compatibility support.
+#
+# Note that COMPAT_40 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_40 # NetBSD 4.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd50.config
--- a/sys/conf/compat_netbsd50.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd50.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd50.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd50.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 5.0 and newer
# compatibility support.
+#
+# Note that COMPAT_50 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_50 # NetBSD 5.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd60.config
--- a/sys/conf/compat_netbsd60.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd60.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd60.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd60.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 6.0 and newer
# compatibility support.
+#
+# Note that COMPAT_60 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_60 # NetBSD 6.0 and beyond.
diff -r a6fe88fe3fb5 -r af3e27a211dc sys/conf/compat_netbsd70.config
--- a/sys/conf/compat_netbsd70.config Mon Jan 15 07:19:00 2018 +0000
+++ b/sys/conf/compat_netbsd70.config Mon Jan 15 07:20:10 2018 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: compat_netbsd70.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
+# $NetBSD: compat_netbsd70.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 7.0 and newer
# compatibility support.
+#
+# Note that COMPAT_70 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_70 # NetBSD 7.0 and beyond.
Home |
Main Index |
Thread Index |
Old Index