OpenBSD cvs log

created 2022-05-22T00:23:40Z
begin 2022-05-16T00:00:00Z
end 2022-05-17T00:00:00Z
path src/sys
commits 3

date 2022-05-16T07:36:04Z
author mvs
files src/sys/kern/syscalls.master log diff annotate
message Unlock umask(2). sys_umask() only modifies `fd_cmask', which
modification is already protected by `fd_lock' rwlock(9).

ok bluhm@

date 2022-05-16T07:38:10Z
author mvs
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message regen

date 2022-05-16T13:31:19Z
author bluhm
files src/sys/net/pf_if.c log diff annotate
message pfi_kif_alloc() may be called with M_NOWAIT. Add NULL check to
handle malloc(9) failure.
from markus@; OK sashan@