Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/05/2003 15:09:09
Module Name: src
Committed By: yamt
Date: Wed Nov 5 15:09:09 UTC 2003
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
- fix a reversed comparison.
- fix "nextgap" case.
- make sure don't get addresses behind hint.
- deal with integer wraparounds better.
- assertions.
To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 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.