aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2022-01-15elf tst-dl_find_object: Fix typoSamuel Thibault1-1/+1
2022-01-14Add --with-rtld-early-cflags configure optionFlorian Weimer1-0/+8
2022-01-14elf: Split dl-printf.c from dl-misc.cFlorian Weimer3-277/+297
2022-01-14elf/Makefile: Reflow and sort most variable assignmentsFlorian Weimer1-102/+318
2022-01-12elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella5-36/+36
2022-01-10elf: Simplify software TM implementation in _dl_find_objectFlorian Weimer1-36/+20
2022-01-07elf: Fix fences in _dl_find_object_update (bug 28745)Florian Weimer3-77/+133
2022-01-05elf: Add reloc for OpenRISCStafford Horne1-0/+37
2022-01-04elf: Add a comment after trailing backslashesH.J. Lu1-0/+4
2022-01-04elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu3-3/+24
2022-01-04elf: Fix tst-linkall-static link when pthread is not in libcSamuel Thibault1-0/+4
2022-01-03elf: Sort tests and modules-namesH.J. Lu1-147/+405
2022-01-03Remove stale reference to libanl.aAdhemerval Zanella1-1/+0
2022-01-03elf: Add <dl-debug.h>H.J. Lu2-18/+6
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert5-5/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert319-320/+320
2021-12-28elf: Add _dl_find_object functionFlorian Weimer23-4/+1697
2021-12-28elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella4-2/+87
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella6-8/+197
2021-12-28elf: Add audit tests for modules with TLSDESCAdhemerval Zanella6-0/+242
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella9-10/+289
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella3-66/+58
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella2-72/+78
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella2-1/+16
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella4-124/+125
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella3-34/+23
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella2-49/+40
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella5-111/+35
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella4-38/+44
2021-12-23elf: Remove AArch64 from comment for AT_MINSIGSTKSZH.J. Lu1-2/+1
2021-12-23elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer1-8/+0
2021-12-22elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]H.J. Lu1-7/+2
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella2-3/+2
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2-0/+6
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella1-2/+2
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu2-6/+2
2021-12-14elf: Align argument of __munmap to page size [BZ #28676]H.J. Lu1-0/+1
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer2-2/+2
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer1-1/+1
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu3-2/+82
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang3-5/+50
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer1-1/+6
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer1-2/+2
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer3-8/+107
2021-12-02elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi1-0/+6
2021-11-30elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer1-0/+1
2021-11-30elf: Include <stdint.h> in tst-tls20.cFlorian Weimer1-0/+1
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella5-37/+271
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer3-1/+26
2021-11-16elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella1-0/+5