CVS commit: src/sys/netinet

2022-10-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Oct 29 02:56:29 UTC 2022 Modified Files: src/sys/netinet: in_pcb.c Log Message: inpcb: fix for kernels without INET6 To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/netinet/in_pcb.c Please note that

CVS commit: src/sys/netinet

2022-10-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Oct 29 02:56:29 UTC 2022 Modified Files: src/sys/netinet: in_pcb.c Log Message: inpcb: fix for kernels without INET6 To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/netinet/in_pcb.c Please note that

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 01:19:36 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA_SET macro To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq_gpio.c Please not

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 29 01:19:36 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_gpio.c Log Message: Fix MASK_DATA_SET macro To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xilinx/zynq_gpio.c Please not

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 29 00:19:22 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Mark new flags local unused for non-KDTRACE_HOOKS builds. (feel free to add a new __dtrace_used annotation to make this more pr

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 29 00:19:22 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Mark new flags local unused for non-KDTRACE_HOOKS builds. (feel free to add a new __dtrace_used annotation to make this more pr

re: CVS commit: src/sys/external/bsd/drm2/pci

2022-10-28 Thread matthew green
> Modified Files: > src/sys/external/bsd/drm2/pci: drm_pci.c > > Log Message: > drm(4): Mark PCI interrupt handlers as MP-safe. i tested this recently and on one of nvidia or radeon it wasn't working for me. i can confirm again next weekend... .mrg.

CVS commit: src/sys/dev/ic

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 23:44:38 UTC 2022 Modified Files: src/sys/dev/ic: pckbc.c Log Message: pckbc(4): Simplify the (disabled) logic to check keyboard port. No functional change intended -- just reduces code duplication (and fixes wrong-

CVS commit: src/sys/dev/ic

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 23:44:38 UTC 2022 Modified Files: src/sys/dev/ic: pckbc.c Log Message: pckbc(4): Simplify the (disabled) logic to check keyboard port. No functional change intended -- just reduces code duplication (and fixes wrong-

CVS commit: src/sys/dev

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 23:40:37 UTC 2022 Modified Files: src/sys/dev/ic: pckbc.c src/sys/dev/pckbport: pckbd.c pms.c Log Message: pckbport(4): C99 initializers No functional change intended. To generate a diff of this commit: cv

CVS commit: src/sys/dev

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 23:40:37 UTC 2022 Modified Files: src/sys/dev/ic: pckbc.c src/sys/dev/pckbport: pckbd.c pms.c Log Message: pckbport(4): C99 initializers No functional change intended. To generate a diff of this commit: cv

CVS commit: src/sys/external/bsd/drm2/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:58:48 UTC 2022 Modified Files: src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: drm(4): Mark PCI interrupt handlers as MP-safe. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/external

CVS commit: src/sys/external/bsd/drm2/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:58:48 UTC 2022 Modified Files: src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: drm(4): Mark PCI interrupt handlers as MP-safe. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/external

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

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:58:27 UTC 2022 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: x86/acpi: Mark acpica interrupt handlers MP-safe. acpica has its own internal locking, and the interrupt handlers we install with

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

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:58:27 UTC 2022 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: x86/acpi: Mark acpica interrupt handlers MP-safe. acpica has its own internal locking, and the interrupt handlers we install with

CVS commit: src/sys/dev/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:57:58 UTC 2022 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: xhci(4): Mark PCI interrupt handler MP-safe. xhci_intr has its own intr lock to coordinate with the MP-safe softint it defers all its work t

CVS commit: src/sys/dev/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:57:58 UTC 2022 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: xhci(4): Mark PCI interrupt handler MP-safe. xhci_intr has its own intr lock to coordinate with the MP-safe softint it defers all its work t

CVS commit: src/sys/dev/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:56:44 UTC 2022 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: ehci(4): Mark PCI interrupt handler MP-safe. ehci_intr has its own intr lock to coordinate with the MP-safe softint it defers all its work t

CVS commit: src/sys/dev/pci

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:56:44 UTC 2022 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: ehci(4): Mark PCI interrupt handler MP-safe. ehci_intr has its own intr lock to coordinate with the MP-safe softint it defers all its work t

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:53:26 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_timeout.c Please note

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:53:26 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_timeout.c Please note

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:52:22 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:52:22 UTC 2022 Modified Files: src/sys/kern: kern_timeout.c Log Message: callout(9): Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:52:02 UTC 2022 Modified Files: src/sys/kern: kern_softint.c Log Message: softint(9): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_softint.c Please note

CVS commit: src/sys/kern

2022-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Oct 28 21:52:02 UTC 2022 Modified Files: src/sys/kern: kern_softint.c Log Message: softint(9): Sprinkle dtrace probes. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_softint.c Please note

CVS commit: src/doc

2022-10-28 Thread Jared D. McNeill
allocarray(3) in the public namespace evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based - configuration. [jmcneill 20191028] + configuration. [jmcneill 20221028]

CVS commit: src/doc

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:39:23 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Update date on previous To generate a diff of this commit: cvs rdiff -u -r1.2925 -r1.2926 src/doc/CHANGES Please note that diffs are not public domain

CVS commit: src/doc

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:38:58 UTC 2022 Modified Files: src/doc: CHANGES Log Message: evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based configuration. To generate a diff of this commit: cvs rdiff -u -r1.2924 -r1.2925 src/doc/C

CVS commit: src/doc

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:38:58 UTC 2022 Modified Files: src/doc: CHANGES Log Message: evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based configuration. To generate a diff of this commit: cvs rdiff -u -r1.2924 -r1.2925 src/doc/C

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:37:47 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Remove commented out reference to zynqslcr driver that doesn't exist. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

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

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:37:47 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Remove commented out reference to zynqslcr driver that doesn't exist. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111

CVS commit: src/sys/arch

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:37:04 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c src/sys/arch/evbarm: Makefile src/sys/arch/evbarm/conf: README.evbarm Removed Files: src/sys/arch/arm/zynq: files.zynq

CVS commit: src/sys/arch

2022-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 28 20:37:04 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq_platform.c src/sys/arch/evbarm: Makefile src/sys/arch/evbarm/conf: README.evbarm Removed Files: src/sys/arch/arm/zynq: files.zynq

CVS commit: src/doc

2022-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 28 09:44:53 UTC 2022 Modified Files: src/doc: CHANGES Log Message: mention reallocarray change To generate a diff of this commit: cvs rdiff -u -r1.2923 -r1.2924 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/doc

2022-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 28 09:44:53 UTC 2022 Modified Files: src/doc: CHANGES Log Message: mention reallocarray change To generate a diff of this commit: cvs rdiff -u -r1.2923 -r1.2924 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src

2022-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 28 09:43:59 UTC 2022 Modified Files: src/external/mit/xorg/bin/fslsfonts: Makefile src/external/mit/xorg/bin/xauth: Makefile src/external/mit/xorg/bin/xrdb: Makefile src/external/mit/xorg/lib/libFS: Mak

CVS commit: src

2022-10-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 28 09:43:59 UTC 2022 Modified Files: src/external/mit/xorg/bin/fslsfonts: Makefile src/external/mit/xorg/bin/xauth: Makefile src/external/mit/xorg/bin/xrdb: Makefile src/external/mit/xorg/lib/libFS: Mak

CVS commit: src/sys/sys

2022-10-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Oct 28 08:16:57 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: Bump the version for inpcb changes Welcome to 9.99.104 To generate a diff of this commit: cvs rdiff -u -r1.716 -r1.717 src/sys/sys/param.h Please

CVS commit: src/sys/sys

2022-10-28 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Oct 28 08:16:57 UTC 2022 Modified Files: src/sys/sys: param.h Log Message: Bump the version for inpcb changes Welcome to 9.99.104 To generate a diff of this commit: cvs rdiff -u -r1.716 -r1.717 src/sys/sys/param.h Please

CVS commit: src/sys

2022-10-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 28 07:16:34 UTC 2022 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/arm/conf: files.arm src/sys/arch/x86/conf: files.x86 src/sys/conf: files src/sys/uvm/pmap: pmap.c Lo

CVS commit: src/sys

2022-10-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 28 07:16:34 UTC 2022 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 src/sys/arch/arm/conf: files.arm src/sys/arch/x86/conf: files.x86 src/sys/conf: files src/sys/uvm/pmap: pmap.c Lo