aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)Author
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
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-01-01elf: check for rpath emptiness before making a copy of itDmitry V. Levin
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-30elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin
2017-12-27elf: remove redundant code from is_dstDmitry V. Levin
2017-12-27elf: remove redundant code from _dl_dst_substituteDmitry V. Levin
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer