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

CVS commit: src/sys

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:30:05 UTC 2024 Modified Files: src/sys/netinet: udp_usrreq.c src/sys/netinet6: udp6_usrreq.c Log Message: udp(4): Clarify udp4/6_espinudp and inp_overudp_cb return. Cleanup to detect problems like this ea

CVS commit: src/sys

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:30:05 UTC 2024 Modified Files: src/sys/netinet: udp_usrreq.c src/sys/netinet6: udp6_usrreq.c Log Message: udp(4): Clarify udp4/6_espinudp and inp_overudp_cb return. Cleanup to detect problems like this ea

CVS commit: src

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:29:40 UTC 2024 Modified Files: src/sys/net: if_wg.c src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Fix wg_overudp_cb drop paths to null out *mp as caller needs. PR kern/58688: userland panic of kerne

CVS commit: src

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:29:40 UTC 2024 Modified Files: src/sys/net: if_wg.c src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Fix wg_overudp_cb drop paths to null out *mp as caller needs. PR kern/58688: userland panic of kerne

CVS commit: src/tests/net/if_wg

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:28:43 UTC 2024 Modified Files: src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Test truncated UDP input from the network. This triggers double-free in the IPv6 udp6_input path -- but, confusingly, not the IPv

CVS commit: src/tests/net/if_wg

2024-10-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 02:28:43 UTC 2024 Modified Files: src/tests/net/if_wg: t_basic.sh Log Message: wg(4): Test truncated UDP input from the network. This triggers double-free in the IPv6 udp6_input path -- but, confusingly, not the IPv

CVS commit: src/sys/netinet

2024-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 23:17:00 UTC 2024 Modified Files: src/sys/netinet: tcp_vtw.c tcp_vtw.h Log Message: Allow CACHE_LINE_SIZE 256 with uint64_t fatp_word_t To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/netinet/t

CVS commit: src/sys/netinet

2024-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 23:17:00 UTC 2024 Modified Files: src/sys/netinet: tcp_vtw.c tcp_vtw.h Log Message: Allow CACHE_LINE_SIZE 256 with uint64_t fatp_word_t To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/netinet/t

CVS commit: src

2024-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 23:11:33 UTC 2024 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/arm/include: cputypes.h src/usr.sbin/cpuctl/arch: aarch64.c Log Message: CPU ID strings for Arm Cortex-A710, Neoverse

CVS commit: src

2024-10-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Oct 7 23:11:33 UTC 2024 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/arm/include: cputypes.h src/usr.sbin/cpuctl/arch: aarch64.c Log Message: CPU ID strings for Arm Cortex-A710, Neoverse

CVS commit: src/sys/arch

2024-10-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 7 15:04:32 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/arm/imx: imxsdmareg.h src/sys/arch/mips/conf: files.rmixl Log Message: s/periperal/peripheral/ in comments. To g

CVS commit: src/sys/arch

2024-10-07 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Oct 7 15:04:32 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c src/sys/arch/arm/imx: imxsdmareg.h src/sys/arch/mips/conf: files.rmixl Log Message: s/periperal/peripheral/ in comments. To g

Re: CVS commit: src/sys

2024-10-07 Thread Christos Zoulas
Yes, thanks Michael, this was all my fault because I made a last minute change. The code was correct before. christos > On Oct 7, 2024, at 9:17 AM, Rin Okuyama wrote: > > ATF failures seem to be fixed by mlelstv@: > https://mail-index.netbsd.org/source-changes/2024/10/06/msg153736.html > https

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,

Re: CVS commit: src/sys

2024-10-07 Thread Christos Zoulas
no, i did not. I will fix asap. christos > On Oct 6, 2024, at 7:59 PM, Taylor R Campbell wrote: > >  >> >> Module Name:src >> Committed By: christos >> Date: Thu Oct 3 16:50:52 UTC 2024 >> >> Modified Files: >>src/sys/kern: syscalls.master sysv_sem.c >>src/sy

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

2024-10-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 7 09:14:22 UTC 2024 Modified Files: src/distrib/sets/lists/debug: ad.arm Added Files: src/distrib/sets/lists/debug: md.evbarm.earmv4 md.evbarm.earmv5 md.evbarm.earmv5eb Log Message: Fix debug sets for c

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

2024-10-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 7 09:14:22 UTC 2024 Modified Files: src/distrib/sets/lists/debug: ad.arm Added Files: src/distrib/sets/lists/debug: md.evbarm.earmv4 md.evbarm.earmv5 md.evbarm.earmv5eb Log Message: Fix debug sets for c

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

2024-10-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 7 09:05:02 UTC 2024 Modified Files: src/distrib/sets/lists/debug: md.sparc Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug/md.sparc Please note that diffs

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

2024-10-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 7 09:05:02 UTC 2024 Modified Files: src/distrib/sets/lists/debug: md.sparc Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/debug/md.sparc Please note that diffs

CVS commit: src/doc

2024-10-07 Thread Nia Alarie
rll 20241005] x68k: Add SIXEL graphics sequence support. [isaki 20241005] pkill(1): Add -F option to use a pidfile and -L to ensure it's - locked. Taken from FreeBSD. [roy 2024107] + locked. Taken from FreeBSD. [roy 20241007]

CVS commit: src/doc

2024-10-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 7 08:37:53 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: fix typo in previous To generate a diff of this commit: cvs rdiff -u -r1.3103 -r1.3104 src/doc/CHANGES Please note that diffs are not public domain; t

CVS commit: src/doc

2024-10-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 7 07:40:43 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: first week of october To generate a diff of this commit: cvs rdiff -u -r1.3102 -r1.3103 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2024-10-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Oct 7 07:40:43 UTC 2024 Modified Files: src/doc: CHANGES Log Message: doc: first week of october To generate a diff of this commit: cvs rdiff -u -r1.3102 -r1.3103 src/doc/CHANGES Please note that diffs are not public domain;