Source-Changes archive

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

CVS commit: [yamt-pagecache] src/sys



Module Name:    src
Committed By:   yamt
Date:           Mon Dec 26 16:03:12 UTC 2011

Modified Files:
        src/sys/kern [yamt-pagecache]: kern_mutex_obj.c
        src/sys/sys [yamt-pagecache]: mutex.h
        src/sys/uvm [yamt-pagecache]: uvm.h uvm_amap.c uvm_amap.h uvm_anon.c
            uvm_extern.h uvm_fault.c uvm_loan.c uvm_loan.h uvm_map.c
            uvm_meter.c uvm_page.c uvm_pdaemon.c

Log Message:
- use O->A loan to serve read(2).  based on a patch from Chuck Silvers
- associated O->A loan fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.5.2.1 -r1.5.2.2 src/sys/kern/kern_mutex_obj.c
cvs rdiff -u -r1.20.10.1 -r1.20.10.2 src/sys/sys/mutex.h
cvs rdiff -u -r1.62.4.3 -r1.62.4.4 src/sys/uvm/uvm.h
cvs rdiff -u -r1.104 -r1.104.2.1 src/sys/uvm/uvm_amap.c
cvs rdiff -u -r1.37 -r1.37.2.1 src/sys/uvm/uvm_amap.h
cvs rdiff -u -r1.62.2.1 -r1.62.2.2 src/sys/uvm/uvm_anon.c
cvs rdiff -u -r1.176.2.5 -r1.176.2.6 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.190.2.2 -r1.190.2.3 src/sys/uvm/uvm_fault.c
cvs rdiff -u -r1.81.2.4 -r1.81.2.5 src/sys/uvm/uvm_loan.c
cvs rdiff -u -r1.17 -r1.17.4.1 src/sys/uvm/uvm_loan.h
cvs rdiff -u -r1.305 -r1.305.2.1 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.56.4.5 -r1.56.4.6 src/sys/uvm/uvm_meter.c
cvs rdiff -u -r1.178.2.8 -r1.178.2.9 src/sys/uvm/uvm_page.c
cvs rdiff -u -r1.103.2.2 -r1.103.2.3 src/sys/uvm/uvm_pdaemon.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