aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2022-01-03Remove stale reference to libanl.aAdhemerval Zanella
2022-01-03elf: Add <dl-debug.h>H.J. Lu
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella
2021-12-28elf: Add audit tests for modules with TLSDESCAdhemerval Zanella
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_pltenterAdhemerval Zanella
2021-12-28elf: Add _dl_audit_preinitAdhemerval Zanella
2021-12-28elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella
2021-12-23elf: Remove AArch64 from comment for AT_MINSIGSTKSZH.J. Lu
2021-12-23elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer
2021-12-22elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]H.J. Lu
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella
2021-12-15Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2021-12-14Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu
2021-12-14elf: Align argument of __munmap to page size [BZ #28676]H.J. Lu
2021-12-14elf: Use new dependency sorting algorithm by defaultFlorian Weimer
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer
2021-12-02elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi
2021-11-30elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer
2021-11-30elf: Include <stdint.h> in tst-tls20.cFlorian Weimer
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-11-16elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu
2021-11-15elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella
2021-11-02elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers