OpenBSD cvs log

created 2023-08-20T07:55:05Z
begin 2023-08-15T00:00:00Z
end 2023-08-16T00:00:00Z
path src/sys
commits 7

date 2023-08-15T02:31:07Z
author dlg
files src/sys/net/if_sec.c log diff annotate
message sec_start needs to show bpf the packets going out.

from and ok goda@
requested by many

date 2023-08-15T03:51:29Z
author jsg
files src/sys/dev/pci/drm/dma-resv.c log diff annotate
message make sure the end result is NULL if malloc failed

date 2023-08-15T07:56:27Z
author miod
files src/sys/dev/fdt/com_fdt.c log diff annotate
message Use the proper ofw node in com_fdt_attach(), likely a cut'n'paste error
from com_fdt_init_cons().
ok patrick@

date 2023-08-15T08:27:29Z
author miod
files src/sys/arch/amd64/amd64/vmm_machdep.c log diff annotate
src/sys/dev/acpi/tpm.c log diff annotate
src/sys/dev/fdt/amlclock.c log diff annotate
message Replace a bunch of (1 << 31) with (1U << 31)

date 2023-08-15T08:27:30Z
author miod
files src/sys/dev/fdt/if_cad.c log diff annotate
src/sys/dev/fdt/if_dwge.c log diff annotate
src/sys/dev/fdt/if_dwxe.c log diff annotate
src/sys/dev/fdt/imxiomuxc.c log diff annotate
src/sys/dev/fdt/mvpinctrl.c log diff annotate
src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/ic/ufshcireg.h log diff annotate
src/sys/dev/pci/if_aq_pci.c log diff annotate
src/sys/dev/pci/if_mcx.c log diff annotate
src/sys/dev/pci/igc_regs.h log diff annotate
src/sys/dev/pci/ixgbe_type.h log diff annotate
src/sys/dev/usb/if_urereg.h log diff annotate
src/sys/dev/usb/dwc2/dwc2_hw.h log diff annotate
src/sys/dev/wscons/wstpad.c log diff annotate
src/sys/sys/videoio.h log diff annotate
message Replace a bunch of (1 << 31) with (1U << 31)

date 2023-08-15T09:46:30Z
author dlg
files src/sys/net/if_sec.c log diff annotate
message scrub the mbuf flowid for packets going out a sec interface.

maybe ipsec should do this for all packets it encapsulates.

tested by hrvoje

date 2023-08-15T14:24:53Z
author jsg
files src/sys/arch/i386/conf/RAMDISK log diff annotate
message drop MSDOSFS from i386 floppy
sthen mentioned it is out of space. ok deraadt@