about summary refs log tree commit diff
path: root/elf/dl-load.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't leave empty element in rpath when skipping an elementAndreas Schwab2011-04-091-6/+18
* Fix loading first object along a path when tracing.Ulrich Drepper2011-03-061-1/+3
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-0/+2
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-2/+4
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-17/+11
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-9/+11
* Don't try to free rpath strings allocated during startupAndreas Schwab2010-09-151-3/+0
* Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-031-0/+3
* Future safety in checking ELF header.Ulrich Drepper2010-03-181-2/+8
* Extended ELF ABI version handling only for Linux.Ulrich Drepper2010-03-161-3/+5
* Implement handling of libc ABI in ELF header.Ulrich Drepper2010-03-151-2/+4
* Fix comment.Ulrich Drepper2010-02-241-7/+7
* Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab2009-10-071-3/+6
* * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-261-1/+2
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-1/+1
* * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-311-9/+1
* [BZ #9733]Ulrich Drepper2009-03-161-1/+2
* * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER isUlrich Drepper2009-02-101-1/+3
* * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper2008-07-261-10/+1
* [BZ #5222]Ulrich Drepper2007-10-281-1/+1
* * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper2007-08-031-0/+1
* [BZ #4775, BZ #4776]Ulrich Drepper2007-07-121-3/+6
* (open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl...Ulrich Drepper2007-06-301-6/+23
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-1/+4
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-13/+5
* .Jakub Jelinek2007-07-311-5/+13
* * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0 cvs/fedora-glibc-20061109T1949Ulrich Drepper2006-11-091-19/+12
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-3/+2
* USE_TLS support is now default.Ulrich Drepper2006-10-271-6/+2
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-4/+4
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-101-4/+4
* * elf/dl-load.c (_dl_init_paths): Expand DSTs.Ulrich Drepper2006-08-291-1/+19
* * elf/dl-load.c (open_path): Fix test to determine whether DSO is cvs/fedora-glibc-20060630T0858Ulrich Drepper2006-06-271-1/+1
* * elf/dl-load.c (_dl_map_object): Try harder to avoid looking atUlrich Drepper2006-06-271-13/+22
* * posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper2006-05-101-1/+8
* * elf/dl-load.c (_dl_map_object_from_fd): Move state change cvs/fedora-glibc-20060501T0751Ulrich Drepper2006-04-301-11/+12
* [BZ #2451]Ulrich Drepper2006-03-151-7/+18
* 2005-10-17 Roland McGrath <roland@redhat.com>Roland McGrath2005-10-171-10/+12