about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-142-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-142-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-141-183/+14
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-133-15/+9
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-11-011-4/+14
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-10-311-2/+6
* Add glibc.malloc.mxfast tunableDJ Delorie2019-10-301-0/+5
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2019-07-101-0/+7
* elf: Fix pldd (BZ#18035)Adhemerval Zanella2019-04-262-108/+70
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-192-4/+26
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-12-152-1/+42
* Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho2018-12-071-5/+43
* check-execstack: Permit sysdeps to xfail some libsSamuel Thibault2018-07-201-1/+1
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-164-25/+49
* elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki2018-06-295-2/+71
* New configure option --disable-crypt.Zack Weinberg2018-06-292-9/+22
* _dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer2018-06-271-12/+16
* Add Andes nds32 dynamic relocations to elf.hVincent Chen2018-06-211-0/+10
* elf.h: Add BPF relocation types.Mark Wielaard2018-06-211-1/+2
* Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2018-06-121-6/+8
* Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell2018-06-123-93/+135
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-124-28/+30
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-1/+14
* static-PIE: Update DT_DEBUG for debugger [BZ #23206]H.J. Lu2018-05-291-0/+16
* Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov2018-05-054-4/+77
* Add NT_PPC_PKEY from Linux 4.16 to elf.h.Joseph Myers2018-04-231-0/+2
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-045-2/+90
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-043-9/+6
* RISC-V: add remaining relocationsAndreas Schwab2018-03-261-12/+56
* Add $(tests-execstack-$(have-z-execstack)) after defined [BZ #22998]H.J. Lu2018-03-241-1/+2
* Add SHT_X86_64_UNWIND to elf.h (bug 20079).Joseph Myers2018-03-191-0/+3
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+3
* ldconfig: Sync temporary files to disk before renaming them [BZ #20890]Florian Weimer2018-02-211-3/+7
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-215-105/+1
* Add elf.h NT_* macros from Linux 4.15 (bug 14890).Joseph Myers2018-02-061-0/+9
* Use ADDRIDX with DT_GNU_HASHH.J. Lu2018-02-053-10/+4
* Add DT_SYMTAB_SHNDX from gABIH.J. Lu2018-02-051-1/+2
* Add support for the RISC-V-specific ELF flagsPalmer Dabbelt2018-01-252-0/+14
* Add NT_ARM_SVE to elf.hAlan Hayward2018-01-151-0/+2
* Synchronize DF_1_* flags with binutils (Bug 22707)Carlos O'Donell2018-01-131-0/+2
* Add RISC-V dynamic relocations to elf.hPalmer Dabbelt2018-01-061-0/+14
* elf: Support dlvsym within libc.soFlorian Weimer2018-01-047-6/+303
* elf: check for rpath emptiness before making a copy of itDmitry V. Levin2018-01-011-10/+8
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-015-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01139-139/+139
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-301-16/+33
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-273-22/+18
* elf: remove redundant code from is_dstDmitry V. Levin2017-12-271-5/+3
* elf: remove redundant code from _dl_dst_substituteDmitry V. Levin2017-12-271-20/+1
* elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin2017-12-191-30/+3