| Age | Commit message (Expand) | Author |
| 2022-06-10 | Pull up following revision(s) (requested by skrll in ticket #1469): | martin |
| 2020-05-13 | Pull up following revision(s) (requested by chs in ticket #907): | martin |
| 2020-03-08 | Pull up following revision(s) (requested by thorpej in ticket #758): | martin |
| 2019-12-09 | Pull up following revision(s) (requested by uwe in ticket #535): | martin |
| 2019-12-09 | Pull up following revision(s) (requested by uwe in ticket #534): | martin |
| 2019-11-26 | Pull up following revision(s) (requested by nakayama in ticket #469): | martin |
| 2019-09-18 | Pull up following revision(s) (requested by kamil in ticket #209): | martin |
| 2019-04-15 | r_symndx is no longer declared, use symnum and initialize it before use. | maya |
| 2019-04-15 | $ORIGIN support is now enabled. | maya |
| 2019-04-15 | Typo: s/a indirection/an indirection/ | abhinav |
| 2019-04-14 | Use more Dv. | wiz |
| 2019-04-14 | Note that we now search DT_RUNPATH paths as well. | maya |
| 2019-04-14 | undo previous unlock/relock; it is not needed now that we added the tls model | christos |
| 2019-04-13 | Fix c++ exceptions on arm; jemalloc calls _rtld_tls_get_addr from inside | christos |
| 2019-04-13 | Do not compile __tls_get_addr() into ldd(1), which fixes ldd(1) crashing | rin |
| 2019-04-03 | Disable optimization for rtld.c on the vax with gcc-7. | christos |
| 2019-01-18 | Adapt https://svnweb.freebsd.org/base?view=revision&revision=342113 to | skrll |
| 2019-01-12 | print the program name when we don't find a library. | christos |
| 2019-01-06 | When loading a non-PIE main binary, the virtual address must match. | joerg |
| 2019-01-04 | MAP_ALIGNED has existed for years, just assume it exists. | joerg |
| 2018-12-30 | Add support for DT_RUNPATH - it is just the same as we always have treated | martin |
| 2018-12-30 | - fix wrong reloc name in assert | christos |
| 2018-12-30 | binutils 2.31.1 can put copy relocations in the relro segment. Delay | christos |
| 2018-12-27 | initfini array support for everyone. | christos |
| 2018-12-27 | explain why we skip objmain. | christos |
| 2018-12-01 | Fix typos | skrll |
| 2018-11-26 | Now that lib/csu no longer uses the object handle, drop the magic and | joerg |
| 2018-11-23 | Fix RTLD_DEBUG_RELOC build | skrll |
| 2018-11-23 | Trailing whitespace | skrll |
| 2018-10-17 | Move compatibility for pre-2.0 ELF binaries into separate file. | joerg |
| 2018-09-20 | Revise previous to not deadlock. | jakllsch |
| 2018-09-20 | Improve support for R_AARCH64_TLSDESC relocations. | jakllsch |
| 2018-07-24 | Apply relocbase for tlsinit of the executable itself. Fixes PIE where | joerg |
| 2018-07-16 | Initialize new_value to account for bogus return from the function. | christos |
| 2018-06-09 | We can't build those three with MKSANITIZER, they are used too early. | christos |
| 2018-05-24 | rename flag to the official name. | christos |
| 2018-04-03 | Rework ifunc support to address a number of short comings: | joerg |
| 2018-03-29 | Move the complex logic for dynamically writing branches from ld.elf_so | joerg |
| 2018-03-25 | Don't skip PLT processing for the main binary. It can still contain | joerg |
| 2018-03-09 | Like Sparc, PowerPC can use IRELATIVE relocations in non-PLT sections. | joerg |
| 2018-02-11 | Wrap PowerPC #pragma goop in #if __GNUC_PREREQ__(6,0). | jakllsch |
| 2018-02-07 | update for GCC 6: | mrg |
| 2018-02-04 | Various fixes / changes from Ryo Shimizu / Toru Nishimura to make this | skrll |
| 2018-01-19 | don't forget to eat the high bits. | christos |
| 2017-12-25 | Since GNU ld doesn't honor the PLT entry reservation, also compensate | joerg |
| 2017-12-25 | Fix typo in comment | maya |
| 2017-12-24 | fix debug build | maya |
| 2017-11-06 | init/fini for the main program is handled by crt0.o, so ifunc handling | joerg |
| 2017-08-28 | explain AARCH64 PLT design | nisimura |
| 2017-08-23 | - avoid caddr_t. use Elf_Addr instead. | nisimura |