aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)Author
2024-02-09Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2024-02-01elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella
2023-11-16elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella
2023-09-08elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov
2023-05-25elf: Update comment in open_pathSiddhesh Poyarekar
2023-05-25rtld: properly handle root directory in load path (bug 30435)Andreas Schwab
2023-05-09dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab
2023-03-27_dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-06-17elf: Silence GCC 11/12 false positive warningH.J. Lu
2022-05-16Remove kernel version checkAdhemerval Zanella
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-01-21elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu
2022-01-04elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_audit_objsearchAdhemerval Zanella
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella
2021-12-22elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]H.J. Lu
2021-12-10elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella
2021-11-05elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer
2021-10-18elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-12elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella
2021-09-29elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer
2021-04-06elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-15elf: inline lose for error handlingSzabolcs Nagy
2020-12-11elf: Fix dl-load.cSzabolcs Nagy
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer