OpenBSD cvs log

created 2021-10-30T23:01:25Z
begin 2021-10-27T00:00:00Z
end 2021-10-28T00:00:00Z
path src/sys
commits 7

date 2021-10-27T03:24:44Z
author visa
files src/sys/kern/syscalls.master log diff annotate
message Unlock the kevent(2) system call.

Tested by mpi@ and tb@

OK mpi@

date 2021-10-27T03:25:11Z
author visa
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 2021-10-27T09:09:55Z
author jasper
files src/sys/dev/dt/dtvar.h log diff annotate
src/sys/dev/usb/udl.c log diff annotate
message fix spello in comment

date 2021-10-27T13:41:09Z
author mvs
files src/sys/kern/uipc_socket2.c log diff annotate
message Replace 'DIAGNOSTIC' block within soqinsque() by KASSERT(9).

ok sashan@

date 2021-10-27T15:18:12Z
author jasper
files src/sys/dev/dt/dt_prov_kprobe.c log diff annotate
message use db_get_probe_addr() instead of handrolling the expression wrapped in ifdef

ok mpi@

date 2021-10-27T16:58:44Z
author bluhm
files src/sys/netinet/ip_ipsp.c log diff annotate
message The crypto layer needs the kernel lock. ah_zeroize() takes it when
called from tdb_walk(). tdb_walk() needs mutex tdb_sadb_mtx to
protect the loop traversal. First take the kernel lock in tdb_walk()
to preserve lock order.
found by witness
OK tobhe@ mvs@

date 2021-10-27T21:21:35Z
author jasper
files src/sys/ddb/db_ctf.c log diff annotate
message extend checks of ensuring there's valid CTF data before attempting to use it.