aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
AgeCommit message (Expand)AuthorFilesLines
8 dayself/rtld: Fix auxiliary vector for enable_secureStefan Liebler1-1/+1
9 dayself: 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
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy1-13/+60
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella1-23/+2
2022-05-16Remove kernel version checkAdhemerval Zanella1-15/+0
2022-04-28Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra1-4/+3
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song1-1/+1
2022-04-25elf: Move post-relocation code of _dl_start into _dl_start_finalFangrui Song1-15/+10
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