OpenBSD cvs log

created 2024-02-04T17:11:44Z
begin 2024-01-26T00:00:00Z
end 2024-01-27T00:00:00Z
path src/sys
commits 11

date 2024-01-26T11:36:26Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_acpi.c log diff annotate
src/sys/dev/pci/drm/include/linux/mod_devicetable.h log diff annotate
src/sys/dev/pci/drm/include/linux/xarray.h log diff annotate
message remove stub printf from amdgpu_acpi_enumerate_xcc()
the loop that looks for AMD* hid objects remains disabled

date 2024-01-26T15:11:18Z
author deraadt
files src/sys/arch/sparc64/conf/Makefile.sparc64 log diff annotate
message repair gratitous difference for install command arguments, relative to all other architectures

date 2024-01-26T16:59:47Z
author kettenis
files src/sys/arch/riscv64/riscv64/cpu.c log diff annotate
message Implement T-Head cache management operations which are needed to handle
the incoherent hardware design of SoCs like the Allwinner D1.

ok miod@, jca@

date 2024-01-26T17:03:45Z
author kettenis
files src/sys/dev/fdt/sxidog.c log diff annotate
message Add Allwinner D1 support.

ok dlg@, jca@

date 2024-01-26T17:11:50Z
author kettenis
files src/sys/dev/fdt/ehci_fdt.c log diff annotate
message Add support for the Allwinner D1 USB PHY.

ok dlg@, jca@

date 2024-01-26T17:50:00Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Initial clock support for Allwinner D1.

ok dlg@, mlarkin@

date 2024-01-26T18:24:23Z
author mvs
files src/sys/kern/syscalls.master log diff annotate
src/sys/kern/uipc_socket.c log diff annotate
message Unlock listen(2). `somaxconn_local' and `sominconn_local' used
respectively to cache values as we do in other places.

ok bluhm

date 2024-01-26T18:24:58Z
author mvs
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message regen

date 2024-01-26T19:20:00Z
author kettenis
files src/sys/arch/riscv64/dev/plic.c log diff annotate
message Recognize the T-Head PLIC implementation.

ok jca@

date 2024-01-26T19:23:03Z
author kettenis
files src/sys/arch/arm64/arm64/pmap.c log diff annotate
message Fix panic messages.

date 2024-01-26T21:14:08Z
author jan
files src/sys/net/bpf.c log diff annotate
src/sys/net/bpf.h log diff annotate
message Put checksum flags in bpf_hdr to use them in userland dhcpleased.

Thus, dhcpleased accept non-calculated checksums which were verified by
hardware/hypervisor.

With tweaks from dlg@

ok bluhm@
mkay tobhe@