summaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)Author
2015-01-23Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-11-18Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov
2013-11-03Remove unused NONTLS_INIT_TP.Ondřej Bílka
2013-10-20Print the reason why preloading failed in do_preload()Michael Stahl
2013-09-01Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-23Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-05-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-01Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-10-05Set up the data structures for vDSO in libc.aH.J. Lu
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath
2012-09-28Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu
2012-09-19rtld: limit self loading check to normal mode onlyDmitry V. Levin
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-07-30Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson
2012-07-22Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab
2012-06-20Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
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-04-05Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_WhittakerThomas Schwinge
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-11WIP.Thomas Schwinge
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