aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-open.c
AgeCommit message (Expand)Author
2020-05-12elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-02-12elf: avoid stack allocation in dl_open_workerDavid Kilroy
2020-02-12elf: avoid redundant sort in dlopenDavid Kilroy
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-13dlopen: Do not block signalsFlorian Weimer
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer
2019-11-27Block signals during the initial part of dlopenFlorian Weimer
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer
2019-11-27Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-11-27Avoid late failure in dlopen in global scope update [BZ #25112]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-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-27Consolidate link map sortingAndreas Schwab
2017-08-21Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu
2017-08-13ld.so: Remove internal_function attribute from various functionsFlorian Weimer
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno
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-07-16Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar
2015-07-07Add forced deletion support to _dl_close_workerPavel Kopyl
2015-04-17Fuller check for invalid NSID in _dl_open.Roland McGrath
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-06Revert "Async-signal safe TLS."Allan McRae
2014-01-03Async-signal safe TLS.Andrew Hunter
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-08-30Fix typos.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki
2013-06-26[BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-06Remove a dead declaration.Roland McGrath
2013-04-06dl_open_worker: Memset all of seen array.Carlos O'Donell