aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-sysdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-02-10elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer1-350/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-23elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer1-8/+0
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-0/+3
2021-08-20elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar1-1/+1
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer1-0/+3
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu1-0/+9
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer1-2/+0
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho1-2/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler1-8/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-19Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho1-29/+39
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-1/+1
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold1-3/+7
2013-05-03Fix NEED_DL_SYSINFO{,_DSO} conditionalization in _dl_sysdep_start.Roland McGrath1-4/+9
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu1-254/+0
2012-09-28Conditionalize elf/dl-sysdep.c contents on [SHARED].Roland McGrath1-2/+9
2012-08-20Fix conditional on using DSOCAPS to match condition on defining it.Roland McGrath1-1/+1
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson1-5/+4
2012-05-02For PR 14055, add bounds check to _dl_show_auxv().Paul Pluzhnikov1-2/+4
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-07-20Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath1-0/+5
2010-03-26Don't take the address of a void object.Richard Henderson1-3/+3
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel1-5/+5
2010-01-07Use NT_GNU_HWCAP instead of literal 2.Roland McGrath1-2/+3
2009-06-03Terminate correct buffer.Ulrich Drepper1-1/+1
2009-03-14* elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.Ulrich Drepper1-29/+30
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper1-1/+6
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper1-3/+0
2008-07-292008-07-28 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper1-0/+3
2008-03-08[BZ #5786]Ulrich Drepper1-1/+2
2007-07-04Fix typo.Ulrich Drepper1-1/+1
2007-07-04* elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.Ulrich Drepper1-4/+16