aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)Author
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
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira
2019-10-10Simplify note processingAndreas Schwab
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer
2019-10-04elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers