Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/22/2004 02:06:55
Module Name:	src
Committed By:	christos
Date:		Tue Jun 22 02:06:55 UTC 2004

Modified Files:
	src/sys/kern: sys_process.c

Log Message:
Don't check for negative offset in the memory case. 64 bit addresses can
have the high bit set, and thus be interpreted as negative offsets. This
is not a problem because uvm_io() does all the range checks.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/kern/sys_process.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.