OpenBSD cvs log

created 2022-06-04T23:58:40Z
begin 2022-06-02T00:00:00Z
end 2022-06-03T00:00:00Z
path src/sys
commits 4

date 2022-06-02T03:09:39Z
author jmatthew
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message enable aq(4) on arm64 now that it works reasonably well

date 2022-06-02T05:32:28Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message Stop hiding a few assertions behind the opt-in LOCKF_DIAGNOSTIC option.
This code has already been exercised quite extensively by syzkaller and
got decent test coverage.

date 2022-06-02T07:41:17Z
author mbuhl
files src/sys/dev/pci/if_igc.c log diff annotate
message Implement and enable IPv4, TCP, and UDP checksum offloading for igc.

ok kevlo@

date 2022-06-02T18:00:53Z
author kettenis
files src/sys/uvm/uvm_pmemrange.c log diff annotate
message Take the size of allocation into account when checking the kernel reserve.

ok mpi@