aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-08elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella1-3/+3
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella1-0/+1
2025-03-05Remove dl-procinfo.hAdhemerval Zanella1-1/+0
2025-02-02elf: Add l_soname accessor function for DT_SONAME valuesFlorian Weimer1-25/+19
2025-01-16elf: Iterate over loaded object list in _dl_determine_tlsoffsetFlorian Weimer1-19/+4
2025-01-07elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer1-34/+28
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-12-31elf: Add glibc.rtld.execstackAdhemerval Zanella1-0/+4
2024-12-31elf: Do not change stack permission on dlopen/dlmopenAdhemerval Zanella1-6/+0
2024-12-20elf: Move _dl_rtld_map, _dl_rtld_audit_state out of GLFlorian Weimer1-65/+66
2024-12-20elf: Introduce is_rtld_link_mapFlorian Weimer1-1/+1
2024-11-06elf: Switch to main malloc after final ld.so self-relocationFlorian Weimer1-14/+11
2024-11-06elf: rtld_multiple_ref is always trueFlorian Weimer1-56/+48
2024-10-25elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switchFlorian Weimer1-3/+3
2024-09-24elf: Move __rtld_malloc_init_stubs call into _dl_start_finalFlorian Weimer1-2/+2
2024-09-24elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segmentFlorian Weimer1-24/+0
2024-08-06rtld: Fix handling of '--' optionHenrik Lindström1-6/+10
2024-08-05elf: Clarify and invert second argument of _dl_allocate_tls_initFlorian Weimer1-1/+1
2024-07-03elf/rtld: Fix auxiliary vector for enable_secureStefan Liebler1-1/+1
2024-07-01elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer1-0/+2
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault1-2/+0
2024-04-16elf/rtld: Count skipped environment variables for enable_secureJoe Simmons-Talbott1-8/+23
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev1-0/+2
2024-01-29elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESSAndreas Schwab1-4/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-12-08elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startupFlorian Weimer1-3/+3
2023-12-05elf: Refactor process_envvarsAdhemerval Zanella1-48/+84
2023-12-05elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binariesAdhemerval Zanella1-2/+6
2023-12-05elf: Ignore loader debug env vars for setuidAdhemerval Zanella1-8/+14
2023-11-27elf: Relocate libc.so early during startup and dlmopen (bug 31083)Florian Weimer1-2/+8
2023-11-21elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secureAdhemerval Zanella1-1/+8
2023-11-21elf: Remove any_debug from dl_main_stateAdhemerval Zanella1-3/+1
2023-11-21elf: Ignore LD_PROFILE for setuid binariesAdhemerval Zanella1-5/+3
2023-11-21elf: Remove /etc/suid-debug supportAdhemerval Zanella1-2/+1
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer1-6/+0
2023-05-31elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer1-2/+0
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov1-3/+3
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto1-22/+1
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-3/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-11/+3
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer1-1/+1
2022-10-27ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_calledFlorian Weimer1-5/+5
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-3/+3
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella1-0/+6
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer1-2/+10
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer1-10/+2
2022-06-28elf: Fix -DNDEBUG warning in _dl_start_args_adjustFlorian Weimer1-1/+1
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella1-2/+0
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-8/+2