about summary refs log tree commit diff
path: root/elf/dl-load.c
Commit message (Expand)AuthorAgeFilesLines
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-161-9/+4
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-161-7/+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
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-031-198/+23
* 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-271-10/+8
* 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-261-40/+36
* Fix BZ #16634.Paul Pluzhnikov2014-03-241-12/+24
* 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-121-2/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-25/+25
* [BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki2014-01-311-10/+4
* Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses2014-01-081-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka2013-12-021-10/+16
* Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka2013-11-181-16/+10
* Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka2013-11-181-10/+16
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard2013-06-281-1/+5
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-281-7/+1
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-3/+2
* Fix invalid free of memory allocated during rtld initAndreas Schwab2013-04-111-0/+6
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Cast to __intptr_t before casting pointer to int64H.J. Lu2012-11-261-1/+2
* Invoke DL_AFTER_LOAD if definedChris Metcalf2012-10-301-0/+4
* Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar2012-10-201-2/+12
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-5/+7
* Use ElfW(Off) rather than off_t for offsets within ELF files.Roland McGrath2012-10-021-2/+2
* Fix dl-load.c for [!_LIBC_REENTRANT] case.Roland McGrath2012-08-151-0/+2
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-3/+6
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-111-2/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* elf/dl-load.c: Avoid warningMarek Polacek2011-10-071-1/+1
* Fix crash during error handlingAndreas Schwab2011-09-081-1/+1
* Use O_CLOEXEC when loading objects in ld.soUlrich Drepper2011-09-081-1/+1
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-071-0/+2
* Better check for last patchUlrich Drepper2011-08-121-1/+1
* Better debug information from ld.soUlrich Drepper2011-08-121-3/+5
* Fix up testing for valid $ORIGIN useUlrich Drepper2011-05-111-16/+32
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-071-31/+93