minix/libexec
Ben Gras 6a6b7b5769 ld.so: be more mmap()-behaviour-independent
. if the layout of virtual address regions as returned
	  by mmap() without a location hint changes, ld.so could
	  trip itself up (under minix). this change allocates
	  the full size it needs for every object that's loaded
	  so that if that succeeds, it's sure there's virtual address
	  space for the whole thing no matter what other bits happen
	  to be there already.

	. this fix exposed a bug in the test; at atexit() execution
	  time the loaded object is unmapped, so that part of the
	  test is removed.
2012-06-25 14:13:07 +02:00
..
ld.elf_so ld.so: be more mmap()-behaviour-independent 2012-06-25 14:13:07 +02:00
makewhatis update/fix manpage support 2011-09-28 15:24:15 +00:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
Makefile.inc No need to define NETBSD_SOURCE explicitly 2012-06-18 10:53:34 +00:00