about summary refs log tree commit diff
path: root/elf/dl-load.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer2020-10-071-0/+14
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-2/+2
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-081-8/+86
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-9/+9
* elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira2019-10-181-7/+6
* Simplify note processingAndreas Schwab2019-10-101-14/+3
* elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer2019-10-041-28/+23
* elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer2019-10-041-21/+31
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer2019-06-181-4/+14
* elf: Remove remnants of MAP_ANON emulationFlorian Weimer2019-03-041-15/+0
* Break some lines before not after operators.Joseph Myers2019-02-221-8/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-161-25/+35
* Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell2018-06-121-6/+8
* Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell2018-06-121-79/+134
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-17/+18
* Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov2018-05-051-2/+19
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-7/+0
* elf: check for rpath emptiness before making a copy of itDmitry V. Levin2018-01-011-10/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-301-16/+33
* elf: remove redundant is_path argumentDmitry V. Levin2017-12-271-18/+14
* elf: remove redundant code from is_dstDmitry V. Levin2017-12-271-5/+3