about summary refs log tree commit diff
path: root/elf/dl-open.c
Commit message (Expand)AuthorAgeFilesLines
* RFC elf: Fix slow tls access after dlopen [BZ #19924] nsz/bug19329-v2Szabolcs Nagy2021-04-131-4/+4
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-04-121-10/+0
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-04-121-1/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-161-6/+0
* elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer2020-05-121-5/+0
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-291-2/+15
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+25
* elf: avoid stack allocation in dl_open_workerDavid Kilroy2020-02-121-16/+12
* elf: avoid redundant sort in dlopenDavid Kilroy2020-02-121-4/+4
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-121-4/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* dlopen: Do not block signalsFlorian Weimer2019-12-131-26/+11
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-131-9/+13
* dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer2019-12-131-27/+14
* Move _dl_open_check to its original place in dl_open_workerFlorian Weimer2019-11-271-6/+2
* Block signals during the initial part of dlopenFlorian Weimer2019-11-271-2/+26
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-11/+71
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-124/+241
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-271-48/+106
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-271-2/+30
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-1/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Call _dl_open_check after relocation [BZ #24259]H.J. Lu2019-07-011-2/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-161-0/+3
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-9/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate link map sortingAndreas Schwab2017-11-271-54/+3
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-2/+1
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-1/+0
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-27/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell2016-09-301-18/+0
* Set NODELETE flag after checking for NULL pointerAurelien Jarno2016-09-031-6/+6
* 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
* Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar2015-07-161-5/+6
* Add forced deletion support to _dl_close_workerPavel Kopyl2015-07-071-1/+1
* Fuller check for invalid NSID in _dl_open.Roland McGrath2015-04-171-3/+9
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-11/+1
* Fix recursive dlopen.Carlos O'Donell2015-01-211-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-15/+15
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-4/+1
* Async-signal safe TLS.Andrew Hunter2014-01-031-1/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-211-1/+1