aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-close.c
AgeCommit message (Expand)Author
2023-11-16elf: Fix force_first handling in dlclose (bug 30981)Florian Weimer
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"Florian Weimer
2023-09-27elf: Fix compile error with -DNDEBUG [BZ #18755]Qingqing Li
2023-09-08elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-27elf: Introduce to _dl_call_finiFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28elf: Add _dl_audit_objcloseAdhemerval Zanella
2021-12-28elf: Add _dl_audit_activity_map and _dl_audit_activity_nsidAdhemerval Zanella
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-06-25elf: Disable most of TLS modid gaps processing [BZ #27135]Florian Weimer
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-07elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer
2020-01-16Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer
2019-11-27Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Consolidate link map sortingAndreas Schwab
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
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