about summary refs log tree commit diff
path: root/elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* elf: Extract command-line/environment variables state from rtld.cFlorian Weimer2020-10-081-96/+59
* ld.so: add an --argv0 option [BZ #16124]Vincent Mihalkovic2020-09-291-1/+16
* rtld: Account static TLS surplus for audit modulesSzabolcs Nagy2020-07-081-4/+27
* rtld: Add rtld.nns tunable for the number of supported namespacesSzabolcs Nagy2020-07-081-0/+3
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-081-4/+10
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-181-0/+2
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-291-2/+4
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+4
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-031-1/+22
* elf: Simplify handling of lists of audit stringsFlorian Weimer2020-04-031-117/+112
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-0/+12
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-1/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-2/+2
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-8/+10