CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2023/02/11 14:11:37
Modified files: sys/uvm : uvm_map.c Log 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