Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
chs
Fri Feb 6 18:21:30 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv24616
Modified Files:
uvm_amap.c
Log Message:
fix typoes in locking.
use M_UVMAMAP instead of M_TEMP for malloc type.
chs
Fri Feb 6 18:22:25 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv24883
Modified Files:
uvm_map.h
Log Message:
prototype for uvm_map_checkprot() moved to uvm_extern.h.
chs
Fri Feb 6 18:24:03 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv25089
Modified Files:
uvm_extern.h
Log Message:
prototype for uvm_map_checkprot() moved here.
add uvmexp fields for pagouts-in-progress and kernel-reserved pages.
chs
Fri Feb 6 18:26:05 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv25755
Modified Files:
uvm_glue.c
Log Message:
add locking of kernel_map in uvm_kernacc().
check return value of uvm_fault_wire() in uvm_fork().
enable swappings.
chs
Fri Feb 6 18:26:47 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv25893
Modified Files:
uvm_init.c
Log Message:
enable paging of kernel_object.
chs
Fri Feb 6 18:29:22 PST 1998
Update of /cvsroot/src/sys/uvm
In directory netbsd1:/var/slash-tmp/cvs-serv26476
Modified Files:
uvm_km.c
Log Message:
convert kernel_object to an aobj.
in uvm_km_pgremove(), free swapslots if the object is an aobj.
in uvm_km_kmemalloc(), mark pages as wired and count them.
Home |
Main Index |
Thread Index |
Old Index