Age | Commit message (Expand) | Author |
2020-08-25 | ldso: Fix pointer cast warning | Yann Sionneau |
2018-04-27 | libdl: first execute all destructors, then munmap library | Waldemar Brodkorb |
2018-04-27 | libdl: calculate the length for second parameter of munmap. | Dave Flogeras |
2018-04-22 | libdl: end must be bigger than start | Waldemar Brodkorb |
2018-04-22 | libdl: remove gcc warnings | Waldemar Brodkorb |
2018-04-17 | libdl: fix problem with unmapping | Waldemar Brodkorb |
2018-04-17 | libdl: better checking and logging for ctors/dtors | Waldemar Brodkorb |
2018-04-17 | libdl: remove dead code | Waldemar Brodkorb |
2018-04-17 | libdl: remove LDSO_NO_CLEANUP | Waldemar Brodkorb |
2018-04-17 | Revert "libdl: fix dlclose() issue" | Waldemar Brodkorb |
2018-03-15 | libdl: fix dlclose() issue | Waldemar Brodkorb |
2018-03-14 | Revert "Revert "libdl: fix size parameter when unmap library in dlclose"" | Waldemar Brodkorb |
2017-07-20 | Revert "libdl: fix size parameter when unmap library in dlclose" | Waldemar Brodkorb |
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb |
2017-01-22 | nds32: add NPTL/TLS, *context function, libm changes and code cleanup | Vincent Ren-Wei Chen |
2016-12-10 | fix static linking for FDPIC toolchains | Waldemar Brodkorb |
2016-09-26 | use a single libc and deduplicate threading code | Waldemar Brodkorb |
2016-06-23 | libs: install backward compatibility symlinks | Alexey Brodkin |
2016-06-22 | ldso: fix dlsym hang when reloading DSOs | Leonid Lisovskiy |
2016-06-22 | ldso: Consistently set & use DL_OPENED flag in both ld.so and libdl | Leonid Lisovskiy |
2016-01-31 | ldso: Use single rtld_flags interpretation through all the calls | Leonid Lisovskiy |
2016-01-31 | libdl: dlopen() mustn't forget RTLD_NODELETE flag | Leonid Lisovskiy |
2015-12-17 | dlclose fix | Waldemar Brodkorb |
2014-09-16 | buildsys: fix IS_IN_lib* | Bernhard Reutner-Fischer |
2013-11-06 | libdl: fix unused variable warning | Baruch Siach |
2013-06-07 | ldso/libdl: Also include dl-tls.h for for !SHARED. | Gregory Fong |
2013-05-13 | libdl: fix dlopen implementation from statically linked application | Filippo Arcidiacono |
2013-03-22 | Fix some fragileness in dlopen/do_dlopen wrapper & worker pair. | Nathan Sidwell |
2013-03-07 | buildsys: Add missing $(SYMBOL_PREFIX) to symbol names | Markos Chandras |
2013-01-09 | dl: fix dlsym lookups with RTLD_NEXT | Timo Teräs |
2012-06-15 | libdl.c: disable dlinfo | Peter S. Mazinger |
2012-06-15 | libdl: no need for _dl_strstr in libdl, use strstr | Peter S. Mazinger |
2012-06-15 | libdl.c: hide dl_cleanup | Peter S. Mazinger |
2012-06-15 | libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdl | Peter S. Mazinger |
2012-02-09 | libdl: fix memleak for local scope of dlopened's needed libraries | Filippo Arcidiacono |
2012-01-23 | libdl: fix dlclose handling of symbol scope | Carmelo Amoroso |
2012-01-23 | mips/libdl: Apply relocations after appending the new scope | Khem Raj |
2011-12-22 | libdl: rudimentary locking for dlopen/dlsym/dlclose | Timo Teräs |
2011-11-27 | ldso: use __func__ rather than __FUNCTION__ | Mike Frysinger |
2011-11-23 | libdl: fix size parameter when unmap library in dlclose | Filippo Arcidiacono |
2011-11-07 | ldso: support RTLD_NOLOAD | Timo Teräs |
2011-10-25 | ldso: let people disable to lookup into LD_LIBRARY_PATH | Carmelo Amoroso |
2011-10-19 | libdl: remove _dl_ldsopath from libdl.a | Carmelo Amoroso |
2011-07-25 | libdl: add option for controlling dl_cleanup | Richard Braun |
2011-06-24 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-06-14 | libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym() | Bernhard Reutner-Fischer |
2011-05-10 | ldso: commentary typo fix | Bernhard Reutner-Fischer |
2011-05-10 | libdl: fix local symbol's address handling in dladdr | Filippo Arcidiacono |
2011-04-06 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-03-05 | Add Makefile support for DSBT ELF. | Bernd Schmidt bernds_cb1@t-online.de |