Age | Commit message (Expand) | Author |
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 |
2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ | Kurt Miller |
2010-08-11 | Make _dl_searchnum signed as originally intended. | Dale Rahn |
2010-07-01 | When generating grpsym lists, avoid duplicates without searching the | Dale Rahn |
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 |
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-21 | using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlib | Kurt Miller |
2005-10-17 | Fix possible buffer overflow caused by unknown tags in the range | Mark Kettenis |
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-07 | rename dload_list to grpsym_list which better represents its usage. | Kurt Miller |
2005-10-06 | remove dep_next "shadow object" dead code. | 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 |