about summary refs log tree commit diff
path: root/elf/dl-open.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-4/+1
* Async-signal safe TLS.Andrew Hunter2014-01-031-1/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-281-17/+1
* [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2013-06-261-4/+4
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+2
* Remove a dead declaration.Roland McGrath2013-05-061-7/+0
* dl_open_worker: Memset all of seen array.Carlos O'Donell2013-04-061-1/+1
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-13/+27
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-2/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Check the main application only if SHARED is definedH.J. Lu2012-10-201-0/+2
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-2/+2
* Add a missing #include.Roland McGrath2012-08-141-1/+2
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-0/+15
* Fix a few typos.Marek Polacek2012-07-181-4/+4
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-211-4/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Sort objects before relocationsUlrich Drepper2012-01-271-30/+94
* Print message that there is no scope instead of being silentUlrich Drepper2011-08-201-0/+2
* Further improve printing os ELF symbol lookup scope informationUlrich Drepper2011-08-201-3/+12
* Improve printing of lookup scopesUlrich Drepper2011-08-161-7/+7
* Avoid warning from last changeUlrich Drepper2011-08-161-1/+1
* Fix printing of scope numberUlrich Drepper2011-08-161-7/+2
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-34/+31
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-3/+2
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-25/+39
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-1/+1
* Don't expand DST twice in dl_openAndreas Schwab2010-10-241-29/+0
* ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel2010-01-151-4/+5
* Break out _dl_scope_free into its own file.Ulrich Drepper2009-07-271-35/+0
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-2/+5
* [BZ #10069]Ulrich Drepper2009-04-191-0/+12
* * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek2009-04-161-1/+2
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-13/+19
* [BZ #9733]Ulrich Drepper2009-03-161-5/+6
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-1/+1
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-9/+36
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-3/+21
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-4/+15
* (add_to_global): One more small cleanup patch.Ulrich Drepper2007-05-111-6/+3
* * elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper2007-05-111-19/+22
* * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-2/+3
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-102/+37
* .Jakub Jelinek2007-07-311-37/+102
* * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper2006-10-291-1/+1
* USE_TLS support is now default.Ulrich Drepper2006-10-271-10/+2
* * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper2006-10-271-1/+1