Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 10/02/2003 00:02:10
Module Name:	src
Committed By:	enami
Date:		Thu Oct  2 00:02:10 UTC 2003

Modified Files:
	src/sys/uvm: uvm_map.c

Log Message:
Rewrite uvm_map_findspace() to improve readability and to fix a bug that
it may return space already in use as free space under some condition.
The symptom of the bug is that exec fails if stack is unlimited on
topdown VM kernel.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 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.