summaryrefslogtreecommitdiff
path: root/elf/dl-open.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-07-16Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl
2015-04-17Fuller check for invalid NSID in _dl_open.Roland McGrath
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-30Fix typos.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki
2013-06-26[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-06Remove a dead declaration.Roland McGrath
2013-04-06dl_open_worker: Memset all of seen array.Carlos O'Donell
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-20Check the main application only if SHARED is definedH.J. Lu
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath
2012-08-14Add a missing #include.Roland McGrath
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson
2012-07-18Fix a few typos.Marek Polacek
2012-06-212012-06-21 Jeff Law <law@redhat.com>Jeff Law
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-27Sort objects before relocationsUlrich Drepper
2011-08-20Print message that there is no scope instead of being silentUlrich Drepper
2011-08-20Further improve printing os ELF symbol lookup scope informationUlrich Drepper
2011-08-16Improve printing of lookup scopesUlrich Drepper
2011-08-16Avoid warning from last changeUlrich Drepper
2011-08-16Fix printing of scope numberUlrich Drepper
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2011-05-14Fix handling of static TLS in dlopen'ed objectsMartin von Gagern
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab
2010-10-24Don't expand DST twice in dl_openAndreas Schwab
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel
2009-07-27Break out _dl_scope_free into its own file.Ulrich Drepper
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper
2009-04-19[BZ #10069]Ulrich Drepper
2009-04-16* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2009-03-16[BZ #9733]Ulrich Drepper
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper