CVS commit: src/sys/dev/pckbport

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 05:55:12 UTC 2023 Modified Files: src/sys/dev/pckbport: pms.c synaptics.c Log Message: panic on an condition that shouldn't be possible. appease GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/dev/pckbport

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 05:55:12 UTC 2023 Modified Files: src/sys/dev/pckbport: pms.c synaptics.c Log Message: panic on an condition that shouldn't be possible. appease GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/tests/sys/crypto/chacha

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:22:44 UTC 2023 Modified Files: src/tests/sys/crypto/chacha: Makefile Log Message: apply -Wno-maybe-uninitialized to chacha_sse2.c. there's a clearly initialised memory region that is claimed as being maybe

CVS commit: src/tests/sys/crypto/chacha

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:22:44 UTC 2023 Modified Files: src/tests/sys/crypto/chacha: Makefile Log Message: apply -Wno-maybe-uninitialized to chacha_sse2.c. there's a clearly initialised memory region that is claimed as being maybe

CVS commit: src/distrib/sets

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:19:05 UTC 2023 Modified Files: src/distrib/sets: comments deps descrs Log Message: add description & deps for gpu-firmware-base set. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/distrib/sets

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:19:05 UTC 2023 Modified Files: src/distrib/sets: comments deps descrs Log Message: add description & deps for gpu-firmware-base set. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/external/mit/xorg/lib/libxcb/xinput

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:16:56 UTC 2023 Modified Files: src/external/mit/xorg/lib/libxcb/xinput: Makefile Log Message: turn off -Walloc-size-larger-than for xinput.c on 32-bit platforms, an expression claims the input can exceed 2G, more than

CVS commit: src/external/mit/xorg/lib/libxcb/xinput

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 04:16:56 UTC 2023 Modified Files: src/external/mit/xorg/lib/libxcb/xinput: Makefile Log Message: turn off -Walloc-size-larger-than for xinput.c on 32-bit platforms, an expression claims the input can exceed 2G, more than

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

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 03:41:49 UTC 2023 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: revive the ./usr/libdata/debug/usr/lib/libisns.so.0.0.debug entry however, remove the 'obsolete' tag from it. fixes the amd64 build (at

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

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 03:41:49 UTC 2023 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: revive the ./usr/libdata/debug/usr/lib/libisns.so.0.0.debug entry however, remove the 'obsolete' tag from it. fixes the amd64 build (at

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

2023-09-04 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 5 02:59:07 UTC 2023 Modified Files: src/sys/arch/arm/ti: ti_com.c Log Message: ti_com.c: set sc_type to COM_TYPE_OMAP Avoid a kernel hang reported by Brook Milligan in PR port-arm/57598. Patch suggested by RVP,

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

2023-09-04 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Sep 5 02:59:07 UTC 2023 Modified Files: src/sys/arch/arm/ti: ti_com.c Log Message: ti_com.c: set sc_type to COM_TYPE_OMAP Avoid a kernel hang reported by Brook Milligan in PR port-arm/57598. Patch suggested by RVP,

CVS commit: src/lib/libpuffs

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 00:12:14 UTC 2023 Modified Files: src/lib/libpuffs: Makefile Log Message: apply -Wno-dangling-pointer to callcontext.c. puffs_cc_getcc() uses a mask against a stack variable to find the struct puffs_cc stashed below the

CVS commit: src/lib/libpuffs

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 00:12:14 UTC 2023 Modified Files: src/lib/libpuffs: Makefile Log Message: apply -Wno-dangling-pointer to callcontext.c. puffs_cc_getcc() uses a mask against a stack variable to find the struct puffs_cc stashed below the

CVS commit: src/external/public-domain/sqlite/dist

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 23:55:54 UTC 2023 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: fix the vax build. we could do better by choosing larger exponents. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/public-domain/sqlite/dist

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 23:55:54 UTC 2023 Modified Files: src/external/public-domain/sqlite/dist: sqlite3.c Log Message: fix the vax build. we could do better by choosing larger exponents. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 23:40:06 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: "make release" has included sanitizers with GCC 12 for a while. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/gpl3/gcc

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 23:40:06 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: "make release" has included sanitizers with GCC 12 for a while. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/external/public-domain/sqlite/man

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 23:17:24 UTC 2023 Modified Files: src/external/public-domain/sqlite/man: Makefile Log Message: more new man pages To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/public-domain/sqlite/man

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 23:17:24 UTC 2023 Modified Files: src/external/public-domain/sqlite/man: Makefile Log Message: more new man pages To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libcrypt

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 23:00:48 UTC 2023 Modified Files: src/lib/libcrypt: Makefile Log Message: apply ${CC_WNO_STRINGOP_OVERFLOW} for crypt.c. init_perm() takes a larger array than IE3264[] is, but it doesn't use more for this instance. To

CVS commit: src/lib/libcrypt

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 23:00:48 UTC 2023 Modified Files: src/lib/libcrypt: Makefile Log Message: apply ${CC_WNO_STRINGOP_OVERFLOW} for crypt.c. init_perm() takes a larger array than IE3264[] is, but it doesn't use more for this instance. To

CVS commit: src/sys/dev/ic

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:54:41 UTC 2023 Modified Files: src/sys/dev/ic: tulip.c Log Message: mask a value with the array size mask to avoid a GCC 12 warning. i'm fairly sure this can't actually happen, but it likely avoids any potential bug

CVS commit: src/sys/dev/ic

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:54:41 UTC 2023 Modified Files: src/sys/dev/ic: tulip.c Log Message: mask a value with the array size mask to avoid a GCC 12 warning. i'm fairly sure this can't actually happen, but it likely avoids any potential bug

CVS commit: src/sys/modules

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:45:35 UTC 2023 Modified Files: src/sys/modules/amdgpu: Makefile src/sys/modules/i915drmkms: Makefile Log Message: apply some warning disables for GCC 12. *possibly* the one for intel_dp.c is a real bug but it

CVS commit: src/sys/modules

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:45:35 UTC 2023 Modified Files: src/sys/modules/amdgpu: Makefile src/sys/modules/i915drmkms: Makefile Log Message: apply some warning disables for GCC 12. *possibly* the one for intel_dp.c is a real bug but it

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 21:36:31 UTC 2023 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips md.i386 shl.mi src/distrib/sets/lists/comp: shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.mips

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 21:36:31 UTC 2023 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips md.i386 shl.mi src/distrib/sets/lists/comp: shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.mips

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

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:31:58 UTC 2023 Modified Files: src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: convert a KASSERT() into an if () panic() sequence to appease GCC 12. OK riastradh@. To generate a diff of this commit: cvs

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

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:31:58 UTC 2023 Modified Files: src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: convert a KASSERT() into an if () panic() sequence to appease GCC 12. OK riastradh@. To generate a diff of this commit: cvs

CVS commit: src/doc

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:01:15 UTC 2023 Modified Files: src/doc: HACKS Log Message: document x86 curlwp/curcpu hack for GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/doc/HACKS Please note that diffs are not

CVS commit: src/doc

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:01:15 UTC 2023 Modified Files: src/doc: HACKS Log Message: document x86 curlwp/curcpu hack for GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/doc/HACKS Please note that diffs are not

CVS commit: src/sys/arch

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 20:58:52 UTC 2023 Modified Files: src/sys/arch/amd64/include: cpu.h src/sys/arch/i386/include: cpu.h Log Message: x86: avoid annoying GCC 12 bounds check in curcpu() and curlwp(). these functions read %gs and

CVS commit: src/sys/arch

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 20:58:52 UTC 2023 Modified Files: src/sys/arch/amd64/include: cpu.h src/sys/arch/i386/include: cpu.h Log Message: x86: avoid annoying GCC 12 bounds check in curcpu() and curlwp(). these functions read %gs and

CVS commit: src/external/public-domain/sqlite/man

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 20:52:44 UTC 2023 Modified Files: src/external/public-domain/sqlite/man: Makefile Log Message: 2 more pages To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/man/Makefile

CVS commit: src/external/public-domain/sqlite/man

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 20:52:44 UTC 2023 Modified Files: src/external/public-domain/sqlite/man: Makefile Log Message: 2 more pages To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/man/Makefile

CVS commit: src/lib/libc/hash

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 20:51:40 UTC 2023 Modified Files: src/lib/libc/hash: hashhl.c Log Message: fix pointer vs array function definition issues. for the backend End and Data functions, use "char buf[HASH_STRLEN]" instead of "char *buf", to

CVS commit: src/lib/libc/hash

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 20:51:40 UTC 2023 Modified Files: src/lib/libc/hash: hashhl.c Log Message: fix pointer vs array function definition issues. for the backend End and Data functions, use "char buf[HASH_STRLEN]" instead of "char *buf", to

re: CVS commit: src/external/gpl3/binutils/dist/bfd

2023-09-04 Thread matthew green
> I did similar verification for gdb/dist/bfd also. I'd like to > sync {binutils,gdb}/dist/bfd, but there are huge diffs between > them. Most of them seem like binutils or gdb specific fixes, > but I may overlook something... > > It must be nice if we could unify two libbfd's. The upstream > uses

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 19:07:59 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/distrib/sets/lists/xbase: shl.mi src/distrib/sets/lists/xdebug: shl.mi Log

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 19:07:59 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/distrib/sets/lists/xbase: shl.mi src/distrib/sets/lists/xdebug: shl.mi Log

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:30:26 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: base, debug: Remove obsolete entries for older libfido2. The shared libraries need to

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:30:26 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: base, debug: Remove obsolete entries for older libfido2. The shared libraries need to

CVS commit: src/lib

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:54 UTC 2023 Modified Files: src/lib/libc_aligned: Makefile src/lib/libc_fp: Makefile Log Message: libc_aligned, libc_fp: Add missing close-paren. Did this ever work? To generate a diff of this

CVS commit: src/lib

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:54 UTC 2023 Modified Files: src/lib/libc_aligned: Makefile src/lib/libc_fp: Makefile Log Message: libc_aligned, libc_fp: Add missing close-paren. Did this ever work? To generate a diff of this

CVS commit: src/lib

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:42 UTC 2023 Removed Files: src/lib/liblwres: Makefile shlib_version src/lib/libss: Makefile shlib_version Log Message: libss, liblwres: Delete makefiles for long-dead external libraries. No functional

CVS commit: src/lib

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:42 UTC 2023 Removed Files: src/lib/liblwres: Makefile shlib_version src/lib/libss: Makefile shlib_version Log Message: libss, liblwres: Delete makefiles for long-dead external libraries. No functional

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:19 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/external/bsd/lutok/lib/liblutok: shlib_version Log Message: liblutok.so: Bump major for

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:19 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/external/bsd/lutok/lib/liblutok: shlib_version Log Message: liblutok.so: Bump major for

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:02 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib/libsl: shlib_version src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: heimdal/libsl:

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:16:02 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib/libsl: shlib_version src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: heimdal/libsl:

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:12:48 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib/libgssapi: shlib_version src/crypto/external/bsd/heimdal/lib/libhdb: shlib_version

CVS commit: src

2023-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 4 18:12:48 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib/libgssapi: shlib_version src/crypto/external/bsd/heimdal/lib/libhdb: shlib_version

CVS commit: [netbsd-8] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 18:00:03 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1894 To generate a diff of this commit: cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 18:00:03 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1894 To generate a diff of this commit: cvs rdiff -u -r1.1.2.194 -r1.1.2.195 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:57:50 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1894): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-8] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:57:50 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1894): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-9] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:56:39 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:56:39 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1726 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:55:24 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-9]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #344): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-9] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:55:24 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-9]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #344): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-10] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:47:44 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #342 - #344 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:47:44 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #342 - #344 To generate a diff of this commit: cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:45:24 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-10]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #344): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-10] src/sys/dev/pci

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:45:24 UTC 2023 Modified Files: src/sys/dev/pci [netbsd-10]: if_wm.c if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #344): sys/dev/pci/if_wmvar.h: revision 1.50

CVS commit: [netbsd-10] src

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:33:29 UTC 2023 Modified Files: src/distrib/sets/lists/base [netbsd-10]: mi src/distrib/sets/lists/etc [netbsd-10]: mi src/distrib/sets/lists/man [netbsd-10]: mi src/distrib/sets/lists/tests

CVS commit: [netbsd-10] src

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 17:33:29 UTC 2023 Modified Files: src/distrib/sets/lists/base [netbsd-10]: mi src/distrib/sets/lists/etc [netbsd-10]: mi src/distrib/sets/lists/man [netbsd-10]: mi src/distrib/sets/lists/tests

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 17:08:00 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: shl.mi Log Message: sqlite3 changes To generate a diff of this

CVS commit: src/distrib/sets/lists

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 17:08:00 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: shl.mi Log Message: sqlite3 changes To generate a diff of this

CVS commit: src/doc

2023-09-04 Thread Christos Zoulas
(4): Updated ACPICA to 20230628. [christos 20230901] - + sqlite3(1): Import 3.34.0. [christos 20230904]

CVS commit: src/doc

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 17:07:04 UTC 2023 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.1951 -r1.1952 src/doc/3RDPARTY cvs rdiff -u -r1.2997 -r1.2998 src/doc/CHANGES

CVS commit: src/external/public-domain/sqlite

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 17:05:26 UTC 2023 Modified Files: src/external/public-domain/sqlite/dist: shell.c sqlite3.c src/external/public-domain/sqlite/lib: Makefile shlib_version src/external/public-domain/sqlite/man:

CVS commit: src/external/public-domain/sqlite

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 17:05:26 UTC 2023 Modified Files: src/external/public-domain/sqlite/dist: shell.c sqlite3.c src/external/public-domain/sqlite/lib: Makefile shlib_version src/external/public-domain/sqlite/man:

CVS commit: [netbsd-10] src

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 16:57:57 UTC 2023 Modified Files: src/sys/kern [netbsd-10]: subr_workqueue.c src/tests/rump/kernspace [netbsd-10]: kernspace.h workqueue.c src/tests/rump/rumpkern [netbsd-10]: Makefile t_workqueue.c Log

CVS commit: [netbsd-10] src

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 16:57:57 UTC 2023 Modified Files: src/sys/kern [netbsd-10]: subr_workqueue.c src/tests/rump/kernspace [netbsd-10]: kernspace.h workqueue.c src/tests/rump/rumpkern [netbsd-10]: Makefile t_workqueue.c Log

CVS import: src/external/public-domain/sqlite/dist

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 16:46:48 UTC 2023 Update of /cvsroot/src/external/public-domain/sqlite/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12603 Log Message: Import 3.43.0 (last was 3.26.0) 2023-08-24 (3.43.0) Add support for

CVS import: src/external/public-domain/sqlite/dist

2023-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 4 16:46:48 UTC 2023 Update of /cvsroot/src/external/public-domain/sqlite/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12603 Log Message: Import 3.43.0 (last was 3.26.0) 2023-08-24 (3.43.0) Add support for

CVS commit: [netbsd-10] src/sys/arch/xen/xen

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 16:36:46 UTC 2023 Modified Files: src/sys/arch/xen/xen [netbsd-10]: xbd_xenbus.c Log Message: Actually apply a cherry picked version of sys/arch/xen/xen/xbd_xenbus.c rev 1.130 xbd(4): Membar audit. After

CVS commit: [netbsd-10] src/sys/arch/xen/xen

2023-09-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Sep 4 16:36:46 UTC 2023 Modified Files: src/sys/arch/xen/xen [netbsd-10]: xbd_xenbus.c Log Message: Actually apply a cherry picked version of sys/arch/xen/xen/xbd_xenbus.c rev 1.130 xbd(4): Membar audit. After

Re: CVS commit: src/sys/arch/amiga/conf

2023-09-04 Thread Andrius V
Hi, Thanks for the note. I honestly wasn't aware that we have generated configs and will be more careful in changing them in the future to account that. However, MDINSTALL config seems to be some older/legacy config, which was not generated from GENERIC.in, I believe. I may try to transform into

CVS commit: src/sys/arch/ews4800mips/ews4800mips

2023-09-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Sep 4 12:24:07 UTC 2023 Modified Files: src/sys/arch/ews4800mips/ews4800mips: bus_dma.c Log Message: fix printf format specifiers for ews4800mips BUS_DMA_DEBUG build option. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/ews4800mips/ews4800mips

2023-09-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Sep 4 12:24:07 UTC 2023 Modified Files: src/sys/arch/ews4800mips/ews4800mips: bus_dma.c Log Message: fix printf format specifiers for ews4800mips BUS_DMA_DEBUG build option. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/doc

2023-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 4 10:12:43 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Remove some entries. Those were pulled up to netbsd-10. To generate a diff of this commit: cvs rdiff -u -r1.2996 -r1.2997 src/doc/CHANGES Please note

CVS commit: src/doc

2023-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 4 10:12:43 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Remove some entries. Those were pulled up to netbsd-10. To generate a diff of this commit: cvs rdiff -u -r1.2996 -r1.2997 src/doc/CHANGES Please note

Re: CVS commit: src/sys/arch/amiga/conf

2023-09-04 Thread Rin Okuyama
Hi, On 2023/08/31 5:17, Andrius Varanavicius wrote: Module Name:src Committed By: andvar Date: Wed Aug 30 20:17:06 UTC 2023 Modified Files: src/sys/arch/amiga/conf: MDINSTALL Log Message: s/Piccalo/Piccolo/ in device description. Some ports including amiga use

CVS commit: src/sys/kern

2023-09-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Sep 4 09:13:23 UTC 2023 Modified Files: src/sys/kern: kern_proc.c Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/sys/kern/kern_proc.c Please note that diffs are not public

CVS commit: src/sys/kern

2023-09-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Sep 4 09:13:23 UTC 2023 Modified Files: src/sys/kern: kern_proc.c Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/sys/kern/kern_proc.c Please note that diffs are not public

Re: CVS commit: src/external/gpl3/binutils/dist/bfd

2023-09-04 Thread Rin Okuyama
On 2023/08/28 19:55, Valery Ushakov wrote: On Mon, Aug 28, 2023 at 00:02:50 +, Rin Okuyama wrote: Log Message: binutils/bfd: Adjust blank line to reduce diff from upstream Thanks a lot for these cleanups! Do we need to apply similar cleanups to the bfd version in gdb?

Re: CVS commit: src/sys/net

2023-09-04 Thread Rin Okuyama
Thanks for kind words! Apparently, we need some test to detect kernel and userland mismatch for bpf(4) header... I'd also like to fix problems by which ATF does not complete on ERL3. Some CPU/memory consuming tests, e.g., lib/libc/regex/t_exhaust, trigger watchdog. I guess something wrong in