aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-close.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-16elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer1-4/+19
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer1-72/+41
2023-10-18Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer1-1/+1
2023-09-27elf: Fix compile error with -DNDEBUG [BZ #18755]Qingqing Li1-1/+1
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer1-41/+72
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer1-41/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Add _dl_find_object functionFlorian Weimer1-0/+4
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella1-19/+1
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella1-45/+4
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-20/+14
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-0/+6
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu1-1/+1
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella1-3/+5
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer1-5/+1
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy1-1/+5
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy1-7/+13
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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