CVS commit: src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 9 01:49:20 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c auth2.c Log Message: sshd: Finally fix spurious blocklistd activation (PR bin/58369) Drop one more pfilter_notify() call from userauth_finish(

CVS commit: src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 9 01:49:20 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c auth2.c Log Message: sshd: Finally fix spurious blocklistd activation (PR bin/58369) Drop one more pfilter_notify() call from userauth_finish(

CVS commit: src/sys/netinet

2024-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 8 06:17:14 UTC 2024 Modified Files: src/sys/netinet: tcp_input.c Log Message: tcp_reass: Mitigate CVE-2018-6922 (SegmentSmack) at a level of FreeBSD, by introducing an arbitrary (100) limit to the length of TCP reassembly q

CVS commit: src/sys/netinet

2024-10-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 8 06:17:14 UTC 2024 Modified Files: src/sys/netinet: tcp_input.c Log Message: tcp_reass: Mitigate CVE-2018-6922 (SegmentSmack) at a level of FreeBSD, by introducing an arbitrary (100) limit to the length of TCP reassembly q

Re: CVS commit: src/sys

2024-10-07 Thread Rin Okuyama
ATF failures seem to be fixed by mlelstv@: https://mail-index.netbsd.org/source-changes/2024/10/06/msg153736.html https://releng.netbsd.org/b5reports/i386/commits-2024.10.html#end Thanks, rin On 2024/10/07 21:00, Christos Zoulas wrote: no, i did not. I will fix asap. christos On Oct 6, 2024,

CVS commit: src/crypto/external/bsd/openssh/dist

2024-10-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 3 08:14:13 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist: kex.c Log Message: openssh: kex: Do not pass NULL as %s for logit() in our local diff newkeys->mac.name can be NULL since OpenSSH 6.2: http://cvsweb.

CVS commit: src/crypto/external/bsd/openssh/dist

2024-10-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 3 08:14:13 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist: kex.c Log Message: openssh: kex: Do not pass NULL as %s for logit() in our local diff newkeys->mac.name can be NULL since OpenSSH 6.2: http://cvsweb.

CVS commit: src/sys/external/bsd/common/include/linux

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 01:56:02 UTC 2024 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h Log Message: linux/bitops: Fix overestimate for BITS_TO_LONGS(9) Fortunately, this seems harmless except for allocating excessive buffe

CVS commit: src/sys/external/bsd/common/include/linux

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 01:56:02 UTC 2024 Modified Files: src/sys/external/bsd/common/include/linux: bitops.h Log Message: linux/bitops: Fix overestimate for BITS_TO_LONGS(9) Fortunately, this seems harmless except for allocating excessive buffe

CVS commit: src/sys/rump/net/lib/libshmif

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 1 08:55:58 UTC 2024 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: Fix logics for media change and status - shmif_mediachange: Drop check for if_link_state. Otherwise, there can be race b/w

CVS commit: src/sys/rump/net/lib/libshmif

2024-10-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 1 08:55:58 UTC 2024 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: shmif: Fix logics for media change and status - shmif_mediachange: Drop check for if_link_state. Otherwise, there can be race b/w

CVS commit: src/sys/arch/vax/vsa

2024-09-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 30 00:34:05 UTC 2024 Modified Files: src/sys/arch/vax/vsa: gpx.c Log Message: vax/gpx: Stop copy{in,out}(9) from/to 0-length buffers Found by GCC12 -Wmaybe-uninitialized. Authored by kalvisd@. To generate a diff of this c

CVS commit: src/sys/arch/vax/vsa

2024-09-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 30 00:34:05 UTC 2024 Modified Files: src/sys/arch/vax/vsa: gpx.c Log Message: vax/gpx: Stop copy{in,out}(9) from/to 0-length buffers Found by GCC12 -Wmaybe-uninitialized. Authored by kalvisd@. To generate a diff of this c

CVS commit: src/sys/net/lagg

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 26 06:08:24 UTC 2024 Modified Files: src/sys/net/lagg: if_laggproto.c Log Message: lagg: fill name of workqueue correctly Found by KASSERT failure for DIAGNOSTIC kernel. Authored by ozaki-r@. To generate a diff of this co

CVS commit: src/sys/net/lagg

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 26 06:08:24 UTC 2024 Modified Files: src/sys/net/lagg: if_laggproto.c Log Message: lagg: fill name of workqueue correctly Found by KASSERT failure for DIAGNOSTIC kernel. Authored by ozaki-r@. To generate a diff of this co

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 09:39:12 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: machdep.c Log Message: luna68k/boot: Silence GCC12 -Warray-bounds for regdump() Dereference to `(int *)(&rp) - 1` (SR in H/W exception frame) is blamed by

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 09:39:12 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: machdep.c Log Message: luna68k/boot: Silence GCC12 -Warray-bounds for regdump() Dereference to `(int *)(&rp) - 1` (SR in H/W exception frame) is blamed by

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 09:08:22 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: luna68k/boot: XXX: Silence GCC12 -Warray-bounds for scident() sensebuf and inqbuf may be uninitialized for some cases. Real fix should

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 09:08:22 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: sc.c Log Message: luna68k/boot: XXX: Silence GCC12 -Warray-bounds for scident() sensebuf and inqbuf may be uninitialized for some cases. Real fix should

CVS commit: src/sys/arch/atari/stand/tostools/libtos

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 08:32:44 UTC 2024 Modified Files: src/sys/arch/atari/stand/tostools/libtos: Makefile sysinfo.c Log Message: atari/stand: Rework sysinfo.c v.s. GCC12 -Warray-bounds sysinfo.c is also used for bootxxx. Convert `-Wno-error=.

CVS commit: src/sys/arch/atari/stand/tostools/libtos

2024-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 25 08:32:44 UTC 2024 Modified Files: src/sys/arch/atari/stand/tostools/libtos: Makefile sysinfo.c Log Message: atari/stand: Rework sysinfo.c v.s. GCC12 -Warray-bounds sysinfo.c is also used for bootxxx. Convert `-Wno-error=.

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 24 11:17:54 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: init_main.c Log Message: luna68k: stand: Silence GCC12 -Warray-bounds for main() - LUNA1_BOOTINFOADDR (0x8c0) is in the 0-th page [0, 0x1000), which cau

CVS commit: src/sys/arch/luna68k/stand/boot

2024-09-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 24 11:17:54 UTC 2024 Modified Files: src/sys/arch/luna68k/stand/boot: init_main.c Log Message: luna68k: stand: Silence GCC12 -Warray-bounds for main() - LUNA1_BOOTINFOADDR (0x8c0) is in the 0-th page [0, 0x1000), which cau

CVS commit: src/sys/arch/atari/stand/tostools/libtos

2024-09-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 24 11:13:41 UTC 2024 Modified Files: src/sys/arch/atari/stand/tostools/libtos: Makefile Log Message: atari: libtos: Silence GCC12 -Warray-bounds for sysinfo.c ADDR_* defined in tosdefs.h are in the 0-th page, even if 4KB pag

CVS commit: src/sys/arch/atari/stand/tostools/libtos

2024-09-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 24 11:13:41 UTC 2024 Modified Files: src/sys/arch/atari/stand/tostools/libtos: Makefile Log Message: atari: libtos: Silence GCC12 -Warray-bounds for sysinfo.c ADDR_* defined in tosdefs.h are in the 0-th page, even if 4KB pag

CVS commit: src/sys/arch/virt68k/virt68k

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:43:33 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: virt68k: trap: Fix ksi_code for T_TRAP{,15}|T_USER Fix ATF failures for lib/libc/sys/t_ptrace_wait*:{,set}step*. XXX It would be really

CVS commit: src/sys/arch/virt68k/virt68k

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:43:33 UTC 2024 Modified Files: src/sys/arch/virt68k/virt68k: trap.c Log Message: virt68k: trap: Fix ksi_code for T_TRAP{,15}|T_USER Fix ATF failures for lib/libc/sys/t_ptrace_wait*:{,set}step*. XXX It would be really

CVS commit: src/sys/arch/virt68k/conf

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:38:31 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: virt68k: GENERIC: Add some features required by ATF - NULLFS, PUFFS, and putter - SYSV{MSG,SEM,SHM} - {,sw}crypto To generate a diff of t

CVS commit: src/sys/arch/virt68k/conf

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:38:31 UTC 2024 Modified Files: src/sys/arch/virt68k/conf: GENERIC Log Message: virt68k: GENERIC: Add some features required by ATF - NULLFS, PUFFS, and putter - SYSV{MSG,SEM,SHM} - {,sw}crypto To generate a diff of t

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:28:54 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Make backtrace for sparc ubsan little bit better To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:28:54 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Make backtrace for sparc ubsan little bit better To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:25:04 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Document sh3 switch Everything works just fine (at least for landisk) after PR toolchain/58411 fix. To generate a diff of

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:25:04 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Document sh3 switch Everything works just fine (at least for landisk) after PR toolchain/58411 fix. To generate a diff of

CVS commit: src/share/mk

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:21:14 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Switch sh3 to GCC12 No new regression observed for full ATF run on DIAGNOSTIC kernel for landisk. PR toolchain/58411 To generate a dif

CVS commit: src/share/mk

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:21:14 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Switch sh3 to GCC12 No new regression observed for full ATF run on DIAGNOSTIC kernel for landisk. PR toolchain/58411 To generate a dif

CVS commit: src/sys/arch/landisk/conf

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:18:08 UTC 2024 Modified Files: src/sys/arch/landisk/conf: GENERIC Log Message: landisk: GENERIC: Enable DIAGNOSTIC PR kern/51254 has been fixed, and now DIAGNOSTIC kernel survives full ATF run. To generate a diff of

CVS commit: src/sys/arch/landisk/conf

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 10:18:08 UTC 2024 Modified Files: src/sys/arch/landisk/conf: GENERIC Log Message: landisk: GENERIC: Enable DIAGNOSTIC PR kern/51254 has been fixed, and now DIAGNOSTIC kernel survives full ATF run. To generate a diff of

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 09:48:02 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update sanitizers v.s. sparc While missing 64-bit atomic builtins is fixed, ubsan does not work due to CheckLocked assertion

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 09:48:02 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update sanitizers v.s. sparc While missing 64-bit atomic builtins is fixed, ubsan does not work due to CheckLocked assertion

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 08:33:53 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update m68* and i386 - m68*: Switched. - i386: -march=i586 is no longer required for lib*san. - i386: ATF successfully compl

CVS commit: src/external/gpl3/gcc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 08:33:53 UTC 2024 Modified Files: src/external/gpl3/gcc: README.gcc12 Log Message: README.gcc12: Update m68* and i386 - m68*: Switched. - i386: -march=i586 is no longer required for lib*san. - i386: ATF successfully compl

CVS commit: src/share/mk

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 08:18:49 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Switch m68k to GCC12 - No new regression for full ATF run on virt68k. - sun2 works at a level as GCC10. To generate a diff of this comm

CVS commit: src/share/mk

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 08:18:49 UTC 2024 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: Switch m68k to GCC12 - No new regression for full ATF run on virt68k. - sun2 works at a level as GCC10. To generate a diff of this comm

CVS commit: src/doc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 07:35:44 UTC 2024 Modified Files: src/doc: HACKS Log Message: doc/HACKS: Belatedly add some more GCC12/m68k stack-protector hacks To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/doc/HACKS Please note

CVS commit: src/doc

2024-09-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 07:35:44 UTC 2024 Modified Files: src/doc: HACKS Log Message: doc/HACKS: Belatedly add some more GCC12/m68k stack-protector hacks To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/doc/HACKS Please note

CVS commit: src/sys/arch/i386/stand

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 21 03:42:27 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: i386/stand: Document NFSv3 support to {efi,pxe}boot/version To generate a diff of t

CVS commit: src/sys/arch/i386/stand

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 21 03:42:27 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: i386/stand: Document NFSv3 support to {efi,pxe}boot/version To generate a diff of t

CVS commit: src/tests/lib/libm

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 22:24:51 UTC 2024 Modified Files: src/tests/lib/libm: t_remquo.c Log Message: t_remquo: Work around missing remquo(3) for vax Part of PR port-vax/57881 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tes

CVS commit: src/tests/lib/libm

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 22:24:51 UTC 2024 Modified Files: src/tests/lib/libm: t_remquo.c Log Message: t_remquo: Work around missing remquo(3) for vax Part of PR port-vax/57881 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tes

CVS commit: src/distrib

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:50:38 UTC 2024 Modified Files: src/distrib/hp300/miniroot: list src/distrib/mac68k/miniroot: list src/distrib/mvme68k/miniroot: list Log Message: distrib: Adjust for nawk/bin/awk to nawk/bin To generat

CVS commit: src/distrib

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:50:38 UTC 2024 Modified Files: src/distrib/hp300/miniroot: list src/distrib/mac68k/miniroot: list src/distrib/mvme68k/miniroot: list Log Message: distrib: Adjust for nawk/bin/awk to nawk/bin To generat

CVS commit: src/tools/awk

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:49:57 UTC 2024 Modified Files: src/tools/awk: Makefile Log Message: tools/awk: Adjust for nawk/bin/awk to nawk/bin To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/awk/Makefile Please note that d

CVS commit: src/tools/awk

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:49:57 UTC 2024 Modified Files: src/tools/awk: Makefile Log Message: tools/awk: Adjust for nawk/bin/awk to nawk/bin To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/awk/Makefile Please note that d

CVS commit: src/external/historical/nawk/bin

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:49:31 UTC 2024 Modified Files: src/external/historical/nawk/bin: Makefile Added Files: src/external/historical/nawk/bin: TODO awk.1 Removed Files: src/external/historical/nawk/bin/awk: Makefile TODO awk.1

CVS commit: src/external/historical/nawk/bin

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:49:31 UTC 2024 Modified Files: src/external/historical/nawk/bin: Makefile Added Files: src/external/historical/nawk/bin: TODO awk.1 Removed Files: src/external/historical/nawk/bin/awk: Makefile TODO awk.1

CVS commit: src/sys/arch/riscv/starfive

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:29:39 UTC 2024 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: riscv/jh7110_clkc: Missing include To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/starfive/jh7110

CVS commit: src/sys/arch/riscv/starfive

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Sep 20 07:29:39 UTC 2024 Modified Files: src/sys/arch/riscv/starfive: jh7110_clkc.c Log Message: riscv/jh7110_clkc: Missing include To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/starfive/jh7110

CVS commit: src/sys/net

2024-09-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 23:20:20 UTC 2024 Modified Files: src/sys/net: if_tun.c Log Message: tun(4): Mark tunread_filtops `FILTEROP_MPSAFE` Filter handlers have already been MP-safe since 2018: https://mail-index.netbsd.org/source-changes/2018/0

CVS commit: src/sys/net

2024-09-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 23:20:20 UTC 2024 Modified Files: src/sys/net: if_tun.c Log Message: tun(4): Mark tunread_filtops `FILTEROP_MPSAFE` Filter handlers have already been MP-safe since 2018: https://mail-index.netbsd.org/source-changes/2018/0

CVS commit: src/sys/arch/i386/i386

2024-09-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 22:29:39 UTC 2024 Modified Files: src/sys/arch/i386/i386: db_interface.c Log Message: i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes

CVS commit: src/sys/arch/i386/i386

2024-09-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 22:29:39 UTC 2024 Modified Files: src/sys/arch/i386/i386: db_interface.c Log Message: i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes

Re: CVS commit: src/sys/arch/i386/stand/lib

2024-09-18 Thread Rin Okuyama
Hi, On 2024/09/19 3:33, Andrius V wrote: On Wed, Sep 18, 2024 at 3:44 AM Rin Okuyama wrote: Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from

Re: CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Rin Okuyama
Thank you very much for kind & rapid response!! rin On 2024/09/18 10:34, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Wed Sep 18 01:34:08 UTC 2024 Modified Files: src/sys/arch/mac68k/dev: adb.c Log Message: The delay is only required for machines with

Re: CVS commit: src/sys/arch/mac68k/dev

2024-09-17 Thread Rin Okuyama
Hi, Can you please localize this quirk only for the affected machines? It seems too much to me, to have 5 sec delay for irrelevant machines. Thanks, rin On 2024/09/15 5:56, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Sat Sep 14 20:56:51 UTC 2024 Modified Fil

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 03:33:29 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:adraln: Brush up skip message for x86 Note that: 1. No data address is reported back for alignment check exception, as per I

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 03:33:29 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:adraln: Brush up skip message for x86 Note that: 1. No data address is reported back for alignment check exception, as per I

CVS commit: src/share/man/man4

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:36:56 UTC 2024 Modified Files: src/share/man/man4: ip6.4 Log Message: ip6(4): Fix copy-paste; ip6 is subnode of inet6, not inet Bump date. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/m

CVS commit: src/share/man/man4

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:36:56 UTC 2024 Modified Files: src/share/man/man4: ip6.4 Log Message: ip6(4): Fix copy-paste; ip6 is subnode of inet6, not inet Bump date. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/m

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:20:49 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:sigbus_adraln: Skip rather than expect_fail on x86 This is an architecture-defined behavior, not a failure. To generate a diff

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

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 4 02:20:49 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo:sigbus_adraln: Skip rather than expect_fail on x86 This is an architecture-defined behavior, not a failure. To generate a diff

CVS commit: src/dist/pf/sbin/pflogd

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 3 09:03:18 UTC 2024 Modified Files: src/dist/pf/sbin/pflogd: pflogd.c Log Message: pflogd: Work around fallout from libpcap 1.10.5 struct pcap_timeval and pcap_sf_pkthdr are no longer exposed. Add local declarations as done

CVS commit: src/dist/pf/sbin/pflogd

2024-09-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Sep 3 09:03:18 UTC 2024 Modified Files: src/dist/pf/sbin/pflogd: pflogd.c Log Message: pflogd: Work around fallout from libpcap 1.10.5 struct pcap_timeval and pcap_sf_pkthdr are no longer exposed. Add local declarations as done

CVS commit: src/external/historical/nawk/dist

2024-09-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 2 01:04:35 UTC 2024 Modified Files: src/external/historical/nawk/dist: main.c Log Message: nawk: Fix previous for UTF-8 locales We need `setlocale(LC_CTYPE, "")` before `nl_langinfo(CODESET)`. Otherwise, `nl_langinfo(CODESE

CVS commit: src/external/historical/nawk/dist

2024-09-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 2 01:04:35 UTC 2024 Modified Files: src/external/historical/nawk/dist: main.c Log Message: nawk: Fix previous for UTF-8 locales We need `setlocale(LC_CTYPE, "")` before `nl_langinfo(CODESET)`. Otherwise, `nl_langinfo(CODESE

CVS commit: src

2024-08-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 10:43:43 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in src/tools/gdb: Makefile Log Message: gdb: Additional fix for MKCROSSGDB=yes build Disable `info` itself to fix environment(== times

CVS commit: src

2024-08-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 10:43:43 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in src/tools/gdb: Makefile Log Message: gdb: Additional fix for MKCROSSGDB=yes build Disable `info` itself to fix environment(== times

CVS commit: src/tools/gdb

2024-08-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 03:50:23 UTC 2024 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Use MKGDBSERVER consistently, NFC for now To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/tools/gdb/Makefile Please not

CVS commit: src/tools/gdb

2024-08-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 03:50:23 UTC 2024 Modified Files: src/tools/gdb: Makefile Log Message: tools/gdb: Use MKGDBSERVER consistently, NFC for now To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/tools/gdb/Makefile Please not

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

2024-08-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 03:17:58 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in Log Message: gdb: Stop installing info files when built as cross-gdb which requires GPLv3 version of texinfo. Fix MKCROSSGDB=yes build. -

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

2024-08-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 31 03:17:58 UTC 2024 Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in Log Message: gdb: Stop installing info files when built as cross-gdb which requires GPLv3 version of texinfo. Fix MKCROSSGDB=yes build. -

CVS commit: src/tests

2024-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 23 07:13:50 UTC 2024 Modified Files: src/tests/kernel/kqueue: t_empty.c src/tests/net/net: t_tcp.c Log Message: tests: Fix false positives due to race b/w connect(2) and accept(2) For kernel/kqueue/t_empty and net/ne

CVS commit: src/tests

2024-08-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 23 07:13:50 UTC 2024 Modified Files: src/tests/kernel/kqueue: t_empty.c src/tests/net/net: t_tcp.c Log Message: tests: Fix false positives due to race b/w connect(2) and accept(2) For kernel/kqueue/t_empty and net/ne

CVS commit: src/sys/net

2024-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 12:35:47 UTC 2024 Modified Files: src/sys/net: if_tap.c Log Message: if_tap: Explicitly include "opt_net_mpsafe.h", NFC because it was included via anyway. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.13

CVS commit: src/sys/net

2024-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 12:35:47 UTC 2024 Modified Files: src/sys/net: if_tap.c Log Message: if_tap: Explicitly include "opt_net_mpsafe.h", NFC because it was included via anyway. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.13

Re: CVS commit: src/lib/libc/locale

2024-08-17 Thread Rin Okuyama
Hi, For __CTASSERT v.s. case label: https://nxr.netbsd.org/xref/src/lib/libc/locale/c8rtomb.c#225 not only lint(1), but also GCC 10.5 does not accept this, which results in build failures for platforms still using gcc.old: https://releng.netbsd.org/builds/HEAD/202408171750Z/ Can we just drop

Re: CVS commit: src/distrib/sets/lists/man

2024-08-17 Thread Rin Okuyama
Done :) Thanks for your kind words! rin On 2024/08/17 3:41, Christos Zoulas wrote: Rin, thank you so much for working on this. LG[reat]TM. Please commit. christos On Aug 16, 2024, at 6:06 AM, Rin Okuyama wrote: Hi, I've changed mknative-gdb to generate *.info by using makei

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:09:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sets/lists: Add gdbinit(5) To generate a diff of this commit: cvs rdiff -u -r1.2470 -r1.2471 src/distrib/sets/lists/comp/mi Please note that

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:09:51 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: sets/lists: Add gdbinit(5) To generate a diff of this commit: cvs rdiff -u -r1.2470 -r1.2471 src/distrib/sets/lists/comp/mi Please note that

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:08:28 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb.old/bin/g

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:08:28 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdb: Makefile Log Message: gdb.old: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb.old/bin/g

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:07:54 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: gdb: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gdb/bin/gdb/Makefile

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:07:54 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: gdb: Install gdbinit(5) manpage To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gdb/bin/gdb/Makefile

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:06:38 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: sets/man{,html}: Add gdbserver(1) To generate a diff of this commit: cvs rdiff -u -r1.1782 -r1.1783

CVS commit: src/distrib/sets/lists

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:06:38 UTC 2024 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/manhtml: mi Log Message: sets/man{,html}: Add gdbserver(1) To generate a diff of this commit: cvs rdiff -u -r1.1782 -r1.1783

CVS commit: src/external/gpl3/gdb.old/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:05:18 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdbserver: Makefile Log Message: gdb.old: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old

CVS commit: src/external/gpl3/gdb.old/bin/gdbserver

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:05:18 UTC 2024 Modified Files: src/external/gpl3/gdb.old/bin/gdbserver: Makefile Log Message: gdb.old: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb.old

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:03:57 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdb: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdbserv

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

2024-08-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 04:03:57 UTC 2024 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdb: Install gdbserver(1) manpage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/bin/gdbserv

  1   2   3   4   5   6   7   8   9   10   >