| Age | Commit message (Expand) | Author |
| 2020-03-08 | Pull up following revision(s) (requested by thorpej in ticket #758): | martin |
| 2018-12-30 | Add support for DT_RUNPATH - it is just the same as we always have treated | martin |
| 2018-07-24 | Apply relocbase for tlsinit of the executable itself. Fixes PIE where | joerg |
| 2018-05-24 | rename flag to the official name. | christos |
| 2017-06-23 | Remove old assert that only two segments exist. The rest of the code has | joerg |
| 2016-06-14 | Add support for GNU RELRO headers from Matthias Weckbecker. | christos |
| 2016-05-22 | obj->phdr must be the absolute address, not the virtual offset from the | joerg |
| 2014-08-26 | Restore parenthesis to cast in the right order. | joerg |
| 2014-08-26 | fix set but not used. | christos |
| 2014-08-26 | Go back to skipping init/fini handling for ldd, makes problems for 32bit | joerg |
| 2014-08-26 | Introduce a cast to fix the build for Elf32 on _LP64. | christos |
| 2014-08-25 | Add basic support for indirect functions. It allows providing a public | joerg |
| 2014-03-07 | Make ldd happy | matt |
| 2014-03-06 | More PPC64 changes. | matt |
| 2013-08-03 | Fix DEBUG build. | skrll |
| 2013-05-06 | Fixed handling of DT_SONAME: | christos |
| 2013-05-06 | Trailing whitespace | skrll |
| 2013-05-06 | Add some DEBUG code. | skrll |
| 2013-05-02 | Print out PT_DYNAMIC address for objmain. | matt |
| 2013-04-25 | Use phdr as start of phdrs (duh) | matt |
| 2013-04-25 | Use ph, not phdr, consistently. | matt |
| 2013-04-25 | Don't assume that PT_PHDR is always first. | matt |
| 2013-04-24 | Add support for PT_ARM_EXIDX and __gnu_Unwind_Find_exidx for libgcc's support | matt |
| 2012-08-15 | Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY). | matt |
| 2012-07-22 | Remove a debug assert that does not hold for PIE (e.g. phdr = 0x40, but | martin |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-03-09 | Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports | joerg |
| 2011-01-16 | Add secure-plt support for powerpc to ld.elf_so. As part of this, we have to | matt |
| 2010-12-24 | Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked | skrll |
| 2010-10-16 | Add cast so that usr.bin/ldd/elf32 builds. | skrll |
| 2010-10-16 | Implement dl_iterate_phdr. | skrll |
| 2010-10-15 | Revert previous for now. It's part of a larger commit which will arrive | skrll |
| 2010-10-15 | Be more tolerant to the location of PT_PHDR in the segment list. | skrll |
| 2010-09-30 | Oops. Remove trailing whitespace in previous. | skrll |
| 2010-09-30 | Improve debug output. | skrll |
| 2010-09-30 | Introduce a new type Elf_Symindx for use in decoding the symbol hash table | skrll |
| 2010-09-23 | Avoid casting from d_val to plttype of different signedness. | joerg |
| 2010-04-05 | Use fast_remainder32 for the ELF hash. For the hot cache case, this | joerg |
| 2009-04-12 | Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") | lukem |
| 2009-01-06 | add some (uintptr_t) to some casts, so these compile with ELFSIZE=32 | mrg |
| 2007-12-29 | make this compile again. | christos |
| 2007-12-28 | simplify; mapbase == vaddrbase from the PaX author. | christos |
| 2007-12-26 | Deal with ASLR PIE executables, by recognizing that phdr != phdr->v_addr | christos |
| 2007-12-07 | rtld changes for PR bin/37347: | ad |
| 2007-09-20 | Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs | christos |
| 2007-05-18 | Support Solaris-like $ORIGIN etc. expansions in paths. | christos |
| 2005-01-09 | Don't process DT_DEBUG on MIPS as the dynamic section is mapped | simonb |
| 2004-10-22 | Add __RCSIDs. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2002-10-05 | Minor cleanup. | mycroft |