Age | Commit message (Expand) | Author |
2017-12-08 | Everyone knows this as ld.so, nor by the ancient name rtld. | Theo de Raadt |
2017-02-08 | Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead | Philip Guenther |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2016-08-12 | the slimmed down random functions inside ld.so are strict clones of the | Theo de Raadt |
2016-08-08 | Look for a PT_GNU_RELRO section per object and, if present, mprotect that | Philip Guenther |
2016-07-04 | Remove prebind support: binding to symbol table indices is too fragile | Philip Guenther |
2016-06-08 | Some ELF ABIs still require a PLT that is both writable and executable. To | Mark Kettenis |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2015-12-22 | assign pointers to NULL rather than 0 | mmcc |
2015-11-06 | Fix unloading of load groups when the last reference wasn't on the | Philip Guenther |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-09 | Use O_CLOEXEC to make sure fork+exec in a threaded process can't | Philip Guenther |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-06-12 | Fix loaded object sod matching: when we load libfoo.so.X.Y into | Matthew Dempsky |
2012-05-08 | Refuse to load ELF objects that contain a PT_TLS program header. | Joel Sing |
2012-01-09 | Don't mmap 0 byte areas, treat them as a noop instead. | Ariane van der Steldt |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2010-11-16 | Fix error message when ld.so ends up loading a different than expected | Dale Rahn |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2008-05-05 | Constantly fill in the program header pointer and count in elf_object_t | Kurt Miller |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2008-04-02 | Use the proper define for this address, not a incorrect (on 64bit) define. | Dale Rahn |
2006-05-08 | de-space | Theo de Raadt |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-11-09 | add RTLD_NOW support to dlopen and propogate -z now to dep libs. | Kurt Miller |
2005-10-12 | add missing grpref unload propogation (sync with library_mquery) | Kurt Miller |
2005-10-12 | Split grpsym_list creation away from child_list creation and change | Kurt Miller |
2005-10-09 | introduce object ref count macros (suggested by dale). no functional | Kurt Miller |
2005-10-06 | separate load group references from dep lib child/dload lists. move load | Kurt Miller |
2005-10-03 | refcount corrections: count common dep libs once and centralize dep lib | Kurt Miller |
2005-10-01 | handle references to load groups caused by dlopen()ing of depenant | Dale Rahn |
2005-09-28 | correct last commit, in both files. | Dale Rahn |
2005-09-28 | keep a state flag if a library has been unloaded, and then free the list | Dale Rahn |
2005-09-27 | increment refcount when opening a lib that is already open (dev/inode | Kurt Miller |
2005-09-26 | Fully unload dependant libraries, fixes gphoto2 bug. | Dale Rahn |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-05-23 | fixes for dlclose, ok kettenis@ | Dale Rahn |
2005-05-10 | Recommit the destructor order fix, now that the amd64 bug was fixed. | Dale Rahn |
2005-04-06 | backout -- breaks at least amd64; spotted by marc | Theo de Raadt |
2005-04-05 | Do a better job of running destructors in the right order. | Dale Rahn |
2005-03-23 | Code reorganization, move copied code in library.c and library_mquery.c | Dale Rahn |
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn |
2004-07-05 | Fix an issue where a shared library could be loaded at two different | Kjell Wooding |
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn |