]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/rtld.c
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / elf / rtld.c
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-18  Paul PluzhnikovAdjust AT_EXECFN when using explicit loader invocation.
2013-11-03  Ondřej BílkaRemove unused NONTLS_INIT_TP.
2013-10-20  Michael StahlPrint the reason why preloading failed in do_preload()
2013-05-29  Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-03-01  Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-05  H.J. LuSet up the data structures for vDSO in libc.a
2012-10-03  Roland McGrathClean up conditionalize of ld.so.cache support.
2012-09-28  H.J. LuDefine VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
2012-09-19  Dmitry V. Levinrtld: limit self loading check to normal mode only
2012-07-30  Roland McGrathFix lots of bitrot for stub configurations.
2012-07-27  Gary BensonAdd SystemTap static probes to the runtime linker....
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-22  Andreas SchwabFix invalid memory access in do_lookup_x.
2012-05-14  Roland McGrathUse _dl_fatal_printf instead of a private variant.
2012-04-10  Siddhesh PoyarekarNew ld.so argument --inhibit-ldcache to disable ld...
2012-04-05  David S. MillerFix DL_DEBUG_UNUSED to elide the VDSO and handle PLT...
2012-03-27  Andreas JaegerMerge branch 'elf-move'
2012-03-20  H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-07  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-02-29  Marek PolacekAlways set l_used for vDSO.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-10-05  Andreas SchwabDon't call ifunc functions in trace mode
2011-09-14  Andreas SchwabAlso relocate in dependency order when doing symbol...
2011-09-13  Andreas SchwabOnly use USE___THREAD when defined
2011-09-12  Ulrich DrepperRevert "Remove last use of USE___THREAD"
2011-09-12  Andreas SchwabRemove last use of USE___THREAD
2011-09-11  Ulrich DrepperSimplify malloc initialization
2011-09-05  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-30  Andreas SchwabRelocate objects in dependency order
2011-08-20  Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-16  Ulrich DrepperImprove printing of lookup scopes
2011-08-15  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-14  Roland McGrathWarning patrol.
2011-08-14  Ulrich DrepperImplement LD_DEBUG=scopes
2011-05-30  Ulrich DrepperHandle DSOs without any dependency in ld.so
2011-05-30  Ulrich DrepperOne more thinko in CL
2011-05-30  Ulrich DrepperPrevent loader from loading itself
2011-02-20  Andreas SchwabMove setting variable in relro data earlier in ld.so.
2010-12-20  Ryan S. ArnoldMake PowerPC64 default to nonexecutable stack
2010-10-26  Ulrich DrepperFix assertion in ld.so, introduced by delayed adding...
2010-10-26  Andreas KrebbelFix concurrency problem between dl_open and dl_iterate_phdr
2010-10-25  Andreas SchwabRequire suid bit on audit objects in privileged programs
2010-09-15  Andreas SchwabDon't try to free rpath strings allocated during startup
2010-05-03  Andreas SchwabDon't deadlock in __dl_iterate_phdr while (un)loading...
2010-04-06  Roland McGrathelf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
2010-03-29  Thomas SchwingeHandle platforms without aux vector
2010-01-15  Andreas Krebbelld.so: Adjust the auxv if ld.so is directly invoked.
2009-07-10  Ulrich DrepperImplement STB_GNU_UNIQUE handling.
2009-04-17  Roland McGrath2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon...
2009-04-01  Ulrich Drepper* elf/dl-open.c: Keep track of used name spaces and... cvs/fedora-glibc-20090401T0935
2009-03-31  Ulrich Drepper* elf/dl-load.c: Remove support for systems without...
2009-03-16  Ulrich Drepper[BZ #9733]
2009-03-16  Ulrich Drepper* elf/rtld.c (dl_main): Extend help message for --audit...
2009-01-11  Ulrich Drepper* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guar...
2008-08-14  Ulrich Drepper* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin...
2008-07-24  Ulrich Drepper* elf/elf.h: Define AT_EXECFN.
2008-03-08  Ulrich Drepper[BZ #5786]
2008-03-08  Ulrich Drepper* sysdeps/generic/ldsodefs.h (struct rtld_global_ro...
2007-11-06  Ulrich Drepper* elf/rtld.c (dl_main): Use the page size to find the...
2007-10-31  Ulrich Drepper* elf/rtld.c (dl_main): Initialize stack and pointer...
2007-06-18  Ulrich Drepper* elf/rtld.c (dl_main): Don't call init_tls more than...
2007-02-12  Ulrich Drepper* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-10-28  Ulrich Drepper* configure.in: Require assembler support for visibilit...
2006-10-27  Ulrich DrepperUSE_TLS support is now default.
2006-10-27  Ulrich Drepper* elf/dl-lookup.c (_dl_debug_bindings): Remove unised...
2006-10-10  Ulrich Drepper Jakub Jelinek <jakub@redhat.com>
2006-10-02  Ulrich Drepper* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNA...
2006-09-29  Ulrich Drepper[BZ #3273]
2006-04-08  Ulrich Drepper* elf/rtld.c (process_envvars): Fix handling of LD_POIN...
2006-03-19  Roland McGrath* elf/rtld.c (dl_main): Run final self-relocation after...
2005-12-30  Ulrich Drepper2005-12-08 Steven Munroe <sjmunroe@us.ibm.com>
2005-12-21  Roland McGrath* elf/cache.c: Use <> rather than "" #includes.
2005-12-18  Ulrich Drepper* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE...
2005-12-18  Ulrich Drepper* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_gu...
2005-09-29  Roland McGrath[BZ #1392]
2005-06-26  Ulrich Drepper* Versions.def (ld): Add GLIBC_2.4.
2005-06-14  Ulrich Drepper[BZ #966]
2005-06-12  Ulrich Drepper* elf/dl-error.c (_dl_signal_error): Store information...
2005-05-22  Ulrich Drepper* elf/rtld.c: Include <dl-osinfo.h>. cvs/fedora-glibc-20050523T1354
2005-04-07  Roland McGrath* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osv...
2005-03-20  Ulrich Drepper[BZ #786]
2005-03-18  Ulrich Drepper* include/link.h (struct link_map): Remove l_opencount...
2005-02-12  Ulrich Drepper* debug/chk_fail.c (__chk_fail): Add a while (1) loop...
2005-02-12  Ulrich Drepper(_dl_start): Set bootstrap_map.l_relocated even for...
2005-01-25  Ulrich DrepperUpdate.
2005-01-09  Ulrich DrepperUpdate.
2005-01-09  Ulrich DrepperUpdate.
2005-01-07  Ulrich DrepperUpdate.
2005-01-06  Ulrich Drepper* csu/elf-init.c (__libc_csu_fini): Don't do anything...
2005-01-06  Ulrich DrepperUpdate.
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-12-08  Roland McGrath* elf/ldd.bash.in: When set -o pipefail is available...
2004-12-07  Ulrich DrepperUpdate. cvs/fedora-glibc-20041207T1331
2004-11-13  Ulrich DrepperUpdate.
2004-11-06  Roland McGrath* sysdeps/generic/ldsodefs.h (struct rtld_global_ro...
next