Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/uvm



Module Name:    syssrc
Committed By:   thorpej
Date:           Mon Oct 29 23:06:04 UTC 2001

Modified Files:
        syssrc/sys/uvm: uvm_map.c uvm_mmap.c

Log Message:
uvm_mmap(): If a vnode mapping is established with PROT_EXEC, mark the
vnode as VTEXT.

uvm_map_protect(): When VM_PROT_EXECUTE is added to a VA range, mark
all the vnodes mapped by the range as VTEXT.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.56 -r1.57 syssrc/sys/uvm/uvm_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index