OpenBSD cvs log

created 2022-03-20T00:48:33Z
begin 2022-03-17T00:00:00Z
end 2022-03-18T00:00:00Z
path src/sys
commits 8

date 2022-03-17T00:28:29Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
message Fix previous commit; the FDT header is big-endian so we need to do the
appropriate byte swapping.

date 2022-03-17T10:15:13Z
author mpi
files src/sys/uvm/uvm_swap.c log diff annotate
message In swap_io() allocate the buffer before doing encryption.

If the allocation fails due to memory pressure no time is wasted doing
encryption. This also simplify the error path.

Tested by sthen@.

ok kn@, miod@, kettenis@, tb@

date 2022-03-17T14:22:03Z
author visa
files src/sys/net/bpf.c log diff annotate
src/sys/net/bpfdesc.h log diff annotate
message Use the refcnt API in bpf.

OK sashan@ bluhm@

date 2022-03-17T14:23:34Z
author visa
files src/sys/kern/kern_fork.c log diff annotate
src/sys/kern/kern_prot.c log diff annotate
src/sys/nfs/nfs_socket.c log diff annotate
src/sys/sys/ucred.h log diff annotate
message Use the refcnt API with struct ucred.

OK bluhm@

date 2022-03-17T14:53:59Z
author bluhm
files src/sys/dev/dt/dt_prov_static.c log diff annotate
message Declare dtps_static array const to move it into read-only section.
OK mpi@

date 2022-03-17T18:27:55Z
author sthen
files src/sys/net/pf.c log diff annotate
message fix typos; Martin Vahlensieck

date 2022-03-17T18:27:56Z
author sthen
files src/sys/net/if_wg.c log diff annotate
message fix typos; Martin Vahlensieck

date 2022-03-17T18:51:56Z
author tb
files src/sys/net/if_wg.c log diff annotate
src/sys/net/wg_cookie.c log diff annotate
message Drop two variable names from function prototypes.

From Martin Vahlensieck