Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 12:55:40 +0000 (UTC)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf map_object.c rtld.c rtld.h
Message-ID:  <200502271255.j1RCteMW095109@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502271255.j1RCteMW095109>