about summary refs log tree commit diff
path: root/elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer2023-10-181-0/+6
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-111-6/+0
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-09-151-4/+3
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-191-13/+60
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-02-011-1/+2
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-011-1/+1
* elf: Set l_contiguous to 1 for the main map in more casesFlorian Weimer2022-01-171-0/+25
* elf: Introduce rtld_setup_main_mapFlorian Weimer2022-01-171-144/+159
* elf: Add <dl-debug.h>H.J. Lu2022-01-031-9/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-0/+11
* elf: Issue audit la_objopen for vDSOAdhemerval Zanella2021-12-281-0/+6
* elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella2021-12-281-7/+1
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-281-29/+2
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-21/+2
* elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer2021-12-101-1/+1
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-051-8/+42
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-171-0/+1
* elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang2021-10-211-0/+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-181-2/+2
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-12/+11
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-121-2/+3
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-8/+7
* ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu2021-10-061-6/+0
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-0/+1
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-221-2/+4
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-2/+2
* elf: Unconditionally use __ehdr_startFangrui Song2021-08-101-9/+4
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-1/+1
* Force building with -fno-commonFlorian Weimer2021-07-091-2/+1
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-0/+2
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-101-37/+1
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-101-0/+18
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-051-0/+2
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-211-12/+2
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-211-0/+1
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-211-0/+1
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-021-6/+12
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+19
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer2020-12-151-0/+11
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-111-2/+2
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-0/+18
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-0/+12
* rtld: fix typo in commentRolf Eike Beer2020-10-131-1/+1
* elf: Implement ld.so --versionFlorian Weimer2020-10-081-0/+2
* elf: Implement ld.so --helpFlorian Weimer2020-10-081-8/+48
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-081-0/+3
* elf: Move ld.so error/help output to _dl_usageFlorian Weimer2020-10-081-25/+1