CVS commit: src/sys/uvm/pmap
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Fri Apr 10 07:50:02 UTC 2026 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Fix two EXECness issues - when creating a WX mapping via pmap_enter mark the page as EXEC - when pmap_protect adds X then ensure that pmap_page_syncicache is called for the page. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.