CVS commit: src/sys/kern

2021-10-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Oct 2 07:35:41 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: Fix a deadlock where one thread writes to a pipe, has more data and no space in the pipe and waits on "pipe_wcv" while the reader is closing the p

CVS commit: src/sys/kern

2021-10-02 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Oct 2 07:35:41 UTC 2021 Modified Files: src/sys/kern: sys_pipe.c Log Message: Fix a deadlock where one thread writes to a pipe, has more data and no space in the pipe and waits on "pipe_wcv" while the reader is closing the p

CVS commit: src/doc

2021-10-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 2 11:01:53 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: We are now (partial) at tzdata2021c. This involves no changes other than here (this), as we had not adopted the changes to tzdata in 2021b that were revert

CVS commit: src/doc

2021-10-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 2 11:01:53 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: We are now (partial) at tzdata2021c. This involves no changes other than here (this), as we had not adopted the changes to tzdata in 2021b that were revert

CVS commit: [netbsd-9] src/external/gpl3/gcc/dist/libgomp

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:02:46 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/libgomp [netbsd-9]: oacc-init.c Log Message: Apply patch, requested by manu in ticket #1349: external/gpl3/gcc/dist/libgomp/oacc-init.c (apply p

CVS commit: [netbsd-9] src/external/gpl3/gcc/dist/libgomp

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:02:46 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/libgomp [netbsd-9]: oacc-init.c Log Message: Apply patch, requested by manu in ticket #1349: external/gpl3/gcc/dist/libgomp/oacc-init.c (apply p

CVS commit: [netbsd-9] src

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:07:56 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: uipc_socket2.c src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/lib/libc/sys [netbsd-9]: t_poll.c Log Message: Pull up following revisio

CVS commit: [netbsd-9] src

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:07:56 UTC 2021 Modified Files: src/sys/kern [netbsd-9]: uipc_socket2.c src/sys/miscfs/fifofs [netbsd-9]: fifo_vnops.c src/tests/lib/libc/sys [netbsd-9]: t_poll.c Log Message: Pull up following revisio

CVS commit: [netbsd-9] src/doc

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:08:51 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1349 and #1350 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-9] src/doc

2021-10-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 2 11:08:51 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1349 and #1350 To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: src/sys/arch

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 13:41:50 UTC 2021 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c src/sys/arch/powerpc/booke: booke_pmap.c Log Message: Use KERNEL_PID instead of 0. NFC. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/arch

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 13:41:50 UTC 2021 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c src/sys/arch/powerpc/booke: booke_pmap.c Log Message: Use KERNEL_PID instead of 0. NFC. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 14:28:05 UTC 2021 Modified Files: src/sys/arch/arm/arm32: arm32_tlb.c src/sys/arch/mips/mips: mips_fixup.c pmap_machdep.c src/sys/arch/powerpc/booke: booke_pmap.c booke_stubs.c src/sys/arch/riscv/r

CVS commit: src/sys

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 14:28:05 UTC 2021 Modified Files: src/sys/arch/arm/arm32: arm32_tlb.c src/sys/arch/mips/mips: mips_fixup.c pmap_machdep.c src/sys/arch/powerpc/booke: booke_pmap.c booke_stubs.c src/sys/arch/riscv/r

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

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 14:41:36 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: In the fifo_hup1 test, also ensure that POLLHUP is de-asserted when a new writer appears. To generate a diff of this commit: cvs rdiff -

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

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 14:41:36 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: In the fifo_hup1 test, also ensure that POLLHUP is de-asserted when a new writer appears. To generate a diff of this commit: cvs rdiff -

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

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 15:50:06 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: Add a fifo_inout test case that validates the expected POLLIN / POLLOUT behavior for FIFOs: - A FIFO is readable so long as at least 1 byt

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

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 15:50:06 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_poll.c Log Message: Add a fifo_inout test case that validates the expected POLLIN / POLLOUT behavior for FIFOs: - A FIFO is readable so long as at least 1 byt

CVS commit: src

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 17:32:55 UTC 2021 Modified Files: src/sys/kern: uipc_syscalls.c src/sys/miscfs/fifofs: fifo_vnops.c src/tests/lib/libc/sys: t_poll.c Log Message: - Strenghen the poll(2) fifo_inout test to ensure that o

CVS commit: src

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 17:32:55 UTC 2021 Modified Files: src/sys/kern: uipc_syscalls.c src/sys/miscfs/fifofs: fifo_vnops.c src/tests/lib/libc/sys: t_poll.c Log Message: - Strenghen the poll(2) fifo_inout test to ensure that o

CVS commit: src/sys

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 17:37:21 UTC 2021 Modified Files: src/sys/kern: uipc_syscalls.c src/sys/miscfs/fifofs: fifo_vnops.c Log Message: ...and correct my terrible spelling. To generate a diff of this commit: cvs rdiff -u -r1.201 -r

CVS commit: src/sys

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 17:37:21 UTC 2021 Modified Files: src/sys/kern: uipc_syscalls.c src/sys/miscfs/fifofs: fifo_vnops.c Log Message: ...and correct my terrible spelling. To generate a diff of this commit: cvs rdiff -u -r1.201 -r

CVS commit: src/tests/kernel/kqueue/read

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 18:21:05 UTC 2021 Modified Files: src/tests/kernel/kqueue/read: t_fifo.c Log Message: New EVFILT_READ test case for FIFOs; validates readability threshold and EV_EOF behavior. To generate a diff of this commit: cvs r

CVS commit: src/tests/kernel/kqueue/read

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 18:21:05 UTC 2021 Modified Files: src/tests/kernel/kqueue/read: t_fifo.c Log Message: New EVFILT_READ test case for FIFOs; validates readability threshold and EV_EOF behavior. To generate a diff of this commit: cvs r

CVS commit: src

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 18:39:15 UTC 2021 Modified Files: src/sys/miscfs/fifofs: fifo_vnops.c src/tests/kernel/kqueue/write: t_fifo.c Log Message: - Add a new EVFILT_WRITE test case for FIFOs that correctly validates the writability

CVS commit: src

2021-10-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Oct 2 18:39:15 UTC 2021 Modified Files: src/sys/miscfs/fifofs: fifo_vnops.c src/tests/kernel/kqueue/write: t_fifo.c Log Message: - Add a new EVFILT_WRITE test case for FIFOs that correctly validates the writability

CVS commit: src/sys/arch/arm

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 20:41:47 UTC 2021 Modified Files: src/sys/arch/arm/dts: rk3399-pinebook-pro.dts rk3399-rockpro64.dts src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: default RK3399 PCIe to 1.x. sometime in mid-2019, rockchip

CVS commit: src/sys/arch/arm

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 20:41:47 UTC 2021 Modified Files: src/sys/arch/arm/dts: rk3399-pinebook-pro.dts rk3399-rockpro64.dts src/sys/arch/arm/rockchip: rk3399_pcie.c Log Message: default RK3399 PCIe to 1.x. sometime in mid-2019, rockchip

CVS commit: src/sys/dev/pci

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 20:45:17 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: add intel 660p ssd, and expand the 760p description. To generate a diff of this commit: cvs rdiff -u -r1.1434 -r1.1435 src/sys/dev/pci/pcidevs Plea

CVS commit: src/sys/dev/pci

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 20:45:17 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs Log Message: add intel 660p ssd, and expand the 760p description. To generate a diff of this commit: cvs rdiff -u -r1.1434 -r1.1435 src/sys/dev/pci/pcidevs Plea

CVS commit: src/sys/dev/pci

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 20:45:35 UTC 2021 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1421 -r1.1422 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1420 -r1.1421 s

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

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 20:52:09 UTC 2021 Modified Files: src/sys/arch/arm/cortex: a9tmr_reg.h cpu_in_cksum_asm_neon.S gicv3.c pl310.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 sr

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

2021-10-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 2 20:52:09 UTC 2021 Modified Files: src/sys/arch/arm/cortex: a9tmr_reg.h cpu_in_cksum_asm_neon.S gicv3.c pl310.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 sr

CVS commit: src/sys/net/lagg

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 22:14:32 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg_lacp.c Log Message: avoid set-but-unused-variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/net/lagg/if_lagg_lacp.c Please

CVS commit: src/sys/net/lagg

2021-10-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 2 22:14:32 UTC 2021 Modified Files: src/sys/net/lagg: if_lagg_lacp.c Log Message: avoid set-but-unused-variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/net/lagg/if_lagg_lacp.c Please