aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Revert "Remove last use of USE___THREAD"Ulrich Drepper1-3/+135
2011-09-12Remove last use of USE___THREADAndreas Schwab1-135/+3
2011-09-10Simplify malloc initializationUlrich Drepper1-0/+1
2011-08-30Relocate objects in dependency orderAndreas Schwab1-8/+4
2011-08-16Improve printing of lookup scopesUlrich Drepper1-1/+1
2011-08-14Warning patrol.Roland McGrath1-1/+1
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper1-2/+14
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper1-1/+0
2011-05-30One more thinko in CLUlrich Drepper1-0/+1
2011-05-30Prevent loader from loading itselfUlrich Drepper1-0/+8
2011-02-20Move setting variable in relro data earlier in ld.so.Andreas Schwab1-4/+7
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-2/+4
2010-10-26Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper1-1/+1
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-1/+8
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-9/+7
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab1-0/+4
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab1-0/+1
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath1-1/+1
2010-03-29Handle platforms without aux vectorThomas Schwinge1-3/+3
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel1-11/+30
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-1/+6
2009-04-172009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath1-9/+7
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-2/+3
2009-03-31* elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper1-7/+1
2009-03-16[BZ #9733]Ulrich Drepper1-5/+7
2009-03-16* elf/rtld.c (dl_main): Extend help message for --audit option.Ulrich Drepper1-1/+2
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper1-9/+9
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper1-2/+0
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper1-0/+2
2008-03-08[BZ #5786]Ulrich Drepper1-1/+4
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper1-2/+3
2007-11-06* elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper1-1/+2
2007-10-31* elf/rtld.c (dl_main): Initialize stack and pointer guard earlyUlrich Drepper1-23/+39
2007-06-18* elf/rtld.c (dl_main): Don't call init_tls more than once.Ulrich Drepper1-5/+5
2007-02-12* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.Ulrich Drepper1-4/+5
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-51/+20
2007-07-31.Jakub Jelinek1-20/+51
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper1-2/+1
2006-10-27USE_TLS support is now default.Ulrich Drepper1-39/+11
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper1-7/+5
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-7/+8
2006-10-02* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK isUlrich Drepper1-1/+2
2006-09-29[BZ #3273]Ulrich Drepper1-1/+3
2006-04-08* elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.Ulrich Drepper1-1/+1
2006-03-19* elf/rtld.c (dl_main): Run final self-relocation after setting up TLS.Roland McGrath1-15/+25
2005-12-302005-12-08 Steven Munroe <sjmunroe@us.ibm.com>Ulrich Drepper1-0/+7
2005-12-21* elf/cache.c: Use <> rather than "" #includes.Roland McGrath1-1/+1
2005-12-18* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define CUlrich Drepper1-2/+4
2005-12-18* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper1-1/+31
2005-09-29[BZ #1392]Roland McGrath1-4/+5