]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/rtld.c
manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962].
[thirdparty/glibc.git] / elf / rtld.c
2 days ago  H.J. Luelf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]
2025-06-16  H.J. Luelf: Add optimization barrier for __ehdr_start and...
2025-06-15  H.J. Luelf: Remove the unused _etext declaration
2025-04-08  Adhemerval Zanellaelf: Extend glibc.rtld.execstack tunable to force execu...
2025-03-21  Adhemerval Zanelladebug: Improve '%n' fortify detection (BZ 30932)
2025-03-05  Adhemerval ZanellaRemove dl-procinfo.h
2025-02-02  Florian Weimerelf: Add l_soname accessor function for DT_SONAME values
2025-01-16  Florian Weimerelf: Iterate over loaded object list in _dl_determine_t...
2025-01-07  Florian Weimerelf: Second ld.so relocation only if libc.so has been...
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-31  Adhemerval Zanellaelf: Add glibc.rtld.execstack
2024-12-31  Adhemerval Zanellaelf: Do not change stack permission on dlopen/dlmopen
2024-12-20  Florian Weimerelf: Move _dl_rtld_map, _dl_rtld_audit_state out of GL
2024-12-20  Florian Weimerelf: Introduce is_rtld_link_map
2024-11-06  Florian Weimerelf: Switch to main malloc after final ld.so self-reloc...
2024-11-06  Florian Weimerelf: rtld_multiple_ref is always true
2024-10-25  Florian Weimerelf: Signal LA_ACT_CONSISTENT to auditors after RT_CONS...
2024-09-24  Florian Weimerelf: Move __rtld_malloc_init_stubs call into _dl_start_...
2024-09-24  Florian Weimerelf: In rtld_setup_main_map, assume ld.so has a DYNAMIC...
2024-08-06  Henrik Lindströmrtld: Fix handling of '--' option
2024-08-05  Florian Weimerelf: Clarify and invert second argument of _dl_allocate...
2024-07-03  Stefan Lieblerelf/rtld: Fix auxiliary vector for enable_secure
2024-07-01  Florian Weimerelf: Support recursive use of dynamic TLS in interposed...
2024-04-22  Samuel ThibaultRevert "Allow glibc to be compiled without EXEC_PAGESIZE"
2024-04-16  Joe Simmons-Talbottelf/rtld: Count skipped environment variables for enabl...
2024-03-23  Sergey BugaevAllow glibc to be compiled without EXEC_PAGESIZE
2024-01-29  Andreas Schwabelf: correct relocation statistics for !ELF_MACHINE_STA...
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-12-08  Florian Weimerelf: Initialize GLRO(dl_lazy) before relocating libc...
2023-12-05  Adhemerval Zanellaelf: Refactor process_envvars
2023-12-05  Adhemerval Zanellaelf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid...
2023-12-05  Adhemerval Zanellaelf: Ignore loader debug env vars for setuid
2023-11-27  Florian Weimerelf: Relocate libc.so early during startup and dlmopen...
2023-11-21  Adhemerval Zanellaelf: Add comments on how LD_AUDIT and LD_PRELOAD handle...
2023-11-21  Adhemerval Zanellaelf: Remove any_debug from dl_main_state
2023-11-21  Adhemerval Zanellaelf: Ignore LD_PROFILE for setuid binaries
2023-11-21  Adhemerval Zanellaelf: Remove /etc/suid-debug support
2023-09-08  Florian Weimerelf: Remove unused l_text_end field from struct link_map
2023-05-31  Florian Weimerelf: Remove spurios SHARED conditional from elf/rtld.c
2023-05-29  Paul PluzhnikovFix misspellings in elf/ -- BZ 25337
2023-03-29  Adhemerval Zanella... Remove --enable-tunables configure option
2023-02-06  Wilco DijkstraReplace rawmemchr (s, '\0') with strchr
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-03  Florian Weimerelf: Introduce <dl-call_tls_init_tp.h> and call_tls_ini...
2022-11-03  Florian Weimerelf: Rework exception handling in the dynamic loader...
2022-10-27  Florian Weimerld.so: Export tls_init_tp_called as __rtld_tls_init_tp_...
2022-09-22  Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-08-31  Adhemerval Zanellaelf: Restore how vDSO dependency is printed with LD_TRA...
2022-08-25  Florian WeimerRevert "Detect ld.so and libc.so version inconsistency...
2022-08-24  Florian WeimerDetect ld.so and libc.so version inconsistency during...
2022-06-28  Florian Weimerelf: Fix -DNDEBUG warning in _dl_start_args_adjust
2022-05-30  Adhemerval Zanellaelf: Remove _dl_skip_args
2022-05-17  Szabolcs Nagyrtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args...
2022-05-17  Szabolcs Nagyrtld: Use generic argv adjustment in ld.so [BZ #23293]
2022-05-16  Adhemerval ZanellaRemove dl-librecon.h header.
2022-05-16  Adhemerval ZanellaRemove kernel version check
2022-04-27  Alan ModraUse __ehdr_start rather than _begin in _dl_start_final
2022-04-26  Fangrui Songelf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_...
2022-04-25  Fangrui Songelf: Move post-relocation code of _dl_start into _dl_st...
2022-02-10  Adhemerval Zanellaelf: Remove LD_USE_LOAD_BIAS
2022-02-10  Adhemerval Zanellamalloc: Remove LD_TRACE_PRELINKING usage from mtrace
2022-02-10  Adhemerval Zanellaelf: Remove prelink support
2022-02-01  Ben Woodardelf: Fix runtime linker auditing on aarch64 (BZ #26643)
2022-02-01  Adhemerval Zanellaelf: Fix initial-exec TLS access on audit modules ...
2022-01-17  Florian Weimerelf: Set l_contiguous to 1 for the main map in more...
2022-01-17  Florian Weimerelf: Introduce rtld_setup_main_map
2022-01-03  H.J. Luelf: Add <dl-debug.h>
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28  Florian Weimerelf: Add _dl_find_object function
2021-12-28  Adhemerval Zanellaelf: Issue audit la_objopen for vDSO
2021-12-28  Adhemerval Zanellaelf: Avoid unnecessary slowdown from profiling with...
2021-12-28  Adhemerval Zanellaelf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
2021-12-28  Adhemerval Zanellaelf: Add _dl_audit_objopen
2021-12-10  Florian Weimerelf: Use errcode instead of (unset) errno in rtld_chain...
2021-12-05  Florian Weimerelf: execve statically linked programs instead of crash...
2021-11-17  Florian Weimerelf: Introduce GLRO (dl_libc_freeres), called from...
2021-10-21  Chung-Lin Tangelf: Fix slow DSO sorting behavior in dynamic loader...
2021-10-19  H.J. Luld.so: Initialize bootstrap_map.l_ld_readonly [BZ ...
2021-10-18  Adhemerval Zanellaelf: Fix elf_get_dynamic_info() for bootstrap
2021-10-14  Adhemerval Zanellaelf: Fix dynamic-link.h usage on rtld.c
2021-10-12  Adhemerval Zanellaelf: Fix elf_get_dynamic_info definition
2021-10-07  Fangrui Songelf: Avoid nested functions in the loader [BZ #27220]
2021-10-06  H.J. Luld.so: Don't fill the DT_DEBUG entry in ld.so [BZ ...
2021-10-04  Szabolcs Nagyelf: Avoid deadlock between pthread_create and ctors...
2021-09-22  H.J. Luld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld...
2021-09-19  H.J. LuExtend struct r_debug to support multiple namespaces...
2021-08-10  Fangrui Songelf: Unconditionally use __ehdr_start
2021-07-14  Adhemerval Zanellaelf: Fix DTV gap reuse logic (BZ #27135)
2021-07-09  Florian WeimerForce building with -fno-common
2021-05-10  Florian Weimernptl: Move changing of stack permissions into ld.so
2021-05-10  Florian Weimerelf: Introduce __tls_pre_init_tp
2021-05-10  Florian Weimerelf, nptl: Resolve recursive lock implementation early
2021-05-05  Florian Weimerelf, nptl: Initialize static TLS directly in ld.so
2021-04-21  Florian Weimerelf: Introduce __tls_init_tp for second-phase TCB initi...
2021-04-21  Florian Weimerdlfcn: dlerror needs to call free from the base namespa...
2021-04-21  Florian Weimerdlfcn: Failures after dlmopen should not terminate...
2021-03-02  Florian Weimerld.so: Implement the --list-diagnostics option
2021-01-15  H.J. Luld.so: Add --list-tunables to print tunable values
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-15  Florian Weimerelf: Record libc.so link map when it is the main progra...
next