about summary refs log tree commit diff
path: root/elf/dl-load.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Remove _dl_sysdep_open_object hook functionFlorian Weimer2024-02-011-15/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-211-5/+5
* elf: Handle non-directory name in search path (BZ 31035)Adhemerval Zanella2023-11-161-3/+6
* elf: Remove unused l_text_end field from struct link_mapFlorian Weimer2023-09-081-1/+1
* Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov2023-05-291-2/+2
* elf: Update comment in open_pathSiddhesh Poyarekar2023-05-251-6/+5
* rtld: properly handle root directory in load path (bug 30435)Andreas Schwab2023-05-251-1/+1
* dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab2023-05-091-0/+4
* _dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab2023-03-271-11/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-251-0/+9
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-241-9/+0
* elf: Silence GCC 11/12 false positive warningH.J. Lu2022-06-171-0/+10
* Remove kernel version checkAdhemerval Zanella2022-05-161-80/+15
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-1/+1
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-2/+1
* elf: Properly align all PT_LOAD segments [BZ #28676]H.J. Lu2022-01-211-1/+8
* elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]H.J. Lu2022-01-041-0/+15
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Add _dl_audit_objsearchAdhemerval Zanella2021-12-281-49/+18
* elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella2021-12-281-18/+2
* elf: Add _dl_audit_objopenAdhemerval Zanella2021-12-281-16/+2
* elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]H.J. Lu2021-12-221-7/+2
* elf: Properly align PT_LOAD segments [BZ #28676]Rongwei Wang2021-12-101-0/+2
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2021-11-181-36/+38
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2021-11-051-10/+12
* elf: Fix elf_get_dynamic_info() for bootstrapAdhemerval Zanella2021-10-181-1/+1
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-1/+1
* elf: Fix elf_get_dynamic_info definitionAdhemerval Zanella2021-10-121-1/+2
* elf: Copy l_addr/l_ld when adding ld.so to a new namespaceH.J. Lu2021-09-291-0/+4
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-221-1/+2
* Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu2021-09-191-1/+1
* elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella2021-07-141-1/+1
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-4/+4
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-101-0/+4
* elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2021-04-061-1/+17
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-151-1/+7
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-121-34/+29
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-151-10/+15
* elf: inline lose for error handlingSzabolcs Nagy2020-12-151-48/+39
* elf: Fix dl-load.cSzabolcs Nagy2020-12-111-15/+0
* elf: Pass the fd to note processingSzabolcs Nagy2020-12-111-5/+7
* elf: Move note processing after l_phdr is updatedSzabolcs Nagy2020-12-111-0/+15
* elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer2020-12-041-2/+5
* elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer2020-10-091-2/+1
* elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer2020-10-081-26/+27
* elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer2020-10-081-2/+2