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/share/man/man3

2024-10-08 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 9 00:55:24 UTC 2024 Modified Files: src/share/man/man3: container_of.3 Log Message: container_of(3): fix return type, don't indent example There's no text around example so the indentation doesn't serve any useful purpose a

CVS commit: src/share/man/man3

2024-10-08 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 9 00:55:24 UTC 2024 Modified Files: src/share/man/man3: container_of.3 Log Message: container_of(3): fix return type, don't indent example There's no text around example so the indentation doesn't serve any useful purpose a

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

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 23:13:10 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add container_of man page. To generate a diff of this commit: cvs rdiff -u -r1.2475 -r1.2476 src/distrib/sets/lists/comp/mi Please note

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

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 23:13:10 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi Log Message: add container_of man page. To generate a diff of this commit: cvs rdiff -u -r1.2475 -r1.2476 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/share/man/man3

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 23:11:21 UTC 2024 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: container_of.3 Log Message: Add man page for container_of To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/share/man/man3

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 23:11:21 UTC 2024 Modified Files: src/share/man/man3: Makefile Added Files: src/share/man/man3: container_of.3 Log Message: Add man page for container_of To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 22:53:21 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi src/include: Makefile src/sys/sys: Makefile Added Files: src/sys/sys: container_of.h stddef.h Removed Files: src/include

CVS commit: src

2024-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 22:53:21 UTC 2024 Modified Files: src/distrib/sets/lists/comp: mi src/include: Makefile src/sys/sys: Makefile Added Files: src/sys/sys: container_of.h stddef.h Removed Files: src/include

CVS commit: src/sys/arch/x86/x86

2024-10-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 21:09:08 UTC 2024 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: x86/pmap: Use UVM_KMF_WAITVA to ensure pmap_pdp_alloc never fails. This is used as the backing page allocator for pmap_pdp_pool, and pmap_c

CVS commit: src/sys/arch/x86/x86

2024-10-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 21:09:08 UTC 2024 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: x86/pmap: Use UVM_KMF_WAITVA to ensure pmap_pdp_alloc never fails. This is used as the backing page allocator for pmap_pdp_pool, and pmap_c

CVS commit: src/sys/dev/usb

2024-10-08 Thread Lloyd Parkes
Module Name:src Committed By: lloyd Date: Tue Oct 8 20:40:10 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c usbdevices.config Log Message: Add a match quirk matching interface 0 on an iCEBreaker FPGA board This board has an FTDI 2232C with port A (USB interface 0) con

CVS commit: src/sys/dev/usb

2024-10-08 Thread Lloyd Parkes
Module Name:src Committed By: lloyd Date: Tue Oct 8 20:40:10 UTC 2024 Modified Files: src/sys/dev/usb: uftdi.c usbdevices.config Log Message: Add a match quirk matching interface 0 on an iCEBreaker FPGA board This board has an FTDI 2232C with port A (USB interface 0) con

CVS commit: src

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:50:50 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: compute integer constraints for unsigned multiplication This fixes the wrong warning

CVS commit: src

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:50:50 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: compute integer constraints for unsigned multiplication This fixes the wrong warning

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

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:39:54 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: test integer constraint on multiplication To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/tests/usr

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

2024-10-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Oct 8 19:39:54 UTC 2024 Modified Files: src/tests/usr.bin/xlint/lint1: msg_132.c Log Message: tests/lint: test integer constraint on multiplication To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/tests/usr

CVS commit: src/lib/libc/locale

2024-10-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 13:42:17 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.c c8rtomb.c Log Message: c16rtomb, c8rtomb: Omit needless casts. Mark remaining lint issues. These casts were introduced to pacify lint. lint has now

CVS commit: src/lib/libc/locale

2024-10-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 8 13:42:17 UTC 2024 Modified Files: src/lib/libc/locale: c16rtomb.c c8rtomb.c Log Message: c16rtomb, c8rtomb: Omit needless casts. Mark remaining lint issues. These casts were introduced to pacify lint. lint has now

CVS commit: [netbsd-9] src/doc

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:30:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1892 - #1895 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.5 Please note that diffs ar

CVS commit: [netbsd-9] src/doc

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:30:36 UTC 2024 Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1892 - #1895 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.5 Please note that diffs ar

CVS commit: [netbsd-9] src/external/bsd/atf/dist/tools

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:29:30 UTC 2024 Modified Files: src/external/bsd/atf/dist/tools [netbsd-9]: atf-run.1 atf-run.cpp Log Message: Pull up following revision(s) (requested by rin in ticket #1895): external/bsd/atf/dist/tools/atf

CVS commit: [netbsd-9] src/external/bsd/atf/dist/tools

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:29:30 UTC 2024 Modified Files: src/external/bsd/atf/dist/tools [netbsd-9]: atf-run.1 atf-run.cpp Log Message: Pull up following revision(s) (requested by rin in ticket #1895): external/bsd/atf/dist/tools/atf

CVS commit: [netbsd-9] src/sys/netinet

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:27:36 UTC 2024 Modified Files: src/sys/netinet [netbsd-9]: tcp_input.c Log Message: Pull up following revision(s) (requested by rin in ticket #1894): sys/netinet/tcp_input.c: revision 1.441 tcp_reass: Mitig

CVS commit: [netbsd-9] src/sys/netinet

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:27:36 UTC 2024 Modified Files: src/sys/netinet [netbsd-9]: tcp_input.c Log Message: Pull up following revision(s) (requested by rin in ticket #1894): sys/netinet/tcp_input.c: revision 1.441 tcp_reass: Mitig

CVS commit: [netbsd-10] src/doc

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:27:01 UTC 2024 Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #929 - #932 To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-10.1 Please note that diffs a

CVS commit: [netbsd-10] src/doc

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:27:01 UTC 2024 Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #929 - #932 To generate a diff of this commit: cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-10.1 Please note that diffs a

CVS commit: [netbsd-10] src/sys/netinet

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:24:50 UTC 2024 Modified Files: src/sys/netinet [netbsd-10]: tcp_input.c Log Message: Pull up following revision(s) (requested by rin in ticket #932): sys/netinet/tcp_input.c: revision 1.441 tcp_reass: Mitig

CVS commit: [netbsd-10] src/sys/netinet

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:24:50 UTC 2024 Modified Files: src/sys/netinet [netbsd-10]: tcp_input.c Log Message: Pull up following revision(s) (requested by rin in ticket #932): sys/netinet/tcp_input.c: revision 1.441 tcp_reass: Mitig

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:22:36 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: auth2.c monitor.c Log Message: Pull up following revision(s) (requested by rin in ticket #1893): crypto/external/bsd/openssh/di

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:22:36 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: auth2.c monitor.c Log Message: Pull up following revision(s) (requested by rin in ticket #1893): crypto/external/bsd/openssh/di

CVS commit: [netbsd-10] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:21:02 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: auth2.c monitor.c Log Message: Pull up following revision(s) (requested by rin in ticket #931): crypto/external/bsd/openssh/di

CVS commit: [netbsd-10] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:21:02 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: auth2.c monitor.c Log Message: Pull up following revision(s) (requested by rin in ticket #931): crypto/external/bsd/openssh/di

CVS commit: [netbsd-10] src

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:16:19 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: pfilter.c src/distrib/sets/lists/base [netbsd-10]: shl.mi src/distrib/sets/lists/comp [netbsd-10]: mi src/distri

CVS commit: [netbsd-10] src

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:16:19 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: pfilter.c src/distrib/sets/lists/base [netbsd-10]: shl.mi src/distrib/sets/lists/comp [netbsd-10]: mi src/distri

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:07:03 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: kex.c Log Message: Pull up following revision(s) (requested by rin in ticket #1892): crypto/external/bsd/openssh/dist/kex.c: re

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:07:03 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: kex.c Log Message: Pull up following revision(s) (requested by rin in ticket #1892): crypto/external/bsd/openssh/dist/kex.c: re

CVS commit: [netbsd-10] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:05:49 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: kex.c Log Message: Pull up following revision(s) (requested by rin in ticket #929): crypto/external/bsd/openssh/dist/kex.c: re

CVS commit: [netbsd-10] src/crypto/external/bsd/openssh/dist

2024-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 11:05:49 UTC 2024 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-10]: kex.c Log Message: Pull up following revision(s) (requested by rin in ticket #929): crypto/external/bsd/openssh/dist/kex.c: re