summaryrefslogtreecommitdiff
path: root/elf/dl-close.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl
2015-04-17Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin
2013-05-09Add more comments to dlclose() algorithm.Carlos O'Donell
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers
2012-08-17Add a cast to silence a warning.Roland McGrath
2012-08-17Also set r->r_map when unmapping the first object in a namespace.Gary Benson
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-08-24Fix scope handling during dl_closeAndreas Schwab
2011-07-19_dl_sort_fini: Remove unused argumentMarek Polacek
2011-06-21Revert unwanted patchUlrich Drepper
2011-06-21Add missing DL_CALL_FCTUlrich Drepper
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab
2010-09-21Move freeres function from ld.so to libc.so.Andreas Schwab
2010-06-27Revert unwanted patch. Again.Ulrich Drepper
2010-06-27Fix whitespaces.Ulrich Drepper
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper
2007-06-09* elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper
2007-05-11* elf/dl-close.c (_dl_close_worker): Help gcc to optimize byUlrich 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-10-29* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper
2006-10-27USE_TLS support is now default.Ulrich Drepper
2006-10-27* elf/Makefile: Add rules to build and run tst-thrlock.Ulrich Drepper
2006-10-27* elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper
2006-10-18[BZ #3313]Ulrich Drepper
2006-10-11* include/atomic.c: Define catomic_* operations.Ulrich Drepper
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2006-09-19* elf/dl-close.c (_dl_close): If dependency is not unloaded makeUlrich Drepper
2005-04-27* elf/dl-close.c: Include stddef.h.Ulrich Drepper
2005-03-19* elf/dl-fini.c (_dl_fini): Split sorting of the maps in separateUlrich Drepper