aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-close.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer1-2/+8
2020-01-16Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu1-0/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-4/+3
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-11/+3
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer1-17/+29
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-4/+14
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-27Consolidate link map sortingAndreas Schwab1-2/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell1-6/+24
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko1-7/+8
2015-07-23Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar1-1/+8
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl1-2/+31
2015-04-17Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath1-3/+13
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath1-0/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-9/+9
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki1-9/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin1-3/+2
2013-05-09Add more comments to dlclose() algorithm.Carlos O'Donell1-0/+6
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers1-1/+1
2012-08-17Add a cast to silence a warning.Roland McGrath1-2/+6
2012-08-17Also set r->r_map when unmapping the first object in a namespace.Gary Benson1-1/+1
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson1-0/+3
2012-06-22Fix invalid memory access in do_lookup_x.Andreas Schwab1-12/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-08-24Fix scope handling during dl_closeAndreas Schwab1-0/+7
2011-07-19_dl_sort_fini: Remove unused argumentMarek Polacek1-1/+1
2011-06-21Revert unwanted patchUlrich Drepper1-4/+1
2011-06-21Add missing DL_CALL_FCTUlrich Drepper1-1/+4
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra1-10/+26
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-3/+12
2010-09-21Move freeres function from ld.so to libc.so.Andreas Schwab1-74/+0
2010-06-27Revert unwanted patch. Again.Ulrich Drepper1-7/+0
2010-06-27Fix whitespaces.Ulrich Drepper1-2/+9
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab1-0/+5
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-2/+14
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper1-1/+2
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-3/+3
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-11/+28
2007-06-09* elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper1-19/+32
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper1-0/+4