Source-Changes archive

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

CVS commit: src/sys/uvm



Module Name:    src
Committed By:   yamt
Date:           Wed Feb 15 14:06:45 UTC 2006

Modified Files:
        src/sys/uvm: uvm_amap.c uvm_amap.h uvm_fault.c uvm_map.c

Log Message:
- amap_copy: take a "flags" argument instead of booleans.
- add AMAP_COPY_NOMERGE flag, and use it for uvm_map_extract.
  PR/32806 from Julio M. Merino Vidal.


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/uvm/uvm_amap.c
cvs rdiff -r1.28 -r1.29 src/sys/uvm/uvm_amap.h
cvs rdiff -r1.107 -r1.108 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.211 -r1.212 src/sys/uvm/uvm_map.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