summaryrefslogtreecommitdiff
path: root/elf/dl-close.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell2016-12-231-6/+24
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko2015-08-111-7/+8
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-1/+8
* Add forced deletion support to _dl_close_workerPavel Kopyl2015-07-071-2/+31
* Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath2015-04-171-3/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-031-0/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-9/+9
* [BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki2014-01-311-9/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-211-3/+2
* Add more comments to dlclose() algorithm.Carlos O'Donell2013-05-091-0/+6
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-091-1/+1
* Add a cast to silence a warning.Roland McGrath2012-08-171-2/+6
* Also set r->r_map when unmapping the first object in a namespace.Gary Benson2012-08-171-1/+1
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-0/+3
* Fix invalid memory access in do_lookup_x.Andreas Schwab2012-06-221-12/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix scope handling during dl_closeAndreas Schwab2011-08-241-0/+7
* _dl_sort_fini: Remove unused argumentMarek Polacek2011-07-191-1/+1
* Revert unwanted patchUlrich Drepper2011-06-211-4/+1
* Add missing DL_CALL_FCTUlrich Drepper2011-06-211-1/+4
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-071-10/+26
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-3/+12
* Move freeres function from ld.so to libc.so.Andreas Schwab2010-09-211-74/+0
* Revert unwanted patch. Again.Ulrich Drepper2010-06-271-7/+0
* Fix whitespaces.Ulrich Drepper2010-06-271-2/+9
* Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-031-0/+5
* * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-2/+14
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-1/+2
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-3/+3
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-11/+28
* * elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper2007-06-091-19/+32
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+4
* * elf/dl-close.c (_dl_close_worker): Help gcc to optimize byUlrich Drepper2007-05-111-29/+29
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-103/+55
* .Jakub Jelinek2007-07-311-55/+103
* * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper2006-10-291-1/+1
* USE_TLS support is now default.Ulrich Drepper2006-10-271-21/+7
* * elf/Makefile: Add rules to build and run tst-thrlock.Ulrich Drepper2006-10-271-6/+2
* * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper2006-10-271-11/+25
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-39/+28
* [BZ #3313]Ulrich Drepper2006-10-181-9/+15
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-2/+2
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-101-36/+112