CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 05:45:36 UTC 2023 Modified Files: src/sys/netinet6: ip6_output.c Log Message: in6: don't send any IPv6 packets over a disabled interface To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234

CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 05:45:36 UTC 2023 Modified Files: src/sys/netinet6: ip6_output.c Log Message: in6: don't send any IPv6 packets over a disabled interface To generate a diff of this commit: cvs rdiff -u -r1.233 -r1.234

CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 05:44:22 UTC 2023 Modified Files: src/sys/netinet6: in6.c Log Message: in6: clear ND6_IFF_IFDISABLED to allow DAD again on link-up To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 05:44:22 UTC 2023 Modified Files: src/sys/netinet6: in6.c Log Message: in6: clear ND6_IFF_IFDISABLED to allow DAD again on link-up To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 04:24:55 UTC 2023 Modified Files: src/sys/netinet6: in6_src.c Log Message: in6: add missing rtcache_unref to in6_selectroute By default, this issue is harmless. However, if NET_MPSAFE is enabled, it could eventually

CVS commit: src/sys/netinet6

2023-08-02 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu Aug 3 04:24:55 UTC 2023 Modified Files: src/sys/netinet6: in6_src.c Log Message: in6: add missing rtcache_unref to in6_selectroute By default, this issue is harmless. However, if NET_MPSAFE is enabled, it could eventually

CVS commit: src/tests/rump/rumpvfs

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:21:56 UTC 2023 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: t_etfs: Skip large_blk for system with page size > 8192 Work around kernel freeze reported as PR kern/55658 for powerpc/ibm4xx (16K pages)

CVS commit: src/tests/rump/rumpvfs

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:21:56 UTC 2023 Modified Files: src/tests/rump/rumpvfs: t_etfs.c Log Message: t_etfs: Skip large_blk for system with page size > 8192 Work around kernel freeze reported as PR kern/55658 for powerpc/ibm4xx (16K pages)

CVS commit: src/tests/lib/libc/sys

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:18:12 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: t_getrandom: Fix false positives for short read(2) This only affects really slow machines, 68030 for me :) To generate a diff of

CVS commit: src/tests/lib/libc/sys

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:18:12 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_getrandom.c Log Message: t_getrandom: Fix false positives for short read(2) This only affects really slow machines, 68030 for me :) To generate a diff of

CVS commit: src/sys/uvm

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:15:48 UTC 2023 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvm_findspace(): For sh3, convert a KASSERTMSG(9) into printf(9) XXX Work around for PR kern/51254 until it gets fixed. With this change, landisk

CVS commit: src/sys/uvm

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:15:48 UTC 2023 Modified Files: src/sys/uvm: uvm_map.c Log Message: uvm_findspace(): For sh3, convert a KASSERTMSG(9) into printf(9) XXX Work around for PR kern/51254 until it gets fixed. With this change, landisk

CVS commit: src/sys/coda

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:10:23 UTC 2023 Modified Files: src/sys/coda: coda_psdev.c Log Message: coda_call(): Appease GCC 12.3.0 -Wmisleading-indentation No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/coda

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:10:23 UTC 2023 Modified Files: src/sys/coda: coda_psdev.c Log Message: coda_call(): Appease GCC 12.3.0 -Wmisleading-indentation No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/arch/alpha/alpha

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:07:36 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: alpha: Add support for bootflags [xX] to enable debug messages. To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376

CVS commit: src/sys/arch/alpha/alpha

2023-08-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 03:07:36 UTC 2023 Modified Files: src/sys/arch/alpha/alpha: machdep.c Log Message: alpha: Add support for bootflags [xX] to enable debug messages. To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376

CVS commit: src/share/misc

2023-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Aug 3 02:32:16 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: acronyms.comp: add MLO, MMC, SPL It takes a lot of acronyms to boot a kernel! To generate a diff of this commit: cvs rdiff -u -r1.357

CVS commit: src/share/misc

2023-08-02 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Aug 3 02:32:16 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: acronyms.comp: add MLO, MMC, SPL It takes a lot of acronyms to boot a kernel! To generate a diff of this commit: cvs rdiff -u -r1.357

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 3 02:25:09 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100_subr.c Log Message: wsemul_vt100_subr: fix IL/DL to match specified behavior Acoording to DEC manuals: "The cursor is reset to the first column. This

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 3 02:25:09 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100_subr.c Log Message: wsemul_vt100_subr: fix IL/DL to match specified behavior Acoording to DEC manuals: "The cursor is reset to the first column. This

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 3 02:04:17 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100_subr.c Log Message: wsemul_vt100_subr: properly clamp CUU/CUD parameter If the cursor is outside of the scrolling region the movement should stop at the

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Aug 3 02:04:17 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100_subr.c Log Message: wsemul_vt100_subr: properly clamp CUU/CUD parameter If the cursor is outside of the scrolling region the movement should stop at the

CVS commit: src/external/gpl3/gcc

2023-08-02 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 3 01:36:55 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 src/external/gpl3/gcc/dist/gcc: common.opt src/external/gpl3/gcc/dist/gcc/config: netbsd.cc

CVS commit: src/external/gpl3/gcc

2023-08-02 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 3 01:36:55 UTC 2023 Modified Files: src/external/gpl3/gcc: README.gcc12 src/external/gpl3/gcc/dist/gcc: common.opt src/external/gpl3/gcc/dist/gcc/config: netbsd.cc

CVS commit: src/external/gpl3/gcc

2023-08-02 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 2 23:03:40 UTC 2023 Modified Files: src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4: backtrace-supported.h config.h src/external/gpl3/gcc/lib/libbacktrace/arch/earmv4eb:

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed Aug 2 22:37:02 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100.c Log Message: wsemul_vt100: fix RI to not scroll outside of scroll region This is the inverse (scroll down) of the problem reported and fixed for IND

CVS commit: src/sys/dev/wscons

2023-08-02 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed Aug 2 22:37:02 UTC 2023 Modified Files: src/sys/dev/wscons: wsemul_vt100.c Log Message: wsemul_vt100: fix RI to not scroll outside of scroll region This is the inverse (scroll down) of the problem reported and fixed for IND

CVS commit: src/usr.bin/xlint/lint1

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:58:12 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c decl.c externs1.h Log Message: lint: remove unused string literals To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/usr.bin/xlint/lint1

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:58:12 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: debug.c decl.c externs1.h Log Message: lint: remove unused string literals To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/usr.bin/xlint/lint1

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:26:12 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: do not return bogus types for unnamed function parameters Since decl.c 1.18 from 2000-07-05, lint has returned bogus type

CVS commit: src/usr.bin/xlint/lint1

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:26:12 UTC 2023 Modified Files: src/usr.bin/xlint/lint1: decl.c Log Message: lint: do not return bogus types for unnamed function parameters Since decl.c 1.18 from 2000-07-05, lint has returned bogus type

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:11:36 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: decl_direct_abstract.c msg_347.c parse_type_name.c src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: fix handling

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 21:11:36 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: decl_direct_abstract.c msg_347.c parse_type_name.c src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h Log Message: lint: fix handling

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 18:57:54 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_150.c msg_346.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix plural form in message 150 To generate a diff of this commit: cvs

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 18:57:54 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: msg_150.c msg_346.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix plural form in message 150 To generate a diff of this commit: cvs

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 18:51:25 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict_syshdr.c d_c99_decls_after_stmt.c d_decl_old_style_arguments.c d_lint_assert.c decl_arg.c

CVS commit: src

2023-08-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 2 18:51:25 UTC 2023 Modified Files: src/tests/usr.bin/xlint/lint1: d_c99_bool_strict.c d_c99_bool_strict_syshdr.c d_c99_decls_after_stmt.c d_decl_old_style_arguments.c d_lint_assert.c decl_arg.c

CVS commit: src/sys/arch

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 15:57:21 UTC 2023 Modified Files: src/sys/arch/aarch64/include: pmap.h src/sys/arch/arm/include/arm32: pmap.h Log Message: No need to define cpu_{,set}_tlb_info here - just use the sys/uvm/pmap/pmap_tlb.h

CVS commit: src/sys/arch

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 15:57:21 UTC 2023 Modified Files: src/sys/arch/aarch64/include: pmap.h src/sys/arch/arm/include/arm32: pmap.h Log Message: No need to define cpu_{,set}_tlb_info here - just use the sys/uvm/pmap/pmap_tlb.h

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

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:45:04 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: Relax the TLB invalidation from full to by va for writing to kernel text in db_write_text. To generate a diff of this commit:

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

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:45:04 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: db_interface.c Log Message: Relax the TLB invalidation from full to by va for writing to kernel text in db_write_text. To generate a diff of this commit:

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

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:36:40 UTC 2023 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/arm/arm32/db_interface.c Please note that diffs are

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

2023-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 2 14:36:40 UTC 2023 Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/arm/arm32/db_interface.c Please note that diffs are

CVS commit: src/distrib/sets/lists

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 12:12:52 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: Bump libc minor here too To generate a diff of this commit: cvs rdiff -u -r1.954 -r1.955

CVS commit: src/distrib/sets/lists

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 12:12:52 UTC 2023 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: Bump libc minor here too To generate a diff of this commit: cvs rdiff -u -r1.954 -r1.955

CVS commit: [netbsd-10] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:36:01 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #301 - #304 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:36:01 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #301 - #304 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-10.0 Please note that diffs

CVS commit: [netbsd-10] src/sys/external/bsd/drm2/dist/drm/amd/display/dc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:34:25 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs [netbsd-10]: amdgpu_dcn_calcs.c src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20 [netbsd-10]:

CVS commit: [netbsd-10] src/sys/external/bsd/drm2/dist/drm/amd/display/dc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:34:25 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs [netbsd-10]: amdgpu_dcn_calcs.c src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20 [netbsd-10]:

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common

2023-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 2 10:31:46 UTC 2023 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common: sanitizer_interceptors_ioctl_netbsd.inc sanitizer_platform_limits_netbsd.cc

CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common

2023-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 2 10:31:46 UTC 2023 Modified Files: src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common: sanitizer_interceptors_ioctl_netbsd.inc sanitizer_platform_limits_netbsd.cc

CVS commit: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common

2023-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 2 10:30:34 UTC 2023 Modified Files: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common: sanitizer_platform_limits_netbsd.h Log Message: Forgot to commit the rest of the renames. To generate a

CVS commit: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common

2023-08-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 2 10:30:34 UTC 2023 Modified Files: src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common: sanitizer_platform_limits_netbsd.h Log Message: Forgot to commit the rest of the renames. To generate a

Re: CVS commit: src

2023-08-02 Thread Christos Zoulas
Let's not make a mountain out of a molehill. Thanks Ryo for looking into it and the changes are good. In fact I had forgotten to commit the: M dist/libsanitizer/sanitizer_common/sanitizer_platform_limits_netbsd.h And the others worked for me because of the compat name stuff that I added as

CVS commit: [netbsd-10] src/sys/external/bsd/drm2/dist/drm/amd/amdgpu

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:30:18 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu [netbsd-10]: amdgpu_fence.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #303):

CVS commit: [netbsd-10] src/sys/external/bsd/drm2/dist/drm/amd/amdgpu

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:30:18 UTC 2023 Modified Files: src/sys/external/bsd/drm2/dist/drm/amd/amdgpu [netbsd-10]: amdgpu_fence.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #303):

CVS commit: [netbsd-10] src/sys

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:28:08 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu [netbsd-10]: files.amdgpu src/sys/modules/amdgpu [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by riastradh in

CVS commit: [netbsd-10] src/sys

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:28:08 UTC 2023 Modified Files: src/sys/external/bsd/drm2/amdgpu [netbsd-10]: files.amdgpu src/sys/modules/amdgpu [netbsd-10]: Makefile Log Message: Pull up following revision(s) (requested by riastradh in

CVS commit: [netbsd-8] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:25:32 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1877 To generate a diff of this commit: cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:25:32 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1877 To generate a diff of this commit: cvs rdiff -u -r1.1.2.188 -r1.1.2.189 src/doc/CHANGES-8.3 Please note that diffs are not

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:24:17 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-8]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1877): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

CVS commit: [netbsd-9] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:23:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1698 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-9.4 Please note that diffs are not

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:24:17 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-8]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1877): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:22:13 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-9]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1698): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:22:13 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-9]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #1698): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

CVS commit: [netbsd-9] src/doc

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:23:26 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1698 To generate a diff of this commit: cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-9.4 Please note that diffs are not

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:20:38 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-10]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #301): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

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

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 10:20:38 UTC 2023 Modified Files: src/sys/dev/usb [netbsd-10]: ehci.c Log Message: Pull up following revision(s) (requested by skrll in ticket #301): sys/dev/usb/ehci.c: revision 1.317 PR 57518: usb keyboard

CVS commit: src/sys/arch/hppa/hppa

2023-08-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 2 09:18:14 UTC 2023 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: check for empty ranges in pmap_page_physload() itself To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/arch/hppa/hppa

2023-08-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 2 09:18:14 UTC 2023 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: check for empty ranges in pmap_page_physload() itself To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/arch/hppa/hppa

2023-08-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 2 08:54:42 UTC 2023 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: avoid calling pmap_page_physload() with an empty range this avoids a panic in uvm_pmap_physload() now my C360 boots again To generate a

CVS commit: src/sys/arch/hppa/hppa

2023-08-02 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 2 08:54:42 UTC 2023 Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: avoid calling pmap_page_physload() with an empty range this avoids a panic in uvm_pmap_physload() now my C360 boots again To generate a

Re: CVS commit: src

2023-08-02 Thread Ryo ONODERA
Hi, I have no strong opinion about this change. I just want to unbreak the build to test the latest epoll(2) related side effects for pkgsrc packages. Thank you. On Wed, Aug 2, 2023 at 4:20 PM Taylor R Campbell wrote: > > Let's please just revert all these ioctl renames now, and go back to >

Re: CVS commit: src

2023-08-02 Thread Taylor R Campbell
Let's please just revert all these ioctl renames now, and go back to the drawing board, rather than continue to dig ourselves into a deeper hole with unnecessary incremental cosmetic changes that are breaking all the builds. I generally agree that calling something plain `old' is bad and the

re: CVS commit: src

2023-08-02 Thread matthew green
Ryo ONODERA writes: > I have the same build failure. > I think that there are some typos and inconsistencies. > > With the attached patch, I can finish build.sh build successfully. this looks like what i expected. the before / after showed fewer of the new names. please commit. we'll need

CVS commit: [netbsd-10] src/libexec/ld.elf_so/arch/riscv

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 07:12:04 UTC 2023 Modified Files: src/libexec/ld.elf_so/arch/riscv [netbsd-10]: mdreloc.c Log Message: Fix member name in patch for ticket #297 (fix dlopen with static thread-local storage) To generate a diff of

CVS commit: [netbsd-10] src/libexec/ld.elf_so/arch/riscv

2023-08-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 2 07:12:04 UTC 2023 Modified Files: src/libexec/ld.elf_so/arch/riscv [netbsd-10]: mdreloc.c Log Message: Fix member name in patch for ticket #297 (fix dlopen with static thread-local storage) To generate a diff of

CVS commit: src/sys/kern

2023-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 2 07:11:31 UTC 2023 Modified Files: src/sys/kern: kern_fileassoc.c Log Message: fileassoc(9): Fast paths to skip global locks when not in use. PR kern/57552 To generate a diff of this commit: cvs rdiff -u -r1.36

CVS commit: src/sys/kern

2023-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 2 07:11:31 UTC 2023 Modified Files: src/sys/kern: kern_fileassoc.c Log Message: fileassoc(9): Fast paths to skip global locks when not in use. PR kern/57552 To generate a diff of this commit: cvs rdiff -u -r1.36

Re: CVS commit: src

2023-08-02 Thread Ryo ONODERA
Hi, I have the same build failure. I think that there are some typos and inconsistencies. With the attached patch, I can finish build.sh build successfully. Thank you. On Wed, Aug 2, 2023 at 2:32 AM Christos Zoulas wrote: > > I am looking into it. With new code that restores the old names it

CVS commit: src/share/man/man9

2023-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 2 06:24:46 UTC 2023 Modified Files: src/share/man/man9: percpu.9 Log Message: percpu(9): percpu_create ctor may be called later, not synchronously. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/share/man/man9

2023-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 2 06:24:46 UTC 2023 Modified Files: src/share/man/man9: percpu.9 Log Message: percpu(9): percpu_create ctor may be called later, not synchronously. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16