Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/uvm
Module Name: src
Committed By: riz
Date: Tue Dec 6 20:00:12 UTC 2005
Modified Files:
src/sys/uvm [netbsd-3]: uvm_glue.c uvm_km.c
Log Message:
Apply patch (requested by yamt in ticket #1015):
sys/uvm/uvm_glue.c: patch
sys/uvm/uvm_km.c: patch
- correct a return value of uvm_km_valloc1 in the case of failure.
- do waitok allocation for uvm_uarea_alloc so that it won't fail on
temporary memory shortage.
To generate a diff of this commit:
cvs rdiff -r1.83.4.2 -r1.83.4.3 src/sys/uvm/uvm_glue.c
cvs rdiff -r1.77 -r1.77.2.1 src/sys/uvm/uvm_km.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