about summary refs log tree commit diff
path: root/elf/dl-load.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* elf: remove redundant code from _dl_dst_substituteDmitry V. Levin2017-12-271-20/+1
* elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin2017-12-191-30/+3
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-181-19/+1
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-141-9/+4
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-141-7/+7
* Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu2017-11-281-4/+15
* Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu2017-09-261-2/+8
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-5/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer2016-11-231-47/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* NaCl: Use open_resource API for shared objectsRoland McGrath2015-11-101-7/+37
* ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer2015-11-091-5/+28
* Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell2015-09-181-4/+4
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-10/+8
* Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram2015-01-251-3/+3
* Fix recursive dlopen.Carlos O'Donell2015-01-211-9/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Add a hook to enable load-time inspection of program headersMatthew Fortune2014-10-311-0/+6
* elf/dl-load.c: Use __strdup.Carlos O'Donell2014-10-281-19/+5
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-7/+7
* remove nested functions from elf/dl-load.cKostya Serebryany2014-10-091-36/+52
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-1/+1