OpenBSD cvs log

created 2023-03-07T13:16:45Z
begin 2023-02-11T04:35:34Z
end 2023-02-11T21:11:37Z
path src/sys
commits 1

date 2023-02-11T21:11:37Z
author deraadt
files src/sys/uvm/uvm_map.c log diff annotate
message I forgot to copy the msyscall interlock flag to forked processes, so
only freshly executed processes were actually locked. (This happened
because I didn't realize how the uvm_map's contents are copied entry
by entry, and other parts are not)
ok kettenis