Age | Commit message (Expand) | Author |
2024-01-22 | ugly whitespaces | Theo de Raadt |
2024-01-16 | Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table for | Theo de Raadt |
2023-07-08 | turn an ifdef'd _dl_printf call into DL_DEB and various whitespace fixes | Jasper Lievisse Adriaanse |
2023-04-13 | Avoid an overflow in the ELF SYSV ABI hash function. | Todd C. Miller |
2023-04-09 | Treat symlinks better in $ORIGIN determination in ld.so | Greg Steuck |
2022-01-08 | Prep .c files for removing the #includes from */archdep.h | Philip Guenther |
2021-11-12 | Add support for RELR relocations in the executable and share objects. | Philip Guenther |
2021-06-02 | add RTLD_NODELETE support | Sebastien Marie |
2019-10-04 | Convert the child_list member from a linked list to a vector. | Philip Guenther |
2019-10-03 | Use a better algorithm for calculating the grpsym library order. | Philip Guenther |
2019-08-04 | Simplify _dl_find_symbol(). Currently, it returns three values: | Philip Guenther |
2019-07-21 | In 2004, we upgraded to binutils 2.14 with did -zcombreloc by default. | Philip Guenther |
2019-07-14 | ld.so's $ORIGIN handling when argv[0] is a relative path was broken by | Philip Guenther |
2019-04-21 | Now that all Elf_foo types are correct, we don't need to use Elf32_Word | Theo de Raadt |
2019-04-21 | On alpha, the buckets of DT_HASH are 8 bytes instead of 4 bytes. This was | Philip Guenther |
2018-11-28 | Implement support for DT_GNU_HASH, taking all the interesting bits | Philip Guenther |
2018-11-16 | Finish ld.so's transition to GNU_RELRO: eliminate support for using | Philip Guenther |
2018-11-16 | Borrow an idea from DragonFly BSD: factor out the "does this symbol match what | Philip Guenther |
2018-11-15 | Put all the symbol lookup parameters (except the object being searched) and | Philip Guenther |
2018-10-22 | Use int, not char*, for booleans | Philip Guenther |
2018-03-09 | Add support for the DF_TEXTREL flag. | Mark Kettenis |
2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of | Philip Guenther |
2017-01-24 | Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is used | Philip Guenther |
2017-01-23 | remove line that slipped in with rev 1.77 but doesn't belong there; ok sthen@ | Christian Weisgerber |
2017-01-23 | Whoops, lost the adjustment of DT_RUNPATH value as a DT_STRTAB value. | Philip Guenther |
2017-01-23 | Mark a bunch of stuff static | Philip Guenther |
2017-01-22 | Add support for DT_RUNPATH and DT_FLAGS | Philip Guenther |
2016-08-23 | Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY. | Mark Kettenis |
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-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2016-01-24 | Delete remnants of grpsym cache setting during symbol search: it's done at | Philip Guenther |
2016-01-24 | Lacking precise dependency-from-relocation tracking, a nodelete object | Philip Guenther |
2015-11-02 | Factor out the logic for mprotecting the memory between two symbols into | Philip Guenther |
2015-01-22 | delete annoying white space that annoy | Theo de Raadt |
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek |
2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and | Otto Moerbeek |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-11-13 | prototype & void * math cleanup | Theo de Raadt |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |
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 |
2012-07-06 | Fix LD_DEBUG=1 regression introduced by previous commit. | Matthew Dempsky |
2012-06-14 | Add support for DF_1_NOOPEN. Based on an origional diff from matthew@. | 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-26 | No need to call _dl_newsymsearch() twice; ok drahn@ | Otto Moerbeek |
2011-05-22 | Dynamic linker speed improvement diff. tested by several sinc k2k11. | Dale Rahn |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |