aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-10elf: Remove LD_USE_LOAD_BIASAdhemerval Zanella1-13/+0
2022-02-10malloc: Remove LD_TRACE_PRELINKING usage from mtraceAdhemerval Zanella1-9/+13
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-200/+50
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-1/+2
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella1-1/+1
2022-01-17elf: Set l_contiguous to 1 for the main map in more casesFlorian Weimer1-0/+25
2022-01-17elf: Introduce rtld_setup_main_mapFlorian Weimer1-144/+159
2022-01-03elf: Add <dl-debug.h>H.J. Lu1-9/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Add _dl_find_object functionFlorian Weimer1-0/+11
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella1-0/+6
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella1-7/+1
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella1-29/+2
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella1-21/+2
2021-12-10elf: Use errcode instead of (unset) errno in rtld_chain_loadFlorian Weimer1-1/+1
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer1-8/+42
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer1-0/+1
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-0/+3
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu1-0/+1
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella1-2/+2
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-12/+11
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella1-2/+3
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-8/+7
2021-10-06ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]H.J. Lu1-6/+0
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-0/+1
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu1-2/+4
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-2/+2
2021-08-10elf: Unconditionally use __ehdr_startFangrui Song1-9/+4
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-1/+1
2021-07-09Force building with -fno-commonFlorian Weimer1-2/+1
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer1-0/+2
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer1-37/+1
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer1-0/+18
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-0/+2
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer1-12/+2
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer1-0/+1
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer1-0/+1
2021-03-02ld.so: Implement the --list-diagnostics optionFlorian Weimer1-6/+12
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu1-0/+19
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer1-0/+11
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy1-2/+2
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-0/+18
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-0/+12
2020-10-13rtld: fix typo in commentRolf Eike Beer1-1/+1
2020-10-08elf: Implement ld.so --versionFlorian Weimer1-0/+2
2020-10-08elf: Implement ld.so --helpFlorian Weimer1-8/+48
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-0/+3
2020-10-08elf: Move ld.so error/help output to _dl_usageFlorian Weimer1-25/+1
2020-10-08elf: Extract command-line/environment variables state from rtld.cFlorian Weimer1-96/+59