CVS commit: src/usr.bin/rpcgen

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 21:31:35 UTC 2024 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Add prototype for the foo_freeresult() functions used in the thread-safe versions of the code (Anthony Mallet) To generate a diff of

CVS commit: src/usr.bin/rpcgen

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 21:31:35 UTC 2024 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Add prototype for the foo_freeresult() functions used in the thread-safe versions of the code (Anthony Mallet) To generate a diff of

CVS commit: src/doc

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 19:41:08 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: mention the expsym files To generate a diff of this commit: cvs rdiff -u -r1.2013 -r1.2014 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 19:41:08 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: mention the expsym files To generate a diff of this commit: cvs rdiff -u -r1.2013 -r1.2014 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/share/man/man9

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 19:10:50 UTC 2024 Modified Files: src/share/man/man9: atomic_loadstore.9 Log Message: atomic_loadstore(9): Clarify relation to __HAVE_ATOMIC64_OPS. PR kern/58340 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 19:10:50 UTC 2024 Modified Files: src/share/man/man9: atomic_loadstore.9 Log Message: atomic_loadstore(9): Clarify relation to __HAVE_ATOMIC64_OPS. PR kern/58340 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 18:58:22 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.expsym Log Message: openssl: Update crypto.expsym for new symbol. Since ld doesn't verify any symbols listed in crypto.map are

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 18:58:22 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.expsym Log Message: openssl: Update crypto.expsym for new symbol. Since ld doesn't verify any symbols listed in crypto.map are

CVS commit: src/doc

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 18:55:32 UTC 2024 Modified Files: src/doc: HACKS Log Message: doc/HACKS: Note tsan TLS alignment workaround for PR lib/58349. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/doc/HACKS Please

CVS commit: src/doc

2024-06-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 18 18:55:32 UTC 2024 Modified Files: src/doc: HACKS Log Message: doc/HACKS: Note tsan TLS alignment workaround for PR lib/58349. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246 src/doc/HACKS Please

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 17:31:17 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: sync with latest To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 17:31:17 UTC 2024 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map Log Message: sync with latest To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/doc

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 17:29:15 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: More OpenSSL import notes To generate a diff of this commit: cvs rdiff -u -r1.2012 -r1.2013 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/doc

2024-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 18 17:29:15 UTC 2024 Modified Files: src/doc: 3RDPARTY Log Message: More OpenSSL import notes To generate a diff of this commit: cvs rdiff -u -r1.2012 -r1.2013 src/doc/3RDPARTY Please note that diffs are not public

Re: CVS commit: src/tools/gcc

2024-06-18 Thread Greg Troxel
Taylor R Campbell writes: > How is the host C++ compiler supposed to know that we are asking it to > compile C++11 and not C++98 or C++17? The compilation line should pass --std=c++11. Arguably, any program that invokes a compiler and does not pass a --std is buggy. Things only mostly work

CVS commit: src/external/gpl3/gcc

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 14:08:11 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update powerpc; everything fine for me! MKX11=yes build succeeds with the latest fix by mrg@. X11 server and client work

CVS commit: src/external/gpl3/gcc

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 14:08:11 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update powerpc; everything fine for me! MKX11=yes build succeeds with the latest fix by mrg@. X11 server and client work

CVS commit: src/sys/arch/evbppc/wii

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 13:35:26 UTC 2024 Modified Files: src/sys/arch/evbppc/wii: mainbus.c Log Message: wii: mainbus_attach: Appease GCC12 -Warray-bounds GCC12 blames pointer access to 0-th page, [0, 0xfff], with -Warray-bounds. Silence it by

CVS commit: src/sys/arch/evbppc/wii

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 13:35:26 UTC 2024 Modified Files: src/sys/arch/evbppc/wii: mainbus.c Log Message: wii: mainbus_attach: Appease GCC12 -Warray-bounds GCC12 blames pointer access to 0-th page, [0, 0xfff], with -Warray-bounds. Silence it by

CVS commit: src/sys/arch/aarch64/aarch64

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 13:29:56 UTC 2024 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: aarch64: cpu_getmcontext32: Fix sign compare for ras_lookup(9) Now, compare with `(void *)-1` is done for x0, instead of w0.

CVS commit: src/sys/arch/aarch64/aarch64

2024-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 18 13:29:56 UTC 2024 Modified Files: src/sys/arch/aarch64/aarch64: netbsd32_machdep.c Log Message: aarch64: cpu_getmcontext32: Fix sign compare for ras_lookup(9) Now, compare with `(void *)-1` is done for x0, instead of w0.

Re: CVS commit: src/tools/gcc

2024-06-18 Thread Taylor R Campbell
> Date: Mon, 17 Jun 2024 03:01:55 +1000 > from: matthew green > > "David H. Gutteridge" writes: > > Module Name:src > > Committed By: gutteridge > > Date: Sun Jun 16 16:03:30 UTC 2024 > > > > tools/gcc/Makefile: force std=c++11 for GCC 12 builds > > > > GCC >= 11 now

CVS commit: src/bin/sh

2024-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 18 07:21:31 UTC 2024 Modified Files: src/bin/sh: jobs.c Log Message: Remove the possibility that all jobs won't be cleaned up by "wait" There was a possibility that in a wait (no options or args) not all jobs would be

CVS commit: src/bin/sh

2024-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 18 07:21:31 UTC 2024 Modified Files: src/bin/sh: jobs.c Log Message: Remove the possibility that all jobs won't be cleaned up by "wait" There was a possibility that in a wait (no options or args) not all jobs would be