aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-0/+9
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-1/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer1-1/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+3
2017-12-10elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno1-1/+1
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu1-1/+2
2017-08-14_dl_start: Remove internal_function attributeFlorian Weimer1-1/+1
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-1/+3
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer1-15/+95
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer1-16/+66
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer1-1/+2
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-2/+1
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+4
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer1-4/+0
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar1-1/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-19/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer1-11/+4
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-11Constify string parametersAndreas Schwab1-2/+2
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers1-2/+2
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers1-1/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-20/+20
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-9/+9
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson1-13/+5
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson1-3/+0
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-2/+2
2014-05-14Remove last use of USE___THREADAndreas Schwab1-149/+5
2014-03-13Use __ehdr_start, when available, for rtld to get its own headers.Roland McGrath1-4/+19
2014-03-122014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-2/+3
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell1-1/+6
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-20/+20
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-18Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov1-0/+3
2013-11-03Remove unused NONTLS_INIT_TP.Ondřej Bílka1-4/+0
2013-10-20Print the reason why preloading failed in do_preload()Michael Stahl1-2/+2
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-8/+5
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-2/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-05Set up the data structures for vDSO in libc.aH.J. Lu1-94/+2
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath1-1/+1
2012-09-28Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu1-9/+0
2012-09-19rtld: limit self loading check to normal mode onlyDmitry V. Levin1-1/+2
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-0/+2