Age | Commit message (Expand) | Author | Files | Lines |
2015-01-25 | Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings paths | Bram | 1 | -3/+3 |
2015-01-21 | Fix recursive dlopen. | Carlos O'Donell | 1 | -9/+5 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-10-31 | Add a hook to enable load-time inspection of program headers | Matthew Fortune | 1 | -0/+6 |
2014-10-28 | elf/dl-load.c: Use __strdup. | Carlos O'Donell | 1 | -19/+5 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 1 | -7/+7 |
2014-10-09 | remove nested functions from elf/dl-load.c | Kostya Serebryany | 1 | -36/+52 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 1 | -1/+1 |
2014-04-03 | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath | 1 | -198/+23 |
2014-03-27 | 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -10/+8 |
2014-03-26 | 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -40/+36 |
2014-03-24 | Fix BZ #16634. | Paul Pluzhnikov | 1 | -12/+24 |
2014-03-12 | 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -2/+2 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -25/+25 |
2014-01-31 | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 1 | -10/+4 |
2014-01-08 | Obvious comment typo fix ("openened") in elf/dl-load.c. | Brooks Moses | 1 | -1/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-12-02 | Return fixed version of breaking of RPATH when $ORIGIN contains colons | Ondřej Bílka | 1 | -10/+16 |
2013-11-18 | Revert b75891075bece24be9fd85618f18af4a2daf7f1c | Ondřej Bílka | 1 | -16/+10 |
2013-11-18 | Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253 | Ondřej Bílka | 1 | -10/+16 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-28 | Test for mprotect failure in dl-load.c (bug 12492). | Pierre Ynard | 1 | -1/+5 |
2013-06-28 | [BZ #15022] Correct global-scope dlopen issues in static executables. | Maciej W. Rozycki | 1 | -7/+1 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -3/+2 |
2013-04-11 | Fix invalid free of memory allocated during rtld init | Andreas Schwab | 1 | -0/+6 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 1 | -1/+2 |
2012-10-30 | Invoke DL_AFTER_LOAD if defined | Chris Metcalf | 1 | -0/+4 |
2012-10-20 | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | 1 | -2/+12 |
2012-10-03 | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 1 | -5/+7 |
2012-10-02 | Use ElfW(Off) rather than off_t for offsets within ELF files. | Roland McGrath | 1 | -2/+2 |
2012-08-15 | Fix dl-load.c for [!_LIBC_REENTRANT] case. | Roland McGrath | 1 | -0/+2 |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 1 | -3/+6 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -2/+3 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-10-07 | elf/dl-load.c: Avoid warning | Marek Polacek | 1 | -1/+1 |
2011-09-08 | Fix crash during error handling | Andreas Schwab | 1 | -1/+1 |
2011-09-08 | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | 1 | -1/+1 |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | 1 | -0/+2 |
2011-08-12 | Better check for last patch | Ulrich Drepper | 1 | -1/+1 |
2011-08-12 | Better debug information from ld.so | Ulrich Drepper | 1 | -3/+5 |
2011-05-11 | Fix up testing for valid $ORIGIN use | Ulrich Drepper | 1 | -16/+32 |
2011-05-07 | Allow $ORIGIN to reference trusted directoreis in SUID binaries. | Ulrich Drepper | 1 | -31/+93 |
2011-04-09 | Don't leave empty element in rpath when skipping an element | Andreas Schwab | 1 | -6/+18 |
2011-03-06 | Fix loading first object along a path when tracing. | Ulrich Drepper | 1 | -1/+3 |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -0/+2 |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 1 | -2/+4 |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 1 | -17/+11 |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -9/+11 |
2010-09-15 | Don't try to free rpath strings allocated during startup | Andreas Schwab | 1 | -3/+0 |