CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/18 13:59:16
Modified files:
sys/uvm : uvm_mmap.c
Log message:
uvm_wxcheck() should only abort the process if kern.wxabort is set.
The new semantics are W^X violations are reported to the application
via ENOTSUP. Forgot to fix this during the last change.
Spotted by kettenis
