OpenBSD cvs log

created 2021-12-11T16:02:36Z
begin 2021-12-06T00:00:00Z
end 2021-12-07T00:00:00Z
path src/sys
commits 6

date 2021-12-06T07:41:33Z
author sashan
files src/sys/net/pf_if.c log diff annotate
message fix odd check in pfi_kif_free()
pointed out by jsg@


OK jsg@

date 2021-12-06T09:49:46Z
author jsg
files src/sys/arch/arm64/arm64/machdep.c log diff annotate
message zero correct var in cpu_dump()
ok guenther@ deraadt@

date 2021-12-06T18:02:58Z
author kettenis
files src/sys/dev/fdt/bcm2711_pcie.c log diff annotate
message Add missing short-circuit in bcmpcie_dmamap_load_raw().

ok patrick@

date 2021-12-06T19:38:39Z
author kettenis
files src/sys/arch/arm64/dev/simplebus.c log diff annotate
message Implement DMA address translation for "raw" loads as well.

ok patrick@

date 2021-12-06T20:01:54Z
author kettenis
files src/sys/arch/arm/simplebus/simplebus.c log diff annotate
message Implement DMA address translation for "raw" loads as well.

ok patrick@

date 2021-12-06T21:21:10Z
author guenther
files src/sys/arch/powerpc64/powerpc64/machdep.c log diff annotate
src/sys/kern/exec_elf.c log diff annotate
src/sys/kern/init_main.c log diff annotate
src/sys/kern/kern_exec.c log diff annotate
src/sys/sys/exec.h log diff annotate
src/sys/sys/proc.h log diff annotate
message Start to delete emulation support: since we're Just ELF, make
copyargs() return 0/1 and merge elf_copyargs() into it. Rename
ep_emul_arg and ep_emul_argp to have clearer meaning and type and
eliminate ep_emul_argsize as no longer necessary. Make sure
ep_auxinfo (nee ep_emul_argp) is initialized as powerpc64 always
uses it in setregs().

ok semarie@ deraadt@ kettenis@