OpenBSD cvs log

created 2024-01-19T10:39:45Z
begin 2023-12-23T00:00:00Z
end 2023-12-24T00:00:00Z
path src/sys
commits 5

date 2023-12-23T10:52:54Z
author bluhm
files src/sys/net/if.c log diff annotate
src/sys/net/if_aggr.c log diff annotate
src/sys/net/if_bpe.c log diff annotate
src/sys/net/if_etherip.c log diff annotate
src/sys/net/if_gif.c log diff annotate
src/sys/net/if_gre.c log diff annotate
src/sys/net/if_mpe.c log diff annotate
src/sys/net/if_mpip.c log diff annotate
src/sys/net/if_mpw.c log diff annotate
src/sys/net/if_pflow.c log diff annotate
src/sys/net/if_pfsync.c log diff annotate
src/sys/net/if_pppx.c log diff annotate
src/sys/net/if_sec.c log diff annotate
src/sys/net/if_tpmr.c log diff annotate
src/sys/net/if_trunk.c log diff annotate
src/sys/net/if_tun.c log diff annotate
src/sys/net/if_var.h log diff annotate
src/sys/net/if_veb.c log diff annotate
src/sys/net/if_vlan.c log diff annotate
src/sys/net/if_vxlan.c log diff annotate
src/sys/net/if_wg.c log diff annotate
src/sys/netinet/ip_carp.c log diff annotate
message Backout always allocate per-CPU statistics counters for network
interface descriptor. It panics during attach of em(4) device at
boot.

date 2023-12-23T13:44:57Z
author kettenis
files src/sys/dev/pci/drm/include/linux/types.h log diff annotate
message Change the type of dma_addr_t to uint64_t. It is a 64-bit type on most
Linux architectures (including the most popular 32-bit ones) and a new
driver I'm working on tries to print a dma_addr_t variable using %llx.

ok jsg@

date 2023-12-23T14:18:27Z
author kettenis
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_file.h log diff annotate
src/sys/dev/pci/drm/include/linux/backlight.h log diff annotate
src/sys/dev/pci/drm/include/linux/device.h log diff annotate
src/sys/dev/pci/drm/include/linux/io.h log diff annotate
src/sys/dev/pci/drm/include/linux/ioport.h log diff annotate
src/sys/dev/pci/drm/include/linux/jiffies.h log diff annotate
src/sys/dev/pci/drm/include/linux/kernel.h log diff annotate
src/sys/dev/pci/drm/include/linux/pci.h log diff annotate
message Provide more complete implementations of some of the Linux compat
interfaces that are needed for the upcoming apple kms driver.

ok jsg@

date 2023-12-23T18:28:38Z
author kettenis
files src/sys/arch/arm64/dev/apldart.c log diff annotate
message Add support for "locked" DARTs. These have the page table registers
locked down and we need to retain the existing mappings.

ok patrick@

date 2023-12-23T22:40:42Z
author kettenis
files src/sys/dev/fdt/rkdrm.c log diff annotate
message Remove unused variables.