CVS commit: src/distrib/sets/lists

2024-06-05 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Jun  5 14:16:31 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64
src/distrib/sets/lists/debug32: ad.aarch64

Log Message:
Fix some more aarch64 compat set list issues.

- libc_vfp, which implements the arm32 softfloat ABI in terms of CPU
  hardfloat instructions instead of emulation through CPU integer
  instructions, is always built for eabi, never built for eabihf.
  => aarch64 doesn't have a softfloat ABI, so making it conditional
 on softfloat doesn't make sense.
  => eabi is always a softfloat ABI, so this is always built for
 compat eabi.
  => eabihf is always a hardfloat ABI, so this is never built for
 compat eabihf.

- libc++ needs to be there but conditional on libcxx.

- libproc needs to be there but conditional on dtrace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.aarch64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/ad.aarch64

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/base32/ad.aarch64
diff -u src/distrib/sets/lists/base32/ad.aarch64:1.5 src/distrib/sets/lists/base32/ad.aarch64:1.6
--- src/distrib/sets/lists/base32/ad.aarch64:1.5	Mon Jun  3 18:47:23 2024
+++ src/distrib/sets/lists/base32/ad.aarch64	Wed Jun  5 14:16:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.5 2024/06/03 18:47:23 riastradh Exp $
+# $NetBSD: ad.aarch64,v 1.6 2024/06/05 14:16:31 riastradh Exp $
 ./lib/eabi	base-compat-shlib	compat
 ./lib/eabi/npf	base-compat-shlib	compat,npf
 ./lib/eabi/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -143,9 +143,9 @@
 ./usr/lib/eabi/libc.sobase-compat-shlib	compat
 ./usr/lib/eabi/libc.so.12			base-compat-shlib	compat
 ./usr/lib/eabi/libc.so.12.221			base-compat-shlib	compat
-./usr/lib/eabi/libc_vfp.so			base-compat-shlib	compat,softfloat
-./usr/lib/eabi/libc_vfp.so.0			base-compat-shlib	compat,softfloat
-./usr/lib/eabi/libc_vfp.so.0.0			base-compat-shlib	compat,softfloat
+./usr/lib/eabi/libc_vfp.so			base-compat-shlib	compat
+./usr/lib/eabi/libc_vfp.so.0			base-compat-shlib	compat
+./usr/lib/eabi/libc_vfp.so.0.0			base-compat-shlib	compat
 ./usr/lib/eabi/libcbor.so			base-compat-shlib	compat
 ./usr/lib/eabi/libcbor.so.0			base-compat-shlib	compat
 ./usr/lib/eabi/libcbor.so.0.5			base-compat-shlib	compat
@@ -657,9 +657,6 @@
 ./usr/lib/eabihf/libc.sobase-compat-shlib	compat
 ./usr/lib/eabihf/libc.so.12			base-compat-shlib	compat
 ./usr/lib/eabihf/libc.so.12.221			base-compat-shlib	compat
-./usr/lib/eabihf/libc_vfp.so			base-compat-shlib	compat,softfloat
-./usr/lib/eabihf/libc_vfp.so.0			base-compat-shlib	compat,softfloat
-./usr/lib/eabihf/libc_vfp.so.0.0		base-compat-shlib	compat,softfloat
 ./usr/lib/eabihf/libcbor.so			base-compat-shlib	compat
 ./usr/lib/eabihf/libcbor.so.0			base-compat-shlib	compat
 ./usr/lib/eabihf/libcbor.so.0.5			base-compat-shlib	compat

Index: src/distrib/sets/lists/debug32/ad.aarch64
diff -u src/distrib/sets/lists/debug32/ad.aarch64:1.6 src/distrib/sets/lists/debug32/ad.aarch64:1.7
--- src/distrib/sets/lists/debug32/ad.aarch64:1.6	Mon Jun  3 18:47:23 2024
+++ src/distrib/sets/lists/debug32/ad.aarch64	Wed Jun  5 14:16:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.6 2024/06/03 18:47:23 riastradh Exp $
+# $NetBSD: ad.aarch64,v 1.7 2024/06/05 14:16:31 riastradh Exp $
 ./usr/lib/eabi/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -371,8 +371,9 @@
 ./usr/libdata/debug/usr/lib/eabi/libbozohttpd.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libbsdmalloc.so.0.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libbz2.so.1.1.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/eabi/libc++.so.1.0.debug		comp-sys-debug	debug,libcxx
 ./usr/libdata/debug/usr/lib/eabi/libc.so.12.221.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/eabi/libc_vfp.so.0.0.debug	comp-sys-debug	debug,compat,softfloat
+./usr/libdata/debug/usr/lib/eabi/libc_vfp.so.0.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libcbor.so.0.5.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libcom_err.so.8.0.debug	comp-sys-debug	debug,compat,kerberos
 ./usr/libdata/debug/usr/lib/eabi/libcrypt.so.1.0.debug	comp-sys-debug	debug,compat
@@ -447,6 +448,7 @@
 ./usr/libdata/debug/usr/lib/eabi/libperfuse.so.0.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libposix.so.0.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/eabi/libppath.so.0.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/eabi/libproc.so.1.0.debug	comp-sys-debug	debug,compat,dtrace
 ./usr/libdata/debug/usr/lib/eabi/libprop.so.1.2.debug	

CVS commit: src/distrib/sets/lists

2024-06-05 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Jun  5 14:16:31 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64
src/distrib/sets/lists/debug32: ad.aarch64

Log Message:
Fix some more aarch64 compat set list issues.

- libc_vfp, which implements the arm32 softfloat ABI in terms of CPU
  hardfloat instructions instead of emulation through CPU integer
  instructions, is always built for eabi, never built for eabihf.
  => aarch64 doesn't have a softfloat ABI, so making it conditional
 on softfloat doesn't make sense.
  => eabi is always a softfloat ABI, so this is always built for
 compat eabi.
  => eabihf is always a hardfloat ABI, so this is never built for
 compat eabihf.

- libc++ needs to be there but conditional on libcxx.

- libproc needs to be there but conditional on dtrace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.aarch64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/ad.aarch64

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



Re: CVS commit: src/distrib/sets/lists

2024-06-03 Thread Christos Zoulas
In article <20240603184723.c745cf...@cvs.netbsd.org>,
Taylor R Campbell  wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  riastradh
>Date:  Mon Jun  3 18:47:23 UTC 2024
>
>Modified Files:
>   src/distrib/sets/lists/base32: ad.aarch64 md.sparc64
>   src/distrib/sets/lists/comp: ad.aarch64
>   src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
>   ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
>   md.sparc64
>   src/distrib/sets/lists/debug64: ad.mips64eb ad.mips64el
>
>Log Message:
>Take a whack at fixing the compat32 set lists for clang build.
>
>This really needs to be automatically derived from the main set
>lists; all this copypasta is a maintenance nightmare and I doubt I
>got everything after an hour of tweaking.

Yes, this all needs to be automated or reverted. It is a waste of
time and error-prone to manually have to edit what can be automatically
generated. The clang builds have been broken for more than a month,
and I did not bother to fix them because it is a waste of manual labor.
Then Taylor wasted his time fixing them. Is there a due date by which
all should be fixed or reverted? I propose July 1st.

christos



CVS commit: src/distrib/sets/lists

2024-06-03 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Mon Jun  3 18:47:23 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64 md.sparc64
src/distrib/sets/lists/comp: ad.aarch64
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64
src/distrib/sets/lists/debug64: ad.mips64eb ad.mips64el

Log Message:
Take a whack at fixing the compat32 set lists for clang build.

This really needs to be automatically derived from the main set
lists; all this copypasta is a maintenance nightmare and I doubt I
got everything after an hour of tweaking.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.aarch64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/comp/ad.aarch64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.powerpc64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.sparc64
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/debug32/md.amd64
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug64/ad.mips64eb \
src/distrib/sets/lists/debug64/ad.mips64el

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/base32/ad.aarch64
diff -u src/distrib/sets/lists/base32/ad.aarch64:1.4 src/distrib/sets/lists/base32/ad.aarch64:1.5
--- src/distrib/sets/lists/base32/ad.aarch64:1.4	Mon May  6 08:38:51 2024
+++ src/distrib/sets/lists/base32/ad.aarch64	Mon Jun  3 18:47:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.4 2024/05/06 08:38:51 mrg Exp $
+# $NetBSD: ad.aarch64,v 1.5 2024/06/03 18:47:23 riastradh Exp $
 ./lib/eabi	base-compat-shlib	compat
 ./lib/eabi/npf	base-compat-shlib	compat,npf
 ./lib/eabi/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -99,6 +99,9 @@
 ./usr/lib/eabi/libarchive.so			base-compat-shlib	compat
 ./usr/lib/eabi/libarchive.so.5			base-compat-shlib	compat
 ./usr/lib/eabi/libarchive.so.5.0		base-compat-shlib	compat
+./usr/lib/eabi/libarm.so			base-compat-shlib	compat,pic
+./usr/lib/eabi/libarm.so.0			base-compat-shlib	compat,pic
+./usr/lib/eabi/libarm.so.0.0			base-compat-shlib	compat,pic
 ./usr/lib/eabi/libasan.so			base-compat-shlib	compat,gcc,cxx
 ./usr/lib/eabi/libasan.so.5			base-compat-shlib	compat,gcc,cxx
 ./usr/lib/eabi/libasan.so.5.0			base-compat-shlib	compat,gcc,cxx
@@ -134,9 +137,15 @@
 ./usr/lib/eabi/libbz2.so			base-compat-shlib	compat
 ./usr/lib/eabi/libbz2.so.1			base-compat-shlib	compat
 ./usr/lib/eabi/libbz2.so.1.1			base-compat-shlib	compat
+./usr/lib/eabi/libc++.so			base-compat-shlib	compat,libcxx
+./usr/lib/eabi/libc++.so.1			base-compat-shlib	compat,libcxx
+./usr/lib/eabi/libc++.so.1.0			base-compat-shlib	compat,libcxx
 ./usr/lib/eabi/libc.sobase-compat-shlib	compat
 ./usr/lib/eabi/libc.so.12			base-compat-shlib	compat
 ./usr/lib/eabi/libc.so.12.221			base-compat-shlib	compat
+./usr/lib/eabi/libc_vfp.so			base-compat-shlib	compat,softfloat
+./usr/lib/eabi/libc_vfp.so.0			base-compat-shlib	compat,softfloat
+./usr/lib/eabi/libc_vfp.so.0.0			base-compat-shlib	compat,softfloat
 ./usr/lib/eabi/libcbor.so			base-compat-shlib	compat
 ./usr/lib/eabi/libcbor.so.0			base-compat-shlib	compat
 ./usr/lib/eabi/libcbor.so.0.5			base-compat-shlib	compat
@@ -149,6 +158,9 @@
 ./usr/lib/eabi/libcrypto.so			base-compat-shlib	compat
 ./usr/lib/eabi/libcrypto.so.15			base-compat-shlib	compat
 ./usr/lib/eabi/libcrypto.so.15.0		base-compat-shlib	compat
+./usr/lib/eabi/libctf.so			base-compat-shlib	compat,ctf
+./usr/lib/eabi/libctf.so.3			base-compat-shlib	compat,ctf
+./usr/lib/eabi/libctf.so.3.0			base-compat-shlib	compat,ctf
 ./usr/lib/eabi/libcurses.so			base-compat-shlib	compat
 ./usr/lib/eabi/libcurses.so.9			base-compat-shlib	compat
 ./usr/lib/eabi/libcurses.so.9.1		base-compat-shlib	compat
@@ -601,6 +613,9 @@
 ./usr/lib/eabihf/libarchive.so			base-compat-shlib	compat
 ./usr/lib/eabihf/libarchive.so.5			base-compat-shlib	compat
 ./usr/lib/eabihf/libarchive.so.5.0		base-compat-shlib	compat
+./usr/lib/eabihf/libarm.so			base-compat-shlib	compat,pic
+./usr/lib/eabihf/libarm.so.0			base-compat-shlib	compat,pic
+./usr/lib/eabihf/libarm.so.0.0			base-compat-shlib	compat,pic
 ./usr/lib/eabihf/libasan.so			base-compat-shlib	compat,gcc,cxx
 ./usr/lib/eabihf/libasan.so.5			base-compat-shlib	compat,gcc,cxx
 ./usr/lib/eabihf/libasan.so.5.0			base-compat-shlib	compat,gcc,cxx
@@ -636,9 +651,15 @@
 ./usr/lib/eabihf/libbz2.so			base-compat-shlib	compat
 ./usr/lib/eabihf/libbz2.so.1			base-compat-shlib	compat
 

CVS commit: src/distrib/sets/lists

2024-06-03 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Mon Jun  3 18:47:23 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64 md.sparc64
src/distrib/sets/lists/comp: ad.aarch64
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64
src/distrib/sets/lists/debug64: ad.mips64eb ad.mips64el

Log Message:
Take a whack at fixing the compat32 set lists for clang build.

This really needs to be automatically derived from the main set
lists; all this copypasta is a maintenance nightmare and I doubt I
got everything after an hour of tweaking.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.aarch64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/comp/ad.aarch64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.powerpc64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.sparc64
cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/debug32/md.amd64
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug64/ad.mips64eb \
src/distrib/sets/lists/debug64/ad.mips64el

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



CVS commit: src/distrib/sets/lists/base

2024-06-01 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sun Jun  2 00:22:21 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
Include usr/share/zoneinfo/leap-seconds.list


To generate a diff of this commit:
cvs rdiff -u -r1.1344 -r1.1345 src/distrib/sets/lists/base/mi

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



CVS commit: src/distrib/sets/lists/base

2024-06-01 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sun Jun  2 00:22:21 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
Include usr/share/zoneinfo/leap-seconds.list


To generate a diff of this commit:
cvs rdiff -u -r1.1344 -r1.1345 src/distrib/sets/lists/base/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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1344 src/distrib/sets/lists/base/mi:1.1345
--- src/distrib/sets/lists/base/mi:1.1344	Sat Apr 13 08:50:18 2024
+++ src/distrib/sets/lists/base/mi	Sun Jun  2 00:22:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1344 2024/04/13 08:50:18 nakayama Exp $
+# $NetBSD: mi,v 1.1345 2024/06/02 00:22:21 kre Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -6274,6 +6274,7 @@
 ./usr/share/zoneinfo/WET			base-sys-share		share
 ./usr/share/zoneinfo/Zulu			base-sys-share		share
 ./usr/share/zoneinfo/iso3166.tab		base-sys-share		share
+./usr/share/zoneinfo/leap-seconds.list		base-sys-share		share
 ./usr/share/zoneinfo/leapseconds		base-sys-share		share
 ./usr/share/zoneinfo/posixrules			base-sys-share		share
 ./usr/share/zoneinfo/zone.tab			base-sys-share		share



CVS commit: src/distrib/sets/lists/debug32

2024-05-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 25 14:11:20 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.amd64

Log Message:
More rump markers


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/debug32/md.amd64

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/debug32/md.amd64
diff -u src/distrib/sets/lists/debug32/md.amd64:1.9 src/distrib/sets/lists/debug32/md.amd64:1.10
--- src/distrib/sets/lists/debug32/md.amd64:1.9	Tue Apr 30 18:34:19 2024
+++ src/distrib/sets/lists/debug32/md.amd64	Sat May 25 14:11:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.9 2024/04/30 18:34:19 martin Exp $
+# $NetBSD: md.amd64,v 1.10 2024/05/25 14:11:20 martin Exp $
 ./usr/lib/i386/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -274,7 +274,7 @@
 ./usr/libdata/debug/usr/lib/i386/libobjc.so.4.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libopcodes.so.11.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libossaudio.so.1.1.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/i386/libp2k.so.2.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/i386/libp2k.so.2.0.debug	comp-sys-debug	debug,compat,rump
 ./usr/libdata/debug/usr/lib/i386/libpam.so.4.1.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/i386/libpanel.so.3.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libpcap.so.9.0.debug	comp-sys-debug	debug,compat
@@ -312,7 +312,7 @@
 ./usr/libdata/debug/usr/lib/i386/libterminfo.so.2.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libtre.so.0.8.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libubsan.so.4.0.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/i386/libukfs.so.1.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/i386/libukfs.so.1.0.debug	comp-sys-debug	debug,compat,rump
 ./usr/libdata/debug/usr/lib/i386/libumem.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/i386/libunbound.so.9.0.debug	comp-sys-debug	debug,compat,unbound
 ./usr/libdata/debug/usr/lib/i386/libusbhid.so.1.0.debug	comp-sys-debug	debug,compat



CVS commit: src/distrib/sets/lists/debug32

2024-05-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat May 25 14:11:20 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.amd64

Log Message:
More rump markers


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists/xcomp

2024-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon May 13 14:59:31 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: shl.mi

Log Message:
more Xf86misc obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/distrib/sets/lists/xcomp/shl.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/xcomp/shl.mi
diff -u src/distrib/sets/lists/xcomp/shl.mi:1.57 src/distrib/sets/lists/xcomp/shl.mi:1.58
--- src/distrib/sets/lists/xcomp/shl.mi:1.57	Thu Jul 14 03:41:49 2022
+++ src/distrib/sets/lists/xcomp/shl.mi	Mon May 13 10:59:31 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: shl.mi,v 1.57 2022/07/14 07:41:49 mrg Exp $
+#	$NetBSD: shl.mi,v 1.58 2024/05/13 14:59:31 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -50,7 +50,7 @@
 ./usr/X11R7/lib/libXvMC_pic.axcomp-libXvMC-lib	xorg,picinstall,compatx11file
 ./usr/X11R7/lib/libXv_pic.axcomp-libXv-lib	xorg,picinstall,compatx11file
 ./usr/X11R7/lib/libXxf86dga_pic.a			xcomp-libXxf86dga-lib	xorg,picinstall,compatx11file
-./usr/X11R7/lib/libXxf86misc_pic.a			xcomp-libXxf86misc-lib	xorg,picinstall,compatx11file
+./usr/X11R7/lib/libXxf86misc_pic.a			xcomp-obsolete	obsolete
 ./usr/X11R7/lib/libXxf86vm_pic.a			xcomp-libXxf86vm-lib	xorg,picinstall,compatx11file
 ./usr/X11R7/lib/libdrm_pic.axcomp-libdrm-lib	xorg,picinstall,compatx11file
 ./usr/X11R7/lib/libdrm_radeon_pic.a			xcomp-libdrm_radeon-lib	xorg,picinstall,compatx11file



CVS commit: src/distrib/sets/lists/xcomp

2024-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon May 13 14:59:31 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: shl.mi

Log Message:
more Xf86misc obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/distrib/sets/lists/xcomp/shl.mi

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



CVS commit: src/distrib/sets/lists

2024-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon May 13 14:56:44 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xdebug: mi

Log Message:
mark more of libXxf86misc obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.46 -r1.47 src/distrib/sets/lists/xdebug/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/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.242 src/distrib/sets/lists/xcomp/mi:1.243
--- src/distrib/sets/lists/xcomp/mi:1.242	Thu May  9 02:38:27 2024
+++ src/distrib/sets/lists/xcomp/mi	Mon May 13 10:56:44 2024
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.242 2024/05/09 06:38:27 nia Exp $
+#	 $NetBSD: mi,v 1.243 2024/05/13 14:56:44 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -5962,7 +5962,7 @@
 ./usr/libdata/lint/llib-lXvMC.ln			xcomp-libXvMC-lintlib	lint,xorg
 ./usr/libdata/lint/llib-lXvMCW.ln			xcomp-libXvMCW-lintlib	lint,xorg
 ./usr/libdata/lint/llib-lXxf86dga.ln			xcomp-libXxf86dga-lintlib	lint,xorg
-./usr/libdata/lint/llib-lXxf86misc.ln			xcomp-libXxf86misc-lintlib	lint,xorg
+./usr/libdata/lint/llib-lXxf86misc.ln			xcomp-obsolete	obsolete
 ./usr/libdata/lint/llib-lXxf86vm.ln			xcomp-libXxf86vm-lintlib	lint,xorg
 ./usr/libdata/lint/llib-ldrm.lnxcomp-libdrm-lintlib	lint,xorg
 ./usr/libdata/lint/llib-ldrm_radeon.ln			xcomp-libdrm_radeon-lintlib	lint,xorg

Index: src/distrib/sets/lists/xdebug/mi
diff -u src/distrib/sets/lists/xdebug/mi:1.46 src/distrib/sets/lists/xdebug/mi:1.47
--- src/distrib/sets/lists/xdebug/mi:1.46	Sat Feb  4 11:34:36 2023
+++ src/distrib/sets/lists/xdebug/mi	Mon May 13 10:56:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.46 2023/02/04 16:34:36 wiz Exp $
+# $NetBSD: mi,v 1.47 2024/05/13 14:56:44 christos Exp $
 ./etc/mtree/set.xdebug	comp-sys-root
 ./usr/X11R7/lib		base-x11-root	xorg,debuglib,compatx11dir
 ./usr/X11R7/lib/libEGL_g.axdebug-libEGL-debuglib	xorg,debuglib,compatx11file,xorg_glamor
@@ -48,7 +48,7 @@
 ./usr/X11R7/lib/libXvMC_g.axdebug-libXvMC-debuglib	xorg,debuglib,compatx11file
 ./usr/X11R7/lib/libXv_g.axdebug-libXv-debuglib	xorg,debuglib,compatx11file
 ./usr/X11R7/lib/libXxf86dga_g.axdebug-libXxf86dga-debuglib	xorg,debuglib,compatx11file
-./usr/X11R7/lib/libXxf86misc_g.a			xdebug-libXxf86misc-debuglib	xorg,debuglib,compatx11file
+./usr/X11R7/lib/libXxf86misc_g.a			xdebug-obsolete	obsolete
 ./usr/X11R7/lib/libXxf86vm_g.axdebug-libXxf86vm-debuglib	xorg,debuglib,compatx11file
 ./usr/X11R7/lib/libdrm_g.axdebug-libdrm-debuglib	xorg,debuglib,compatx11file
 ./usr/X11R7/lib/libdrm_radeon_g.a			xdebug-libdrm_radeon-debuglib	xorg,debuglib,compatx11file



CVS commit: src/distrib/sets/lists

2024-05-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon May 13 14:56:44 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xdebug: mi

Log Message:
mark more of libXxf86misc obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.46 -r1.47 src/distrib/sets/lists/xdebug/mi

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



CVS commit: src/distrib/sets/lists/debug

2024-05-11 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat May 11 07:34:34 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: module.ad.aarch64

Log Message:
Fix aarch64 build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug/module.ad.aarch64

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/module.ad.aarch64
diff -u src/distrib/sets/lists/debug/module.ad.aarch64:1.6 src/distrib/sets/lists/debug/module.ad.aarch64:1.7
--- src/distrib/sets/lists/debug/module.ad.aarch64:1.6	Tue Apr 11 10:30:41 2023
+++ src/distrib/sets/lists/debug/module.ad.aarch64	Sat May 11 07:34:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: module.ad.aarch64,v 1.6 2023/04/11 10:30:41 riastradh Exp $
+# $NetBSD: module.ad.aarch64,v 1.7 2024/05/11 07:34:33 mlelstv Exp $
 ./usr/libdata/debug/@MODULEDIR@/amdgpumodules-base-kernel kmod,debug
 ./usr/libdata/debug/@MODULEDIR@/amdgpu/amdgpu.kmod.debug	modules-base-kernel kmod,debug
 ./usr/libdata/debug/@MODULEDIR@/bpfjitmodules-base-kernel	kmod,sljit,debug
@@ -73,3 +73,5 @@
 ./usr/libdata/debug/@MODULEDIR@/exec_elf64/exec_elf64.kmod.debug	modules-base-kernel	kmod,debug
 ./usr/libdata/debug/@MODULEDIR@/sljitmodules-base-kernel	kmod,sljit,debug
 ./usr/libdata/debug/@MODULEDIR@/sljit/sljit.kmod.debug			modules-base-kernel	kmod,sljit,debug
+./usr/libdata/debug/@MODULEDIR@/vmtmodules-base-kernel	kmod,debug
+./usr/libdata/debug/@MODULEDIR@/vmt/vmt.kmod.debug			modules-base-kernel	kmod,debug



CVS commit: src/distrib/sets/lists/debug

2024-05-11 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat May 11 07:34:34 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: module.ad.aarch64

Log Message:
Fix aarch64 build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug/module.ad.aarch64

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



CVS commit: src/distrib/sets/lists/xdebug

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:24:08 UTC 2024

Modified Files:
src/distrib/sets/lists/xdebug: shl.mi

Log Message:
xdebug/shl.mi: Delete libXxf86misc.so.2.0.debug.

Loading existing applications that linked against this into a
debugger should continue to work, so it shouldn't be obsoleted, but
the file is no longer installed.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/xdebug/shl.mi

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



CVS commit: src/distrib/sets/lists/xdebug

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:24:08 UTC 2024

Modified Files:
src/distrib/sets/lists/xdebug: shl.mi

Log Message:
xdebug/shl.mi: Delete libXxf86misc.so.2.0.debug.

Loading existing applications that linked against this into a
debugger should continue to work, so it shouldn't be obsoleted, but
the file is no longer installed.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/xdebug/shl.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/xdebug/shl.mi
diff -u src/distrib/sets/lists/xdebug/shl.mi:1.69 src/distrib/sets/lists/xdebug/shl.mi:1.70
--- src/distrib/sets/lists/xdebug/shl.mi:1.69	Mon Sep  4 19:07:59 2023
+++ src/distrib/sets/lists/xdebug/shl.mi	Fri May 10 12:24:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.69 2023/09/04 19:07:59 riastradh Exp $
+# $NetBSD: shl.mi,v 1.70 2024/05/10 12:24:08 riastradh Exp $
 ./usr/libdata/debug/usr/X11R7/lib	base-sys-usr		xorg,debug,compatx11dir
 ./usr/libdata/debug/usr/X11R7/lib/X11/locale/lib/common/libximcp.so.2.0.debug	obsolete		obsolete
 ./usr/libdata/debug/usr/X11R7/lib/X11/locale/lib/common/libxlcDef.so.2.0.debug	obsolete		obsolete
@@ -50,7 +50,6 @@
 ./usr/libdata/debug/usr/X11R7/lib/libXvMC.so.2.0.debug	xdebug-libXvMC-debug		xorg,debug,compatx11file
 ./usr/libdata/debug/usr/X11R7/lib/libXvMCW.so.1.0.debug	xdebug-libXvMCW-debug		xorg,debug,compatx11file
 ./usr/libdata/debug/usr/X11R7/lib/libXxf86dga.so.2.0.debug	xdebug-libXxf86dga-debug		xorg,debug,compatx11file
-./usr/libdata/debug/usr/X11R7/lib/libXxf86misc.so.2.0.debug	xdebug-libXxf86misc-debug		xorg,debug,compatx11file
 ./usr/libdata/debug/usr/X11R7/lib/libXxf86vm.so.2.0.debug	xdebug-libXxf86vm-debug		xorg,debug,compatx11file
 ./usr/libdata/debug/usr/X11R7/lib/libdrm.so.3.7.debug	xdebug-libdrm-debug		xorg,debug,compatx11file
 ./usr/libdata/debug/usr/X11R7/lib/libdrm_radeon.so.0.0.debug	xdebug-libdrm_radeon-debug		xorg,debug,compatx11file



CVS commit: src/distrib/sets/lists/xbase

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:21:49 UTC 2024

Modified Files:
src/distrib/sets/lists/xbase: shl.mi

Log Message:
xbase/shl.mi: Delete, rather than obsolete, libXxf86misc.so.M(.N).

Obsolete lines here will lead postinstall to delete the shlib, which
will break any existing applications linked against it.  Deleting the
lines has no effect on postinstall.

(We should maybe have a different way to mark them instead, as
suggested in PR 57581, but we don't, so this is what we do for now.)

However, keep the obsolete line for libXxf86misc.so, since the .so
symlink itself is only used when linking new applications.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/distrib/sets/lists/xbase/shl.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/xbase/shl.mi
diff -u src/distrib/sets/lists/xbase/shl.mi:1.105 src/distrib/sets/lists/xbase/shl.mi:1.106
--- src/distrib/sets/lists/xbase/shl.mi:1.105	Fri May 10 12:18:16 2024
+++ src/distrib/sets/lists/xbase/shl.mi	Fri May 10 12:21:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.105 2024/05/10 12:18:16 riastradh Exp $
+# $NetBSD: shl.mi,v 1.106 2024/05/10 12:21:49 riastradh Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -152,8 +152,6 @@
 ./usr/X11R7/lib/libXxf86dga.so.2		xbase-libXxf86dga-lib		xorg,compatx11file
 ./usr/X11R7/lib/libXxf86dga.so.2.0		xbase-libXxf86dga-lib		xorg,compatx11file
 ./usr/X11R7/lib/libXxf86misc.so			xbase-obsolete		obsolete
-./usr/X11R7/lib/libXxf86misc.so.2		xbase-obsolete		obsolete
-./usr/X11R7/lib/libXxf86misc.so.2.0		xbase-obsolete		obsolete
 ./usr/X11R7/lib/libXxf86vm.so			xbase-libXxf86vm-lib		xorg,compatx11file
 ./usr/X11R7/lib/libXxf86vm.so.2			xbase-libXxf86vm-lib		xorg,compatx11file
 ./usr/X11R7/lib/libXxf86vm.so.2.0		xbase-libXxf86vm-lib		xorg,compatx11file



CVS commit: src/distrib/sets/lists/xbase

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:21:49 UTC 2024

Modified Files:
src/distrib/sets/lists/xbase: shl.mi

Log Message:
xbase/shl.mi: Delete, rather than obsolete, libXxf86misc.so.M(.N).

Obsolete lines here will lead postinstall to delete the shlib, which
will break any existing applications linked against it.  Deleting the
lines has no effect on postinstall.

(We should maybe have a different way to mark them instead, as
suggested in PR 57581, but we don't, so this is what we do for now.)

However, keep the obsolete line for libXxf86misc.so, since the .so
symlink itself is only used when linking new applications.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/distrib/sets/lists/xbase/shl.mi

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



CVS commit: src/distrib/sets/lists/xbase

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:18:16 UTC 2024

Modified Files:
src/distrib/sets/lists/xbase: shl.mi

Log Message:
xbase/shl.mi: Copy comment about delete vs obsolete from base/shl.mi.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/distrib/sets/lists/xbase/shl.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/xbase/shl.mi
diff -u src/distrib/sets/lists/xbase/shl.mi:1.104 src/distrib/sets/lists/xbase/shl.mi:1.105
--- src/distrib/sets/lists/xbase/shl.mi:1.104	Thu May  9 06:38:27 2024
+++ src/distrib/sets/lists/xbase/shl.mi	Fri May 10 12:18:16 2024
@@ -1,6 +1,15 @@
-# $NetBSD: shl.mi,v 1.104 2024/05/09 06:38:27 nia Exp $
+# $NetBSD: shl.mi,v 1.105 2024/05/10 12:18:16 riastradh Exp $
 #
-# Note: don't delete entries from here - mark them as "obsolete" instead.
+# Note:	Don't delete entries from here - mark them as "obsolete" instead,
+#	unless otherwise stated below.
+#
+# Note:	Do not mark "old" major and major.minor shared libraries as
+#	"obsolete"; just remove the entry, as third-party applications
+#	may be linked against the old major shared library, and
+#	that is a symlink to the old major.minor shared library.
+#	e.g., "lib.so." and "lib.so.."
+#	Exceptions to this rule may include shared libraries that
+#	are dlopen()ed at run-time, such as extra locales, etc.
 #
 ./usr/X11R7/lib/X11/locale/lib/common/ximcp.so		obsolete	obsolete
 ./usr/X11R7/lib/X11/locale/lib/common/ximcp.so.2	obsolete	obsolete



CVS commit: src/distrib/sets/lists/xbase

2024-05-10 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri May 10 12:18:16 UTC 2024

Modified Files:
src/distrib/sets/lists/xbase: shl.mi

Log Message:
xbase/shl.mi: Copy comment about delete vs obsolete from base/shl.mi.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/distrib/sets/lists/xbase/shl.mi

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



CVS commit: src/distrib/sets/lists

2024-05-09 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May  9 15:54:58 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.riscv64
src/distrib/sets/lists/debug32: ad.riscv64

Log Message:
fix gcc 12 builds.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.riscv64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/ad.riscv64

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/base32/ad.riscv64
diff -u src/distrib/sets/lists/base32/ad.riscv64:1.5 src/distrib/sets/lists/base32/ad.riscv64:1.6
--- src/distrib/sets/lists/base32/ad.riscv64:1.5	Mon May  6 08:38:51 2024
+++ src/distrib/sets/lists/base32/ad.riscv64	Thu May  9 15:54:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.riscv64,v 1.5 2024/05/06 08:38:51 mrg Exp $
+# $NetBSD: ad.riscv64,v 1.6 2024/05/09 15:54:58 mrg Exp $
 ./lib/rv32	base-compat-shlib	compat
 ./lib/rv32/npf	base-compat-shlib	compat,npf
 ./lib/rv32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -88,8 +88,10 @@
 ./usr/lib/rv32/libarchive.so.5			base-compat-shlib	compat
 ./usr/lib/rv32/libarchive.so.5.0		base-compat-shlib	compat
 ./usr/lib/rv32/libasan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/rv32/libasan.so.5			base-compat-shlib	compat,gcc,cxx
-./usr/lib/rv32/libasan.so.5.0			base-compat-shlib	compat,gcc,cxx
+./usr/lib/rv32/libasan.so.5			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/rv32/libasan.so.5.0			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/rv32/libasan.so.6			base-compat-shlib	compat,gcc=12,cxx
+./usr/lib/rv32/libasan.so.6.0			base-compat-shlib	compat,gcc=12,cxx
 ./usr/lib/rv32/libasn1.so			base-compat-shlib	compat,kerberos
 ./usr/lib/rv32/libasn1.so.10			base-compat-shlib	compat,kerberos
 ./usr/lib/rv32/libasn1.so.10.0			base-compat-shlib	compat,kerberos
@@ -198,8 +200,10 @@
 ./usr/lib/rv32/libgnumalloc.so.1		base-compat-shlib	compat
 ./usr/lib/rv32/libgnumalloc.so.1.0		base-compat-shlib	compat
 ./usr/lib/rv32/libgomp.so			base-compat-shlib	compat,gcc
-./usr/lib/rv32/libgomp.so.2			base-compat-shlib	compat,gcc
-./usr/lib/rv32/libgomp.so.2.1			base-compat-shlib	compat,gcc
+./usr/lib/rv32/libgomp.so.2			base-compat-shlib	compat,gcc=10
+./usr/lib/rv32/libgomp.so.2.1			base-compat-shlib	compat,gcc=10
+./usr/lib/rv32/libgomp.so.2			base-compat-shlib	compat,gcc=12
+./usr/lib/rv32/libgomp.so.2.2			base-compat-shlib	compat,gcc=12
 ./usr/lib/rv32/libgssapi.so			base-compat-shlib	compat,kerberos
 ./usr/lib/rv32/libgssapi.so.12			base-compat-shlib	compat,kerberos
 ./usr/lib/rv32/libgssapi.so.12.0		base-compat-shlib	compat,kerberos
@@ -270,8 +274,10 @@
 ./usr/lib/rv32/libldap_r.so.6			base-compat-shlib	compat,ldap
 ./usr/lib/rv32/libldap_r.so.6.0		base-compat-shlib	compat,ldap
 ./usr/lib/rv32/liblsan.so			base-compat-shlib	compat,cxx,gcc
-./usr/lib/rv32/liblsan.so.2			base-compat-shlib	compat,cxx,gcc
-./usr/lib/rv32/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc
+./usr/lib/rv32/liblsan.so.2			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/rv32/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/rv32/liblsan.so.3			base-compat-shlib	compat,cxx,gcc=12
+./usr/lib/rv32/liblsan.so.3.0			base-compat-shlib	compat,cxx,gcc=12
 ./usr/lib/rv32/liblua.so			base-compat-shlib	compat
 ./usr/lib/rv32/liblua.so.6			base-compat-shlib	compat
 ./usr/lib/rv32/liblua.so.6.1			base-compat-shlib	compat
@@ -418,7 +424,8 @@
 ./usr/lib/rv32/libssl.so.15.0			base-compat-shlib	compat
 ./usr/lib/rv32/libstdc++.so			base-compat-shlib	compat,gcc,cxx,libstdcxx
 ./usr/lib/rv32/libstdc++.so.9			base-compat-shlib	compat,gcc,cxx,libstdcxx
-./usr/lib/rv32/libstdc++.so.9.0		base-compat-shlib	compat,gcc,cxx,libstdcxx
+./usr/lib/rv32/libstdc++.so.9.0			base-compat-shlib	compat,gcc=10,cxx,libstdcxx
+./usr/lib/rv32/libstdc++.so.9.1			base-compat-shlib	compat,gcc=12,cxx,libstdcxx
 ./usr/lib/rv32/libtermcap.so			base-compat-shlib	compat
 ./usr/lib/rv32/libtermcap.so.0			base-compat-shlib	compat
 ./usr/lib/rv32/libtermcap.so.0.6		base-compat-shlib	compat
@@ -432,8 +439,10 @@
 ./usr/lib/rv32/libtre.so.0			base-compat-shlib	compat
 ./usr/lib/rv32/libtre.so.0.8			base-compat-shlib	compat
 ./usr/lib/rv32/libubsan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/rv32/libubsan.so.4			base-compat-shlib	compat,gcc,cxx
-./usr/lib/rv32/libubsan.so.4.0			base-compat-shlib	compat,gcc,cxx
+./usr/lib/rv32/libubsan.so.4			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/rv32/libubsan.so.4.0			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/rv32/libubsan.so.5			base-compat-shlib	compat,gcc=12,cxx
+./usr/lib/rv32/libubsan.so.5.0			base-compat-shlib	compat,gcc=12,cxx
 ./usr/lib/rv32/libukfs.so			base-compat-shlib	compat
 ./usr/lib/rv32/libukfs.so.1			base-compat-shlib	compat
 ./usr/lib/rv32/libukfs.so.1.0			base-compat-shlib	compat

Index: src/distrib/sets/lists/debug32/ad.riscv64
diff -u src/distrib/sets/lists/debug32/ad.riscv64:1.5 

CVS commit: src/distrib/sets/lists

2024-05-09 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May  9 15:54:58 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.riscv64
src/distrib/sets/lists/debug32: ad.riscv64

Log Message:
fix gcc 12 builds.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.riscv64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/ad.riscv64

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



CVS commit: src/distrib/sets/lists/debug32

2024-05-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May  9 02:14:21 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.sparc64

Log Message:
fix gcc 12 support.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/md.sparc64

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/debug32/md.sparc64
diff -u src/distrib/sets/lists/debug32/md.sparc64:1.5 src/distrib/sets/lists/debug32/md.sparc64:1.6
--- src/distrib/sets/lists/debug32/md.sparc64:1.5	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/debug32/md.sparc64	Thu May  9 02:14:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.sparc64,v 1.5 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: md.sparc64,v 1.6 2024/05/09 02:14:21 mrg Exp $
 ./usr/lib/sparc/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/sparc/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/sparc/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -191,7 +191,8 @@
 ./usr/libdata/debug/usr/lib/sparc/i18n/libmapper_zone.so.5.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libamu.so.5.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libarchive.so.5.0.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/sparc/libasan.so.5.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/sparc/libasan.so.5.0.debug	comp-sys-debug	debug,compat,gcc=10
+./usr/libdata/debug/usr/lib/sparc/libasan.so.6.0.debug	comp-sys-debug	debug,compat,gcc=12
 ./usr/libdata/debug/usr/lib/sparc/libasn1.so.10.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libatf-c++.so.2.0.debug	comp-sys-debug	debug,compat,atf
 ./usr/libdata/debug/usr/lib/sparc/libatf-c.so.0.0.debug	comp-sys-debug	debug,compat,atf
@@ -228,7 +229,8 @@
 ./usr/libdata/debug/usr/lib/sparc/libgcc_s.so.1.0.debug	comp-sys-debug	debug,compat,gcc
 ./usr/libdata/debug/usr/lib/sparc/libgnuctf.so.1.0.debug	comp-sys-debug	debug,compat,gcc
 ./usr/libdata/debug/usr/lib/sparc/libgnumalloc.so.1.0.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/sparc/libgomp.so.2.1.debug	comp-sys-debug	debug,compat,gcc
+./usr/libdata/debug/usr/lib/sparc/libgomp.so.2.1.debug	comp-sys-debug	debug,compat,gcc=10
+./usr/libdata/debug/usr/lib/sparc/libgomp.so.2.2.debug	comp-sys-debug	debug,compat,gcc=12
 ./usr/libdata/debug/usr/lib/sparc/libgssapi.so.12.0.debug	comp-sys-debug	debug,compat,kerberos
 ./usr/libdata/debug/usr/lib/sparc/libhdb.so.16.0.debug	comp-sys-debug	debug,compat,kerberos
 ./usr/libdata/debug/usr/lib/sparc/libheimbase.so.2.0.debug	comp-sys-debug	debug,compat,kerberos
@@ -252,7 +254,8 @@
 ./usr/libdata/debug/usr/lib/sparc/liblber.so.5.0.debug	comp-sys-debug	debug,compat,ldap
 ./usr/libdata/debug/usr/lib/sparc/libldap.so.6.0.debug	comp-sys-debug	debug,compat,ldap
 ./usr/libdata/debug/usr/lib/sparc/libldap_r.so.6.0.debug	comp-sys-debug	debug,compat,ldap
-./usr/libdata/debug/usr/lib/sparc/liblsan.so.2.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/sparc/liblsan.so.2.0.debug	comp-sys-debug	debug,compat,gcc=10
+./usr/libdata/debug/usr/lib/sparc/liblsan.so.3.0.debug	comp-sys-debug	debug,compat,gcc=12
 ./usr/libdata/debug/usr/lib/sparc/liblua.so.6.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/liblzf.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/liblzma.so.2.0.debug	comp-sys-debug	debug,compat
@@ -301,10 +304,12 @@
 ./usr/libdata/debug/usr/lib/sparc/libsqlite3.so.1.5.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libssh.so.46.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libssl.so.15.0.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/sparc/libstdc++.so.9.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/sparc/libstdc++.so.9.0.debug	comp-sys-debug	debug,compat,gcc=10
+./usr/libdata/debug/usr/lib/sparc/libstdc++.so.9.1.debug	comp-sys-debug	debug,compat,gcc=12
 ./usr/libdata/debug/usr/lib/sparc/libterminfo.so.2.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libtre.so.0.8.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/sparc/libubsan.so.4.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/sparc/libubsan.so.4.0.debug	comp-sys-debug	debug,compat,gcc=10
+./usr/libdata/debug/usr/lib/sparc/libubsan.so.5.0.debug	comp-sys-debug	debug,compat,gcc=12
 ./usr/libdata/debug/usr/lib/sparc/libukfs.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/sparc/libumem.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/sparc/libunbound.so.9.0.debug	comp-sys-debug	debug,compat,unbound



CVS commit: src/distrib/sets/lists/debug32

2024-05-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May  9 02:14:21 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.sparc64

Log Message:
fix gcc 12 support.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/md.sparc64

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



CVS commit: src/distrib/sets/lists

2024-05-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon May  6 08:38:51 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64 ad.mips64el ad.mipsn64eb
ad.mipsn64el ad.powerpc64 ad.riscv64 md.sparc64
src/distrib/sets/lists/base64: ad.mips64eb ad.mips64el

Log Message:
mark more libpam* with pam.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.aarch64 \
src/distrib/sets/lists/base32/ad.powerpc64
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.mips64el \
src/distrib/sets/lists/base32/ad.riscv64 \
src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base64/ad.mips64eb \
src/distrib/sets/lists/base64/ad.mips64el

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/base32/ad.aarch64
diff -u src/distrib/sets/lists/base32/ad.aarch64:1.3 src/distrib/sets/lists/base32/ad.aarch64:1.4
--- src/distrib/sets/lists/base32/ad.aarch64:1.3	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/base32/ad.aarch64	Mon May  6 08:38:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.3 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: ad.aarch64,v 1.4 2024/05/06 08:38:51 mrg Exp $
 ./lib/eabi	base-compat-shlib	compat
 ./lib/eabi/npf	base-compat-shlib	compat,npf
 ./lib/eabi/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -329,9 +329,9 @@
 ./usr/lib/eabi/libp2k.so			base-compat-shlib	compat
 ./usr/lib/eabi/libp2k.so.2			base-compat-shlib	compat
 ./usr/lib/eabi/libp2k.so.2.0			base-compat-shlib	compat
-./usr/lib/eabi/libpam.so			base-compat-shlib	compat
-./usr/lib/eabi/libpam.so.4			base-compat-shlib	compat
-./usr/lib/eabi/libpam.so.4.1			base-compat-shlib	compat
+./usr/lib/eabi/libpam.so			base-compat-shlib	compat,pam
+./usr/lib/eabi/libpam.so.4			base-compat-shlib	compat,pam
+./usr/lib/eabi/libpam.so.4.1			base-compat-shlib	compat,pam
 ./usr/lib/eabi/libpanel.so			base-compat-shlib	compat
 ./usr/lib/eabi/libpanel.so.3			base-compat-shlib	compat
 ./usr/lib/eabi/libpanel.so.3.0			base-compat-shlib	compat
@@ -831,9 +831,9 @@
 ./usr/lib/eabihf/libp2k.so			base-compat-shlib	compat
 ./usr/lib/eabihf/libp2k.so.2			base-compat-shlib	compat
 ./usr/lib/eabihf/libp2k.so.2.0			base-compat-shlib	compat
-./usr/lib/eabihf/libpam.so			base-compat-shlib	compat
-./usr/lib/eabihf/libpam.so.4			base-compat-shlib	compat
-./usr/lib/eabihf/libpam.so.4.1			base-compat-shlib	compat
+./usr/lib/eabihf/libpam.so			base-compat-shlib	compat,pam
+./usr/lib/eabihf/libpam.so.4			base-compat-shlib	compat,pam
+./usr/lib/eabihf/libpam.so.4.1			base-compat-shlib	compat,pam
 ./usr/lib/eabihf/libpanel.so			base-compat-shlib	compat
 ./usr/lib/eabihf/libpanel.so.3			base-compat-shlib	compat
 ./usr/lib/eabihf/libpanel.so.3.0			base-compat-shlib	compat
Index: src/distrib/sets/lists/base32/ad.powerpc64
diff -u src/distrib/sets/lists/base32/ad.powerpc64:1.3 src/distrib/sets/lists/base32/ad.powerpc64:1.4
--- src/distrib/sets/lists/base32/ad.powerpc64:1.3	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/base32/ad.powerpc64	Mon May  6 08:38:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.powerpc64,v 1.3 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: ad.powerpc64,v 1.4 2024/05/06 08:38:51 mrg Exp $
 ./lib/powerpc	base-compat-shlib	compat
 ./lib/powerpc/npf	base-compat-shlib	compat,npf
 ./lib/powerpc/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -317,9 +317,9 @@
 ./usr/lib/powerpc/libp2k.so			base-compat-shlib	compat
 ./usr/lib/powerpc/libp2k.so.2			base-compat-shlib	compat
 ./usr/lib/powerpc/libp2k.so.2.0			base-compat-shlib	compat
-./usr/lib/powerpc/libpam.so			base-compat-shlib	compat
-./usr/lib/powerpc/libpam.so.4			base-compat-shlib	compat
-./usr/lib/powerpc/libpam.so.4.1			base-compat-shlib	compat
+./usr/lib/powerpc/libpam.so			base-compat-shlib	compat,pam
+./usr/lib/powerpc/libpam.so.4			base-compat-shlib	compat,pam
+./usr/lib/powerpc/libpam.so.4.1			base-compat-shlib	compat,pam
 ./usr/lib/powerpc/libpanel.so			base-compat-shlib	compat
 ./usr/lib/powerpc/libpanel.so.3			base-compat-shlib	compat
 ./usr/lib/powerpc/libpanel.so.3.0			base-compat-shlib	compat

Index: src/distrib/sets/lists/base32/ad.mips64el
diff -u src/distrib/sets/lists/base32/ad.mips64el:1.4 src/distrib/sets/lists/base32/ad.mips64el:1.5
--- src/distrib/sets/lists/base32/ad.mips64el:1.4	Mon Apr 22 14:41:25 2024
+++ src/distrib/sets/lists/base32/ad.mips64el	Mon May  6 08:38:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64el,v 1.4 2024/04/22 14:41:25 nia Exp $
+# $NetBSD: ad.mips64el,v 1.5 2024/05/06 08:38:51 mrg Exp $
 ./lib/64	base-compat-shlib	compat
 ./lib/o32	base-compat-shlib	compat
 ./lib/o32/npf	base-compat-shlib	compat,npf
@@ -323,9 +323,9 @@
 ./usr/lib/o32/libp2k.so			base-compat-shlib	compat
 

CVS commit: src/distrib/sets/lists

2024-05-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon May  6 08:38:51 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.aarch64 ad.mips64el ad.mipsn64eb
ad.mipsn64el ad.powerpc64 ad.riscv64 md.sparc64
src/distrib/sets/lists/base64: ad.mips64eb ad.mips64el

Log Message:
mark more libpam* with pam.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.aarch64 \
src/distrib/sets/lists/base32/ad.powerpc64
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.mips64el \
src/distrib/sets/lists/base32/ad.riscv64 \
src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base64/ad.mips64eb \
src/distrib/sets/lists/base64/ad.mips64el

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



CVS commit: src/distrib/sets/lists/base32

2024-05-06 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon May  6 06:06:41 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.sparc64

Log Message:
sprinkle rump, gcc=12 etc.
Now sparc64 with HAVE_GCC=12 and MKRUMP=no builds again


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/md.sparc64

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/base32/md.sparc64
diff -u src/distrib/sets/lists/base32/md.sparc64:1.3 src/distrib/sets/lists/base32/md.sparc64:1.4
--- src/distrib/sets/lists/base32/md.sparc64:1.3	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/base32/md.sparc64	Mon May  6 06:06:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.sparc64,v 1.3 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: md.sparc64,v 1.4 2024/05/06 06:06:40 macallan Exp $
 ./lib/sparc	base-compat-shlib	compat
 ./lib/sparc/npf	base-compat-shlib	compat,npf
 ./lib/sparc/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -88,8 +88,10 @@
 ./usr/lib/sparc/libarchive.so.5			base-compat-shlib	compat
 ./usr/lib/sparc/libarchive.so.5.0		base-compat-shlib	compat
 ./usr/lib/sparc/libasan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/sparc/libasan.so.5			base-compat-shlib	compat,gcc,cxx
-./usr/lib/sparc/libasan.so.5.0			base-compat-shlib	compat,gcc,cxx
+./usr/lib/sparc/libasan.so.5			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/sparc/libasan.so.5.0			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/sparc/libasan.so.6			base-compat-shlib	compat,gcc=12,cxx
+./usr/lib/sparc/libasan.so.6.0			base-compat-shlib	compat,gcc=12,cxx
 ./usr/lib/sparc/libasn1.so			base-compat-shlib	compat,kerberos
 ./usr/lib/sparc/libasn1.so.10			base-compat-shlib	compat,kerberos
 ./usr/lib/sparc/libasn1.so.10.0			base-compat-shlib	compat,kerberos
@@ -199,7 +201,8 @@
 ./usr/lib/sparc/libgnumalloc.so.1.0		base-compat-shlib	compat
 ./usr/lib/sparc/libgomp.so			base-compat-shlib	compat,gcc
 ./usr/lib/sparc/libgomp.so.2			base-compat-shlib	compat,gcc
-./usr/lib/sparc/libgomp.so.2.1			base-compat-shlib	compat,gcc
+./usr/lib/sparc/libgomp.so.2.1			base-compat-shlib	compat,gcc=10
+./usr/lib/sparc/libgomp.so.2.2			base-compat-shlib	compat,gcc=12
 ./usr/lib/sparc/libgssapi.so			base-compat-shlib	compat,kerberos
 ./usr/lib/sparc/libgssapi.so.12			base-compat-shlib	compat,kerberos
 ./usr/lib/sparc/libgssapi.so.12.0		base-compat-shlib	compat,kerberos
@@ -270,8 +273,10 @@
 ./usr/lib/sparc/libldap_r.so.6			base-compat-shlib	compat,ldap
 ./usr/lib/sparc/libldap_r.so.6.0		base-compat-shlib	compat,ldap
 ./usr/lib/sparc/liblsan.so			base-compat-shlib	compat,cxx,gcc
-./usr/lib/sparc/liblsan.so.2			base-compat-shlib	compat,cxx,gcc
-./usr/lib/sparc/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc
+./usr/lib/sparc/liblsan.so.2			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/sparc/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/sparc/liblsan.so.3			base-compat-shlib	compat,cxx,gcc=12
+./usr/lib/sparc/liblsan.so.3.0			base-compat-shlib	compat,cxx,gcc=12
 ./usr/lib/sparc/liblua.so			base-compat-shlib	compat
 ./usr/lib/sparc/liblua.so.6			base-compat-shlib	compat
 ./usr/lib/sparc/liblua.so.6.1			base-compat-shlib	compat
@@ -314,9 +319,9 @@
 ./usr/lib/sparc/libossaudio.so			base-compat-shlib	compat
 ./usr/lib/sparc/libossaudio.so.1		base-compat-shlib	compat
 ./usr/lib/sparc/libossaudio.so.1.1		base-compat-shlib	compat
-./usr/lib/sparc/libp2k.so			base-compat-shlib	compat
-./usr/lib/sparc/libp2k.so.2			base-compat-shlib	compat
-./usr/lib/sparc/libp2k.so.2.0			base-compat-shlib	compat
+./usr/lib/sparc/libp2k.so			base-compat-shlib	compat,rump
+./usr/lib/sparc/libp2k.so.2			base-compat-shlib	compat,rump
+./usr/lib/sparc/libp2k.so.2.0			base-compat-shlib	compat,rump
 ./usr/lib/sparc/libpam.so			base-compat-shlib	compat
 ./usr/lib/sparc/libpam.so.4			base-compat-shlib	compat
 ./usr/lib/sparc/libpam.so.4.1			base-compat-shlib	compat
@@ -418,7 +423,8 @@
 ./usr/lib/sparc/libssl.so.15.0			base-compat-shlib	compat
 ./usr/lib/sparc/libstdc++.so			base-compat-shlib	compat,gcc,cxx,libstdcxx
 ./usr/lib/sparc/libstdc++.so.9			base-compat-shlib	compat,gcc,cxx,libstdcxx
-./usr/lib/sparc/libstdc++.so.9.0		base-compat-shlib	compat,gcc,cxx,libstdcxx
+./usr/lib/sparc/libstdc++.so.9.0		base-compat-shlib	compat,gcc=10,cxx,libstdcxx
+./usr/lib/sparc/libstdc++.so.9.1		base-compat-shlib	compat,gcc=12,cxx,libstdcxx
 ./usr/lib/sparc/libtermcap.so			base-compat-shlib	compat
 ./usr/lib/sparc/libtermcap.so.0			base-compat-shlib	compat
 ./usr/lib/sparc/libtermcap.so.0.6		base-compat-shlib	compat
@@ -432,11 +438,13 @@
 ./usr/lib/sparc/libtre.so.0			base-compat-shlib	compat
 ./usr/lib/sparc/libtre.so.0.8			base-compat-shlib	compat
 ./usr/lib/sparc/libubsan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/sparc/libubsan.so.4			base-compat-shlib	compat,gcc,cxx
-./usr/lib/sparc/libubsan.so.4.0			base-compat-shlib	compat,gcc,cxx

CVS commit: src/distrib/sets/lists/base32

2024-05-06 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Mon May  6 06:06:41 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.sparc64

Log Message:
sprinkle rump, gcc=12 etc.
Now sparc64 with HAVE_GCC=12 and MKRUMP=no builds again


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/md.sparc64

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



CVS commit: src/distrib/sets/lists/base32

2024-05-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon May  6 05:27:46 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64

Log Message:
mark libpam* as being part of pam.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/base32/md.amd64

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/base32/md.amd64
diff -u src/distrib/sets/lists/base32/md.amd64:1.7 src/distrib/sets/lists/base32/md.amd64:1.8
--- src/distrib/sets/lists/base32/md.amd64:1.7	Tue Apr 30 18:34:19 2024
+++ src/distrib/sets/lists/base32/md.amd64	Mon May  6 05:27:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.7 2024/04/30 18:34:19 martin Exp $
+# $NetBSD: md.amd64,v 1.8 2024/05/06 05:27:46 mrg Exp $
 ./lib/i386	base-compat-shlib	compat
 ./lib/i386/npf	base-compat-shlib	compat,npf
 ./lib/i386/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -332,9 +332,9 @@
 ./usr/lib/i386/libp2k.so			base-compat-shlib	compat,rump
 ./usr/lib/i386/libp2k.so.2			base-compat-shlib	compat,rump
 ./usr/lib/i386/libp2k.so.2.0			base-compat-shlib	compat,rump
-./usr/lib/i386/libpam.so			base-compat-shlib	compat
-./usr/lib/i386/libpam.so.4			base-compat-shlib	compat
-./usr/lib/i386/libpam.so.4.1			base-compat-shlib	compat
+./usr/lib/i386/libpam.so			base-compat-shlib	compat,pam
+./usr/lib/i386/libpam.so.4			base-compat-shlib	compat,pam
+./usr/lib/i386/libpam.so.4.1			base-compat-shlib	compat,pam
 ./usr/lib/i386/libpanel.so			base-compat-shlib	compat
 ./usr/lib/i386/libpanel.so.3			base-compat-shlib	compat
 ./usr/lib/i386/libpanel.so.3.0			base-compat-shlib	compat



CVS commit: src/distrib/sets/lists/base32

2024-05-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon May  6 05:27:46 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64

Log Message:
mark libpam* as being part of pam.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/base32/md.amd64

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



CVS commit: src/distrib/sets/lists/man

2024-05-04 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Sat May  4 19:16:23 UTC 2024

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
add the catman pages to the set for mkcsmapper and mkesdb


To generate a diff of this commit:
cvs rdiff -u -r1.1774 -r1.1775 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.



CVS commit: src/distrib/sets/lists/man

2024-05-04 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Sat May  4 19:16:23 UTC 2024

Modified Files:
src/distrib/sets/lists/man: mi

Log Message:
add the catman pages to the set for mkcsmapper and mkesdb


To generate a diff of this commit:
cvs rdiff -u -r1.1774 -r1.1775 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.1774 src/distrib/sets/lists/man/mi:1.1775
--- src/distrib/sets/lists/man/mi:1.1774	Sat May  4 19:10:04 2024
+++ src/distrib/sets/lists/man/mi	Sat May  4 19:16:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1774 2024/05/04 19:10:04 reed Exp $
+# $NetBSD: mi,v 1.1775 2024/05/04 19:16:22 reed Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -337,8 +337,10 @@
 ./usr/share/man/cat1/midiplay.0			man-audio-catman	.cat
 ./usr/share/man/cat1/midirecord.0		man-audio-catman	.cat
 ./usr/share/man/cat1/mixerctl.0			man-audio-catman	.cat
+./usr/share/man/cat1/mkcsmapper.0		man-util-catman		.cat
 ./usr/share/man/cat1/mkdep.0			man-c-catman		.cat
 ./usr/share/man/cat1/mkdir.0			man-util-catman		.cat
+./usr/share/man/cat1/mkesdb.0			man-util-catman		.cat
 ./usr/share/man/cat1/mkfifo.0			man-sysutil-catman	.cat
 ./usr/share/man/cat1/mkfilters.0		man-ipf-catman		ipfilter,.cat
 ./usr/share/man/cat1/mklocale.0			man-util-catman		.cat



CVS commit: src/distrib/sets/lists

2024-04-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 30 18:34:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
Mark ctf libs as depending on MKCTF


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists

2024-04-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 30 18:34:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
Mark ctf libs as depending on MKCTF


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/debug32/md.amd64

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/base32/md.amd64
diff -u src/distrib/sets/lists/base32/md.amd64:1.6 src/distrib/sets/lists/base32/md.amd64:1.7
--- src/distrib/sets/lists/base32/md.amd64:1.6	Tue Apr 30 01:18:40 2024
+++ src/distrib/sets/lists/base32/md.amd64	Tue Apr 30 18:34:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.6 2024/04/30 01:18:40 macallan Exp $
+# $NetBSD: md.amd64,v 1.7 2024/04/30 18:34:19 martin Exp $
 ./lib/i386	base-compat-shlib	compat
 ./lib/i386/npf	base-compat-shlib	compat,npf
 ./lib/i386/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -142,9 +142,9 @@
 ./usr/lib/i386/libcrypto.so			base-compat-shlib	compat
 ./usr/lib/i386/libcrypto.so.15			base-compat-shlib	compat
 ./usr/lib/i386/libcrypto.so.15.0		base-compat-shlib	compat
-./usr/lib/i386/libctf.so			base-compat-shlib	compat
-./usr/lib/i386/libctf.so.3			base-compat-shlib	compat
-./usr/lib/i386/libctf.so.3.0			base-compat-shlib	compat
+./usr/lib/i386/libctf.so			base-compat-shlib	compat,ctf
+./usr/lib/i386/libctf.so.3			base-compat-shlib	compat,ctf
+./usr/lib/i386/libctf.so.3.0			base-compat-shlib	compat,ctf
 ./usr/lib/i386/libcurses.so			base-compat-shlib	compat
 ./usr/lib/i386/libcurses.so.9			base-compat-shlib	compat
 ./usr/lib/i386/libcurses.so.9.1			base-compat-shlib	compat

Index: src/distrib/sets/lists/debug32/md.amd64
diff -u src/distrib/sets/lists/debug32/md.amd64:1.8 src/distrib/sets/lists/debug32/md.amd64:1.9
--- src/distrib/sets/lists/debug32/md.amd64:1.8	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/debug32/md.amd64	Tue Apr 30 18:34:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.8 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: md.amd64,v 1.9 2024/04/30 18:34:19 martin Exp $
 ./usr/lib/i386/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -211,7 +211,7 @@
 ./usr/libdata/debug/usr/lib/i386/libcom_err.so.8.0.debug	comp-sys-debug	debug,compat,kerberos
 ./usr/libdata/debug/usr/lib/i386/libcrypt.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libcrypto.so.15.0.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/i386/libctf.so.3.0.debug
+./usr/libdata/debug/usr/lib/i386/libctf.so.3.0.debug	comp-sys-debug	debug,compat,ctf
 ./usr/libdata/debug/usr/lib/i386/libcurses.so.9.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libdes.so.15.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libdevmapper.so.1.0.debug	comp-sys-debug	debug,compat,lvm



CVS commit: src/distrib/sets/lists/base32

2024-04-29 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Apr 30 01:18:40 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64

Log Message:
sprinkle gcc=12 and rump attributes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/md.amd64

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/base32/md.amd64
diff -u src/distrib/sets/lists/base32/md.amd64:1.5 src/distrib/sets/lists/base32/md.amd64:1.6
--- src/distrib/sets/lists/base32/md.amd64:1.5	Tue Apr 16 19:15:36 2024
+++ src/distrib/sets/lists/base32/md.amd64	Tue Apr 30 01:18:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.5 2024/04/16 19:15:36 christos Exp $
+# $NetBSD: md.amd64,v 1.6 2024/04/30 01:18:40 macallan Exp $
 ./lib/i386	base-compat-shlib	compat
 ./lib/i386/npf	base-compat-shlib	compat,npf
 ./lib/i386/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -88,8 +88,10 @@
 ./usr/lib/i386/libarchive.so.5			base-compat-shlib	compat
 ./usr/lib/i386/libarchive.so.5.0		base-compat-shlib	compat
 ./usr/lib/i386/libasan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/i386/libasan.so.5			base-compat-shlib	compat,gcc,cxx
-./usr/lib/i386/libasan.so.5.0			base-compat-shlib	compat,gcc,cxx
+./usr/lib/i386/libasan.so.5			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/i386/libasan.so.5.0			base-compat-shlib	compat,gcc=10,cxx
+./usr/lib/i386/libasan.so.6			base-compat-shlib	compat,gcc=12,cxx
+./usr/lib/i386/libasan.so.6.0			base-compat-shlib	compat,gcc=12,cxx
 ./usr/lib/i386/libasn1.so			base-compat-shlib	compat,kerberos
 ./usr/lib/i386/libasn1.so.10			base-compat-shlib	compat,kerberos
 ./usr/lib/i386/libasn1.so.10.0			base-compat-shlib	compat,kerberos
@@ -205,7 +207,8 @@
 ./usr/lib/i386/libgnumalloc.so.1.0		base-compat-shlib	compat
 ./usr/lib/i386/libgomp.so			base-compat-shlib	compat,gcc
 ./usr/lib/i386/libgomp.so.2			base-compat-shlib	compat,gcc
-./usr/lib/i386/libgomp.so.2.1			base-compat-shlib	compat,gcc
+./usr/lib/i386/libgomp.so.2.1			base-compat-shlib	compat,gcc=10
+./usr/lib/i386/libgomp.so.2.2			base-compat-shlib	compat,gcc=12
 ./usr/lib/i386/libgssapi.so			base-compat-shlib	compat,kerberos
 ./usr/lib/i386/libgssapi.so.12			base-compat-shlib	compat,kerberos
 ./usr/lib/i386/libgssapi.so.12.0		base-compat-shlib	compat,kerberos
@@ -280,8 +283,10 @@
 ./usr/lib/i386/libldap_r.so.6			base-compat-shlib	compat,ldap
 ./usr/lib/i386/libldap_r.so.6.0			base-compat-shlib	compat,ldap
 ./usr/lib/i386/liblsan.so			base-compat-shlib	compat,cxx,gcc
-./usr/lib/i386/liblsan.so.2			base-compat-shlib	compat,cxx,gcc
-./usr/lib/i386/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc
+./usr/lib/i386/liblsan.so.2			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/i386/liblsan.so.2.0			base-compat-shlib	compat,cxx,gcc=10
+./usr/lib/i386/liblsan.so.3			base-compat-shlib	compat,cxx,gcc=12
+./usr/lib/i386/liblsan.so.3.0			base-compat-shlib	compat,cxx,gcc=12
 ./usr/lib/i386/liblua.so			base-compat-shlib	compat
 ./usr/lib/i386/liblua.so.6			base-compat-shlib	compat
 ./usr/lib/i386/liblua.so.6.1			base-compat-shlib	compat
@@ -324,9 +329,9 @@
 ./usr/lib/i386/libossaudio.so			base-compat-shlib	compat
 ./usr/lib/i386/libossaudio.so.1			base-compat-shlib	compat
 ./usr/lib/i386/libossaudio.so.1.1		base-compat-shlib	compat
-./usr/lib/i386/libp2k.so			base-compat-shlib	compat
-./usr/lib/i386/libp2k.so.2			base-compat-shlib	compat
-./usr/lib/i386/libp2k.so.2.0			base-compat-shlib	compat
+./usr/lib/i386/libp2k.so			base-compat-shlib	compat,rump
+./usr/lib/i386/libp2k.so.2			base-compat-shlib	compat,rump
+./usr/lib/i386/libp2k.so.2.0			base-compat-shlib	compat,rump
 ./usr/lib/i386/libpam.so			base-compat-shlib	compat
 ./usr/lib/i386/libpam.so.4			base-compat-shlib	compat
 ./usr/lib/i386/libpam.so.4.1			base-compat-shlib	compat
@@ -428,7 +433,8 @@
 ./usr/lib/i386/libssl.so.15.0			base-compat-shlib	compat
 ./usr/lib/i386/libstdc++.so			base-compat-shlib	compat,gcc,cxx,libstdcxx
 ./usr/lib/i386/libstdc++.so.9			base-compat-shlib	compat,gcc,cxx,libstdcxx
-./usr/lib/i386/libstdc++.so.9.0			base-compat-shlib	compat,gcc,cxx,libstdcxx
+./usr/lib/i386/libstdc++.so.9.0			base-compat-shlib	compat,gcc=10,cxx,libstdcxx
+./usr/lib/i386/libstdc++.so.9.1			base-compat-shlib	compat,gcc=12,cxx,libstdcxx
 ./usr/lib/i386/libtermcap.so			base-compat-shlib	compat
 ./usr/lib/i386/libtermcap.so.0			base-compat-shlib	compat
 ./usr/lib/i386/libtermcap.so.0.6		base-compat-shlib	compat
@@ -442,11 +448,13 @@
 ./usr/lib/i386/libtre.so.0			base-compat-shlib	compat
 ./usr/lib/i386/libtre.so.0.8			base-compat-shlib	compat
 ./usr/lib/i386/libubsan.so			base-compat-shlib	compat,gcc,cxx
-./usr/lib/i386/libubsan.so.4			base-compat-shlib	compat,gcc,cxx
-./usr/lib/i386/libubsan.so.4.0			base-compat-shlib	compat,gcc,cxx
-./usr/lib/i386/libukfs.so			base-compat-shlib	compat
-./usr/lib/i386/libukfs.so.1			base-compat-shlib	compat
-./usr/lib/i386/libukfs.so.1.0		

CVS commit: src/distrib/sets/lists/base32

2024-04-29 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Apr 30 01:18:40 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64

Log Message:
sprinkle gcc=12 and rump attributes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/base32/md.amd64

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



CVS commit: src/distrib/sets/lists/debug

2024-04-28 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Apr 28 18:55:04 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
tests/cd9660: add debug info to the file list


To generate a diff of this commit:
cvs rdiff -u -r1.433 -r1.434 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.433 src/distrib/sets/lists/debug/mi:1.434
--- src/distrib/sets/lists/debug/mi:1.433	Sun Apr 28 01:21:26 2024
+++ src/distrib/sets/lists/debug/mi	Sun Apr 28 18:55:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.433 2024/04/28 01:21:26 riastradh Exp $
+# $NetBSD: mi,v 1.434 2024/04/28 18:55:04 rillig Exp $
 ./etc/mtree/set.debug   comp-sys-root
 ./usr/lib	comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib
@@ -1681,6 +1681,7 @@
 ./usr/libdata/debug/usr/tests/dev/scsipi/t_cd.debug			tests-fs-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/dev/sysmon/t_swwdog.debug			tests-fs-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/dev/usb/t_hid.debug			tests-fs-debug		debug,atf,rump
+./usr/libdata/debug/usr/tests/fs/cd9660/h_hexdump_r.debug		tests-fs-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/fs/ffs/h_ffs_server.debug			tests-fs-debug		debug,atf,rump
 ./usr/libdata/debug/usr/tests/fs/ffs/h_quota2_server.debug		tests-obsolete		obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/fs/ffs/h_quota2_tests.debug		tests-fs-debug		debug,atf,rump



CVS commit: src/distrib/sets/lists/debug

2024-04-28 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Apr 28 18:55:04 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
tests/cd9660: add debug info to the file list


To generate a diff of this commit:
cvs rdiff -u -r1.433 -r1.434 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.



CVS commit: src/distrib/sets/lists/debug

2024-04-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 23 07:33:24 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
Add new test program


To generate a diff of this commit:
cvs rdiff -u -r1.431 -r1.432 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.431 src/distrib/sets/lists/debug/mi:1.432
--- src/distrib/sets/lists/debug/mi:1.431	Tue Apr  9 15:17:23 2024
+++ src/distrib/sets/lists/debug/mi	Tue Apr 23 07:33:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.431 2024/04/09 15:17:23 nia Exp $
+# $NetBSD: mi,v 1.432 2024/04/23 07:33:24 martin Exp $
 ./etc/mtree/set.debug   comp-sys-root
 ./usr/lib	comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib
@@ -1821,6 +1821,7 @@
 ./usr/libdata/debug/usr/tests/kernel/t_pty.debug			tests-kernel-tests	debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/kernel/t_rnd.debug			tests-kernel-tests	debug,atf,rump
 ./usr/libdata/debug/usr/tests/kernel/t_sigaction.debug			tests-obsolete		obsolete,compattestfile
+./usr/libdata/debug/usr/tests/kernel/t_signal_and_sp.debug		tests-kernel-tests	debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/kernel/t_subr_prf.debug			tests-kernel-tests	debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/kernel/t_sysctl.debug			tests-kernel-tests	debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/kernel/t_sysv.debug			tests-kernel-tests	debug,atf,compattestfile



CVS commit: src/distrib/sets/lists/debug

2024-04-23 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 23 07:33:24 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
Add new test program


To generate a diff of this commit:
cvs rdiff -u -r1.431 -r1.432 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.



CVS commit: src/distrib/sets/lists/base32

2024-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 17 13:23:33 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el ad.riscv64

Log Message:
more plugin set fixes


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.riscv64

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



CVS commit: src/distrib/sets/lists/base32

2024-04-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr 17 13:23:33 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el ad.riscv64

Log Message:
more plugin set fixes


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.riscv64

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/base32/ad.mipsn64eb
diff -u src/distrib/sets/lists/base32/ad.mipsn64eb:1.4 src/distrib/sets/lists/base32/ad.mipsn64eb:1.5
--- src/distrib/sets/lists/base32/ad.mipsn64eb:1.4	Tue Apr 16 10:15:53 2024
+++ src/distrib/sets/lists/base32/ad.mipsn64eb	Wed Apr 17 09:23:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mipsn64eb,v 1.4 2024/04/16 14:15:53 martin Exp $
+# $NetBSD: ad.mipsn64eb,v 1.5 2024/04/17 13:23:32 christos Exp $
 ./lib/n32	base-compat-shlib	compat
 ./lib/n32/npf	base-compat-shlib	compat,npf
 ./lib/n32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -493,6 +493,8 @@
 ./usr/lib/n32/lua/5.4/netpgp.so		base-compat-shlib	compat
 ./usr/lib/n32/lua/5.4/sqlite.so		base-compat-shlib	compat
 ./usr/lib/n32/lua/5.4/syslog.so		base-compat-shlib	compat
+./usr/lib/n32/namedbase-compat-shlib	compat
+./usr/lib/n32/named/filter-.so.0		base-compat-shlib	compat
 ./usr/lib/n32/opensslbase-crypto-usr		compat
 ./usr/lib/n32/openssl/engines			base-crypto-usr		compat
 ./usr/lib/n32/openssl/engines/dasync.so	base-crypto-usr		compat,pic,openssl=30
@@ -996,6 +998,8 @@
 ./usr/lib/o32/lua/5.4/netpgp.so		base-compat-shlib	compat
 ./usr/lib/o32/lua/5.4/sqlite.so		base-compat-shlib	compat
 ./usr/lib/o32/lua/5.4/syslog.so		base-compat-shlib	compat
+./usr/lib/o32/namedbase-compat-shlib	compat
+./usr/lib/o32/named/filter-.so.0		base-compat-shlib	compat
 ./usr/lib/o32/opensslbase-crypto-usr		compat
 ./usr/lib/o32/openssl/engines			base-crypto-usr		compat
 ./usr/lib/o32/openssl/engines/dasync.so	base-crypto-usr		compat,pic,openssl=30
@@ -1035,9 +1039,11 @@
 ./usr/libdata/debug/lib/o32/npf		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/n32/named		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32/security		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/o32/named		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/security	base-compat-shlib	compat
 ./usr/libexec/ld.elf_so-n32			base-sys-shlib		compat,pic
 ./usr/libexec/ld.elf_so-o32			base-sys-shlib		compat,pic
Index: src/distrib/sets/lists/base32/ad.mipsn64el
diff -u src/distrib/sets/lists/base32/ad.mipsn64el:1.4 src/distrib/sets/lists/base32/ad.mipsn64el:1.5
--- src/distrib/sets/lists/base32/ad.mipsn64el:1.4	Tue Apr 16 10:15:53 2024
+++ src/distrib/sets/lists/base32/ad.mipsn64el	Wed Apr 17 09:23:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mipsn64el,v 1.4 2024/04/16 14:15:53 martin Exp $
+# $NetBSD: ad.mipsn64el,v 1.5 2024/04/17 13:23:32 christos Exp $
 ./lib/n32	base-compat-shlib	compat
 ./lib/n32/npf	base-compat-shlib	compat,npf
 ./lib/n32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -493,6 +493,8 @@
 ./usr/lib/n32/lua/5.4/netpgp.so		base-compat-shlib	compat
 ./usr/lib/n32/lua/5.4/sqlite.so		base-compat-shlib	compat
 ./usr/lib/n32/lua/5.4/syslog.so		base-compat-shlib	compat
+./usr/lib/n32/namedbase-compat-shlib	compat
+./usr/lib/n32/named/filter-.so.0		base-compat-shlib	compat
 ./usr/lib/n32/opensslbase-crypto-usr		compat
 ./usr/lib/n32/openssl/engines			base-crypto-usr		compat
 ./usr/lib/n32/openssl/engines/dasync.so	base-crypto-usr		compat,pic,openssl=30
@@ -996,6 +998,8 @@
 ./usr/lib/o32/lua/5.4/netpgp.so		base-compat-shlib	compat
 ./usr/lib/o32/lua/5.4/sqlite.so		base-compat-shlib	compat
 ./usr/lib/o32/lua/5.4/syslog.so		base-compat-shlib	compat
+./usr/lib/o32/namedbase-compat-shlib	compat
+./usr/lib/o32/named/filter-.so.0		base-compat-shlib	compat
 ./usr/lib/o32/opensslbase-crypto-usr		compat
 ./usr/lib/o32/openssl/engines			base-crypto-usr		compat
 ./usr/lib/o32/openssl/engines/dasync.so	base-crypto-usr		compat,pic,openssl=30
@@ -1035,9 +1039,11 @@
 ./usr/libdata/debug/lib/o32/npf		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/n32/named		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/n32/security		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/o32/named		base-compat-shlib	compat
 

CVS commit: src/distrib/sets/lists

2024-04-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 16 14:15:53 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el
src/distrib/sets/lists/debug32: ad.mipsn64eb ad.mipsn64el

Log Message:
mipsn64 has ld.elf_so-n32 for compat (and -o32), not ld.elf_so-64


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el

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/base32/ad.mipsn64eb
diff -u src/distrib/sets/lists/base32/ad.mipsn64eb:1.3 src/distrib/sets/lists/base32/ad.mipsn64eb:1.4
--- src/distrib/sets/lists/base32/ad.mipsn64eb:1.3	Mon Apr 15 12:24:53 2024
+++ src/distrib/sets/lists/base32/ad.mipsn64eb	Tue Apr 16 14:15:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mipsn64eb,v 1.3 2024/04/15 12:24:53 martin Exp $
+# $NetBSD: ad.mipsn64eb,v 1.4 2024/04/16 14:15:53 martin Exp $
 ./lib/n32	base-compat-shlib	compat
 ./lib/n32/npf	base-compat-shlib	compat,npf
 ./lib/n32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -21,7 +21,7 @@
 ./lib/o32/npf/ext_rndblock.so			base-compat-shlib	compat,npf
 ./lib/o32/npf/ext_rndblock.so.0		base-compat-shlib	compat,npf
 ./lib/o32/npf/ext_rndblock.so.0.0		base-compat-shlib	compat,npf
-./libexec/ld.elf_so-64			base-compat-shlib	compat,pic
+./libexec/ld.elf_so-n32			base-compat-shlib	compat,pic
 ./libexec/ld.elf_so-o32			base-compat-shlib	compat,pic
 ./usr/lib/n32	base-compat-shlib	compat
 ./usr/lib/n32/i18nbase-compat-shlib	compat
@@ -1039,5 +1039,5 @@
 ./usr/libdata/debug/usr/lib/o32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/i18n		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/security	base-compat-shlib	compat
-./usr/libexec/ld.elf_so-64			base-sys-shlib		compat,pic
+./usr/libexec/ld.elf_so-n32			base-sys-shlib		compat,pic
 ./usr/libexec/ld.elf_so-o32			base-sys-shlib		compat,pic
Index: src/distrib/sets/lists/base32/ad.mipsn64el
diff -u src/distrib/sets/lists/base32/ad.mipsn64el:1.3 src/distrib/sets/lists/base32/ad.mipsn64el:1.4
--- src/distrib/sets/lists/base32/ad.mipsn64el:1.3	Mon Apr 15 12:24:53 2024
+++ src/distrib/sets/lists/base32/ad.mipsn64el	Tue Apr 16 14:15:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mipsn64el,v 1.3 2024/04/15 12:24:53 martin Exp $
+# $NetBSD: ad.mipsn64el,v 1.4 2024/04/16 14:15:53 martin Exp $
 ./lib/n32	base-compat-shlib	compat
 ./lib/n32/npf	base-compat-shlib	compat,npf
 ./lib/n32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -21,7 +21,7 @@
 ./lib/o32/npf/ext_rndblock.so			base-compat-shlib	compat,npf
 ./lib/o32/npf/ext_rndblock.so.0		base-compat-shlib	compat,npf
 ./lib/o32/npf/ext_rndblock.so.0.0		base-compat-shlib	compat,npf
-./libexec/ld.elf_so-64			base-compat-shlib	compat,pic
+./libexec/ld.elf_so-n32			base-compat-shlib	compat,pic
 ./libexec/ld.elf_so-o32			base-compat-shlib	compat,pic
 ./usr/lib/n32	base-compat-shlib	compat
 ./usr/lib/n32/i18nbase-compat-shlib	compat
@@ -1039,5 +1039,5 @@
 ./usr/libdata/debug/usr/lib/o32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/i18n		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/security	base-compat-shlib	compat
-./usr/libexec/ld.elf_so-64			base-sys-shlib		compat,pic
+./usr/libexec/ld.elf_so-n32			base-sys-shlib		compat,pic
 ./usr/libexec/ld.elf_so-o32			base-sys-shlib		compat,pic

Index: src/distrib/sets/lists/debug32/ad.mipsn64eb
diff -u src/distrib/sets/lists/debug32/ad.mipsn64eb:1.4 src/distrib/sets/lists/debug32/ad.mipsn64eb:1.5
--- src/distrib/sets/lists/debug32/ad.mipsn64eb:1.4	Sat Apr 13 08:50:19 2024
+++ src/distrib/sets/lists/debug32/ad.mipsn64eb	Tue Apr 16 14:15:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mipsn64eb,v 1.4 2024/04/13 08:50:19 nakayama Exp $
+# $NetBSD: ad.mipsn64eb,v 1.5 2024/04/16 14:15:53 martin Exp $
 ./usr/lib/n32/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/n32/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/n32/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -331,7 +331,7 @@
 ./usr/libdata/debug/lib/o32/npf/ext_log.so.0.0.debug	comp-sys-debug	debug,compat,npf
 ./usr/libdata/debug/lib/o32/npf/ext_normalize.so.0.0.debug	comp-sys-debug	debug,compat,npf
 ./usr/libdata/debug/lib/o32/npf/ext_rndblock.so.0.0.debug	comp-sys-debug	debug,compat,npf
-./usr/libdata/debug/libexec/ld.elf_so-64.debug	comp-sys-debug		debug,compat
+./usr/libdata/debug/libexec/ld.elf_so-n32.debug	comp-sys-debug		debug,compat
 ./usr/libdata/debug/libexec/ld.elf_so-o32.debug	comp-sys-debug		debug,compat
 ./usr/libdata/debug/usr/lib/n32/i18n/libBIG5.so.5.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/n32/i18n/libDECHanyu.so.5.0.debug	comp-sys-debug	debug,compat
@@ -681,7 +681,7 @@
 

CVS commit: src/distrib/sets/lists

2024-04-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 16 14:15:53 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el
src/distrib/sets/lists/debug32: ad.mipsn64eb ad.mipsn64el

Log Message:
mipsn64 has ld.elf_so-n32 for compat (and -o32), not ld.elf_so-64


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el

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



CVS commit: src/distrib/sets/lists/base32

2024-04-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr 15 12:24:53 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el

Log Message:
Mipsn64* has no 64bit compat, its userland is native n64 - instead it
has n32 compat.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el

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



CVS commit: src/distrib/sets/lists/base32

2024-04-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Apr 15 12:24:53 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: ad.mipsn64eb ad.mipsn64el

Log Message:
Mipsn64* has no 64bit compat, its userland is native n64 - instead it
has n32 compat.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el

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/base32/ad.mipsn64eb
diff -u src/distrib/sets/lists/base32/ad.mipsn64eb:1.2 src/distrib/sets/lists/base32/ad.mipsn64eb:1.3
--- src/distrib/sets/lists/base32/ad.mipsn64eb:1.2	Sat Apr 13 08:50:19 2024
+++ src/distrib/sets/lists/base32/ad.mipsn64eb	Mon Apr 15 12:24:53 2024
@@ -1,15 +1,15 @@
-# $NetBSD: ad.mipsn64eb,v 1.2 2024/04/13 08:50:19 nakayama Exp $
-./lib/64	base-compat-shlib	compat
-./lib/64/npf	base-compat-shlib	compat,npf
-./lib/64/npf/ext_log.so			base-compat-shlib	compat,npf
-./lib/64/npf/ext_log.so.0			base-compat-shlib	compat,npf
-./lib/64/npf/ext_log.so.0.0			base-compat-shlib	compat,npf
-./lib/64/npf/ext_normalize.so		base-compat-shlib	compat,npf
-./lib/64/npf/ext_normalize.so.0		base-compat-shlib	compat,npf
-./lib/64/npf/ext_normalize.so.0.0		base-compat-shlib	compat,npf
-./lib/64/npf/ext_rndblock.so			base-compat-shlib	compat,npf
-./lib/64/npf/ext_rndblock.so.0		base-compat-shlib	compat,npf
-./lib/64/npf/ext_rndblock.so.0.0		base-compat-shlib	compat,npf
+# $NetBSD: ad.mipsn64eb,v 1.3 2024/04/15 12:24:53 martin Exp $
+./lib/n32	base-compat-shlib	compat
+./lib/n32/npf	base-compat-shlib	compat,npf
+./lib/n32/npf/ext_log.so			base-compat-shlib	compat,npf
+./lib/n32/npf/ext_log.so.0			base-compat-shlib	compat,npf
+./lib/n32/npf/ext_log.so.0.0			base-compat-shlib	compat,npf
+./lib/n32/npf/ext_normalize.so		base-compat-shlib	compat,npf
+./lib/n32/npf/ext_normalize.so.0		base-compat-shlib	compat,npf
+./lib/n32/npf/ext_normalize.so.0.0		base-compat-shlib	compat,npf
+./lib/n32/npf/ext_rndblock.so			base-compat-shlib	compat,npf
+./lib/n32/npf/ext_rndblock.so.0		base-compat-shlib	compat,npf
+./lib/n32/npf/ext_rndblock.so.0.0		base-compat-shlib	compat,npf
 ./lib/o32	base-compat-shlib	compat
 ./lib/o32/npf	base-compat-shlib	compat,npf
 ./lib/o32/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -23,509 +23,509 @@
 ./lib/o32/npf/ext_rndblock.so.0.0		base-compat-shlib	compat,npf
 ./libexec/ld.elf_so-64			base-compat-shlib	compat,pic
 ./libexec/ld.elf_so-o32			base-compat-shlib	compat,pic
-./usr/lib/64	base-compat-shlib	compat
-./usr/lib/64/i18nbase-compat-shlib	compat
-./usr/lib/64/i18n/libBIG5.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libBIG5.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libBIG5.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libDECHanyu.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libDECHanyu.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libDECHanyu.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libEUC.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libEUC.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libEUC.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libEUCTW.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libEUCTW.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libEUCTW.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libGBK2K.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libGBK2K.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libGBK2K.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libHZ.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libHZ.so.5			base-compat-shlib	compat
-./usr/lib/64/i18n/libHZ.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libISO2022.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libISO2022.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libISO2022.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libJOHAB.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libJOHAB.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libJOHAB.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libMSKanji.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libMSKanji.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libMSKanji.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libUES.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libUES.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libUES.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF1632.so		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF1632.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF1632.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF7.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF7.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF7.so.5.0		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF8.so			base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF8.so.5		base-compat-shlib	compat
-./usr/lib/64/i18n/libUTF8.so.5.0		

CVS commit: src/distrib/sets/lists

2024-04-13 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Apr 13 08:50:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/base32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
"./usr/libdata/debug/usr/lib/@ARCH_SUBDIR@/security" directory is
created by mtree regardless of MKDEBUG option, so move the entry from
debug32 to base32.


To generate a diff of this commit:
cvs rdiff -u -r1.1343 -r1.1344 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base32/ad.aarch64 \
src/distrib/sets/lists/base32/ad.mips64eb \
src/distrib/sets/lists/base32/ad.mips64el \
src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el \
src/distrib/sets/lists/base32/ad.powerpc64 \
src/distrib/sets/lists/base32/ad.riscv64 \
src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.sparc64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/md.amd64

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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1343 src/distrib/sets/lists/base/mi:1.1344
--- src/distrib/sets/lists/base/mi:1.1343	Thu Apr 11 02:15:39 2024
+++ src/distrib/sets/lists/base/mi	Sat Apr 13 08:50:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1343 2024/04/11 02:15:39 riastradh Exp $
+# $NetBSD: mi,v 1.1344 2024/04/13 08:50:18 nakayama Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1267,7 +1267,7 @@
 ./usr/libdata/debug/usr/lib/i18n		base-i18n-root
 ./usr/libdata/debug/usr/lib/named		base-sys-usr
 ./usr/libdata/debug/usr/lib/npf			base-obsolete		obsolete
-./usr/libdata/debug/usr/lib/security		base-sys-usr		compatfile
+./usr/libdata/debug/usr/lib/security		base-sys-usr
 ./usr/libdata/debug/usr/libexec			base-sys-usr
 ./usr/libdata/debug/usr/libexec/ching		base-sys-usr
 ./usr/libdata/debug/usr/libexec/lpr		base-sys-usr

Index: src/distrib/sets/lists/base32/ad.aarch64
diff -u src/distrib/sets/lists/base32/ad.aarch64:1.1 src/distrib/sets/lists/base32/ad.aarch64:1.2
--- src/distrib/sets/lists/base32/ad.aarch64:1.1	Tue Apr  9 15:17:22 2024
+++ src/distrib/sets/lists/base32/ad.aarch64	Sat Apr 13 08:50:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.1 2024/04/09 15:17:22 nia Exp $
+# $NetBSD: ad.aarch64,v 1.2 2024/04/13 08:50:18 nakayama Exp $
 ./lib/eabi	base-compat-shlib	compat
 ./lib/eabi/npf	base-compat-shlib	compat,npf
 ./lib/eabi/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -1029,7 +1029,9 @@
 ./usr/libdata/debug/lib/eabihf/npf		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/eabi		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/eabi/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/eabi/security	base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/eabihf		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/eabihf/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/eabihf/security	base-compat-shlib	compat
 ./usr/libexec/ld.elf_so-eabi			base-sys-shlib		compat,pic
 ./usr/libexec/ld.elf_so-eabihf			base-sys-shlib		compat,pic
Index: src/distrib/sets/lists/base32/ad.mips64eb
diff -u src/distrib/sets/lists/base32/ad.mips64eb:1.1 src/distrib/sets/lists/base32/ad.mips64eb:1.2
--- src/distrib/sets/lists/base32/ad.mips64eb:1.1	Tue Apr  9 15:17:22 2024
+++ src/distrib/sets/lists/base32/ad.mips64eb	Sat Apr 13 08:50:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64eb,v 1.1 2024/04/09 15:17:22 nia Exp $
+# $NetBSD: ad.mips64eb,v 1.2 2024/04/13 08:50:19 nakayama Exp $
 ./lib/64	base-compat-shlib	compat
 ./lib/64/npf	base-compat-shlib	compat,npf
 ./lib/64/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -1035,7 +1035,9 @@
 ./usr/libdata/debug/lib/o32/npf		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/64		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/64/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/64/security		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32		base-compat-shlib	compat
 ./usr/libdata/debug/usr/lib/o32/i18n		base-compat-shlib	compat
+./usr/libdata/debug/usr/lib/o32/security	base-compat-shlib	compat
 

CVS commit: src/distrib/sets/lists

2024-04-13 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Apr 13 08:50:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/base32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
"./usr/libdata/debug/usr/lib/@ARCH_SUBDIR@/security" directory is
created by mtree regardless of MKDEBUG option, so move the entry from
debug32 to base32.


To generate a diff of this commit:
cvs rdiff -u -r1.1343 -r1.1344 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base32/ad.aarch64 \
src/distrib/sets/lists/base32/ad.mips64eb \
src/distrib/sets/lists/base32/ad.mips64el \
src/distrib/sets/lists/base32/ad.mipsn64eb \
src/distrib/sets/lists/base32/ad.mipsn64el \
src/distrib/sets/lists/base32/ad.powerpc64 \
src/distrib/sets/lists/base32/ad.riscv64 \
src/distrib/sets/lists/base32/md.sparc64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.sparc64
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists/debug32

2024-04-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Apr 12 14:22:51 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.amd64

Log Message:
Files libgcc_eh_g.a and libgcc_s_g.a are debuglib, not debug.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists/debug32

2024-04-12 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Fri Apr 12 14:22:51 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: md.amd64

Log Message:
Files libgcc_eh_g.a and libgcc_s_g.a are debuglib, not debug.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug32/md.amd64

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/debug32/md.amd64
diff -u src/distrib/sets/lists/debug32/md.amd64:1.5 src/distrib/sets/lists/debug32/md.amd64:1.6
--- src/distrib/sets/lists/debug32/md.amd64:1.5	Fri Apr 12 11:40:09 2024
+++ src/distrib/sets/lists/debug32/md.amd64	Fri Apr 12 14:22:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.5 2024/04/12 11:40:09 wiz Exp $
+# $NetBSD: md.amd64,v 1.6 2024/04/12 14:22:51 hannken Exp $
 ./usr/lib/i386/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -63,9 +63,9 @@
 ./usr/lib/i386/libfido2_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libfl_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libform_g.a			comp-c-debuglib	debuglib,compat
-./usr/lib/i386/libgcc_eh_g.a 			comp-sys-debug	debug,compat,gcc
+./usr/lib/i386/libgcc_eh_g.a 			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/i386/libgcc_g.a			comp-c-debuglib	debuglib,compat,gcc
-./usr/lib/i386/libgcc_s_g.a			comp-sys-debug	debug,compat,gcc
+./usr/lib/i386/libgcc_s_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/i386/libgcov_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/i386/libgnuctf_g.a			comp-c-debuglib	debuglib,compat,binutils
 ./usr/lib/i386/libgnumalloc_g.a			comp-c-debuglib	debuglib,compat



CVS commit: src/distrib/sets/lists

2024-04-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Apr 12 11:40:10 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
mark *32 libc++ with libcxx


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/debug32/md.amd64

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/base32/md.amd64
diff -u src/distrib/sets/lists/base32/md.amd64:1.2 src/distrib/sets/lists/base32/md.amd64:1.3
--- src/distrib/sets/lists/base32/md.amd64:1.2	Thu Apr 11 15:29:16 2024
+++ src/distrib/sets/lists/base32/md.amd64	Fri Apr 12 11:40:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.2 2024/04/11 15:29:16 wiz Exp $
+# $NetBSD: md.amd64,v 1.3 2024/04/12 11:40:09 wiz Exp $
 ./lib/i386	base-compat-shlib	compat
 ./lib/i386/npf	base-compat-shlib	compat,npf
 ./lib/i386/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -122,9 +122,9 @@
 ./usr/lib/i386/libbz2.so			base-compat-shlib	compat
 ./usr/lib/i386/libbz2.so.1			base-compat-shlib	compat
 ./usr/lib/i386/libbz2.so.1.1			base-compat-shlib	compat
-./usr/lib/i386/libc++.so			base-compat-shlib	compat
-./usr/lib/i386/libc++.so.1			base-compat-shlib	compat
-./usr/lib/i386/libc++.so.1.0			base-compat-shlib	compat
+./usr/lib/i386/libc++.so			base-compat-shlib	compat,libcxx
+./usr/lib/i386/libc++.so.1			base-compat-shlib	compat,libcxx
+./usr/lib/i386/libc++.so.1.0			base-compat-shlib	compat,libcxx
 ./usr/lib/i386/libc.sobase-compat-shlib	compat
 ./usr/lib/i386/libc.so.12			base-compat-shlib	compat
 ./usr/lib/i386/libc.so.12.221			base-compat-shlib	compat

Index: src/distrib/sets/lists/debug32/md.amd64
diff -u src/distrib/sets/lists/debug32/md.amd64:1.4 src/distrib/sets/lists/debug32/md.amd64:1.5
--- src/distrib/sets/lists/debug32/md.amd64:1.4	Thu Apr 11 15:29:16 2024
+++ src/distrib/sets/lists/debug32/md.amd64	Fri Apr 12 11:40:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.4 2024/04/11 15:29:16 wiz Exp $
+# $NetBSD: md.amd64,v 1.5 2024/04/12 11:40:09 wiz Exp $
 ./usr/lib/i386/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -36,7 +36,7 @@
 ./usr/lib/i386/libbozohttpd_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libbsdmalloc_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libbz2_g.a			comp-c-debuglib	debuglib,compat
-./usr/lib/i386/libc++_g.a		comp-c-debuglib	debuglib,compat
+./usr/lib/i386/libc++_g.a		comp-c-debuglib	debuglib,compat,libcxx
 ./usr/lib/i386/libc_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libcbor_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libcom_err_g.a			comp-c-debuglib	debuglib,compat
@@ -205,7 +205,7 @@
 ./usr/libdata/debug/usr/lib/i386/libbozohttpd.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libbsdmalloc.so.0.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libbz2.so.1.1.debug	comp-sys-debug	debug,compat
-./usr/libdata/debug/usr/lib/i386/libc++.so.1.0.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/i386/libc++.so.1.0.debug	comp-sys-debug	debug,compat,libcxx
 ./usr/libdata/debug/usr/lib/i386/libc.so.12.221.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libcbor.so.0.5.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libcom_err.so.8.0.debug	comp-sys-debug	debug,compat,kerberos



CVS commit: src/distrib/sets/lists

2024-04-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Apr 12 11:40:10 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
mark *32 libc++ with libcxx


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists

2024-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Apr 11 15:29:16 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
add libc++ files to *32 sets


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/debug32/md.amd64

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



CVS commit: src/distrib/sets/lists

2024-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Apr 11 15:29:16 UTC 2024

Modified Files:
src/distrib/sets/lists/base32: md.amd64
src/distrib/sets/lists/debug32: md.amd64

Log Message:
add libc++ files to *32 sets


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/base32/md.amd64
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/debug32/md.amd64

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/base32/md.amd64
diff -u src/distrib/sets/lists/base32/md.amd64:1.1 src/distrib/sets/lists/base32/md.amd64:1.2
--- src/distrib/sets/lists/base32/md.amd64:1.1	Tue Apr  9 15:17:23 2024
+++ src/distrib/sets/lists/base32/md.amd64	Thu Apr 11 15:29:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.1 2024/04/09 15:17:23 nia Exp $
+# $NetBSD: md.amd64,v 1.2 2024/04/11 15:29:16 wiz Exp $
 ./lib/i386	base-compat-shlib	compat
 ./lib/i386/npf	base-compat-shlib	compat,npf
 ./lib/i386/npf/ext_log.so			base-compat-shlib	compat,npf
@@ -122,6 +122,9 @@
 ./usr/lib/i386/libbz2.so			base-compat-shlib	compat
 ./usr/lib/i386/libbz2.so.1			base-compat-shlib	compat
 ./usr/lib/i386/libbz2.so.1.1			base-compat-shlib	compat
+./usr/lib/i386/libc++.so			base-compat-shlib	compat
+./usr/lib/i386/libc++.so.1			base-compat-shlib	compat
+./usr/lib/i386/libc++.so.1.0			base-compat-shlib	compat
 ./usr/lib/i386/libc.sobase-compat-shlib	compat
 ./usr/lib/i386/libc.so.12			base-compat-shlib	compat
 ./usr/lib/i386/libc.so.12.221			base-compat-shlib	compat

Index: src/distrib/sets/lists/debug32/md.amd64
diff -u src/distrib/sets/lists/debug32/md.amd64:1.3 src/distrib/sets/lists/debug32/md.amd64:1.4
--- src/distrib/sets/lists/debug32/md.amd64:1.3	Thu Apr 11 08:19:30 2024
+++ src/distrib/sets/lists/debug32/md.amd64	Thu Apr 11 15:29:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.3 2024/04/11 08:19:30 nia Exp $
+# $NetBSD: md.amd64,v 1.4 2024/04/11 15:29:16 wiz Exp $
 ./usr/lib/i386/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -36,6 +36,7 @@
 ./usr/lib/i386/libbozohttpd_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libbsdmalloc_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libbz2_g.a			comp-c-debuglib	debuglib,compat
+./usr/lib/i386/libc++_g.a		comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libc_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libcbor_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/i386/libcom_err_g.a			comp-c-debuglib	debuglib,compat
@@ -204,6 +205,7 @@
 ./usr/libdata/debug/usr/lib/i386/libbozohttpd.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libbsdmalloc.so.0.1.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libbz2.so.1.1.debug	comp-sys-debug	debug,compat
+./usr/libdata/debug/usr/lib/i386/libc++.so.1.0.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libc.so.12.221.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libcbor.so.0.5.debug	comp-sys-debug	debug,compat
 ./usr/libdata/debug/usr/lib/i386/libcom_err.so.8.0.debug	comp-sys-debug	debug,compat,kerberos



CVS commit: src/distrib/sets/lists/debug32

2024-04-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Apr 11 08:19:31 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
sync categories with main debug set - somehow missed in test build...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.amd64 \
src/distrib/sets/lists/debug32/md.sparc64

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/debug32/ad.aarch64
diff -u src/distrib/sets/lists/debug32/ad.aarch64:1.2 src/distrib/sets/lists/debug32/ad.aarch64:1.3
--- src/distrib/sets/lists/debug32/ad.aarch64:1.2	Wed Apr 10 16:14:26 2024
+++ src/distrib/sets/lists/debug32/ad.aarch64	Thu Apr 11 08:19:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.2 2024/04/10 16:14:26 nia Exp $
+# $NetBSD: ad.aarch64,v 1.3 2024/04/11 08:19:30 nia Exp $
 ./usr/lib/eabi/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -29,7 +29,7 @@
 ./usr/lib/eabi/libatf-c++_g.a			comp-c-debuglib	debuglib,compat,atf
 ./usr/lib/eabi/libatf-c_g.a			comp-c-debuglib	debuglib,compat,atf
 ./usr/lib/eabi/libavl_g.a			comp-c-debuglib	debuglib,compat,zfs
-./usr/lib/eabi/libbfd_g.a	comp-sys-debug		debug,compat
+./usr/lib/eabi/libbfd_g.a			comp-sys-debug	debug,compat,binutils
 ./usr/lib/eabi/libbind9_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/libblocklist_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/libbluetooth_g.a			comp-c-debuglib	debuglib,compat
@@ -62,9 +62,9 @@
 ./usr/lib/eabi/libfido2_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/libfl_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/libform_g.a			comp-c-debuglib	debuglib,compat
-./usr/lib/eabi/libgcc_eh_g.a 			comp-sys-debug	debug,compat,gcc
+./usr/lib/eabi/libgcc_eh_g.a 			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabi/libgcc_g.a			comp-c-debuglib	debuglib,compat,gcc
-./usr/lib/eabi/libgcc_s_g.a			comp-sys-debug	debug,compat,gcc
+./usr/lib/eabi/libgcc_s_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabi/libgcov_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabi/libgnuctf_g.a			comp-c-debuglib	debuglib,compat,binutils
 ./usr/lib/eabi/libgnumalloc_g.a			comp-c-debuglib	debuglib,compat
@@ -225,9 +225,9 @@
 ./usr/lib/eabihf/libfido2_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabihf/libfl_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabihf/libform_g.a			comp-c-debuglib	debuglib,compat
-./usr/lib/eabihf/libgcc_eh_g.a 			comp-sys-debug	debug,compat,gcc
+./usr/lib/eabihf/libgcc_eh_g.a 			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabihf/libgcc_g.a			comp-c-debuglib	debuglib,compat,gcc
-./usr/lib/eabihf/libgcc_s_g.a			comp-sys-debug	debug,compat,gcc
+./usr/lib/eabihf/libgcc_s_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabihf/libgcov_g.a			comp-c-debuglib	debuglib,compat,gcc
 ./usr/lib/eabihf/libgnuctf_g.a			comp-c-debuglib	debuglib,compat,binutils
 ./usr/lib/eabihf/libgnumalloc_g.a			comp-c-debuglib	debuglib,compat
Index: src/distrib/sets/lists/debug32/ad.mips64eb
diff -u src/distrib/sets/lists/debug32/ad.mips64eb:1.2 src/distrib/sets/lists/debug32/ad.mips64eb:1.3
--- src/distrib/sets/lists/debug32/ad.mips64eb:1.2	Wed Apr 10 16:14:26 2024
+++ src/distrib/sets/lists/debug32/ad.mips64eb	Thu Apr 11 08:19:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64eb,v 1.2 2024/04/10 16:14:26 nia Exp $
+# $NetBSD: ad.mips64eb,v 1.3 2024/04/11 08:19:30 nia Exp $
 ./usr/lib/64/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -29,7 +29,7 @@
 ./usr/lib/64/libatf-c++_g.a			comp-c-debuglib	debuglib,compat,atf
 ./usr/lib/64/libatf-c_g.a			comp-c-debuglib	debuglib,compat,atf
 ./usr/lib/64/libavl_g.a			comp-c-debuglib	debuglib,compat,zfs
-./usr/lib/64/libbfd_g.a	comp-sys-debug		debug,compat
+./usr/lib/64/libbfd_g.acomp-c-debuglib	debuglib,compat,binutils
 ./usr/lib/64/libbind9_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/libblocklist_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/libbluetooth_g.a			comp-c-debuglib	debuglib,compat
@@ -62,9 +62,9 @@
 ./usr/lib/64/libfido2_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/libfl_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/libform_g.a			comp-c-debuglib	

CVS commit: src/distrib/sets/lists/debug32

2024-04-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Apr 11 08:19:31 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
sync categories with main debug set - somehow missed in test build...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.amd64 \
src/distrib/sets/lists/debug32/md.sparc64

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



CVS commit: src/distrib/sets/lists/debug32

2024-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 10 16:14:26 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
Add missing directory from the new set of PAM files that get installed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.amd64 \
src/distrib/sets/lists/debug32/md.sparc64

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/debug32/ad.aarch64
diff -u src/distrib/sets/lists/debug32/ad.aarch64:1.1 src/distrib/sets/lists/debug32/ad.aarch64:1.2
--- src/distrib/sets/lists/debug32/ad.aarch64:1.1	Tue Apr  9 15:17:23 2024
+++ src/distrib/sets/lists/debug32/ad.aarch64	Wed Apr 10 16:14:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.1 2024/04/09 15:17:23 nia Exp $
+# $NetBSD: ad.aarch64,v 1.2 2024/04/10 16:14:26 nia Exp $
 ./usr/lib/eabi/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/eabi/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -484,6 +484,7 @@
 ./usr/libdata/debug/usr/lib/eabi/libzfs.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/eabi/libzfs_core.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/eabi/libzpool.so.0.0.debug	comp-sys-debug	debug,compat,zfs
+./usr/libdata/debug/usr/lib/eabi/security	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabi/security/pam_afslog.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabi/security/pam_chroot.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabi/security/pam_deny.so.4.debug	comp-sys-debug	debug,compat,pam
@@ -658,6 +659,7 @@
 ./usr/libdata/debug/usr/lib/eabihf/libzfs.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/eabihf/libzfs_core.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/eabihf/libzpool.so.0.0.debug	comp-sys-debug	debug,compat,zfs
+./usr/libdata/debug/usr/lib/eabihf/security	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabihf/security/pam_afslog.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabihf/security/pam_chroot.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/eabihf/security/pam_deny.so.4.debug	comp-sys-debug	debug,compat,pam
Index: src/distrib/sets/lists/debug32/ad.mips64eb
diff -u src/distrib/sets/lists/debug32/ad.mips64eb:1.1 src/distrib/sets/lists/debug32/ad.mips64eb:1.2
--- src/distrib/sets/lists/debug32/ad.mips64eb:1.1	Tue Apr  9 15:17:23 2024
+++ src/distrib/sets/lists/debug32/ad.mips64eb	Wed Apr 10 16:14:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: ad.mips64eb,v 1.1 2024/04/09 15:17:23 nia Exp $
+# $NetBSD: ad.mips64eb,v 1.2 2024/04/10 16:14:26 nia Exp $
 ./usr/lib/64/i18n/libBIG5_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/i18n/libDECHanyu_g.a			comp-c-debuglib	debuglib,compat
 ./usr/lib/64/i18n/libEUCTW_g.a			comp-c-debuglib	debuglib,compat
@@ -484,6 +484,7 @@
 ./usr/libdata/debug/usr/lib/64/libzfs.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/64/libzfs_core.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/64/libzpool.so.0.0.debug	comp-sys-debug	debug,compat,zfs
+./usr/libdata/debug/usr/lib/64/security	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/64/security/pam_afslog.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/64/security/pam_chroot.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/64/security/pam_deny.so.4.debug	comp-sys-debug	debug,compat,pam
@@ -658,6 +659,7 @@
 ./usr/libdata/debug/usr/lib/o32/libzfs.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/o32/libzfs_core.so.0.0.debug	comp-sys-debug	debug,compat,zfs
 ./usr/libdata/debug/usr/lib/o32/libzpool.so.0.0.debug	comp-sys-debug	debug,compat,zfs
+./usr/libdata/debug/usr/lib/o32/security	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/o32/security/pam_afslog.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/o32/security/pam_chroot.so.4.debug	comp-sys-debug	debug,compat,pam
 ./usr/libdata/debug/usr/lib/o32/security/pam_deny.so.4.debug	comp-sys-debug	debug,compat,pam
Index: src/distrib/sets/lists/debug32/ad.mips64el
diff -u src/distrib/sets/lists/debug32/ad.mips64el:1.1 src/distrib/sets/lists/debug32/ad.mips64el:1.2
--- 

CVS commit: src/distrib/sets/lists/debug32

2024-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 10 16:14:26 UTC 2024

Modified Files:
src/distrib/sets/lists/debug32: ad.aarch64 ad.mips64eb ad.mips64el
ad.mipsn64eb ad.mipsn64el ad.powerpc64 ad.riscv64 md.amd64
md.sparc64

Log Message:
Add missing directory from the new set of PAM files that get installed


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug32/ad.aarch64 \
src/distrib/sets/lists/debug32/ad.mips64eb \
src/distrib/sets/lists/debug32/ad.mips64el \
src/distrib/sets/lists/debug32/ad.mipsn64eb \
src/distrib/sets/lists/debug32/ad.mipsn64el \
src/distrib/sets/lists/debug32/ad.powerpc64 \
src/distrib/sets/lists/debug32/ad.riscv64 \
src/distrib/sets/lists/debug32/md.amd64 \
src/distrib/sets/lists/debug32/md.sparc64

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



CVS commit: src/distrib/sets/lists/etc

2024-04-09 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Tue Apr  9 21:02:17 UTC 2024

Modified Files:
src/distrib/sets/lists/etc: mi

Log Message:
Revert previous, we have no /etc/skel/.editrc (currently anyway).
This change looks to have been accidentally included in the big
sets reduction/division.

This should fix the builds.


To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/distrib/sets/lists/etc/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/etc/mi
diff -u src/distrib/sets/lists/etc/mi:1.274 src/distrib/sets/lists/etc/mi:1.275
--- src/distrib/sets/lists/etc/mi:1.274	Tue Apr  9 15:17:24 2024
+++ src/distrib/sets/lists/etc/mi	Tue Apr  9 21:02:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.274 2024/04/09 15:17:24 nia Exp $
+# $NetBSD: mi,v 1.275 2024/04/09 21:02:17 kre Exp $
 #
 # Note: end-user configuration files that are moved to another location
 #	should not be marked "obsolete"; they should just be removed from
@@ -356,7 +356,6 @@
 ./etc/shells	etc-sys-etc
 ./etc/shrc	etc-util-etc
 ./etc/skel/.cshrcetc-sys-etc
-./etc/skel/.editrcetc-sys-etc
 ./etc/skel/.loginetc-sys-etc
 ./etc/skel/.logoutetc-sys-etc
 ./etc/skel/.profileetc-sys-etc



CVS commit: src/distrib/sets/lists/etc

2024-04-09 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Tue Apr  9 21:02:17 UTC 2024

Modified Files:
src/distrib/sets/lists/etc: mi

Log Message:
Revert previous, we have no /etc/skel/.editrc (currently anyway).
This change looks to have been accidentally included in the big
sets reduction/division.

This should fix the builds.


To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 src/distrib/sets/lists/etc/mi

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



CVS commit: src/distrib/sets/lists/base

2024-04-08 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Mon Apr  8 10:26:17 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi

Log Message:
Remove unnecessary characters left over from the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.977 -r1.978 src/distrib/sets/lists/base/shl.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/base/shl.mi
diff -u src/distrib/sets/lists/base/shl.mi:1.977 src/distrib/sets/lists/base/shl.mi:1.978
--- src/distrib/sets/lists/base/shl.mi:1.977	Fri Apr  5 01:15:59 2024
+++ src/distrib/sets/lists/base/shl.mi	Mon Apr  8 10:26:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.977 2024/04/05 01:15:59 christos Exp $
+# $NetBSD: shl.mi,v 1.978 2024/04/08 10:26:17 nakayama Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1002,4 +1002,4 @@
 ./usr/lib/security/pam_u2f.so.4			base-sys-shlib		compatfile,pam
 ./usr/lib/security/pam_unix.so.4		base-sys-shlib		compatfile,pam
 ./usr/libexec/ld.elf_sobase-sys-shlib		dynamicroot
-./usr/libexec/named/filter-.so		base-obsolete		obsoleteind-bin
+./usr/libexec/named/filter-.so		base-obsolete		obsolete



CVS commit: src/distrib/sets/lists/base

2024-04-08 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Mon Apr  8 10:26:17 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi

Log Message:
Remove unnecessary characters left over from the previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.977 -r1.978 src/distrib/sets/lists/base/shl.mi

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



CVS commit: src/distrib/sets/lists/base

2024-04-07 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sun Apr  7 21:33:12 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
Revert last, unbreak build.   Unless the bind Makefiles start installing
a /var/run/named file (which in general would be wrong, as most sites run
named in a chroot these days) the file is obsolete, and should not, and
does not, get generated by the build, nor should it be included in any
sets.

Ideally we'd have an "optional" flag for the sets files, to allow them
to mention files that might exist, and don't matter (and are not included
in the sets), but that's a bigger change than is needed just to fix the
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1340 -r1.1341 src/distrib/sets/lists/base/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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1340 src/distrib/sets/lists/base/mi:1.1341
--- src/distrib/sets/lists/base/mi:1.1340	Sun Apr  7 15:02:08 2024
+++ src/distrib/sets/lists/base/mi	Sun Apr  7 21:33:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1340 2024/04/07 15:02:08 christos Exp $
+# $NetBSD: mi,v 1.1341 2024/04/07 21:33:12 kre Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -6377,7 +6377,7 @@
 ./var/quotas	base-util-root
 ./var/run	base-sys-root
 ./var/run/lwresdbase-obsolete		obsolete
-./var/run/named	base-bind-root
+./var/run/named	base-obsolete		obsolete
 ./var/rwho	base-netutil-root
 ./var/shm	base-sys-root
 ./var/spool	base-sys-root



CVS commit: src/distrib/sets/lists/base

2024-04-07 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sun Apr  7 21:33:12 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
Revert last, unbreak build.   Unless the bind Makefiles start installing
a /var/run/named file (which in general would be wrong, as most sites run
named in a chroot these days) the file is obsolete, and should not, and
does not, get generated by the build, nor should it be included in any
sets.

Ideally we'd have an "optional" flag for the sets files, to allow them
to mention files that might exist, and don't matter (and are not included
in the sets), but that's a bigger change than is needed just to fix the
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.1340 -r1.1341 src/distrib/sets/lists/base/mi

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



CVS commit: src/distrib/sets/lists/base

2024-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  7 15:02:08 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
/var/run/named is not obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.1339 -r1.1340 src/distrib/sets/lists/base/mi

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



CVS commit: src/distrib/sets/lists/base

2024-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  7 15:02:08 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
/var/run/named is not obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.1339 -r1.1340 src/distrib/sets/lists/base/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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1339 src/distrib/sets/lists/base/mi:1.1340
--- src/distrib/sets/lists/base/mi:1.1339	Thu Apr  4 21:15:59 2024
+++ src/distrib/sets/lists/base/mi	Sun Apr  7 11:02:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1339 2024/04/05 01:15:59 christos Exp $
+# $NetBSD: mi,v 1.1340 2024/04/07 15:02:08 christos Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -6377,7 +6377,7 @@
 ./var/quotas	base-util-root
 ./var/run	base-sys-root
 ./var/run/lwresdbase-obsolete		obsolete
-./var/run/named	base-obsolete		obsolete
+./var/run/named	base-bind-root
 ./var/rwho	base-netutil-root
 ./var/shm	base-sys-root
 ./var/spool	base-sys-root



CVS commit: src/distrib/sets

2024-03-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar  9 06:50:15 UTC 2024

Modified Files:
src/distrib/sets: Makefile

Log Message:
allow XZ_OPT to be overriden.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/Makefile

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/Makefile
diff -u src/distrib/sets/Makefile:1.110 src/distrib/sets/Makefile:1.111
--- src/distrib/sets/Makefile:1.110	Fri Nov 10 21:05:23 2023
+++ src/distrib/sets/Makefile	Sat Mar  9 06:50:15 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.110 2023/11/10 21:05:23 christos Exp $
+#	$NetBSD: Makefile,v 1.111 2024/03/09 06:50:15 mrg Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -17,7 +17,7 @@ all:
 
 COMPRESS_PROGRAM=${"${USE_XZ_SETS:Uno}"!="no":?${TOOL_XZ}:${TOOL_GZIP}}
 TAR_SUFF=${"${USE_XZ_SETS:Uno}"!="no":?tar.xz:tgz}
-XZ_OPT=		-9
+XZ_OPT?=		-9
 GZIP_FLAGS=	${GZIP_N_FLAG}
 UMASK=		umask 022
 



CVS commit: src/distrib/sets

2024-03-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Mar  9 06:50:15 UTC 2024

Modified Files:
src/distrib/sets: Makefile

Log Message:
allow XZ_OPT to be overriden.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/distrib/sets/Makefile

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



CVS commit: src/distrib/sets/lists/comp

2024-03-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar  7 22:15:53 UTC 2024

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add _dlauxinfo.3


To generate a diff of this commit:
cvs rdiff -u -r1.2456 -r1.2457 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.2456 src/distrib/sets/lists/comp/mi:1.2457
--- src/distrib/sets/lists/comp/mi:1.2456	Mon Mar  4 05:19:13 2024
+++ src/distrib/sets/lists/comp/mi	Thu Mar  7 17:15:52 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2456 2024/03/04 10:19:13 macallan Exp $
+#	$NetBSD: mi,v 1.2457 2024/03/07 22:15:52 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.compcomp-sys-root
@@ -6164,6 +6164,7 @@
 ./usr/share/man/cat3/__svc_getcallercreds.0	comp-c-catman		.cat
 ./usr/share/man/cat3/__unused.0			comp-c-catman		.cat
 ./usr/share/man/cat3/__used.0			comp-c-catman		.cat
+./usr/share/man/cat3/_dlauxinfo.0		comp-c-catman		.cat
 ./usr/share/man/cat3/_longjmp.0			comp-c-catman		.cat
 ./usr/share/man/cat3/_lwp_makecontext.0		comp-c-catman		.cat
 ./usr/share/man/cat3/_setjmp.0			comp-c-catman		.cat
@@ -9143,7 +9144,6 @@
 ./usr/share/man/cat3/logbf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logbl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logf.0			comp-c-catman		.cat
-./usr/share/man/cat3/logl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/login.0			comp-c-catman		.cat
 ./usr/share/man/cat3/login_cap.0		comp-c-catman		.cat
 ./usr/share/man/cat3/login_close.0		comp-c-catman		.cat
@@ -9156,6 +9156,7 @@
 ./usr/share/man/cat3/login_getpwclass.0		comp-c-catman		.cat
 ./usr/share/man/cat3/login_tty.0		comp-c-catman		.cat
 ./usr/share/man/cat3/loginx.0			comp-c-catman		.cat
+./usr/share/man/cat3/logl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logout.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logoutx.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logwtmp.0			comp-c-catman		.cat
@@ -14713,6 +14714,7 @@
 ./usr/share/man/html3/__svc_getcallercreds.html comp-c-htmlman		html
 ./usr/share/man/html3/__unused.html		comp-c-htmlman		html
 ./usr/share/man/html3/__used.html		comp-c-htmlman		html
+./usr/share/man/html3/_dlauxinfo.html		comp-c-htmlman		html
 ./usr/share/man/html3/_longjmp.html		comp-c-htmlman		html
 ./usr/share/man/html3/_lwp_makecontext.html	comp-c-htmlman		html
 ./usr/share/man/html3/_setjmp.html		comp-c-htmlman		html
@@ -23099,6 +23101,7 @@
 ./usr/share/man/man3/__svc_getcallercreds.3	comp-c-man		.man
 ./usr/share/man/man3/__unused.3			comp-c-man		.man
 ./usr/share/man/man3/__used.3			comp-c-man		.man
+./usr/share/man/man3/_dlauxinfo.3		comp-c-man		.man
 ./usr/share/man/man3/_longjmp.3			comp-c-man		.man
 ./usr/share/man/man3/_lwp_makecontext.3		comp-c-man		.man
 ./usr/share/man/man3/_setjmp.3			comp-c-man		.man



CVS commit: src/distrib/sets/lists/comp

2024-03-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Mar  7 22:15:53 UTC 2024

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Add _dlauxinfo.3


To generate a diff of this commit:
cvs rdiff -u -r1.2456 -r1.2457 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.



CVS commit: src/distrib/sets/lists/base

2024-03-02 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar  3 04:35:18 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
mozilla-certdata: Update set lists.


To generate a diff of this commit:
cvs rdiff -u -r1.1333 -r1.1334 src/distrib/sets/lists/base/mi

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



CVS commit: src/distrib/sets/lists/base

2024-03-02 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Mar  3 04:35:18 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
mozilla-certdata: Update set lists.


To generate a diff of this commit:
cvs rdiff -u -r1.1333 -r1.1334 src/distrib/sets/lists/base/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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1333 src/distrib/sets/lists/base/mi:1.1334
--- src/distrib/sets/lists/base/mi:1.1333	Thu Feb 22 01:13:42 2024
+++ src/distrib/sets/lists/base/mi	Sun Mar  3 04:35:18 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1333 2024/02/22 01:13:42 christos Exp $
+# $NetBSD: mi,v 1.1334 2024/03/03 04:35:18 riastradh Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1905,7 +1905,7 @@
 ./usr/share/certs/mozilla/all/Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Atos_TrustedRoot_Root_CA_RSA_G2_2020.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem	base-mozcerts-share	share
-./usr/share/certs/mozilla/all/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.1.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.1.pem	base-obsolete	obsolete
 ./usr/share/certs/mozilla/all/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/BJCA_Global_Root_CA1.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/BJCA_Global_Root_CA2.pem	base-mozcerts-share	share
@@ -1926,13 +1926,19 @@
 ./usr/share/certs/mozilla/all/Certum_Trusted_Network_CA.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Certum_Trusted_Network_CA_2.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Certum_Trusted_Root_CA.pem	base-mozcerts-share	share
-./usr/share/certs/mozilla/all/Chambers_of_Commerce_Root_-_2008.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/Chambers_of_Commerce_Root_-_2008.pem	base-obsolete	obsolete
+./usr/share/certs/mozilla/all/CommScope_Public_Trust_ECC_Root-01.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/CommScope_Public_Trust_ECC_Root-02.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/CommScope_Public_Trust_RSA_Root-01.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/CommScope_Public_Trust_RSA_Root-02.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Comodo_AAA_Services_root.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/D-TRUST_BR_Root_CA_1_2020.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/D-TRUST_EV_Root_CA_1_2020.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/D-TRUST_Root_CA_3_2013.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/D-TRUST_Root_Class_3_CA_2_2009.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/D-TRUST_Root_Class_3_CA_2_EV_2009.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/D-Trust_SBR_Root_CA_1_2022.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/D-Trust_SBR_Root_CA_2_2022.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/DIGITALSIGN_GLOBAL_ROOT_ECDSA_CA.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/DIGITALSIGN_GLOBAL_ROOT_RSA_CA.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/DigiCert_Assured_ID_Root_CA.pem	base-mozcerts-share	share
@@ -1968,7 +1974,7 @@
 ./usr/share/certs/mozilla/all/GlobalSign_Root_R46.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/GlobalSign_Secure_Mail_Root_E45.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/GlobalSign_Secure_Mail_Root_R45.pem	base-mozcerts-share	share
-./usr/share/certs/mozilla/all/Global_Chambersign_Root_-_2008.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/Global_Chambersign_Root_-_2008.pem	base-obsolete	obsolete
 ./usr/share/certs/mozilla/all/Go_Daddy_Class_2_CA.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Go_Daddy_Root_Certificate_Authority_-_G2.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/HARICA_Client_ECC_Root_CA_2021.pem	base-mozcerts-share	share
@@ -2017,25 +2023,31 @@
 ./usr/share/certs/mozilla/all/Security_Communication_ECC_RootCA1.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Security_Communication_RootCA2.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Security_Communication_RootCA3.pem	base-mozcerts-share	share
-./usr/share/certs/mozilla/all/Security_Communication_Root_CA.pem	base-mozcerts-share	share
+./usr/share/certs/mozilla/all/Security_Communication_Root_CA.pem	base-obsolete	obsolete
 ./usr/share/certs/mozilla/all/Staat_der_Nederlanden_Root_CA_-_G3.pem	base-mozcerts-share	share
 ./usr/share/certs/mozilla/all/Starfield_Class_2_CA.pem	

CVS commit: src/distrib/sets/lists/comp

2024-03-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  1 15:48:24 UTC 2024

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
new sqlite


To generate a diff of this commit:
cvs rdiff -u -r1.2454 -r1.2455 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.2454 src/distrib/sets/lists/comp/mi:1.2455
--- src/distrib/sets/lists/comp/mi:1.2454	Wed Feb 21 17:53:47 2024
+++ src/distrib/sets/lists/comp/mi	Fri Mar  1 10:48:24 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2454 2024/02/21 22:53:47 christos Exp $
+#	$NetBSD: mi,v 1.2455 2024/03/01 15:48:24 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.compcomp-sys-root
@@ -10660,6 +10660,7 @@
 ./usr/share/man/cat3/sqlite3_finalize.0	comp-c-catman		.cat
 ./usr/share/man/cat3/sqlite3_get_autocommit.0	comp-c-catman		.cat
 ./usr/share/man/cat3/sqlite3_get_auxdata.0	comp-c-catman		.cat
+./usr/share/man/cat3/sqlite3_get_clientdata.0		comp-c-catman	.cat
 ./usr/share/man/cat3/sqlite3_get_table.0	comp-c-catman		.cat
 ./usr/share/man/cat3/sqlite3_index_info.0	comp-c-catman		.cat
 ./usr/share/man/cat3/sqlite3_initialize.0	comp-c-catman		.cat
@@ -10767,6 +10768,7 @@
 ./usr/share/man/cat3/sqlite3changegroup_delete.0 comp-c-catman .cat
 ./usr/share/man/cat3/sqlite3changegroup_new.0	comp-3-catman	.cat
 ./usr/share/man/cat3/sqlite3changegroup_output.0 comp-c-catman .cat
+./usr/share/man/cat3/sqlite3changegroup_schema.0		comp-c-catman	.cat
 ./usr/share/man/cat3/sqlite3changeset_apply.0	comp-3-catman	.cat
 ./usr/share/man/cat3/sqlite3changeset_apply_strm.0	comp-3-catman	.cat
 ./usr/share/man/cat3/sqlite3changeset_concat.0	comp-3-catman	.cat
@@ -10780,6 +10782,7 @@
 ./usr/share/man/cat3/sqlite3changeset_op.0	comp-3-catman	.cat
 ./usr/share/man/cat3/sqlite3changeset_pk.0	comp-3-catman	.cat
 ./usr/share/man/cat3/sqlite3changeset_start.0	comp-3-catman	.cat
+./usr/share/man/cat3/sqlite3changeset_upgrade.0		comp-c-catman	.cat
 ./usr/share/man/cat3/sqlite3rebaser_configure.0   comp-c-catman   .cat
 ./usr/share/man/cat3/sqlite3rebaser_create.0   comp-c-catman   .cat
 ./usr/share/man/cat3/sqlite3rebaser_delete.0   comp-c-catman   .cat
@@ -17610,7 +17613,6 @@
 ./usr/share/man/html3/logbf.html		comp-c-htmlman		html
 ./usr/share/man/html3/logbl.html		comp-c-htmlman		html
 ./usr/share/man/html3/logf.html			comp-c-htmlman		html
-./usr/share/man/html3/logl.html			comp-c-htmlman		html
 ./usr/share/man/html3/login.html		comp-c-htmlman		html
 ./usr/share/man/html3/login_cap.html		comp-c-htmlman		html
 ./usr/share/man/html3/login_close.html		comp-c-htmlman		html
@@ -17623,6 +17625,7 @@
 ./usr/share/man/html3/login_getpwclass.html	comp-c-htmlman		html
 ./usr/share/man/html3/login_tty.html		comp-c-htmlman		html
 ./usr/share/man/html3/loginx.html		comp-c-htmlman		html
+./usr/share/man/html3/logl.html			comp-c-htmlman		html
 ./usr/share/man/html3/logout.html		comp-c-htmlman		html
 ./usr/share/man/html3/logoutx.html		comp-c-htmlman		html
 ./usr/share/man/html3/logwtmp.html		comp-c-htmlman		html
@@ -19123,6 +19126,7 @@
 ./usr/share/man/html3/sqlite3_finalize.html	comp-c-htmlman		html
 ./usr/share/man/html3/sqlite3_get_autocommit.html	comp-c-htmlman		html
 ./usr/share/man/html3/sqlite3_get_auxdata.html	comp-c-htmlman		html
+./usr/share/man/html3/sqlite3_get_clientdata.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3_get_table.html	comp-c-htmlman		html
 ./usr/share/man/html3/sqlite3_index_info.html	comp-c-htmlman		html
 ./usr/share/man/html3/sqlite3_initialize.html	comp-c-htmlman		html
@@ -19230,6 +19234,7 @@
 ./usr/share/man/html3/sqlite3changegroup_delete.html comp-c-htmlman html
 ./usr/share/man/html3/sqlite3changegroup_new.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changegroup_output.html comp-c-htmlman html
+./usr/share/man/html3/sqlite3changegroup_schema.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changeset_apply.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changeset_apply_strm.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changeset_concat.html	comp-c-htmlman	html
@@ -19243,6 +19248,7 @@
 ./usr/share/man/html3/sqlite3changeset_op.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changeset_pk.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3changeset_start.html	comp-c-htmlman	html
+./usr/share/man/html3/sqlite3changeset_upgrade.html	comp-c-htmlman	html
 ./usr/share/man/html3/sqlite3rebaser_configure.html   comp-c-htmlman  html
 ./usr/share/man/html3/sqlite3rebaser_create.html   comp-c-htmlman  html
 ./usr/share/man/html3/sqlite3rebaser_delete.html   comp-c-htmlman  html
@@ -26083,7 +26089,6 @@
 ./usr/share/man/man3/logbf.3			comp-c-man		.man
 ./usr/share/man/man3/logbl.3			comp-c-man		.man
 

CVS commit: src/distrib/sets/lists/comp

2024-03-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  1 15:48:24 UTC 2024

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
new sqlite


To generate a diff of this commit:
cvs rdiff -u -r1.2454 -r1.2455 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.



CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 22 01:13:43 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi

Log Message:
new tool


To generate a diff of this commit:
cvs rdiff -u -r1.1332 -r1.1333 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.428 -r1.429 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1770 -r1.1771 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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1332 src/distrib/sets/lists/base/mi:1.1333
--- src/distrib/sets/lists/base/mi:1.1332	Wed Feb 21 19:58:49 2024
+++ src/distrib/sets/lists/base/mi	Wed Feb 21 20:13:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1332 2024/02/22 00:58:49 christos Exp $
+# $NetBSD: mi,v 1.1333 2024/02/22 01:13:42 christos Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -1477,6 +1477,7 @@
 ./usr/sbin/dig	base-obsolete		obsolete
 ./usr/sbin/diskpartbase-sysutil-bin
 ./usr/sbin/dnsquerybase-obsolete		obsolete
+./usr/sbin/dnssec-cdsbase-bind-bin
 ./usr/sbin/dnssec-dsfromkey			base-bind-bin
 ./usr/sbin/dnssec-importkey			base-bind-bin
 ./usr/sbin/dnssec-keyfromlabel			base-bind-bin

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.428 src/distrib/sets/lists/debug/mi:1.429
--- src/distrib/sets/lists/debug/mi:1.428	Wed Feb 21 19:58:49 2024
+++ src/distrib/sets/lists/debug/mi	Wed Feb 21 20:13:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.428 2024/02/22 00:58:49 christos Exp $
+# $NetBSD: mi,v 1.429 2024/02/22 01:13:43 christos 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
@@ -1089,6 +1089,7 @@
 ./usr/libdata/debug/usr/sbin/dhcpd.debug	comp-dhcpd-debug	debug
 ./usr/libdata/debug/usr/sbin/dhcrelay.debug	comp-dhcpd-debug	debug
 ./usr/libdata/debug/usr/sbin/diskpart.debug	comp-sysutil-debug	debug
+./usr/libdata/debug/usr/sbin/dnssec-cds.debug	comp-bind-debug		debug
 ./usr/libdata/debug/usr/sbin/dnssec-dsfromkey.debug	comp-bind-debug		debug
 ./usr/libdata/debug/usr/sbin/dnssec-importkey.debug	comp-bind-debug		debug
 ./usr/libdata/debug/usr/sbin/dnssec-keyfromlabel.debug	comp-bind-debug		debug

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1770 src/distrib/sets/lists/man/mi:1.1771
--- src/distrib/sets/lists/man/mi:1.1770	Wed Feb 21 19:58:49 2024
+++ src/distrib/sets/lists/man/mi	Wed Feb 21 20:13:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1770 2024/02/22 00:58:49 christos Exp $
+# $NetBSD: mi,v 1.1771 2024/02/22 01:13:43 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -147,6 +147,7 @@
 ./usr/share/man/cat1/dns-sd.0			man-mdns-catman		mdns,.cat
 ./usr/share/man/cat1/dnskeygen.0		man-obsolete		obsolete
 ./usr/share/man/cat1/dnsquery.0			man-obsolete		obsolete
+./usr/share/man/cat1/dnssec-cds.0		man-bind-catman		.cat
 ./usr/share/man/cat1/dnssec-dsfromkey.0		man-bind-catman		.cat
 ./usr/share/man/cat1/dnssec-importkey.0		man-bind-catman		.cat
 ./usr/share/man/cat1/dnssec-keyfromlabel.0	man-bind-catman		.cat
@@ -3638,6 +3639,7 @@
 ./usr/share/man/html1/dirname.html		man-util-htmlman	html
 ./usr/share/man/html1/dirs.html			man-util-htmlman	html
 ./usr/share/man/html1/dns-sd.html			man-mdns-htmlman	mdns,html
+./usr/share/man/html1/dnssec-cds.html		man-bind-htmlman	html
 ./usr/share/man/html1/dnssec-dsfromkey.html	man-bind-htmlman	html
 ./usr/share/man/html1/dnssec-importkey.html	man-bind-htmlman	html
 ./usr/share/man/html1/dnssec-keyfromlabel.html	man-bind-htmlman	html
@@ -6743,6 +6745,7 @@
 ./usr/share/man/man1/dns-sd.1			man-mdns-man		mdns,.man
 ./usr/share/man/man1/dnskeygen.1		man-obsolete		obsolete
 ./usr/share/man/man1/dnsquery.1			man-obsolete		obsolete
+./usr/share/man/man1/dnssec-cds.1		man-bind-man		.man
 ./usr/share/man/man1/dnssec-dsfromkey.1		man-bind-man		.man
 ./usr/share/man/man1/dnssec-importkey.1		man-bind-man		.man
 ./usr/share/man/man1/dnssec-keyfromlabel.1	man-bind-man		.man



CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 22 01:13:43 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi

Log Message:
new tool


To generate a diff of this commit:
cvs rdiff -u -r1.1332 -r1.1333 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.428 -r1.429 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1770 -r1.1771 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.



CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 22 00:58:49 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi

Log Message:
add new bind tools


To generate a diff of this commit:
cvs rdiff -u -r1.1331 -r1.1332 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.427 -r1.428 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1769 -r1.1770 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/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1331 src/distrib/sets/lists/base/mi:1.1332
--- src/distrib/sets/lists/base/mi:1.1331	Sat Jan 27 16:06:09 2024
+++ src/distrib/sets/lists/base/mi	Wed Feb 21 19:58:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1331 2024/01/27 21:06:09 riastradh Exp $
+# $NetBSD: mi,v 1.1332 2024/02/22 00:58:49 christos Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -716,6 +716,7 @@
 ./usr/bin/md2	base-util-bin
 ./usr/bin/md4	base-util-bin
 ./usr/bin/md5	base-util-bin
+./usr/bin/mdig	base-bind-bin
 ./usr/bin/merge	base-util-bin
 ./usr/bin/mesg	base-util-bin
 ./usr/bin/midiplaybase-audio-bin
@@ -1618,6 +1619,7 @@
 ./usr/sbin/named-checkconf			base-bind-bin
 ./usr/sbin/named-checkzone			base-bind-bin
 ./usr/sbin/named-compilezone			base-bind-bin
+./usr/sbin/named-rrchecker			base-bind-bin
 ./usr/sbin/named-journalprint			base-bind-bin
 ./usr/sbin/named.reloadbase-obsolete		obsolete
 ./usr/sbin/named.restart			base-obsolete		obsolete

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.427 src/distrib/sets/lists/debug/mi:1.428
--- src/distrib/sets/lists/debug/mi:1.427	Wed Feb 21 17:53:47 2024
+++ src/distrib/sets/lists/debug/mi	Wed Feb 21 19:58:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.427 2024/02/21 22:53:47 christos Exp $
+# $NetBSD: mi,v 1.428 2024/02/22 00:58:49 christos 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
@@ -673,6 +673,7 @@
 ./usr/libdata/debug/usr/bin/makeinfo.debug	comp-texinfo-debug	debug
 ./usr/libdata/debug/usr/bin/man.debug		comp-man-debug		debug
 ./usr/libdata/debug/usr/bin/mandoc.debug	comp-mdocml-debug	debug
+./usr/libdata/debug/usr/bin/mdig.debug		comp-bind-debug		debug
 ./usr/libdata/debug/usr/bin/menuc.debug		comp-c-debug		debug
 ./usr/libdata/debug/usr/bin/merge.debug		comp-util-debug		debug
 ./usr/libdata/debug/usr/bin/mesg.debug		comp-util-debug		debug
@@ -1199,6 +1200,7 @@
 ./usr/libdata/debug/usr/sbin/named-checkconf.debug	comp-bind-bin		debug
 ./usr/libdata/debug/usr/sbin/named-checkzone.debug	comp-bind-bin		debug
 ./usr/libdata/debug/usr/sbin/named-journalprint.debug	comp-bind-bin		debug
+./usr/libdata/debug/usr/sbin/named-rrchecker.debug	comp-bind-bin		debug
 ./usr/libdata/debug/usr/sbin/named.debug	comp-bind-bin		debug
 ./usr/libdata/debug/usr/sbin/ncdcs.debug	comp-sysutil-root	binutils,debug
 ./usr/libdata/debug/usr/sbin/ndbootd.debug	comp-bootserver-debug	debug

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1769 src/distrib/sets/lists/man/mi:1.1770
--- src/distrib/sets/lists/man/mi:1.1769	Wed Feb 21 17:53:48 2024
+++ src/distrib/sets/lists/man/mi	Wed Feb 21 19:58:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1769 2024/02/21 22:53:48 christos Exp $
+# $NetBSD: mi,v 1.1770 2024/02/22 00:58:49 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -330,6 +330,7 @@
 ./usr/share/man/cat1/md2.0			man-util-catman		.cat
 ./usr/share/man/cat1/md4.0			man-util-catman		.cat
 ./usr/share/man/cat1/md5.0			man-util-catman		.cat
+./usr/share/man/cat1/mdig.0			man-bind-catman		.cat
 ./usr/share/man/cat1/merge.0			man-util-catman		.cat
 ./usr/share/man/cat1/mesg.0			man-util-catman		.cat
 ./usr/share/man/cat1/midiplay.0			man-audio-catman	.cat
@@ -368,6 +369,7 @@
 ./usr/share/man/cat1/named-checkzone.0		man-bind-catman		.cat
 ./usr/share/man/cat1/named-compilezone.0	man-bind-catman		.cat
 ./usr/share/man/cat1/named-journalprint.0	man-bind-catman		.cat
+./usr/share/man/cat1/named-rrchecker.0		man-bind-catman		.cat
 ./usr/share/man/cat1/nbsvtool.0			man-crypto-catman	.cat
 ./usr/share/man/cat1/nc.0			man-netutil-catman	.cat
 ./usr/share/man/cat1/netgroup.0			man-nis-catman		.cat
@@ -3806,6 +3808,7 @@
 ./usr/share/man/html1/md2.html			man-util-htmlman	html
 ./usr/share/man/html1/md4.html			man-util-htmlman	html
 ./usr/share/man/html1/md5.html			man-util-htmlman	html
+./usr/share/man/html1/mdig.html			man-bind-htmlman	html
 ./usr/share/man/html1/merge.html		man-util-htmlman	html
 ./usr/share/man/html1/mesg.html			man-util-htmlman	html
 ./usr/share/man/html1/midiplay.html		man-audio-htmlman	html
@@ -3843,6 

CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb 22 00:58:49 UTC 2024

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi

Log Message:
add new bind tools


To generate a diff of this commit:
cvs rdiff -u -r1.1331 -r1.1332 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.427 -r1.428 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1769 -r1.1770 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.



CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 21 22:53:48 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi shl.mi
src/distrib/sets/lists/man: mi

Log Message:
changes for new bind.
XXX: removing lint libraries where lint does not work anymore is temporary.


To generate a diff of this commit:
cvs rdiff -u -r1.975 -r1.976 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2453 -r1.2454 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.426 -r1.427 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.337 -r1.338 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.1768 -r1.1769 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/base/shl.mi
diff -u src/distrib/sets/lists/base/shl.mi:1.975 src/distrib/sets/lists/base/shl.mi:1.976
--- src/distrib/sets/lists/base/shl.mi:1.975	Sat Feb 17 13:32:19 2024
+++ src/distrib/sets/lists/base/shl.mi	Wed Feb 21 17:53:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.975 2024/02/17 18:32:19 christos Exp $
+# $NetBSD: shl.mi,v 1.976 2024/02/21 22:53:47 christos Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -232,8 +232,8 @@
 ./usr/lib/libbfd.so.18base-sys-shlib		compatfile,binutils=239
 ./usr/lib/libbfd.so.18.0			base-sys-shlib		compatfile,binutils=239
 ./usr/lib/libbind9.sobase-bind-shlib		compatfile
-./usr/lib/libbind9.so.20			base-bind-shlib		compatfile
-./usr/lib/libbind9.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libbind9.so.21			base-bind-shlib		compatfile
+./usr/lib/libbind9.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libblacklist.so			base-obsolete		obsolete,compatfile
 ./usr/lib/libblocklist.so			base-sys-shlib		compatfile
 ./usr/lib/libblocklist.so.0			base-sys-shlib		compatfile
@@ -296,8 +296,8 @@
 ./usr/lib/libdm.so.0base-sys-shlib		compatfile
 ./usr/lib/libdm.so.0.0base-sys-shlib		compatfile
 ./usr/lib/libdns.sobase-bind-shlib		compatfile
-./usr/lib/libdns.so.20base-bind-shlib		compatfile
-./usr/lib/libdns.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libdns.so.21base-bind-shlib		compatfile
+./usr/lib/libdns.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libdns_sd.sobase-mdns-shlib		compatfile,mdns
 ./usr/lib/libdns_sd.so.0			base-mdns-shlib		compatfile,mdns
 ./usr/lib/libdns_sd.so.0.0			base-mdns-shlib		compatfile,mdns
@@ -373,17 +373,17 @@
 ./usr/lib/libipsec.so.3base-net-shlib		compatfile
 ./usr/lib/libipsec.so.3.0			base-net-shlib		compatfile
 ./usr/lib/libirs.sobase-bind-shlib		compatfile
-./usr/lib/libirs.so.20base-bind-shlib		compatfile
-./usr/lib/libirs.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libirs.so.21base-bind-shlib		compatfile
+./usr/lib/libirs.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libisc.sobase-bind-shlib		compatfile
-./usr/lib/libisc.so.20base-bind-shlib		compatfile
-./usr/lib/libisc.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libisc.so.21base-bind-shlib		compatfile
+./usr/lib/libisc.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libisccc.sobase-bind-shlib		compatfile
-./usr/lib/libisccc.so.20			base-bind-shlib		compatfile
-./usr/lib/libisccc.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libisccc.so.21			base-bind-shlib		compatfile
+./usr/lib/libisccc.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libisccfg.sobase-bind-shlib		compatfile
-./usr/lib/libisccfg.so.20			base-bind-shlib		compatfile
-./usr/lib/libisccfg.so.20.0			base-bind-shlib		compatfile
+./usr/lib/libisccfg.so.21			base-bind-shlib		compatfile
+./usr/lib/libisccfg.so.21.0			base-bind-shlib		compatfile
 ./usr/lib/libiscsi.sobase-iscsi-shlib	iscsi,compatfile
 ./usr/lib/libiscsi.so.2base-iscsi-shlib	iscsi,compatfile
 ./usr/lib/libiscsi.so.2.0			base-iscsi-shlib	iscsi,compatfile
@@ -464,8 +464,8 @@
 ./usr/lib/libnpf.so.0base-npf-shlib		npf,compatfile
 ./usr/lib/libnpf.so.0.1base-npf-shlib		npf,compatfile
 ./usr/lib/libns.sobase-bind-shlib		compatfile
-./usr/lib/libns.so.20base-bind-shlib		compatfile
-./usr/lib/libns.so.20.0base-bind-shlib		compatfile
+./usr/lib/libns.so.21base-bind-shlib		compatfile
+./usr/lib/libns.so.21.0base-bind-shlib		compatfile
 ./usr/lib/libnvmm.sobase-sys-shlib		nvmm,pic
 ./usr/lib/libnvmm.so.0base-sys-shlib		nvmm,pic
 ./usr/lib/libnvmm.so.0.1			base-sys-shlib		nvmm,pic

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2453 src/distrib/sets/lists/comp/mi:1.2454
--- src/distrib/sets/lists/comp/mi:1.2453	Fri Jan 26 14:27:29 2024
+++ src/distrib/sets/lists/comp/mi	Wed Feb 21 17:53:47 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2453 2024/01/26 19:27:29 nros Exp $
+#	$NetBSD: mi,v 1.2454 2024/02/21 22:53:47 christos Exp $
 #
 # Note: don't delete entries 

CVS commit: src/distrib/sets/lists

2024-02-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb 21 22:53:48 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi shl.mi
src/distrib/sets/lists/man: mi

Log Message:
changes for new bind.
XXX: removing lint libraries where lint does not work anymore is temporary.


To generate a diff of this commit:
cvs rdiff -u -r1.975 -r1.976 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2453 -r1.2454 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.426 -r1.427 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.337 -r1.338 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.1768 -r1.1769 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.



CVS commit: src/distrib/sets/lists/debug

2024-02-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 20 14:13:45 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi shl.mi

Log Message:
fix debug sets for sun2 (libgcc_s_g.a and libgcc_eh_g.a should be in shl.mi)


To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.336 -r1.337 src/distrib/sets/lists/debug/shl.mi

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



CVS commit: src/distrib/sets/lists/debug

2024-02-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 20 14:13:45 UTC 2024

Modified Files:
src/distrib/sets/lists/debug: mi shl.mi

Log Message:
fix debug sets for sun2 (libgcc_s_g.a and libgcc_eh_g.a should be in shl.mi)


To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.336 -r1.337 src/distrib/sets/lists/debug/shl.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.425 src/distrib/sets/lists/debug/mi:1.426
--- src/distrib/sets/lists/debug/mi:1.425	Sun Feb 18 23:30:38 2024
+++ src/distrib/sets/lists/debug/mi	Tue Feb 20 09:13:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.425 2024/02/19 04:30:38 riastradh Exp $
+# $NetBSD: mi,v 1.426 2024/02/20 14:13:45 christos 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
@@ -68,9 +68,7 @@
 ./usr/lib/libfido2_g.acomp-c-debuglib		debuglib,compatfile
 ./usr/lib/libfl_g.acomp-c-debuglib		debuglib,compatfile
 ./usr/lib/libform_g.acomp-c-debuglib		debuglib,compatfile
-./usr/lib/libgcc_eh_g.acomp-c-debuglib		debuglib,compatfile,gcc
 ./usr/lib/libgcc_g.acomp-c-debuglib		debuglib,compatfile,gcc
-./usr/lib/libgcc_s_g.acomp-c-debuglib		debuglib,compatfile,gcc
 ./usr/lib/libgcov_g.acomp-c-debuglib		debuglib,compatfile,gcc
 ./usr/lib/libgnuctf_g.acomp-c-debuglib		debuglib,compatfile,binutils
 ./usr/lib/libgnumalloc_g.a			comp-c-debuglib		debuglib,compatfile

Index: src/distrib/sets/lists/debug/shl.mi
diff -u src/distrib/sets/lists/debug/shl.mi:1.336 src/distrib/sets/lists/debug/shl.mi:1.337
--- src/distrib/sets/lists/debug/shl.mi:1.336	Sat Feb 17 13:32:19 2024
+++ src/distrib/sets/lists/debug/shl.mi	Tue Feb 20 09:13:45 2024
@@ -1,5 +1,7 @@
-# $NetBSD: shl.mi,v 1.336 2024/02/17 18:32:19 christos Exp $
+# $NetBSD: shl.mi,v 1.337 2024/02/20 14:13:45 christos Exp $
 ./usr/lib/libbfd_g.a		comp-c-debuglib	debuglib,compatfile,binutils
+./usr/lib/libgcc_eh_g.acomp-c-debuglib		debuglib,compatfile,gcc
+./usr/lib/libgcc_s_g.acomp-c-debuglib		debuglib,compatfile,gcc
 ./usr/libdata/debug/lib		base-sys-usr	debug,dynamicroot,compatdir
 ./usr/libdata/debug/lib/libavl.so.0.0.debug			comp-zfs-debug	debug,dynamicroot,zfs
 ./usr/libdata/debug/lib/libblocklist.so.0.0.debug		comp-sys-debug	debug,dynamicroot



CVS commit: src/distrib/sets/lists

2024-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 18:32:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi

Log Message:
bump libunbound


To generate a diff of this commit:
cvs rdiff -u -r1.974 -r1.975 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.335 -r1.336 src/distrib/sets/lists/debug/shl.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/base/shl.mi
diff -u src/distrib/sets/lists/base/shl.mi:1.974 src/distrib/sets/lists/base/shl.mi:1.975
--- src/distrib/sets/lists/base/shl.mi:1.974	Mon Jan 22 10:19:38 2024
+++ src/distrib/sets/lists/base/shl.mi	Sat Feb 17 13:32:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.974 2024/01/22 15:19:38 kre Exp $
+# $NetBSD: shl.mi,v 1.975 2024/02/17 18:32:19 christos Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -920,8 +920,8 @@
 ./usr/lib/libumem.so.0base-zfs-shlib		compatfile,zfs
 ./usr/lib/libumem.so.0.0			base-zfs-shlib		compatfile,zfs
 ./usr/lib/libunbound.sobase-sys-shlib		compatfile,unbound
-./usr/lib/libunbound.so.8			base-sys-shlib		compatfile,unbound
-./usr/lib/libunbound.so.8.0			base-sys-shlib		compatfile,unbound
+./usr/lib/libunbound.so.9			base-sys-shlib		compatfile,unbound
+./usr/lib/libunbound.so.9.0			base-sys-shlib		compatfile,unbound
 ./usr/lib/libusbhid.sobase-sys-shlib		compatfile
 ./usr/lib/libusbhid.so.1			base-sys-shlib		compatfile
 ./usr/lib/libusbhid.so.1.0			base-sys-shlib		compatfile

Index: src/distrib/sets/lists/debug/shl.mi
diff -u src/distrib/sets/lists/debug/shl.mi:1.335 src/distrib/sets/lists/debug/shl.mi:1.336
--- src/distrib/sets/lists/debug/shl.mi:1.335	Mon Jan 22 10:19:39 2024
+++ src/distrib/sets/lists/debug/shl.mi	Sat Feb 17 13:32:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.335 2024/01/22 15:19:39 kre Exp $
+# $NetBSD: shl.mi,v 1.336 2024/02/17 18:32:19 christos Exp $
 ./usr/lib/libbfd_g.a		comp-c-debuglib	debuglib,compatfile,binutils
 ./usr/libdata/debug/lib		base-sys-usr	debug,dynamicroot,compatdir
 ./usr/libdata/debug/lib/libavl.so.0.0.debug			comp-zfs-debug	debug,dynamicroot,zfs
@@ -302,7 +302,7 @@
 ./usr/libdata/debug/usr/lib/libubsan.so.5.0.debug		comp-sys-debug	debug,compatfile,cxx,gcc=12
 ./usr/libdata/debug/usr/lib/libukfs.so.1.0.debug		comp-sys-debug	debug,compatfile,rump
 ./usr/libdata/debug/usr/lib/libumem.so.0.0.debug		comp-zfs-debug	debug,compatfile,zfs
-./usr/libdata/debug/usr/lib/libunbound.so.8.0.debug 		comp-net-debug	debug,compatfile,unbound
+./usr/libdata/debug/usr/lib/libunbound.so.9.0.debug 		comp-net-debug	debug,compatfile,unbound
 ./usr/libdata/debug/usr/lib/libusbhid.so.1.0.debug		comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libutil.so.7.24.debug		comp-sys-debug	debug,compatfile
 ./usr/libdata/debug/usr/lib/libuutil.so.0.0.debug		comp-zfs-debug	debug,compatfile,zfs



CVS commit: src/distrib/sets/lists

2024-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 18:32:19 UTC 2024

Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi

Log Message:
bump libunbound


To generate a diff of this commit:
cvs rdiff -u -r1.974 -r1.975 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.335 -r1.336 src/distrib/sets/lists/debug/shl.mi

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



CVS commit: src/distrib/sets

2024-01-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 30 10:24:39 UTC 2024

Modified Files:
src/distrib/sets: maketars

Log Message:
Fix previous, use sed to fix up the set.${set} line in non-METAFILE mode


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/distrib/sets/maketars

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/maketars
diff -u src/distrib/sets/maketars:1.99 src/distrib/sets/maketars:1.100
--- src/distrib/sets/maketars:1.99	Mon Jan 29 15:56:49 2024
+++ src/distrib/sets/maketars	Tue Jan 30 10:24:39 2024
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.99 2024/01/29 15:56:49 martin Exp $
+# $NetBSD: maketars,v 1.100 2024/01/30 10:24:39 martin Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -199,9 +199,10 @@ for setname in ${lists}; do
 		# because we depend on it as an input.
 	else
 		${MTREE} -c -p "${dest}" -k all \
-		-R "${skipkeys},set.${setname}" \
+		-R "${skipkeys}" \
 		-N "${etcdir}" -O "${SDIR}/flist.${setname}" \
 		| ${MTREE} -C -k all -N "${etcdir}" \
+		| ${SED} -e "s:^./etc/mtree/set.${setname}.*\$:./etc/mtree/set.${setname} type=file mode=0444:" \
 		> "${setlistdir}/set.${setname}"
 	fi
 done



CVS commit: src/distrib/sets

2024-01-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Jan 30 10:24:39 UTC 2024

Modified Files:
src/distrib/sets: maketars

Log Message:
Fix previous, use sed to fix up the set.${set} line in non-METAFILE mode


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/distrib/sets/maketars

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



CVS commit: src/distrib/sets

2024-01-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 29 15:56:49 UTC 2024

Modified Files:
src/distrib/sets: maketars

Log Message:
When building in priviledged mode, remove the entry for the output file
from etc/mtree/set.* - it may exist and contain stale data.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/distrib/sets/maketars

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



CVS commit: src/distrib/sets

2024-01-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Jan 29 15:56:49 UTC 2024

Modified Files:
src/distrib/sets: maketars

Log Message:
When building in priviledged mode, remove the entry for the output file
from etc/mtree/set.* - it may exist and contain stale data.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/distrib/sets/maketars

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/maketars
diff -u src/distrib/sets/maketars:1.98 src/distrib/sets/maketars:1.99
--- src/distrib/sets/maketars:1.98	Wed Nov  8 13:02:47 2023
+++ src/distrib/sets/maketars	Mon Jan 29 15:56:49 2024
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.98 2023/11/08 13:02:47 christos Exp $
+# $NetBSD: maketars,v 1.99 2024/01/29 15:56:49 martin Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -198,7 +198,8 @@ for setname in ${lists}; do
 		# We deliberately do not add set.${setname} to ${metalog},
 		# because we depend on it as an input.
 	else
-		${MTREE} -c -p "${dest}" -k all -R "${skipkeys}" \
+		${MTREE} -c -p "${dest}" -k all \
+		-R "${skipkeys},set.${setname}" \
 		-N "${etcdir}" -O "${SDIR}/flist.${setname}" \
 		| ${MTREE} -C -k all -N "${etcdir}" \
 		> "${setlistdir}/set.${setname}"



CVS commit: src/distrib/sets/lists/xserver

2024-01-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jan 28 06:20:02 UTC 2024

Modified Files:
src/distrib/sets/lists/xserver: md.alpha md.netwinder md.sgimips md.vax

Log Message:
Also put back libfb.a in xorg_server_ver=110 case.

It looks required only on building Xorg server binary and
unnecessary for release (actually marked as obsolete only on vax),
but no simple settings to "build static libraries without installation"
and most ports will be switched to Xorg 1.20 soon.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/xserver/md.alpha
cvs rdiff -u -r1.48 -r1.49 src/distrib/sets/lists/xserver/md.netwinder
cvs rdiff -u -r1.70 -r1.71 src/distrib/sets/lists/xserver/md.sgimips
cvs rdiff -u -r1.28 -r1.29 src/distrib/sets/lists/xserver/md.vax

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



CVS commit: src/distrib/sets/lists/xserver

2024-01-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jan 28 06:20:02 UTC 2024

Modified Files:
src/distrib/sets/lists/xserver: md.alpha md.netwinder md.sgimips md.vax

Log Message:
Also put back libfb.a in xorg_server_ver=110 case.

It looks required only on building Xorg server binary and
unnecessary for release (actually marked as obsolete only on vax),
but no simple settings to "build static libraries without installation"
and most ports will be switched to Xorg 1.20 soon.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/xserver/md.alpha
cvs rdiff -u -r1.48 -r1.49 src/distrib/sets/lists/xserver/md.netwinder
cvs rdiff -u -r1.70 -r1.71 src/distrib/sets/lists/xserver/md.sgimips
cvs rdiff -u -r1.28 -r1.29 src/distrib/sets/lists/xserver/md.vax

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/xserver/md.alpha
diff -u src/distrib/sets/lists/xserver/md.alpha:1.62 src/distrib/sets/lists/xserver/md.alpha:1.63
--- src/distrib/sets/lists/xserver/md.alpha:1.62	Fri Jan 26 12:58:51 2024
+++ src/distrib/sets/lists/xserver/md.alpha	Sun Jan 28 06:20:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.alpha,v 1.62 2024/01/26 12:58:51 tsutsui Exp $
+# $NetBSD: md.alpha,v 1.63 2024/01/28 06:20:02 tsutsui Exp $
 ./usr/X11R7/bin/X	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/Xorg	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/gtf	xserver-xorg-server-bin	xorg
@@ -174,7 +174,8 @@
 ./usr/X11R7/lib/modules/libexa.so			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa.so.0			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa_pic.a			xserver-obsolete	xorg,picinstall,obsolete
-./usr/X11R7/lib/modules/libfb.axserver-obsolete	obsolete
+./usr/X11R7/lib/modules/libfb.a-unknown-	xorg,xorg_server_ver=110
+./usr/X11R7/lib/modules/libfb.axserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so			-unknown-	xorg,xorg_server_ver=110
 ./usr/X11R7/lib/modules/libfb.so			xserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so.0			-unknown-	xorg,xorg_server_ver=110

Index: src/distrib/sets/lists/xserver/md.netwinder
diff -u src/distrib/sets/lists/xserver/md.netwinder:1.48 src/distrib/sets/lists/xserver/md.netwinder:1.49
--- src/distrib/sets/lists/xserver/md.netwinder:1.48	Fri Jan 26 12:58:51 2024
+++ src/distrib/sets/lists/xserver/md.netwinder	Sun Jan 28 06:20:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.netwinder,v 1.48 2024/01/26 12:58:51 tsutsui Exp $
+# $NetBSD: md.netwinder,v 1.49 2024/01/28 06:20:02 tsutsui Exp $
 ./usr/X11R7/bin/X	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/Xorg	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/gtf	xserver-xorg-server-bin	xorg
@@ -86,7 +86,8 @@
 ./usr/X11R7/lib/modules/libexa.so			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa.so.0			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa_pic.a			xserver-obsolete	xorg,picinstall,obsolete
-./usr/X11R7/lib/modules/libfb.axserver-obsolete	obsolete
+./usr/X11R7/lib/modules/libfb.a-unknown-	xorg,xorg_server_ver=110
+./usr/X11R7/lib/modules/libfb.axserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so			-unknown-	xorg,xorg_server_ver=110
 ./usr/X11R7/lib/modules/libfb.so			xserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so.0			-unknown-	xorg,xorg_server_ver=110

Index: src/distrib/sets/lists/xserver/md.sgimips
diff -u src/distrib/sets/lists/xserver/md.sgimips:1.70 src/distrib/sets/lists/xserver/md.sgimips:1.71
--- src/distrib/sets/lists/xserver/md.sgimips:1.70	Fri Jan 26 12:58:51 2024
+++ src/distrib/sets/lists/xserver/md.sgimips	Sun Jan 28 06:20:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: md.sgimips,v 1.70 2024/01/26 12:58:51 tsutsui Exp $	x11
+# $NetBSD: md.sgimips,v 1.71 2024/01/28 06:20:02 tsutsui Exp $	x11
 ./usr/X11R7/bin/X	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/Xorg	xserver-xorg-server-bin	xorg
 ./usr/X11R7/bin/gtf	xserver-xorg-server-bin	xorg
@@ -102,7 +102,8 @@
 ./usr/X11R7/lib/modules/libexa.so			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa.so.0			xserver-exa-modules	xorg
 ./usr/X11R7/lib/modules/libexa_pic.a			xserver-obsolete	xorg,picinstall,obsolete
-./usr/X11R7/lib/modules/libfb.axserver-obsolete	obsolete
+./usr/X11R7/lib/modules/libfb.a-unknown-	xorg,xorg_server_ver=110
+./usr/X11R7/lib/modules/libfb.axserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so			-unknown-	xorg,xorg_server_ver=110
 ./usr/X11R7/lib/modules/libfb.so			xserver-obsolete	xorg,xorg_server_ver=120,obsolete
 ./usr/X11R7/lib/modules/libfb.so.0			-unknown-	xorg,xorg_server_ver=110

Index: src/distrib/sets/lists/xserver/md.vax
diff -u src/distrib/sets/lists/xserver/md.vax:1.28 src/distrib/sets/lists/xserver/md.vax:1.29
--- src/distrib/sets/lists/xserver/md.vax:1.28	Fri Jan 26 

CVS commit: src/distrib/sets/lists

2024-01-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jan 26 13:06:37 UTC 2024

Modified Files:
src/distrib/sets/lists/xdebug: md.amd64 md.amiga md.bebox md.cats
md.dreamcast md.evbarm md.evbarm.armeb md.evbmips md.evbppc
md.ews4800mips md.hp300 md.hpcarm md.hpcmips md.hpcsh md.hppa
md.i386 md.ibmnws md.iyonix md.luna68k md.mac68k md.macppc
md.newsmips md.ofppc md.pmax md.prep md.shark md.sparc md.sparc64
md.zaurus
src/distrib/sets/lists/xserver: md.amd64 md.amiga md.bebox md.cats
md.dreamcast md.evbarm md.evbmips md.evbppc md.ews4800mips md.hp300
md.hpcarm md.hpcmips md.hpcsh md.hppa md.i386 md.ibmnws md.iyonix
md.luna68k md.mac68k md.macppc md.newsmips md.ofppc md.pmax md.prep
md.shark md.sparc md.sparc64 md.zaurus

Log Message:
Put back xorg_server_ver=110 specific files lost in 21.1.3 updates.

Also fix syspkg names and reorder entries for readabilities.
Fixes "fail to load libfb.so" errors in case of HAVE_XORG_SERVER_VER=110.
(Note these ports have been switched to HAVE_XORG_SERVER_VER=120)

Ok'ed by mrg@ on tech-x11@:
 https://mail-index.netbsd.org/tech-x11/2024/01/24/msg002434.html


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/distrib/sets/lists/xdebug/md.amd64
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xdebug/md.amiga \
src/distrib/sets/lists/xdebug/md.bebox \
src/distrib/sets/lists/xdebug/md.dreamcast \
src/distrib/sets/lists/xdebug/md.hp300 \
src/distrib/sets/lists/xdebug/md.prep
cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/xdebug/md.cats
cvs rdiff -u -r1.36 -r1.37 src/distrib/sets/lists/xdebug/md.evbarm
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/xdebug/md.evbarm.armeb \
src/distrib/sets/lists/xdebug/md.macppc
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/xdebug/md.evbmips
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.evbppc \
src/distrib/sets/lists/xdebug/md.hppa
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.ews4800mips \
src/distrib/sets/lists/xdebug/md.hpcarm \
src/distrib/sets/lists/xdebug/md.hpcmips \
src/distrib/sets/lists/xdebug/md.hpcsh \
src/distrib/sets/lists/xdebug/md.newsmips
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/xdebug/md.i386
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/xdebug/md.ibmnws
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/xdebug/md.iyonix \
src/distrib/sets/lists/xdebug/md.pmax
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xdebug/md.luna68k \
src/distrib/sets/lists/xdebug/md.mac68k \
src/distrib/sets/lists/xdebug/md.zaurus
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xdebug/md.ofppc \
src/distrib/sets/lists/xdebug/md.shark \
src/distrib/sets/lists/xdebug/md.sparc \
src/distrib/sets/lists/xdebug/md.sparc64
cvs rdiff -u -r1.126 -r1.127 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.36 -r1.37 src/distrib/sets/lists/xserver/md.amiga
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/xserver/md.bebox \
src/distrib/sets/lists/xserver/md.mac68k \
src/distrib/sets/lists/xserver/md.newsmips
cvs rdiff -u -r1.71 -r1.72 src/distrib/sets/lists/xserver/md.cats
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/xserver/md.dreamcast
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/xserver/md.evbarm
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xserver/md.evbmips
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xserver/md.evbppc
cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/xserver/md.ews4800mips \
src/distrib/sets/lists/xserver/md.hp300 \
src/distrib/sets/lists/xserver/md.zaurus
cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/xserver/md.hpcarm
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/xserver/md.hpcmips \
src/distrib/sets/lists/xserver/md.ofppc
cvs rdiff -u -r1.33 -r1.34 src/distrib/sets/lists/xserver/md.hpcsh
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/xserver/md.hppa
cvs rdiff -u -r1.142 -r1.143 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/xserver/md.ibmnws
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/xserver/md.iyonix
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/xserver/md.luna68k
cvs rdiff -u -r1.90 -r1.91 src/distrib/sets/lists/xserver/md.macppc
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/xserver/md.pmax
cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/xserver/md.prep
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/xserver/md.shark
cvs rdiff -u -r1.82 -r1.83 src/distrib/sets/lists/xserver/md.sparc
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/xserver/md.sparc64

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/xdebug/md.amd64
diff -u src/distrib/sets/lists/xdebug/md.amd64:1.64 src/distrib/sets/lists/xdebug/md.amd64:1.65
--- src/distrib/sets/lists/xdebug/md.amd64:1.64	

CVS commit: src/distrib/sets/lists

2024-01-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jan 26 13:06:37 UTC 2024

Modified Files:
src/distrib/sets/lists/xdebug: md.amd64 md.amiga md.bebox md.cats
md.dreamcast md.evbarm md.evbarm.armeb md.evbmips md.evbppc
md.ews4800mips md.hp300 md.hpcarm md.hpcmips md.hpcsh md.hppa
md.i386 md.ibmnws md.iyonix md.luna68k md.mac68k md.macppc
md.newsmips md.ofppc md.pmax md.prep md.shark md.sparc md.sparc64
md.zaurus
src/distrib/sets/lists/xserver: md.amd64 md.amiga md.bebox md.cats
md.dreamcast md.evbarm md.evbmips md.evbppc md.ews4800mips md.hp300
md.hpcarm md.hpcmips md.hpcsh md.hppa md.i386 md.ibmnws md.iyonix
md.luna68k md.mac68k md.macppc md.newsmips md.ofppc md.pmax md.prep
md.shark md.sparc md.sparc64 md.zaurus

Log Message:
Put back xorg_server_ver=110 specific files lost in 21.1.3 updates.

Also fix syspkg names and reorder entries for readabilities.
Fixes "fail to load libfb.so" errors in case of HAVE_XORG_SERVER_VER=110.
(Note these ports have been switched to HAVE_XORG_SERVER_VER=120)

Ok'ed by mrg@ on tech-x11@:
 https://mail-index.netbsd.org/tech-x11/2024/01/24/msg002434.html


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/distrib/sets/lists/xdebug/md.amd64
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xdebug/md.amiga \
src/distrib/sets/lists/xdebug/md.bebox \
src/distrib/sets/lists/xdebug/md.dreamcast \
src/distrib/sets/lists/xdebug/md.hp300 \
src/distrib/sets/lists/xdebug/md.prep
cvs rdiff -u -r1.22 -r1.23 src/distrib/sets/lists/xdebug/md.cats
cvs rdiff -u -r1.36 -r1.37 src/distrib/sets/lists/xdebug/md.evbarm
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/xdebug/md.evbarm.armeb \
src/distrib/sets/lists/xdebug/md.macppc
cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/lists/xdebug/md.evbmips
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xdebug/md.evbppc \
src/distrib/sets/lists/xdebug/md.hppa
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.ews4800mips \
src/distrib/sets/lists/xdebug/md.hpcarm \
src/distrib/sets/lists/xdebug/md.hpcmips \
src/distrib/sets/lists/xdebug/md.hpcsh \
src/distrib/sets/lists/xdebug/md.newsmips
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/xdebug/md.i386
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/xdebug/md.ibmnws
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/xdebug/md.iyonix \
src/distrib/sets/lists/xdebug/md.pmax
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xdebug/md.luna68k \
src/distrib/sets/lists/xdebug/md.mac68k \
src/distrib/sets/lists/xdebug/md.zaurus
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xdebug/md.ofppc \
src/distrib/sets/lists/xdebug/md.shark \
src/distrib/sets/lists/xdebug/md.sparc \
src/distrib/sets/lists/xdebug/md.sparc64
cvs rdiff -u -r1.126 -r1.127 src/distrib/sets/lists/xserver/md.amd64
cvs rdiff -u -r1.36 -r1.37 src/distrib/sets/lists/xserver/md.amiga
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/xserver/md.bebox \
src/distrib/sets/lists/xserver/md.mac68k \
src/distrib/sets/lists/xserver/md.newsmips
cvs rdiff -u -r1.71 -r1.72 src/distrib/sets/lists/xserver/md.cats
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/xserver/md.dreamcast
cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/xserver/md.evbarm
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xserver/md.evbmips
cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xserver/md.evbppc
cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/xserver/md.ews4800mips \
src/distrib/sets/lists/xserver/md.hp300 \
src/distrib/sets/lists/xserver/md.zaurus
cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/xserver/md.hpcarm
cvs rdiff -u -r1.40 -r1.41 src/distrib/sets/lists/xserver/md.hpcmips \
src/distrib/sets/lists/xserver/md.ofppc
cvs rdiff -u -r1.33 -r1.34 src/distrib/sets/lists/xserver/md.hpcsh
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/xserver/md.hppa
cvs rdiff -u -r1.142 -r1.143 src/distrib/sets/lists/xserver/md.i386
cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/lists/xserver/md.ibmnws
cvs rdiff -u -r1.7 -r1.8 src/distrib/sets/lists/xserver/md.iyonix
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/xserver/md.luna68k
cvs rdiff -u -r1.90 -r1.91 src/distrib/sets/lists/xserver/md.macppc
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/xserver/md.pmax
cvs rdiff -u -r1.32 -r1.33 src/distrib/sets/lists/xserver/md.prep
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/xserver/md.shark
cvs rdiff -u -r1.82 -r1.83 src/distrib/sets/lists/xserver/md.sparc
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/lists/xserver/md.sparc64

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



CVS commit: src/distrib/sets/lists

2024-01-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jan 26 12:58:51 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xdebug: md.alpha md.netwinder md.sgimips md.vax
src/distrib/sets/lists/xserver: md.alpha md.netwinder md.sgimips md.vax

Log Message:
Put back xorg_server_ver=110 specific files lost in 21.1.3 updates.

Also fix syspkg names and reorder entries for readabilities.
Fixes "fail to load libfb.so" errors on X.org 1.10 server ports.

Ok'ed by mrg@ on tech-x11@:
 https://mail-index.netbsd.org/tech-x11/2024/01/24/msg002434.html

Should be pulled up to netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xdebug/md.alpha
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.netwinder
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/xdebug/md.sgimips
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xdebug/md.vax
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/xserver/md.alpha
cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/xserver/md.netwinder
cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/xserver/md.sgimips
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/xserver/md.vax

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/xcomp/mi
diff -u src/distrib/sets/lists/xcomp/mi:1.240 src/distrib/sets/lists/xcomp/mi:1.241
--- src/distrib/sets/lists/xcomp/mi:1.240	Sat Jul 22 23:35:23 2023
+++ src/distrib/sets/lists/xcomp/mi	Fri Jan 26 12:58:51 2024
@@ -1,4 +1,4 @@
-#	 $NetBSD: mi,v 1.240 2023/07/22 23:35:23 mrg Exp $
+#	 $NetBSD: mi,v 1.241 2024/01/26 12:58:51 tsutsui Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -780,9 +780,12 @@
 ./usr/X11R7/include/xcb/xvmc.hxcomp-libxcb-include	xorg
 ./usr/X11R7/include/xf86drm.hxcomp-libdrm-include	xorg
 ./usr/X11R7/include/xf86drmMode.h			xcomp-libdrm-include	xorg
-./usr/X11R7/include/xorg/BT.hxcomp-obsolete	obsolete
-./usr/X11R7/include/xorg/IBM.hxcomp-obsolete	obsolete
-./usr/X11R7/include/xorg/TI.hxcomp-obsolete	obsolete
+./usr/X11R7/include/xorg/BT.hxcomp-xorg-server-include	xorg,xorg_server_ver=110
+./usr/X11R7/include/xorg/BT.hxcomp-obsolete			xorg,obsolete,xorg_server_ver=120
+./usr/X11R7/include/xorg/IBM.hxcomp-xorg-server-include	xorg,xorg_server_ver=110
+./usr/X11R7/include/xorg/IBM.hxcomp-obsolete			xorg,obsolete,xorg_server_ver=120
+./usr/X11R7/include/xorg/TI.hxcomp-xorg-server-include	xorg,xorg_server_ver=110
+./usr/X11R7/include/xorg/TI.hxcomp-obsolete			xorg,obsolete,xorg_server_ver=120
 ./usr/X11R7/include/xorg/XIstubs.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/Xprintf.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/afb.hxcomp-obsolete	obsolete
@@ -790,8 +793,8 @@
 ./usr/X11R7/include/xorg/atKeynames.h			xcomp-obsolete	obsolete
 ./usr/X11R7/include/xorg/bstore.h			xcomp-obsolete	obsolete
 ./usr/X11R7/include/xorg/bstorestr.h			xcomp-obsolete	obsolete
-./usr/X11R7/include/xorg/bt829.h			xcomp-obsolete	xorg,obsolete,xorg_server_ver=120
 ./usr/X11R7/include/xorg/bt829.h			xcomp-xorg-server-include	xorg,xorg_server_ver=110
+./usr/X11R7/include/xorg/bt829.h			xcomp-obsolete			xorg,obsolete,xorg_server_ver=120
 ./usr/X11R7/include/xorg/callback.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/cfb.hxcomp-obsolete	obsolete
 ./usr/X11R7/include/xorg/cfb16.h			xcomp-obsolete	obsolete
@@ -815,7 +818,7 @@
 ./usr/X11R7/include/xorg/dbestruct.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/dgaproc.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/displaymode.h			xcomp-xorg-server-include	xorg,xorg_server_ver=120
-./usr/X11R7/include/xorg/dix-config.h			xcomp-xorg-server-include	xorg,obsolete
+./usr/X11R7/include/xorg/dix-config.h			xcomp-obsolete			xorg,obsolete
 ./usr/X11R7/include/xorg/dix.hxcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/dixaccess.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/dixevents.h			xcomp-xorg-server-include	xorg
@@ -843,7 +846,7 @@
 ./usr/X11R7/include/xorg/fbpseudocolor.h		xcomp-obsolete	obsolete
 ./usr/X11R7/include/xorg/fbrop.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/fi1236.h			xcomp-xorg-server-include	xorg,xorg_server_ver=110
-./usr/X11R7/include/xorg/fi1236.h			xcomp-xorg-server-include	xorg,xorg_server_ver=120,obsolete
+./usr/X11R7/include/xorg/fi1236.h			xcomp-obsolete			xorg,obsolete,xorg_server_ver=120
 ./usr/X11R7/include/xorg/fourcc.h			xcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/gc.hxcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/gcstruct.h			xcomp-xorg-server-include	xorg
@@ -865,13 +868,13 @@
 ./usr/X11R7/include/xorg/mi.hxcomp-xorg-server-include	xorg
 ./usr/X11R7/include/xorg/mibank.h			

CVS commit: src/distrib/sets/lists

2024-01-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Jan 26 12:58:51 UTC 2024

Modified Files:
src/distrib/sets/lists/xcomp: mi
src/distrib/sets/lists/xdebug: md.alpha md.netwinder md.sgimips md.vax
src/distrib/sets/lists/xserver: md.alpha md.netwinder md.sgimips md.vax

Log Message:
Put back xorg_server_ver=110 specific files lost in 21.1.3 updates.

Also fix syspkg names and reorder entries for readabilities.
Fixes "fail to load libfb.so" errors on X.org 1.10 server ports.

Ok'ed by mrg@ on tech-x11@:
 https://mail-index.netbsd.org/tech-x11/2024/01/24/msg002434.html

Should be pulled up to netbsd-10.


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/distrib/sets/lists/xcomp/mi
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/xdebug/md.alpha
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/lists/xdebug/md.netwinder
cvs rdiff -u -r1.17 -r1.18 src/distrib/sets/lists/xdebug/md.sgimips
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/xdebug/md.vax
cvs rdiff -u -r1.61 -r1.62 src/distrib/sets/lists/xserver/md.alpha
cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/xserver/md.netwinder
cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/xserver/md.sgimips
cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/lists/xserver/md.vax

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



CVS commit: src/distrib/sets/lists/tests

2024-01-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jan 25 01:43:59 UTC 2024

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
add missing mtree subdir and it's Atffile.


To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 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.1300 src/distrib/sets/lists/tests/mi:1.1301
--- src/distrib/sets/lists/tests/mi:1.1300	Thu Jan 25 00:30:57 2024
+++ src/distrib/sets/lists/tests/mi	Thu Jan 25 01:43:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1300 2024/01/25 00:30:57 riastradh Exp $
+# $NetBSD: mi,v 1.1301 2024/01/25 01:43:58 mrg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -6378,6 +6378,8 @@
 ./usr/tests/usr.bin/mkdep/h_findcc			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/mkdep/t_findcc			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/mkdep/t_mkdep			tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/mtreetests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/mtree/Atffile			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/mtree/t_sets			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/nbperftests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/nbperf/Atffile			tests-usr.bin-tests	compattestfile,atf



CVS commit: src/distrib/sets/lists/tests

2024-01-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jan 25 01:43:59 UTC 2024

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
add missing mtree subdir and it's Atffile.


To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 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.



CVS commit: src/distrib/sets/lists/tests

2024-01-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Jan 23 22:07:23 UTC 2024

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
tests/lint: revert accidental addition of test for lint message 356


To generate a diff of this commit:
cvs rdiff -u -r1.1298 -r1.1299 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.1298 src/distrib/sets/lists/tests/mi:1.1299
--- src/distrib/sets/lists/tests/mi:1.1298	Tue Jan 23 19:44:28 2024
+++ src/distrib/sets/lists/tests/mi	Tue Jan 23 22:07:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1298 2024/01/23 19:44:28 rillig Exp $
+# $NetBSD: mi,v 1.1299 2024/01/23 22:07:23 rillig Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -7464,7 +7464,6 @@
 ./usr/tests/usr.bin/xlint/lint1/msg_353.c			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/xlint/lint1/msg_354.c			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/xlint/lint1/msg_355.c			tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/xlint/lint1/msg_356.c			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/xlint/lint1/op_colon.c			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/xlint/lint1/op_colon.exp			tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/xlint/lint1/op_shl_lp64.c			tests-usr.bin-tests	compattestfile,atf



CVS commit: src/distrib/sets/lists/tests

2024-01-23 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Tue Jan 23 22:07:23 UTC 2024

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
tests/lint: revert accidental addition of test for lint message 356


To generate a diff of this commit:
cvs rdiff -u -r1.1298 -r1.1299 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.



CVS commit: src/distrib/sets/lists

2024-01-05 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Jan  6 07:35:39 UTC 2024

Added Files:
src/distrib/sets/lists/base: md.virt68k
src/distrib/sets/lists/comp: md.virt68k
src/distrib/sets/lists/debug: md.virt68k

Log Message:
First cut at set list for virt68k.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/base/md.virt68k
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/comp/md.virt68k
cvs rdiff -u -r0 -r1.1 src/distrib/sets/lists/debug/md.virt68k

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

Added files:

Index: src/distrib/sets/lists/base/md.virt68k
diff -u /dev/null src/distrib/sets/lists/base/md.virt68k:1.1
--- /dev/null	Sat Jan  6 07:35:39 2024
+++ src/distrib/sets/lists/base/md.virt68k	Sat Jan  6 07:35:38 2024
@@ -0,0 +1,5 @@
+# $NetBSD: md.virt68k,v 1.1 2024/01/06 07:35:38 thorpej Exp $
+./usr/share/sysinst/catalog/sysinstmsgs.de	base-util-share
+./usr/share/sysinst/catalog/sysinstmsgs.es	base-util-share
+./usr/share/sysinst/catalog/sysinstmsgs.fr	base-util-share
+./usr/share/sysinst/catalog/sysinstmsgs.pl	base-util-share

Index: src/distrib/sets/lists/comp/md.virt68k
diff -u /dev/null src/distrib/sets/lists/comp/md.virt68k:1.1
--- /dev/null	Sat Jan  6 07:35:39 2024
+++ src/distrib/sets/lists/comp/md.virt68k	Sat Jan  6 07:35:38 2024
@@ -0,0 +1,47 @@
+# $NetBSD: md.virt68k,v 1.1 2024/01/06 07:35:38 thorpej Exp $
+./usr/include/ieeefp.hcomp-c-include
+./usr/include/virt68kcomp-c-include
+./usr/include/virt68k/ansi.h			comp-c-include
+./usr/include/virt68k/aout_machdep.h		comp-c-include
+./usr/include/virt68k/asm.h			comp-c-include
+./usr/include/virt68k/bootinfo.h		comp-c-include
+./usr/include/virt68k/bswap.h			comp-c-include
+./usr/include/virt68k/cdefs.h			comp-c-include
+./usr/include/virt68k/cpu.h			comp-c-include
+./usr/include/virt68k/disklabel.h		comp-c-include
+./usr/include/virt68k/elf_machdep.h		comp-c-include
+./usr/include/virt68k/endian.h			comp-c-include
+./usr/include/virt68k/endian_machdep.h		comp-c-include
+./usr/include/virt68k/fenv.h			comp-c-include
+./usr/include/virt68k/float.h			comp-c-include
+./usr/include/virt68k/frame.h			comp-c-include
+./usr/include/virt68k/ieee.h			comp-c-include
+./usr/include/virt68k/ieeefp.h			comp-c-include
+./usr/include/virt68k/int_const.h		comp-c-include
+./usr/include/virt68k/int_fmtio.h		comp-c-include
+./usr/include/virt68k/int_limits.h		comp-c-include
+./usr/include/virt68k/int_mwgwtypes.h		comp-c-include
+./usr/include/virt68k/int_types.h		comp-c-include
+./usr/include/virt68k/intr.h			comp-c-include
+./usr/include/virt68k/kcore.h			comp-c-include
+./usr/include/virt68k/limits.h			comp-c-include
+./usr/include/virt68k/lock.h			comp-c-include
+./usr/include/virt68k/math.h			comp-c-include
+./usr/include/virt68k/mcontext.h		comp-c-include
+./usr/include/virt68k/mutex.h			comp-c-include
+./usr/include/virt68k/param.h			comp-c-include
+./usr/include/virt68k/pcb.h			comp-c-include
+./usr/include/virt68k/pmap.h			comp-c-include
+./usr/include/virt68k/proc.h			comp-c-include
+./usr/include/virt68k/profile.h			comp-c-include
+./usr/include/virt68k/psl.h			comp-c-include
+./usr/include/virt68k/pte.h			comp-c-include
+./usr/include/virt68k/ptrace.h			comp-c-include
+./usr/include/virt68k/reg.h			comp-c-include
+./usr/include/virt68k/rwlock.h			comp-c-include
+./usr/include/virt68k/setjmp.h			comp-c-include
+./usr/include/virt68k/signal.h			comp-c-include
+./usr/include/virt68k/trap.h			comp-c-include
+./usr/include/virt68k/types.h			comp-c-include
+./usr/include/virt68k/vmparam.h			comp-c-include
+./usr/include/virt68k/wchar_limits.h		comp-c-include

Index: src/distrib/sets/lists/debug/md.virt68k
diff -u /dev/null src/distrib/sets/lists/debug/md.virt68k:1.1
--- /dev/null	Sat Jan  6 07:35:39 2024
+++ src/distrib/sets/lists/debug/md.virt68k	Sat Jan  6 07:35:39 2024
@@ -0,0 +1 @@
+# $NetBSD: md.virt68k,v 1.1 2024/01/06 07:35:39 thorpej Exp $



  1   2   3   4   5   6   7   8   9   10   >