aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-open.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki1-17/+1
2013-06-26[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki1-4/+4
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-2/+2
2013-05-06Remove a dead declaration.Roland McGrath1-7/+0
2013-04-06dl_open_worker: Memset all of seen array.Carlos O'Donell1-1/+1
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar1-13/+27
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-2/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-20Check the main application only if SHARED is definedH.J. Lu1-0/+2
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath1-2/+2
2012-08-14Add a missing #include.Roland McGrath1-1/+2
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson1-0/+15
2012-07-18Fix a few typos.Marek Polacek1-4/+4
2012-06-212012-06-21 Jeff Law <law@redhat.com>Jeff Law1-4/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-27Sort objects before relocationsUlrich Drepper1-30/+94
2011-08-20Print message that there is no scope instead of being silentUlrich Drepper1-0/+2
2011-08-20Further improve printing os ELF symbol lookup scope informationUlrich Drepper1-3/+12
2011-08-16Improve printing of lookup scopesUlrich Drepper1-7/+7
2011-08-16Avoid warning from last changeUlrich Drepper1-1/+1
2011-08-16Fix printing of scope numberUlrich Drepper1-7/+2
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper1-34/+31
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath1-3/+2
2011-05-14Fix handling of static TLS in dlopen'ed objectsMartin von Gagern1-25/+39
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-1/+1
2010-10-24Don't expand DST twice in dl_openAndreas Schwab1-29/+0
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel1-4/+5
2009-07-27Break out _dl_scope_free into its own file.Ulrich Drepper1-35/+0
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-2/+5
2009-04-19[BZ #10069]Ulrich Drepper1-0/+12
2009-04-16* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek1-1/+2
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-13/+19
2009-03-16[BZ #9733]Ulrich Drepper1-5/+6
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-1/+1
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-9/+36
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper1-3/+21
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper1-4/+15
2007-05-11(add_to_global): One more small cleanup patch.Ulrich Drepper1-6/+3
2007-05-11* elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper1-19/+22
2007-03-17* elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130Ulrich Drepper1-2/+3
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-102/+37
2007-07-31.Jakub Jelinek1-37/+102
2006-10-29* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper1-1/+1
2006-10-27USE_TLS support is now default.Ulrich Drepper1-10/+2
2006-10-27* elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper1-1/+1
2006-10-27[BZ #3429]Ulrich Drepper1-10/+11
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper1-36/+25
2006-10-18[BZ #3313]Ulrich Drepper1-2/+8
2006-10-11* include/atomic.c: Define catomic_* operations.Ulrich Drepper1-2/+2