about summary refs log tree commit diff
path: root/elf/dl-open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-281-17/+1
* [BZ #15022] Avoid repeated calls to DL_STATIC_INIT for the same module.Maciej W. Rozycki2013-06-261-4/+4
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-2/+2
* Remove a dead declaration.Roland McGrath2013-05-061-7/+0
* dl_open_worker: Memset all of seen array.Carlos O'Donell2013-04-061-1/+1
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-13/+27
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-2/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1