about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Add _dl_find_object functionFlorian Weimer2021-12-2823-4/+1697
* elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella2021-12-284-2/+87
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-286-8/+197
* elf: Add audit tests for modules with TLSDESCAdhemerval Zanella2021-12-286-0/+242
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-289-10/+289
* elf: Add _dl_audit_pltexitAdhemerval Zanella2021-12-283-66/+58
* elf: Add _dl_audit_pltenterAdhemerval Zanella2021-12-282-72/+78
* elf: Add _dl_audit_preinitAdhemerval Zanella2021-12-282-1/+16
* elf: Add _dl_audit_symbind_alt and _dl_audit_symbindAdhemerval Zanella2021-12-284-124/+125
* elf: Add _dl_audit_objcloseAdhemerval Zanella2021-12-283-34/+23
* elf: Add _dl_audit_objsearchAdhemerval Zanella2021-12-282-49/+40
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-285-111/+35
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-284-38/+44
* elf: Remove AArch64 from comment for AT_MINSIGSTKSZH.J. Lu2021-12-231-2/+1
* elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer2021-12-231-8/+0
* elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]H.J. Lu2021-12-221-7/+2
* malloc: Add Huge Page support for mmapAdhemerval Zanella2021-12-152-3/+2
* malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella2021-12-152-0/+6
* Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella2021-12-151-2/+2
* Support target specific ALIGN for variable alignment test [BZ #28676]H.J. Lu2021-12-142-6/+2
* elf: Align argument of __munmap to page size [BZ #28676]H.J. Lu2021-12-141-0/+1
* elf: Use new dependency sorting algorithm by defaultFlorian Weimer2021-12-142-2/+2
* elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer2021-12-101-1/+1
* Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu2021-12-103-2/+82
* elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang2021-12-103-5/+50
* elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer2021-12-101-1/+6
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-2/+2
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-053-8/+107
* elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi2021-12-021-0/+6
* elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* elf: Include <stdint.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2021-11-185-37/+271
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-173-1/+26
* elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella2021-11-161-0/+5
* elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu2021-11-161-2/+8
* elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella2021-11-152-2/+2
* Fix build a chec failures after b05fae4d8e34Adhemerval Zanella2021-11-091-0/+2
* elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella2021-11-094-119/+129
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2021-11-051-10/+12
* elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella2021-11-031-0/+2
* elf: Assume disjointed .rela.dyn and .rela.plt for loaderAdhemerval Zanella2021-11-021-23/+9
* elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella2021-10-291-4/+13
* elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu2021-10-251-1/+1
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-2110-41/+231
* elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang2021-10-213-0/+695
* Correct access attribute on memfrob (bug 28475)Joseph Myers2021-10-203-3/+3
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-191-0/+1
* elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella2021-10-185-45/+61
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-147-65/+73
* elf: Update audit tests to not depend on stdoutStafford Horne2021-10-127-125/+22