summaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)Author
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab
2012-05-14Use _dl_fatal_printf instead of a private variant.Roland McGrath
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar
2012-04-05Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-02-29Always set l_used for vDSO.Marek Polacek
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-14Also relocate in dependency order when doing symbol dependency testingAndreas Schwab
2011-09-13Only use USE___THREAD when definedAndreas Schwab
2011-09-12Revert "Remove last use of USE___THREAD"Ulrich Drepper
2011-09-12Remove last use of USE___THREADAndreas Schwab
2011-09-10Simplify malloc initializationUlrich Drepper
2011-08-30Relocate objects in dependency orderAndreas Schwab
2011-08-16Improve printing of lookup scopesUlrich Drepper
2011-08-14Warning patrol.Roland McGrath
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper
2011-05-30One more thinko in CLUlrich Drepper
2011-05-30Prevent loader from loading itselfUlrich Drepper
2011-02-20Move setting variable in relro data earlier in ld.so.Andreas Schwab
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold
2010-10-26Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath
2010-03-29Handle platforms without aux vectorThomas Schwinge
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper
2009-04-172009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2009-03-31* elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper
2009-03-16[BZ #9733]Ulrich Drepper
2009-03-16* elf/rtld.c (dl_main): Extend help message for --audit option.Ulrich Drepper
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper
2008-03-08[BZ #5786]Ulrich Drepper
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper
2007-11-06* elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper
2007-10-31* elf/rtld.c (dl_main): Initialize stack and pointer guard earlyUlrich Drepper
2007-06-18* elf/rtld.c (dl_main): Don't call init_tls more than once.Ulrich Drepper
2007-02-12* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper
2006-10-27USE_TLS support is now default.Ulrich Drepper
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper