CVS commit: [netbsd-8] src/distrib/sets/lists/man

2018-10-31 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Oct 31 10:39:55 UTC 2018

Modified Files:
src/distrib/sets/lists/man [netbsd-8]: mi

Log Message:
Missing commit from ticket #1072: add bwfm man page


To generate a diff of this commit:
cvs rdiff -u -r1.1557.2.5 -r1.1557.2.6 src/distrib/sets/lists/man/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1557.2.5 src/distrib/sets/lists/man/mi:1.1557.2.6
--- src/distrib/sets/lists/man/mi:1.1557.2.5	Thu Jun  7 18:24:16 2018
+++ src/distrib/sets/lists/man/mi	Wed Oct 31 10:39:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1557.2.5 2018/06/07 18:24:16 martin Exp $
+# $NetBSD: mi,v 1.1557.2.6 2018/10/31 10:39:55 martin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -951,6 +951,7 @@
 ./usr/share/man/cat4/btms.0			man-sys-catman		.cat
 ./usr/share/man/cat4/btsco.0			man-sys-catman		.cat
 ./usr/share/man/cat4/btuart.0			man-sys-catman		.cat
+./usr/share/man/cat4/bwfm.0			man-sys-catman		.cat
 ./usr/share/man/cat4/bwi.0			man-sys-catman		.cat
 ./usr/share/man/cat4/ca.0			man-obsolete		obsolete
 ./usr/share/man/cat4/cac.0			man-sys-catman		.cat
@@ -4072,6 +4073,7 @@
 ./usr/share/man/html4/btms.html			man-sys-htmlman		html
 ./usr/share/man/html4/btsco.html		man-sys-htmlman		html
 ./usr/share/man/html4/btuart.html		man-sys-htmlman		html
+./usr/share/man/html4/bwfm.html			man-sys-htmlman		html
 ./usr/share/man/html4/bwi.html			man-sys-htmlman		html
 ./usr/share/man/html4/cac.html			man-sys-htmlman		html
 ./usr/share/man/html4/can.html			man-sys-htmlman		html
@@ -6963,6 +6965,7 @@
 ./usr/share/man/man4/btms.4			man-sys-man		.man
 ./usr/share/man/man4/btsco.4			man-sys-man		.man
 ./usr/share/man/man4/btuart.4			man-sys-man		.man
+./usr/share/man/man4/bwfm.4			man-sys-man		.man
 ./usr/share/man/man4/bwi.4			man-sys-man		.man
 ./usr/share/man/man4/ca.4			man-obsolete		obsolete
 ./usr/share/man/man4/cac.4			man-sys-man		.man



CVS commit: [netbsd-8] src/distrib/sets/lists/tests

2018-06-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jun  9 17:59:43 UTC 2018

Modified Files:
src/distrib/sets/lists/tests [netbsd-8]: mi

Log Message:
Also pull up r1.784 for ticket #870:

add new tests


To generate a diff of this commit:
cvs rdiff -u -r1.752.2.9 -r1.752.2.10 src/distrib/sets/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.752.2.9 src/distrib/sets/lists/tests/mi:1.752.2.10
--- src/distrib/sets/lists/tests/mi:1.752.2.9	Sun Feb 11 21:17:34 2018
+++ src/distrib/sets/lists/tests/mi	Sat Jun  9 17:59:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.752.2.9 2018/02/11 21:17:34 snj Exp $
+# $NetBSD: mi,v 1.752.2.10 2018/06/09 17:59:43 martin Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3857,6 +3857,8 @@
 ./usr/tests/usr.bin/make/unit-tests/varcmd.mk	tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varmisc.exp	tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varmisc.mk	tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/make/unit-tests/varquote.exp	tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/make/unit-tests/varquote.mk	tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varshell.exp	tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varshell.mk	tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/mixerctl			tests-usr.bin-tests	compattestfile,atf



CVS commit: [netbsd-8] src/distrib/sets

2018-04-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Apr 12 14:48:39 UTC 2018

Modified Files:
src/distrib/sets [netbsd-8]: sets.subr

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #747):

distrib/sets/sets.subr: revision 1.184

Handle compatdir first whether making obsolete lists or not, to
make obsolete lists including compat directory (eg. ./usr/lib/i386)
properly.


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.179.4.1 src/distrib/sets/sets.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.179 src/distrib/sets/sets.subr:1.179.4.1
--- src/distrib/sets/sets.subr:1.179	Wed Feb  8 18:21:23 2017
+++ src/distrib/sets/sets.subr	Thu Apr 12 14:48:39 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.179 2017/02/08 18:21:23 christos Exp $
+#	$NetBSD: sets.subr,v 1.179.4.1 2018/04/12 14:48:39 martin Exp $
 #
 
 #
@@ -179,7 +179,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.179 2017/02/08 18:21:23 christos Exp $
+# 	# $NetBSD: sets.subr,v 1.179.4.1 2018/04/12 14:48:39 martin Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root
@@ -364,6 +364,13 @@ list_set_files()
 if (kw == "obsolete")
 	haveobs = 1
 			}
+			if (iscompatdir) {
+for (d in cpaths) {
+	if (cpaths[d] == $1 "/")
+		next
+}
+cpaths[ncpaths++] = $1 "/"
+			}
 			if (obsolete && ! haveobs)
 next
 			if (!show)
@@ -387,11 +394,6 @@ list_set_files()
 emitcompat[$1] = 1;
 next
 			}
-			for (d in cpaths) {
-if (cpaths[d] == $1 "/")
-	next
-			}
-			cpaths[ncpaths++] = $1 "/"
 			for (d in compatarchdirs) {
 tmp = $0
 xfile = $1 "/" compatarchdirs[d]



CVS commit: [netbsd-8] src/distrib/sets/lists/debug

2017-12-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Dec 22 06:05:35 UTC 2017

Modified Files:
src/distrib/sets/lists/debug [netbsd-8]: mi

Log Message:
Pull up following revision(s) (requested by htodd in ticket #445):
distrib/sets/lists/debug/mi: revision 1.223
fix filename. sorry


To generate a diff of this commit:
cvs rdiff -u -r1.216.2.6 -r1.216.2.7 src/distrib/sets/lists/debug/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.216.2.6 src/distrib/sets/lists/debug/mi:1.216.2.7
--- src/distrib/sets/lists/debug/mi:1.216.2.6	Thu Dec 21 21:08:13 2017
+++ src/distrib/sets/lists/debug/mi	Fri Dec 22 06:05:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.216.2.6 2017/12/21 21:08:13 snj Exp $
+# $NetBSD: mi,v 1.216.2.7 2017/12/22 06:05:35 snj Exp $
 ./etc/mtree/set.debug   comp-sys-root
 ./usr/lib	comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib,compatfile
@@ -2280,7 +2280,7 @@
 ./usr/libdata/debug/usr/tests/net/mcast/mcast.debug		tests-net-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/mcast/t_mcast.debug		tests-obsolete		debug,atf,rump,obsolete
 ./usr/libdata/debug/usr/tests/net/net/t_pktinfo.debug		tests-net-debug		debug,atf,compattestfile
-./usr/libdata/debug/usr/tests/net/net/t_pktinfo_test.debug	tests-net-debug		debug,atf,rump
+./usr/libdata/debug/usr/tests/net/net/t_pktinfo_send.debug	tests-net-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/net/t_raw.debug		tests-net-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/net/t_tcp.debug		tests-net-debug		debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/net/net/t_udp.debug		tests-net-debug		debug,atf,compattestfile



CVS commit: [netbsd-8] src/distrib/sets/lists/comp

2017-10-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Oct 11 22:54:10 UTC 2017

Modified Files:
src/distrib/sets/lists/comp [netbsd-8]: mi

Log Message:
Pull up following revision(s) (requested by christos in ticket #319):
distrib/sets/lists/comp/mi: revision 1.2150
distrib/sets/lists/comp/mi: revision 1.2149
Don't install stdatomic.h if we don't have gcccmds. This is prolly the wrong
fix but only sun2 is affected. Perhaps it is better to descend into
usr.bin/include and install there because that also installs tgmath.h and
unfortunately math-68881.h...
Missed a "C"


To generate a diff of this commit:
cvs rdiff -u -r1.2138.2.2 -r1.2138.2.3 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2138.2.2 src/distrib/sets/lists/comp/mi:1.2138.2.3
--- src/distrib/sets/lists/comp/mi:1.2138.2.2	Mon Oct  9 18:05:11 2017
+++ src/distrib/sets/lists/comp/mi	Wed Oct 11 22:54:09 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2138.2.2 2017/10/09 18:05:11 snj Exp $
+#	$NetBSD: mi,v 1.2138.2.3 2017/10/11 22:54:09 snj Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.compcomp-sys-root
@@ -1989,7 +1989,7 @@
 ./usr/include/gcc-4.8/omp.h			comp-gcc-include	gcc=48
 ./usr/include/gcc-5/omp.h			comp-gcc-include	gcc=53
 ./usr/include/gcc-5/openacc.h			comp-gcc-include	gcc=53
-./usr/include/gcc-5/stdatomic.h			comp-gcc-include	gcc=53
+./usr/include/gcc-5/stdatomic.h			comp-gcc-include	gcc=53,gcccmds
 ./usr/include/gelf.hcomp-c-include
 ./usr/include/getopt.hcomp-c-include
 ./usr/include/glob.hcomp-c-include