cvs commit: src/libexec/rtld-elf map_object.c rtld.c rtld.h
Doug Rabson
dfr at FreeBSD.org
Wed Mar 2 09:18:50 GMT 2005
dfr 2005-03-02 09:18:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
libexec/rtld-elf map_object.c rtld.c rtld.h
Log:
MFC:
Attempt to free any static TLS space used by a shared library when it
is unloaded. This allows applications which load and unload libraries
like libGL.so.1 several times to work properly.
Revision Changes Path
1.15.2.1 +3 -0 src/libexec/rtld-elf/map_object.c
1.99.2.2 +20 -0 src/libexec/rtld-elf/rtld.c
1.34.2.1 +1 -0 src/libexec/rtld-elf/rtld.h
More information about the cvs-src
mailing list