CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2025/02/24 08:42:35
Modified files: sys/uvm : uvm_mmap.c Log message: Only allow pinsyscalls() to set the libc pins once. Mateusz Guzik identified a race where after the copyin sleeping point, memory would be leaked. There are various solutions, but choosing one worked on with kettenis.