CVS commit: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 05:01:58 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core: amdgpu_dc_stream.c Log Message: avoid a GCC 12 warning. there's a 1-element long array and a loop conditional that trie

CVS commit: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 05:01:58 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core: amdgpu_dc_stream.c Log Message: avoid a GCC 12 warning. there's a 1-element long array and a loop conditional that trie

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

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 04:57:36 UTC 2023 Modified Files: src/sys/external/bsd/drm2/drm: drm_gem_cma_helper.c Log Message: avoid uninitialised variable usage in drm_gem_cma_create_internal(). in the case nothing has returned 'error', 'nsegs' and

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

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 04:57:36 UTC 2023 Modified Files: src/sys/external/bsd/drm2/drm: drm_gem_cma_helper.c Log Message: avoid uninitialised variable usage in drm_gem_cma_create_internal(). in the case nothing has returned 'error', 'nsegs' and

CVS commit: src/external/gpl3/gcc

2023-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 15 04:11:53 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update for earmv5{,eb}, m68k, sh3el earmv5{,eb}: - No new regression for full ATF. m68k: - blake2_prov.c needs -fno-stack-p

CVS commit: src/external/gpl3/gcc

2023-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Aug 15 04:11:53 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update for earmv5{,eb}, m68k, sh3el earmv5{,eb}: - No new regression for full ATF. m68k: - blake2_prov.c needs -fno-stack-p

CVS commit: src/sys/dev/pci

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 04:04:10 UTC 2023 Modified Files: src/sys/dev/pci: amrreg.h Log Message: amr(4): fix the size of the the drive format array. now this is actually 1024 bytes long, like it wants to be. found by GCC 12. To generate a dif

CVS commit: src/sys/dev/pci

2023-08-14 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 15 04:04:10 UTC 2023 Modified Files: src/sys/dev/pci: amrreg.h Log Message: amr(4): fix the size of the the drive format array. now this is actually 1024 bytes long, like it wants to be. found by GCC 12. To generate a dif

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-08-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 15 00:02:16 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPosix.c: free very large struct on error path To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSPosix

2023-08-14 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Aug 15 00:02:16 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSPosix: mDNSPosix.c Log Message: mDNSPosix.c: free very large struct on error path To generate a diff of this commit: cvs rdiff -u -r1.1

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

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:42:02 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/sim/ppc: hw_sem.c hw_shm.c Log Message: fix cross-build host amd64, target ppc To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/externa

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

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:42:02 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/sim/ppc: hw_sem.c hw_shm.c Log Message: fix cross-build host amd64, target ppc To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 src/externa

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:41:34 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: backout previous; cross build needs native gmp To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tools/gdb/Makefile Please note

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 22:41:34 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: backout previous; cross build needs native gmp To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/tools/gdb/Makefile Please note

CVS commit: src/sys/dev/usb

2023-08-14 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 14 21:17:08 UTC 2023 Modified Files: src/sys/dev/usb: uaudio.c Log Message: s/streadming/streaming/ in debug message. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/dev/usb/uaudio.c Please note

CVS commit: src/sys/dev/usb

2023-08-14 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Aug 14 21:17:08 UTC 2023 Modified Files: src/sys/dev/usb: uaudio.c Log Message: s/streadming/streaming/ in debug message. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/dev/usb/uaudio.c Please note

CVS commit: src/external/gpl3/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 20:42:28 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: Makefile.in arm-netbsd-nat.c configure.host configure.nat configure.tgt i386-netbsd-tdep.c mips-netbsd-nat.c ppc-netbsd-nat.c pp

CVS commit: src/tools/compat

2023-08-14 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Aug 14 18:49:45 UTC 2023 Modified Files: src/tools/compat: README Log Message: Update build instructions for Solaris 11.4 (CBE) hosts To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/tools/compat/README Plea

CVS commit: src/tools/compat

2023-08-14 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Aug 14 18:49:45 UTC 2023 Modified Files: src/tools/compat: README Log Message: Update build instructions for Solaris 11.4 (CBE) hosts To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/tools/compat/README Plea

CVS commit: src/share/man

2023-08-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 14 16:51:52 UTC 2023 Modified Files: src/share/man/man4: options.4 src/share/man/man7: sysctl.7 Log Message: options(4), sysctl(7): Document options HEARTBEAT. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/share/man

2023-08-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 14 16:51:52 UTC 2023 Modified Files: src/share/man/man4: options.4 src/share/man/man7: sysctl.7 Log Message: options(4), sysctl(7): Document options HEARTBEAT. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 16:45:26 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: fix cross-gdb To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/tools/gdb/Makefile Please note that diffs are not public domain

CVS commit: src/tools/gdb

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 16:45:26 UTC 2023 Modified Files: src/tools/gdb: Makefile Log Message: fix cross-gdb To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/tools/gdb/Makefile Please note that diffs are not public domain

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

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 15:20:37 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-netbsd-tdep.c Log Message: put back the frame unwinder code lost in the merge (J. Hannken-Illjes) To generate a diff of this commit: cvs rdiff

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

2023-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 14 15:20:37 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-netbsd-tdep.c Log Message: put back the frame unwinder code lost in the merge (J. Hannken-Illjes) To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/amd64/installimage

2023-08-14 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Mon Aug 14 13:54:05 UTC 2023 Modified Files: src/distrib/amd64/installimage: installimage.mk Log Message: amd64 installimage: Reduce non-xz size slightly to fit 4GB flash drives The installimage sizes were bumped in 2022 because of

CVS commit: src/distrib/amd64/installimage

2023-08-14 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Mon Aug 14 13:54:05 UTC 2023 Modified Files: src/distrib/amd64/installimage: installimage.mk Log Message: amd64 installimage: Reduce non-xz size slightly to fit 4GB flash drives The installimage sizes were bumped in 2022 because of

Re: CVS commit: src

2023-08-14 Thread Andrius V
I would agree with Taylor, it is not tested well enough to be enabled by default and mainly unmaintained by now. I guess the better solution would be to attempt to integrate openchrome-drm instead at some point in the future. I think making viadrmums as kernel module is quite a good trade off right