CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 10:12:32 UTC 2024 Modified Files: src/tests/net/npf: t_npf.sh src/usr.sbin/npf/npftest: npftest.conf src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: Fix newly added test. -

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 10:12:32 UTC 2024 Modified Files: src/tests/net/npf: t_npf.sh src/usr.sbin/npf/npftest: npftest.conf src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: Fix newly added test. -

CVS commit: src/doc

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 30 08:41:18 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: Actually update the version for tzdata (2024bgtz) rather than just adding the new tag fields... To generate a diff of this commit: cvs rdiff -u -r1.2057 -r

CVS commit: src/doc

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 30 08:41:18 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: Actually update the version for tzdata (2024bgtz) rather than just adding the new tag fields... To generate a diff of this commit: cvs rdiff -u -r1.2057 -r

Re: CVS commit: src/lib/libm

2024-10-30 Thread Martin Husemann
On Tue, Oct 29, 2024 at 07:59:45PM +, Taylor R Campbell wrote: > Yes, I think we need a new MACHINE_ARCH for that, maybe m68ksf. But > maybe effort is better spent on making FPU_EMULATE work than on > dealing with a new ABI. I think this is impossible w/o compiler/linker support and doing spe

CVS commit: src/usr.sbin/npf/npftest

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 11:03:32 UTC 2024 Modified Files: src/usr.sbin/npf/npftest: npftest.conf src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: Expand test cases to cover more compiler paths. Cover maske

CVS commit: src/usr.sbin/npf/npftest

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 11:03:32 UTC 2024 Modified Files: src/usr.sbin/npf/npftest: npftest.conf src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: Expand test cases to cover more compiler paths. Cover maske

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 11:19:38 UTC 2024 Modified Files: src/tests/net/npf: t_npf.sh src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl(8): Fix compiling multiword comparisons, i.e., IPv6 addrs. PR bin/55403: npfctl misco

Re: CVS commit: src/lib/libm

2024-10-30 Thread Nathanial Sloss
On Wed, 30 Oct 2024 06:59:45 Taylor R Campbell wrote: > > Date: Wed, 30 Oct 2024 04:30:44 +0900 > > From: Izumi Tsutsui > > > > riastradh@ wrote: > > > Is this configuration > > > relevant for real-world hardware or is it more of a `for fun' option? > > > > The only use case is to run NetBSD/mac

CVS commit: src/lib/libm/src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 16:57:16 UTC 2024 Modified Files: src/lib/libm/src: s_nearbyint.c Log Message: nearbyint(3), nearbyintf(3): Use rint(3), rintf(3), not rintl(3). This macro was mistakenly changed to use rintl(3) for all three functi

CVS commit: src

2024-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 30 18:09:19 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/man: mi src

CVS commit: src

2024-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 30 18:09:19 UTC 2024 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/distrib/sets/lists/man: mi src

CVS commit: src/external/bsd/zstd/usr.bin

2024-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 30 19:56:34 UTC 2024 Modified Files: src/external/bsd/zstd/usr.bin: Makefile Log Message: list zstd.1 in man pages To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/zstd/usr.bin/Makefile Ple

CVS commit: src/external/bsd/zstd/usr.bin

2024-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 30 19:56:34 UTC 2024 Modified Files: src/external/bsd/zstd/usr.bin: Makefile Log Message: list zstd.1 in man pages To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/zstd/usr.bin/Makefile Ple

CVS commit: src/lib/libm/src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 16:57:16 UTC 2024 Modified Files: src/lib/libm/src: s_nearbyint.c Log Message: nearbyint(3), nearbyintf(3): Use rint(3), rintf(3), not rintl(3). This macro was mistakenly changed to use rintl(3) for all three functi

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 15:56:12 UTC 2024 Modified Files: src/include: langinfo.h monetary.h nl_types.h regex.h src/sys/arch/alpha/include: fenv.h src/sys/arch/arm/include: float.h src/sys/arch/hppa/include: float.h

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 15:56:12 UTC 2024 Modified Files: src/include: langinfo.h monetary.h nl_types.h regex.h src/sys/arch/alpha/include: fenv.h src/sys/arch/arm/include: float.h src/sys/arch/hppa/include: float.h

CVS commit: src/usr.bin/ctags

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 30 11:37:00 UTC 2024 Modified Files: src/usr.bin/ctags: ctags.c Log Message: PR bin/58786 More ctags error handling Inspired by RVP's patch in PR bin/58786 add handling of write errors, and failures to build or execute com

CVS commit: src/usr.bin/ctags

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Oct 30 11:37:00 UTC 2024 Modified Files: src/usr.bin/ctags: ctags.c Log Message: PR bin/58786 More ctags error handling Inspired by RVP's patch in PR bin/58786 add handling of write errors, and failures to build or execute com

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 30 11:19:38 UTC 2024 Modified Files: src/tests/net/npf: t_npf.sh src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl(8): Fix compiling multiword comparisons, i.e., IPv6 addrs. PR bin/55403: npfctl misco

CVS import: xsrc/external/mit/xorg-server/dist

2024-10-30 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Oct 30 21:13:01 UTC 2024 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv26025 Log Message: initial import of xorg-server-21.1.14 Status: Vendor Tag: xorg Release Tags: xorg-ser

CVS import: xsrc/external/mit/xorg-server/dist

2024-10-30 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Oct 30 21:13:01 UTC 2024 Update of /cvsroot/xsrc/external/mit/xorg-server/dist In directory ivanova.netbsd.org:/tmp/cvs-serv26025 Log Message: initial import of xorg-server-21.1.14 Status: Vendor Tag: xorg Release Tags: xorg-ser

CVS commit: xsrc/external/mit/xorg-server

2024-10-30 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Wed Oct 30 21:16:59 UTC 2024 Modified Files: xsrc/external/mit/xorg-server/dist: configure configure.ac xsrc/external/mit/xorg-server/dist/dix: devices.c dixfonts.c enterleave.c xsrc/external/mit/xorg-serv

CVS commit: src/share/man/man7

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:13:19 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: give example of a program with per-user-tmp issue To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/m

CVS commit: src/sys/arch/hppa/stand/mkboot

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:21:12 UTC 2024 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: mkboot.c: ensure all functions are declared Addresses build failure issue on current Linux distros that have a GCC with implic

CVS commit: src/sys/arch/hppa/stand/mkboot

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:21:12 UTC 2024 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: mkboot.c: ensure all functions are declared Addresses build failure issue on current Linux distros that have a GCC with implic

CVS commit: src/share/mk

2024-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 21:17:32 UTC 2024 Modified Files: src/share/mk: bsd.x11.mk Log Message: update for xorg-server 21.1.14 To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/share/mk/bsd.x11.mk Please note that diffs are n

CVS commit: src/share/mk

2024-10-30 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Oct 30 21:17:32 UTC 2024 Modified Files: src/share/mk: bsd.x11.mk Log Message: update for xorg-server 21.1.14 To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/share/mk/bsd.x11.mk Please note that diffs are n

CVS commit: src/doc

2024-10-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 30 22:24:16 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: fix some typos To generate a diff of this commit: cvs rdiff -u -r1.3110 -r1.3111 src/doc/CHANGES Please note that diffs are not public domain; they ar

CVS commit: src/doc

2024-10-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 30 22:24:16 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: fix some typos To generate a diff of this commit: cvs rdiff -u -r1.3110 -r1.3111 src/doc/CHANGES Please note that diffs are not public domain; they ar

CVS commit: src/share/man/man7

2024-10-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Oct 31 01:13:19 UTC 2024 Modified Files: src/share/man/man7: security.7 Log Message: security.7: give example of a program with per-user-tmp issue To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/m

CVS commit: src/usr.bin/ctags

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 31 01:50:20 UTC 2024 Modified Files: src/usr.bin/ctags: ctags.c Log Message: PR bin/58786 Partly fix ctags -u processing RVP pointed out that the command in the previous version to remove old entries from the tags file wou

CVS commit: src/usr.bin/ctags

2024-10-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Oct 31 01:50:20 UTC 2024 Modified Files: src/usr.bin/ctags: ctags.c Log Message: PR bin/58786 Partly fix ctags -u processing RVP pointed out that the command in the previous version to remove old entries from the tags file wou

CVS commit: src

2024-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 29 22:24:31 UTC 2024 Modified Files: src/tests/net/npf: t_npf.sh src/usr.sbin/npf/npftest: npftest.conf src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: Add a test to match grou