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
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
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
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
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
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
> 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.
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-
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
allocarray(3) in the public namespace
evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based
- configuration. [jmcneill 20191028]
+ configuration. [jmcneill 20221028]
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
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
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
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
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
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
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
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;
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;
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
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
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
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
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
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
41 matches
Mail list logo