Source-Changes archive

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

CVS commit: [yamt-km] src/sys/uvm



Module Name:    src
Committed By:   yamt
Date:           Tue Jan 25 12:58:29 UTC 2005

Modified Files:
        src/sys/uvm [yamt-km]: uvm_anon.c uvm_extern.h uvm_glue.c uvm_io.c
            uvm_km.c uvm_km.h uvm_map.c uvm_map.h uvm_map_i.h uvm_mmap.c
            uvm_page.c uvm_pager.c

Log Message:
- don't use uvm_object or managed mappings for wired allocations.
  (eg. malloc(9))
- simplify uvm_km_* apis.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.31.6.1 src/sys/uvm/uvm_anon.c
cvs rdiff -r1.98.4.1 -r1.98.4.2 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.82 -r1.82.2.1 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.19 -r1.19.4.1 src/sys/uvm/uvm_io.c
cvs rdiff -r1.76.4.1 -r1.76.4.2 src/sys/uvm/uvm_km.c
cvs rdiff -r1.13 -r1.13.10.1 src/sys/uvm/uvm_km.h
cvs rdiff -r1.183 -r1.183.2.1 src/sys/uvm/uvm_map.c
cvs rdiff -r1.44 -r1.44.4.1 src/sys/uvm/uvm_map.h
cvs rdiff -r1.31 -r1.31.4.1 src/sys/uvm/uvm_map_i.h
cvs rdiff -r1.87 -r1.87.2.1 src/sys/uvm/uvm_mmap.c
cvs rdiff -r1.101 -r1.101.6.1 src/sys/uvm/uvm_page.c
cvs rdiff -r1.65 -r1.65.4.1 src/sys/uvm/uvm_pager.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