about summary refs log tree commit diff
path: root/elf/dl-open.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all loaded objects if dlopen fails [BZ #20839] fw/bug25112Florian Weimer2019-10-291-9/+59
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-10-281-127/+223
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-10-281-46/+112
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-10-171-2/+30
* 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
* Check the main application only if SHARED is definedH.J. Lu2012-10-201-0/+2
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-2/+2
* Add a missing #include.Roland McGrath2012-08-141-1/+2
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-0/+15
* Fix a few typos.Marek Polacek2012-07-181-4/+4
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-211-4/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Sort objects before relocationsUlrich Drepper2012-01-271-30/+94
* Print message that there is no scope instead of being silentUlrich Drepper2011-08-201-0/+2
* Further improve printing os ELF symbol lookup scope informationUlrich Drepper2011-08-201-3/+12