summaryrefslogtreecommitdiff
path: root/elf/dl-close.c
Commit message (Expand)AuthorAgeFilesLines
* RFC elf: Fix slow tls access after dlopen [BZ #19924]nsz/bug19329-v2Szabolcs Nagy2021-04-131-1/+1
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-04-121-1/+5
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-04-121-7/+13
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer2020-07-071-2/+8
* Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu2020-01-161-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-131-4/+3
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-11/+3
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-271-17/+29
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-4/+14
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate link map sortingAndreas Schwab2017-11-271-2/+4
* 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