OpenBSD cvs log

created 2019-05-25T10:58:33Z
begin 2019-05-19T00:00:00Z
end 2019-05-20T00:00:00Z
path src/sys
commits 2

date 2019-05-19T08:10:55Z
author anton
files src/sys/kern/subr_witness.c log diff annotate
message include uvm.h -> uvm_extern.h; ok visa@

date 2019-05-19T08:55:27Z
author anton
files src/sys/dev/kcov.c log diff annotate
message During fuzzing, one or many fuzzing processes are often stuck waiting on
memory from the subproc malloc subsystem which is exhausted. Attempt to
circumvent such scenarios by allocation the kcov coverage buffer using
km_alloc() instead.

With help from kettenis@ and ok visa@