K 10 svn:author V 8 kensmith K 8 svn:date V 27 2004-04-25T16:03:41.000000Z K 7 svn:log V 468 This is an MFC of work done by Alan Cox. It addresses a security issue with mmap(2) where pages marked as PROT_NONE may become readable under certain circumstances. The commits to -current being MFC-ed with this are: Revision Changes Path 1.333 +5 -4 src/sys/vm/vm_map.c 1.109 +1 -1 src/sys/vm/vm_map.h Which were a result of a PR: Submitted by: "Mark W. Krentel" PR: kern/64573 Reviewed by: alc END