cvs commit: src/libexec/rtld-elf map_object.c rtld.c rtld.h

Doug Rabson dfr at FreeBSD.org
Sun Feb 27 12:55:41 GMT 2005


dfr         2005-02-27 12:55:40 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     map_object.c rtld.c rtld.h 
  Log:
  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.
  
  MFC after: 2 days
  
  Revision  Changes    Path
  1.16      +3 -0      src/libexec/rtld-elf/map_object.c
  1.103     +20 -0     src/libexec/rtld-elf/rtld.c
  1.35      +1 -0      src/libexec/rtld-elf/rtld.h


More information about the cvs-src mailing list