NetBSD/gnu
pk c682966345 Patch from Chris Demetriou to unmap an object on last dlclose(), which
had not be implemented. It would cause an "adress space leak" and, if
the same object would opened multiple time, unwanted relocations.
Re: Comment from Chris:

"The a.out ld.so has some problems with dlclose.  It doesn't properly
unmap objects which are dlclosed.  That's a known problem (though a
serious one for programs which dlopen then dlclose lots of objects,
because it causes address space exhaustion), but it has a
previously-unknown side-effect.

If a single object is dlopened, then dlclosed, then dlopened _again_,
the relocations will be processed again.  That causes obvious
problems."
1997-06-26 20:52:06 +00:00
..
dist/gdb fix startup with core file. make kernel core files work. 1997-04-16 03:20:08 +00:00
games Do the symlink for HIDEGAME here, via SYMLINKS. 1997-03-27 09:13:14 +00:00
lib Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
libexec Back out BUILDDIR and NOINSTALL changes. 1997-05-31 21:21:13 +00:00
usr.bin Patch from Chris Demetriou to unmap an object on last dlclose(), which 1997-06-26 20:52:06 +00:00
Makefile Don't build games if it's not there. From Matthias Drochner, PR #3130. 1997-01-22 04:19:48 +00:00