CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2022/10/21 14:45:51
Modified files: sys/uvm : uvm_map.c Log message: Recent chrome renderers try to change some immutable RW region to R. I really want immutable to not allow such transitions either, because it will help bring code up to the highest standard. For now, allow this for all processes, until we find out the underlying reason.