Age | Commit message (Expand) | Author |
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 |
2017-01-09 | Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELRO | Mark Kettenis |
2016-08-28 | fix a comment | Philip Guenther |
2016-08-23 | Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY. | Mark Kettenis |
2016-08-14 | Mark the relro/got section as read-only before setting up the environment | 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-06-05 | Avoid W^X violation when setting DT_DEBUG on mips64. | Mark Kettenis |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-24 | Unbreak arm and m88k: COPY relocations for weak symbols that are overloaded | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
2015-08-18 | _dl_malloc() proto exists, do not cast result | Theo de Raadt |
2015-05-06 | Fix a memory leak in _dl_load_dep_libs() | Jonathan Gray |
2015-01-22 | delete annoying white space that annoy | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-11-03 | Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so the | Philip Guenther |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-07-06 | allocate two things, test two pointers; ok miod@ guenther@ | Otto Moerbeek |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2014-02-16 | Unbreak ld.so with ssp-strong/all on sparc64 and powerpc. With the | Martynas Venckus |
2014-01-23 | Remove LD_NORANDOM feature. It serves no usable purpose. Determinism | Theo de Raadt |
2014-01-18 | Make ld.so pass its cleanup handler in $2 as required by the MIPS System V | Mark Kettenis |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on sh | Miod Vallat |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on arm. | Miod Vallat |
2013-12-25 | Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the | Miod Vallat |
2013-12-25 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in r7 as required by the PowerPC System V | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-12-23 | Call __cxa_atexit(3) instead of atexit(3). Preparation for upcoming changes to | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %arg1 and stop calling atiexit(4) | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %edx as required by the i386 System V | Mark Kettenis |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-20 | - Parse colon separated paths into NULL terminated arrays of string | Kurt Miller |
2013-01-11 | Proper bounds checking for DT_xxx values in _dl_boot_bind(). Turned out to be | Miod Vallat |
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-08 | Since PIE executables on mips64 don't have DT_MIPS_RLD_MAP, fall back on | Mark Kettenis |
2011-11-28 | Add support for getting some flags from DT_FLAGS_1: new flags | Philip Guenthe |
2011-06-27 | Backout the dynamic linker speed improvement diff for now, it still | Stuart Henderson |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-12-07 | Make the preload error distinct from the normal error. | Dale Rahn |