aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-04-14Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-14Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-14tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-01-13x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu3-15/+9
2019-11-01elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer1-4/+14
2019-10-31Call _dl_open_check after relocation [BZ #24259]H.J. Lu1-2/+6
2019-10-30Add glibc.malloc.mxfast tunableDJ Delorie1-0/+5
2019-07-10aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy1-0/+7
2019-04-26elf: Fix pldd (BZ#18035)Adhemerval Zanella2-108/+70
2019-02-19RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2-4/+26
2018-12-15RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2-1/+42
2018-12-07Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho1-5/+43
2018-07-20check-execstack: Permit sysdeps to xfail some libsSamuel Thibault1-1/+1
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu4-25/+49
2018-06-29elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki5-2/+71
2018-06-29New configure option --disable-crypt.Zack Weinberg2-9/+22
2018-06-27_dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer1-12/+16
2018-06-21Add Andes nds32 dynamic relocations to elf.hVincent Chen1-0/+10
2018-06-21elf.h: Add BPF relocation types.Mark Wielaard1-1/+2
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell1-6/+8
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell3-93/+135
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg4-28/+30
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-1/+14
2018-05-29static-PIE: Update DT_DEBUG for debugger [BZ #23206]H.J. Lu1-0/+16
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov4-4/+77
2018-04-23Add NT_PPC_PKEY from Linux 4.16 to elf.h.Joseph Myers1-0/+2
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki5-2/+90
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki3-9/+6
2018-03-26RISC-V: add remaining relocationsAndreas Schwab1-12/+56
2018-03-24Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu1-1/+2
2018-03-19Add SHT_X86_64_UNWIND to elf.h (bug 20079).Joseph Myers1-0/+3
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+3
2018-02-21ldconfig: Sync temporary files to disk before renaming them [BZ #20890]Florian Weimer1-3/+7
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer5-105/+1
2018-02-06Add elf.h NT_* macros from Linux 4.15 (bug 14890).Joseph Myers1-0/+9
2018-02-05Use ADDRIDX with DT_GNU_HASHH.J. Lu3-10/+4
2018-02-05Add DT_SYMTAB_SHNDX from gABIH.J. Lu1-1/+2
2018-01-25Add support for the RISC-V-specific ELF flagsPalmer Dabbelt2-0/+14
2018-01-15Add NT_ARM_SVE to elf.hAlan Hayward1-0/+2
2018-01-13Synchronize DF_1_* flags with binutils (Bug 22707)Carlos O'Donell1-0/+2
2018-01-06Add RISC-V dynamic relocations to elf.hPalmer Dabbelt1-0/+14
2018-01-04elf: Support dlvsym within libc.soFlorian Weimer7-6/+303
2018-01-01elf: check for rpath emptiness before making a copy of itDmitry V. Levin1-10/+8
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers139-139/+139
2017-12-30elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno1-16/+33
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin3-22/+18
2017-12-27elf: remove redundant code from is_dstDmitry V. Levin1-5/+3
2017-12-27elf: remove redundant code from _dl_dst_substituteDmitry V. Levin1-20/+1
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin1-30/+3