Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [uebayasi-xip] src/sys
Module Name: src
Committed By: uebayasi
Date: Fri Jul 9 12:49:21 UTC 2010
Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
src/sys/uvm [uebayasi-xip]: uvm_bio.c uvm_fault.c uvm_page.c
Log Message:
Mark XIP pages as PG_CLEAN and/or PG_BUSY when appropriate. Protect
vnode lock when vm_page::flags is manipulated.
To generate a diff of this commit:
cvs rdiff -u -r1.36.2.12 -r1.36.2.13 src/sys/miscfs/genfs/genfs_io.c
cvs rdiff -u -r1.68.2.5 -r1.68.2.6 src/sys/uvm/uvm_bio.c
cvs rdiff -u -r1.166.2.11 -r1.166.2.12 src/sys/uvm/uvm_fault.c
cvs rdiff -u -r1.153.2.42 -r1.153.2.43 src/sys/uvm/uvm_page.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