Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 02/02/2002 21:27:19
Module Name:	syssrc
Committed By:	manu
Date:		Sat Feb  2 19:27:19 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_syssgi.c

Log Message:
Fixed the X11 load bug. dynamic linking now seems to be fully functionnal,
even for program with a DSO using overlapping load virtual addresses.

The fix is a mean hack, see the comments in irix_syssgi.c. It would be nice to
get uvm_map_findspace() to return the page we suggest instead of the page which
is 16384 bytes away.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/compat/irix/irix_syssgi.c

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