CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:59:41 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.h Log Message: nix the NetBSD specific GEM_BUG_ON(). avoids GCC 12 warnings, and matches upstream closer. To generate a diff of this co

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:59:41 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.h Log Message: nix the NetBSD specific GEM_BUG_ON(). avoids GCC 12 warnings, and matches upstream closer. To generate a diff of this co

CVS commit: src/sys/external/bsd/drm2/dist/drm

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:58:20 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_dp_helper.c Log Message: comment a function that has a clear overbounds read but it isn't used. found by GCC 12. To generate a diff of this commi

CVS commit: src/sys/external/bsd/drm2/dist/drm

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:58:20 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_dp_helper.c Log Message: comment a function that has a clear overbounds read but it isn't used. found by GCC 12. To generate a diff of this commi

CVS commit: src/sys/dev/pci

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:57:20 UTC 2023 Modified Files: src/sys/dev/pci: sisfb.c Log Message: ensure all data passed to copyout() has been initialised. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/

CVS commit: src/sys/dev/pci

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:57:20 UTC 2023 Modified Files: src/sys/dev/pci: sisfb.c Log Message: ensure all data passed to copyout() has been initialised. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/

CVS commit: src/external/gpl3/gcc

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:42:16 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: update sparc asan issue with details. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/README.gcc12 Pl

CVS commit: src/external/gpl3/gcc

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:42:16 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: update sparc asan issue with details. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gcc/README.gcc12 Pl

CVS commit: src/usr.sbin/timed/timed

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:58 UTC 2023 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: use standard strncpy() idiom to completely zero a buffer, including explicitly nul the final char. found by GCC 12. To generate a diff of

CVS commit: src/usr.sbin/timed/timed

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:58 UTC 2023 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: use standard strncpy() idiom to completely zero a buffer, including explicitly nul the final char. found by GCC 12. To generate a diff of

CVS commit: src/lib/libm/src

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:18 UTC 2023 Modified Files: src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c Log Message: avoid uninitialised variable accesses. if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less than 2, the local

CVS commit: src/lib/libm/src

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:18 UTC 2023 Modified Files: src/lib/libm/src: k_rem_pio2.c k_rem_pio2f.c Log Message: avoid uninitialised variable accesses. if __kernel_rem_pio2() or __kernel_rem_pio2f() are called with "nx" less than 2, the local

CVS commit: src

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:27:33 UTC 2023 Modified Files: src/external/apache2/llvm/librt: Makefile.inc src/external/bsd/file/lib: Makefile src/external/gpl3/gcc: README.warnings src/external/mit/xorg/lib/dri.old: Makefile

CVS commit: src

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:27:33 UTC 2023 Modified Files: src/external/apache2/llvm/librt: Makefile.inc src/external/bsd/file/lib: Makefile src/external/gpl3/gcc: README.warnings src/external/mit/xorg/lib/dri.old: Makefile

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

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 06:22:31 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi Log Message: lists: Fix build with MKGCCCMDS=no && MKDEBUGLIB=yes To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416 src/distrib/sets/lists/

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

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 06:22:31 UTC 2023 Modified Files: src/distrib/sets/lists/debug: mi Log Message: lists: Fix build with MKGCCCMDS=no && MKDEBUGLIB=yes To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416 src/distrib/sets/lists/

re: CVS commit: src/sys/arch

2023-08-07 Thread matthew green
Joerg Sonnenberger writes: > On Thu, Aug 03, 2023 at 08:16:31AM +, matthew green wrote: > > Module Name:src > > Committed By: mrg > > Date: Thu Aug 3 08:16:31 UTC 2023 > > > > Modified Files: > > src/sys/arch/evbarm/gumstix: gumstix_machdep.c > > src/sys/ar

CVS commit: src/sys/dev/ic

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 05:20:14 UTC 2023 Modified Files: src/sys/dev/ic: apple_smc.c apple_smc_temp.c Log Message: fix array vs pointer function declaration. also, in some callers, and make sure to provide all the accessed backing for a string

CVS commit: src/sys/dev/ic

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 05:20:14 UTC 2023 Modified Files: src/sys/dev/ic: apple_smc.c apple_smc_temp.c Log Message: fix array vs pointer function declaration. also, in some callers, and make sure to provide all the accessed backing for a string

CVS commit: src/share/mk

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 03:44:12 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: put amd64 back to GDB 11. it doesn't build for me, or others. the first problem is that this rule: GDBvn.texi: ${DIST}/gdb/version.in echo

CVS commit: src/share/mk

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 03:44:12 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: put amd64 back to GDB 11. it doesn't build for me, or others. the first problem is that this rule: GDBvn.texi: ${DIST}/gdb/version.in echo

CVS commit: src/lib/libm

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 02:09:43 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add fma(3) and friends to m68k To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile Please note that diffs are

CVS commit: src/lib/libm

2023-08-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 8 02:09:43 UTC 2023 Modified Files: src/lib/libm: Makefile Log Message: libm: Add fma(3) and friends to m68k To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/lib/libm/Makefile Please note that diffs are

re: CVS commit: src/share/mk

2023-08-07 Thread matthew green
Valery Ushakov writes: > On Mon, Aug 07, 2023 at 23:58:50 +0200, Tobias Nygren wrote: > > > Is this sort of fix acceptable for the above cases? > [...] > > + ptrdiff_t offset = pos - buf; > [...] > > - pos = new_buf + (pos - buf); > > + pos = ne

Re: Restoring pointers after realloc (was: Re: CVS commit: src/share/mk)

2023-08-07 Thread Valery Ushakov
On Tue, Aug 08, 2023 at 00:44:41 +0200, Roland Illig wrote: > Am 07.08.2023 um 23:58 schrieb Tobias Nygren: > > Is this sort of fix acceptable for the above cases? > > > > + ptrdiff_t offset = pos - buf; > > new_buf = realloc(buf, buf_size); > > - pos = new_buf + (pos - buf); > > + pos =

CVS commit: src/usr.bin/telnet

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:31:11 UTC 2023 Modified Files: src/usr.bin/telnet: ring.c Log Message: remove always-true part of condition. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/telnet/ring.c P

CVS commit: src/usr.bin/telnet

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:31:11 UTC 2023 Modified Files: src/usr.bin/telnet: ring.c Log Message: remove always-true part of condition. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/telnet/ring.c P

CVS commit: src/tests/lib/libbpfjit

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:29:58 UTC 2023 Modified Files: src/tests/lib/libbpfjit: t_bpfjit.c Log Message: avoid uninitialised variable. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libbpfjit/t_b

CVS commit: src/tests/lib/libbpfjit

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:29:58 UTC 2023 Modified Files: src/tests/lib/libbpfjit: t_bpfjit.c Log Message: avoid uninitialised variable. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libbpfjit/t_b

CVS commit: src/sys/arch/hpcmips/vr

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:29:23 UTC 2023 Modified Files: src/sys/arch/hpcmips/vr: vrc4172gpio.c Log Message: fix mis-matched function prototype and definitions. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 sr

CVS commit: src/sys/arch/hpcmips/vr

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:29:23 UTC 2023 Modified Files: src/sys/arch/hpcmips/vr: vrc4172gpio.c Log Message: fix mis-matched function prototype and definitions. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 sr

CVS commit: src/sys

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:28:58 UTC 2023 Modified Files: src/sys/arch/atari/dev: ncr5380var.h src/sys/arch/hp300/dev: intiovar.h src/sys/dist/pf/net: pf_norm.c src/sys/netinet: dccp_tfrc.c Log Message: fix indentation iss

CVS commit: src/sys

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:28:58 UTC 2023 Modified Files: src/sys/arch/atari/dev: ncr5380var.h src/sys/arch/hp300/dev: intiovar.h src/sys/dist/pf/net: pf_norm.c src/sys/netinet: dccp_tfrc.c Log Message: fix indentation iss

CVS commit: src/sbin/resize_lfs

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:27:07 UTC 2023 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: fix potentially uninitialised data being used. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/res

CVS commit: src/sbin/resize_lfs

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:27:07 UTC 2023 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: fix potentially uninitialised data being used. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/res

CVS commit: src/sbin/dump

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:26:40 UTC 2023 Modified Files: src/sbin/dump: traverse.c Log Message: fix always true conditional by removing the address-of operator. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 sr

CVS commit: src/sbin/dump

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 7 23:26:40 UTC 2023 Modified Files: src/sbin/dump: traverse.c Log Message: fix always true conditional by removing the address-of operator. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 sr

Re: CVS commit: src/share/mk

2023-08-07 Thread Valery Ushakov
On Mon, Aug 07, 2023 at 23:58:50 +0200, Tobias Nygren wrote: > Is this sort of fix acceptable for the above cases? [...] > + ptrdiff_t offset = pos - buf; [...] > - pos = new_buf + (pos - buf); > + pos = new_buf + offset; I think so. Bu

Restoring pointers after realloc (was: Re: CVS commit: src/share/mk)

2023-08-07 Thread Roland Illig
Am 07.08.2023 um 23:58 schrieb Tobias Nygren: > Is this sort of fix acceptable for the above cases? > > + ptrdiff_t offset = pos - buf; > new_buf = realloc(buf, buf_size); > - pos = new_buf + (pos - buf); > + pos = new_buf + offset; Yes. Instead of ptrdiff_t, I prefer to use siz

CVS commit: src

2023-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 7 22:30:39 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: msg_247.c msg_247_ilp32_ldbl64.c msg_247_lp64_ldbl128.c msg_247_portable.c Added Files: src/te

CVS commit: src

2023-08-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Aug 7 22:30:39 UTC 2023 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: msg_247.c msg_247_ilp32_ldbl64.c msg_247_lp64_ldbl128.c msg_247_portable.c Added Files: src/te

Re: CVS commit: src/share/mk

2023-08-07 Thread Tobias Nygren
On Thu, 3 Aug 2023 23:30:31 +0900 Rin Okuyama wrote: > On 2023/08/03 23:23, Valery Ushakov wrote: > > On Thu, Aug 03, 2023 at 13:33:27 +, Rin Okuyama wrote: > > > >> -Wuse-after-free for GCC 12 is premature. It fires on a common idiom: > >> > >>newbuf = realloc(buf, size); > >>p = ne

CVS commit: src/usr.bin/rpcgen

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 21:12:02 UTC 2023 Modified Files: src/usr.bin/rpcgen: rpc_cout.c Log Message: rpcgen: don't pass length of source to string copy operation Altough the prior code can't fail, GCC complains about the practice. To generate

CVS commit: src/usr.bin/rpcgen

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 21:12:02 UTC 2023 Modified Files: src/usr.bin/rpcgen: rpc_cout.c Log Message: rpcgen: don't pass length of source to string copy operation Altough the prior code can't fail, GCC complains about the practice. To generate

CVS commit: src/usr.sbin/makemandb

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 20:35:21 UTC 2023 Modified Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c Log Message: makemakedb: don't return uninitialized token length if stemming fails To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.sbin/makemandb

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 20:35:21 UTC 2023 Modified Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c Log Message: makemakedb: don't return uninitialized token length if stemming fails To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/usr.sbin/services_mkdb

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 20:21:08 UTC 2023 Modified Files: src/usr.sbin/services_mkdb: output_cdb.c Log Message: services_mkdb: pad argument to cdbw_output(3) to match it's prototype To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/usr.sbin/services_mkdb

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 20:21:08 UTC 2023 Modified Files: src/usr.sbin/services_mkdb: output_cdb.c Log Message: services_mkdb: pad argument to cdbw_output(3) to match it's prototype To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/usr.bin/tail

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 19:11:25 UTC 2023 Modified Files: src/usr.bin/tail: tail.c Log Message: tail: adjust misleading indentation in macro. NFC. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tail/tail.c Please not

CVS commit: src/usr.bin/tail

2023-08-07 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Mon Aug 7 19:11:25 UTC 2023 Modified Files: src/usr.bin/tail: tail.c Log Message: tail: adjust misleading indentation in macro. NFC. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tail/tail.c Please not

CVS commit: src/share/misc

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 18:01:42 UTC 2023 Modified Files: src/share/misc: style Log Message: style(5): Advise against new struct typedefs and explain why. Proposed on tech-kern: https://mail-index.netbsd.org/tech-kern/2023/07/11/msg028950.

CVS commit: src/share/misc

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 18:01:42 UTC 2023 Modified Files: src/share/misc: style Log Message: style(5): Advise against new struct typedefs and explain why. Proposed on tech-kern: https://mail-index.netbsd.org/tech-kern/2023/07/11/msg028950.

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Prevent us from using the phony_iconv_open(). Our iconv_open does not take "wchar_t" as an argument, so define __STDC_ISO_10646

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Prevent us from using the phony_iconv_open(). Our iconv_open does not take "wchar_t" as an argument, so define __STDC_ISO_10646

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:40 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/external/gpl3/gdb/lib/libgdb/

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:40 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/external/gpl3/gdb/lib/libgdb/

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:24 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Add missing i386 tdeps To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gdb/dist/gdb/config

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:24 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Add missing i386 tdeps To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external/gpl3/gdb/dist/gdb/config

CVS commit: src/sys/external/bsd/drm2/radeon

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:35:06 UTC 2023 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: radeon: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/external/bsd/drm2/radeon

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:35:06 UTC 2023 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: radeon: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/external/bsd/drm2/nouveau

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:57 UTC 2023 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: nouveau: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/external/bsd/drm2/nouveau

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:57 UTC 2023 Modified Files: src/sys/external/bsd/drm2/nouveau: nouveau_pci.c Log Message: nouveau: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/external/bsd/drm2/amdgpu

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:47 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c Log Message: amdgpu: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/external/bsd/drm2/amdgpu

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:34:47 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu: amdgpu_pci.c Log Message: amdgpu: Suspend ioctls while device is suspended. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/distrib/sets/lists

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:14:32 UTC 2023 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/debug: ad.aarch64 md.amd64 Log Message: distrib/sets/lists: Fix libtsan entries. - No obsolete .so.N or .so.N.M

CVS commit: src/distrib/sets/lists

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 16:14:32 UTC 2023 Modified Files: src/distrib/sets/lists/base: md.amd64 src/distrib/sets/lists/debug: ad.aarch64 md.amd64 Log Message: distrib/sets/lists: Fix libtsan entries. - No obsolete .so.N or .so.N.M

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 14:30:48 UTC 2023 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: fix config.h confusion To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gdb/bin/gdb/Makefile Ple

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

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 14:30:48 UTC 2023 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: fix config.h confusion To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gdb/bin/gdb/Makefile Ple

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the socket-dom

CVS commit: src/sys/netbt

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 13:31:54 UTC 2023 Modified Files: src/sys/netbt: bt_proto.c Log Message: netbt(4): Initialize bt_lock earlier. Use a driver-class module modcmd init function, instead of a socket domain init function; the socket-dom

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 10:31:42 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/sys/sys/lwp

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 10:31:42 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Slightly more paranoia re curlwp in PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219 src/sys/sys/lwp

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 09:41:56 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: KASSERT -> KASSERTMSG Might help diagnose PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/

CVS commit: src/sys/sys

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 09:41:56 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: KASSERT -> KASSERTMSG Might help diagnose PR port-evbarm/57564. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/

CVS commit: src/sys/arch/x86/x86

2023-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 7 09:27:14 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Update /proc/cpuinfo. - Move "ssbd" to an unused Linux mapping. - Update unused Linux mappings. To generate a diff of this comm

CVS commit: src/sys/arch/x86/x86

2023-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 7 09:27:14 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Update /proc/cpuinfo. - Move "ssbd" to an unused Linux mapping. - Update unused Linux mappings. To generate a diff of this comm

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them co

CVS commit: src/lib/libm/src

2023-08-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 7 08:54:40 UTC 2023 Modified Files: src/lib/libm/src: ldbl_dummy.c Log Message: libm: Add dummy remainderl and remquol. These are pretty bad -- these aren't transcendental functions; not rocket science to make them co