Age | Commit message (Expand) | Author |
2019-10-23 | Prefer the size-independent ELF identifiers over the size-specific ones. | Philip Guenther |
2019-10-05 | Tighten handling of pure relative DIR32 relocations and those referencing | Philip Guenther |
2019-08-06 | Factor out TEXTREL mprotecting from the per-arch files into _dl_rtld(), | Philip Guenther |
2019-08-04 | Simplify _dl_find_symbol(). Currently, it returns three values: | Philip Guenther |
2018-11-16 | Finish ld.so's transition to GNU_RELRO: eliminate support for using | 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-27 | Delete debugging from when lazy binding was being implemented | Philip Guenther |
2016-06-21 | Handle textrels like other architectures do. | Theo de Raadt |
2015-11-02 | Factor out the logic for mprotecting the memory between two symbols into | Philip Guenther |
2015-08-27 | If we take the address of a function pointer, we might get a pointer to | Mark Kettenis |
2015-08-27 | Use kbind for lazy binding GOT/PLT updates on hppa. | Philip Guenther |
2014-04-16 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-06-20 | With MP rthread setups, we cannot remove the X permission from the GOT | Theo de Raadt |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-06-05 | Argh, revert previous change, for older binutils do not grok the fic() change. | Miod Vallat |
2010-06-05 | Explicitely pass a %sr register to fic instructions, instead of realying on | Miod Vallat |
2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent | Mark Kettenis |
2010-05-02 | Fix breakage from last commit. Bad guenther@, no cookie! | Mark Kettenis |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-01-03 | Make lazy binding work on hppa. | Mark Kettenis |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-09-22 | knf; ok drahn | Theo de Raadt |
2005-09-22 | Use std missing symbol print instead of MD custom, do not warn on weak | Dale Rahn |
2005-09-21 | Simplify the internal symbol finding API, with some cleanup, prep for | Dale Rahn |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff |
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff |
2004-06-07 | better debugging printfs for init/fini fixups | Michael Shalayeff |
2004-06-01 | need to fixup for empty pltgot (weak regress is a test for it) | Michael Shalayeff |
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff |
2004-05-25 | spaces | Theo de Raadt |
2004-05-25 | md parts for hppa | Michael Shalayeff |