aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer1-2/+1
2020-10-08elf: Make __rtld_env_path_list and __rtld_search_dirs global variablesFlorian Weimer1-26/+27
2020-10-08elf: Record whether paths come from LD_LIBRARY_PATH or --library-pathFlorian Weimer1-2/+2
2020-10-07elf: Do not search HWCAP subdirectories in statically linked binariesFlorian Weimer1-0/+14
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-2/+2
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy1-8/+86
2020-04-24elf: Implement __libc_early_initFlorian Weimer1-0/+9
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-9/+9
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-7/+6
2019-10-10Simplify note processingAndreas Schwab1-14/+3
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer1-28/+23
2019-10-04elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer1-21/+31
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer1-4/+14
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer1-15/+0
2019-02-22Break some lines before not after operators.Joseph Myers1-8/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-25/+35
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell1-6/+8
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell1-79/+134
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-17/+18
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov1-2/+19
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer1-7/+0
2018-01-01elf: check for rpath emptiness before making a copy of itDmitry V. Levin1-10/+8
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-30elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno1-16/+33
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin1-18/+14
2017-12-27elf: remove redundant code from is_dstDmitry V. Levin1-5/+3
2017-12-27elf: remove redundant code from _dl_dst_substituteDmitry V. Levin1-20/+1
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin1-30/+3
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin1-19/+1
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer1-9/+4
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer1-7/+7
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu1-4/+15
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu1-2/+8
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-5/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer1-47/+7
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath1-7/+37
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer1-5/+28
2015-09-18Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell1-4/+4
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-10/+8
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram1-3/+3
2015-01-21Fix recursive dlopen.Carlos O'Donell1-9/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune1-0/+6
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell1-19/+5