CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/10 14:55:26
Modified files:
sys/uvm : uvm_mmap.c
Log message:
Make mincore lie. The nature of shared memory means it can spy on what
another process is doing. We don't want that, so instead have it
always return that memory is in core.
ok deraadt kettenis
