CVS commit: src/sys/fs/msdosfs

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 05:41:09 UTC 2023 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: when calling a function that needs more bytes than we have, create a stack variable long enough and use that instead. found by GCC 12.

CVS commit: src/sys/fs/msdosfs

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 05:41:09 UTC 2023 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: when calling a function that needs more bytes than we have, create a stack variable long enough and use that instead. found by GCC 12.

CVS commit: src/external/bsd/tre/lib

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 05:29:28 UTC 2023 Modified Files: src/external/bsd/tre/lib: Makefile Log Message: apply -Wno-error for GCC 12. this code seems broken. hash_table_del() is called on a ptr that was either just freed (realloc() case) or

CVS commit: src/external/bsd/tre/lib

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 05:29:28 UTC 2023 Modified Files: src/external/bsd/tre/lib: Makefile Log Message: apply -Wno-error for GCC 12. this code seems broken. hash_table_del() is called on a ptr that was either just freed (realloc() case) or

CVS commit: src/bin/sh

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 03:18:15 UTC 2023 Modified Files: src/bin/sh: Makefile Log Message: use -O1 on sh3, GCC 12 and parser.c. this triggers clobbered vs. longjmp/setjmp warnings with -Os that sh3 uses. To generate a diff of this commit:

CVS commit: src/bin/sh

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 03:18:15 UTC 2023 Modified Files: src/bin/sh: Makefile Log Message: use -O1 on sh3, GCC 12 and parser.c. this triggers clobbered vs. longjmp/setjmp warnings with -Os that sh3 uses. To generate a diff of this commit:

CVS commit: src/sys/netinet

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 03:03:48 UTC 2023 Modified Files: src/sys/netinet: dccp_tfrc.c Log Message: avoid uninitialised variable use. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/dccp_tfrc.c

CVS commit: src/sys/netinet

2023-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 14 03:03:48 UTC 2023 Modified Files: src/sys/netinet: dccp_tfrc.c Log Message: avoid uninitialised variable use. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/netinet/dccp_tfrc.c

CVS commit: src/lib/libcrypt

2023-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 14 02:22:35 UTC 2023 Modified Files: src/lib/libcrypt: crypt.c Log Message: libcrypt: trailing white space To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libcrypt/crypt.c Please note that diffs are

CVS commit: src/lib/libcrypt

2023-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 14 02:22:35 UTC 2023 Modified Files: src/lib/libcrypt: crypt.c Log Message: libcrypt: trailing white space To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libcrypt/crypt.c Please note that diffs are

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2023-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 14 02:21:22 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gcc: Host tool gengtype requires version.h Should fix random failure for parallel build. To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2023-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 14 02:21:22 UTC 2023 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: gcc: Host tool gengtype requires version.h Should fix random failure for parallel build. To generate a diff of this commit:

CVS commit: src/sys/uvm

2023-08-13 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Aug 13 23:06:07 UTC 2023 Modified Files: src/sys/uvm: uvm_fault.c Log Message: uvm: prevent TLB invalidation races during COW resolution When a thread takes a page fault which results in COW resolution, other threads in the

CVS commit: src/sys/uvm

2023-08-13 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Aug 13 23:06:07 UTC 2023 Modified Files: src/sys/uvm: uvm_fault.c Log Message: uvm: prevent TLB invalidation races during COW resolution When a thread takes a page fault which results in COW resolution, other threads in the

CVS commit: src/sys/arch/arm/marvell

2023-08-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 13 22:06:44 UTC 2023 Modified Files: src/sys/arch/arm/marvell: armadaxpreg.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/marvell/armadaxpreg.h

CVS commit: src/sys/arch/arm/marvell

2023-08-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sun Aug 13 22:06:44 UTC 2023 Modified Files: src/sys/arch/arm/marvell: armadaxpreg.h Log Message: fix typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/marvell/armadaxpreg.h

CVS commit: src/share/mk

2023-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 13 21:52:33 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.1355 -r1.1356 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/share/mk

2023-08-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 13 21:52:33 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.1355 -r1.1356 src/share/mk/bsd.own.mk Please note that diffs are not

CVS commit: src/external/gpl3/gdb/lib

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:29:16 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk src/external/gpl3/gdb/lib/libreadline/arch/x86_64: defs.mk Log Message: regen To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gdb/lib

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:29:16 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk src/external/gpl3/gdb/lib/libreadline/arch/x86_64: defs.mk Log Message: regen To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:28:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-netbsd-nat.c Log Message: put back the kvm code that was lost between 11.0 and 13.2 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:28:22 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-netbsd-nat.c Log Message: put back the kvm code that was lost between 11.0 and 13.2 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:28:04 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.nat Log Message: centralize handling of kvm on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:28:04 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.nat Log Message: centralize handling of kvm on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 21:25:56 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: GDBvn.texi Log Message: gdb/doc/GDBvn.texi: Omit spurious trailing blank line. Reduces diff from upstream. To generate a diff of this commit:

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 21:25:56 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: GDBvn.texi Log Message: gdb/doc/GDBvn.texi: Omit spurious trailing blank line. Reduces diff from upstream. To generate a diff of this commit:

CVS commit: src/share/mk

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:17:05 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: sun2 can't make gdb anymore. there is no gmp because no gcc. To generate a diff of this commit: cvs rdiff -u -r1.1354 -r1.1355

CVS commit: src/share/mk

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 21:17:05 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: sun2 can't make gdb anymore. there is no gmp because no gcc. To generate a diff of this commit: cvs rdiff -u -r1.1354 -r1.1355

CVS commit: src/external/apache2/mDNSResponder

2023-08-13 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Aug 13 18:57:07 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c

CVS commit: src/external/apache2/mDNSResponder

2023-08-13 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Aug 13 18:57:07 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c

Re: CVS commit: src

2023-08-13 Thread Taylor R Campbell
> Date: Thu, 10 Aug 2023 07:42:53 +1000 > from: matthew green > > > Log Message: > > viadrmums(4): build legacy VIA DRM UMS driver module for amd64. > > > > This driver is not built-in by default, thus loadable module can help > > (un)lucky > > if it works, why isn't it in GENERIC as well as a

Re: CVS commit: src

2023-08-13 Thread David Brownlee
On Sat, 12 Aug 2023 at 16:16, Andrius V wrote: > > Hi, > > Sorry, didn't notice the email until today. To answer your question > why it is not enabled in GENERIC by default, I am not sure > (Taylor(?)), it was commented since the day one both on i386 and > amd64. > > However, I have some doubts

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:20:37 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Per KNF, sys/param.h comes before sys/types.h. Which is nice because that's also lexicographic. To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:20:37 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Per KNF, sys/param.h comes before sys/types.h. Which is nice because that's also lexicographic. To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:19:24 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Need for SIZE_MAX, per C standard. >From Kyle Evans . Followup to PR lib/57573. XXX pullup-10 XXX pullup-9 XXX pullup-8 To

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:19:24 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Need for SIZE_MAX, per C standard. >From Kyle Evans . Followup to PR lib/57573. XXX pullup-10 XXX pullup-9 XXX pullup-8 To

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:19:13 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Sort includes. No functional change intended. Prompted by PR lib/57573. XXX pullup-10 XXX pullup-9 XXX pullup-8 To generate a diff

CVS commit: src/lib/libc/gen

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 15:19:13 UTC 2023 Modified Files: src/lib/libc/gen: vis.c Log Message: vis(3): Sort includes. No functional change intended. Prompted by PR lib/57573. XXX pullup-10 XXX pullup-9 XXX pullup-8 To generate a diff

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 12:17:17 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: GDBvn.texi Log Message: restore original contents that got overwriten by the build. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 12:17:17 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: GDBvn.texi Log Message: restore original contents that got overwriten by the build. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl3/gdb/bin/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 12:16:15 UTC 2023 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: remove building GDBvn.text, it comes with gdb-13.2 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/external/gpl3/gdb/bin/gdb

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 12:16:15 UTC 2023 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: remove building GDBvn.text, it comes with gdb-13.2 To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/external/gpl3/gdb/lib

2023-08-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 13 12:04:12 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/mipsel: bfd-in3.h bfd.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libctf/arch/mipsel: defs.mk

CVS commit: src/lib/libc/string

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 11:27:22 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): More on how strlcpy is not a safe strncpy replacement. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/lib/libc/string

2023-08-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Aug 13 11:27:22 UTC 2023 Modified Files: src/lib/libc/string: strncpy.3 Log Message: strncpy(3): More on how strlcpy is not a safe strncpy replacement. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16