aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)Author
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-07elf/dl-load.c: Avoid warningMarek Polacek
2011-09-08Fix crash during error handlingAndreas Schwab
2011-09-08Use O_CLOEXEC when loading objects in ld.soUlrich Drepper
2011-09-07Fix memory leak in case of failed dlopenUlrich Drepper
2011-08-12Better check for last patchUlrich Drepper
2011-08-12Better debug information from ld.soUlrich Drepper
2011-05-11Fix up testing for valid $ORIGIN useUlrich Drepper
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper
2011-04-09Don't leave empty element in rpath when skipping an elementAndreas Schwab
2011-03-06Fix loading first object along a path when tracing.Ulrich Drepper
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2010-03-18Future safety in checking ELF header.Ulrich Drepper
2010-03-16Extended ELF ABI version handling only for Linux.Ulrich Drepper
2010-03-15Implement handling of libc ABI in ELF header.Ulrich Drepper
2010-02-24Fix comment.Ulrich Drepper
2009-10-07Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2009-03-31* elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper
2009-03-16[BZ #9733]Ulrich Drepper
2009-02-10* elf/dl-load.c (open_verify): In case VALID_ELF_HEADER isUlrich Drepper
2008-07-26* sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper
2007-10-28[BZ #5222]Ulrich Drepper
2007-08-03* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper
2007-07-12[BZ #4775, BZ #4776]Ulrich Drepper
2007-06-30(open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl...Ulrich Drepper
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-11-09* elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0cvs/fedora-glibc-20061109T1949Ulrich Drepper
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper
2006-10-27USE_TLS support is now default.Ulrich Drepper
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2006-08-29* elf/dl-load.c (_dl_init_paths): Expand DSTs.Ulrich Drepper
2006-06-27* elf/dl-load.c (open_path): Fix test to determine whether DSO iscvs/fedora-glibc-20060630T0858Ulrich Drepper
2006-06-27* elf/dl-load.c (_dl_map_object): Try harder to avoid looking atUlrich Drepper
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper
2006-04-30* elf/dl-load.c (_dl_map_object_from_fd): Move state changecvs/fedora-glibc-20060501T0751Ulrich Drepper
2006-03-15[BZ #2451]Ulrich Drepper
2005-10-172005-10-17 Roland McGrath <roland@redhat.com>Roland McGrath
2005-09-26[BZ #516]Ulrich Drepper
2005-09-20[BZ #1346]Roland McGrath