| Age | Commit message (Expand) | Author |
| 2013-05-09 | convert to SIMPLEQ like the rest of the queues. | christos |
| 2013-05-06 | Fixed handling of DT_SONAME: | christos |
| 2013-05-06 | Trailing whitespace | skrll |
| 2013-04-25 | Use __printflike and __dead instead of __attributes__ | matt |
| 2013-04-25 | Only include unwind.h if _RTLD_SOURCE | 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-03-13 | Mark _rtld_debug_state as not to be inlined. Add an explicit instruction | joerg |
| 2012-02-16 | Add _dlauxinfo helper function to provide access to the ELF auxilary | joerg |
| 2011-12-02 | Restore backwards compatibility by removing unnecessary addition of | skrll |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-03-29 | Block signals when using the exclusive lock. | joerg |
| 2011-03-25 | Add basic locking to ld.elf_so. | joerg |
| 2011-03-12 | Add TLS support for AMD64, i386 and SH3. | joerg |
| 2011-03-10 | Fix prototype for __tls_get_addr. Add a generic implementation of it | joerg |
| 2011-03-09 | Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports | joerg |
| 2011-01-25 | Unbreak gdb by ensuring _rtld_debug_state is in the dynamic symbol table. | skrll |
| 2011-01-16 | Move powerpc gotptr to the end to preserve binary compatibility. | matt |
| 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-12-05 | Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64 | joerg |
| 2010-10-16 | Implement dl_iterate_phdr. | skrll |
| 2010-10-10 | restore binary compatibility for pre-2.0 binaries, requested by skrll and core. | christos |
| 2010-09-30 | Introduce a new type Elf_Symindx for use in decoding the symbol hash table | skrll |
| 2010-08-06 | Reduce header pollution for mdreloc.c. Make Obj_Entry argument of | joerg |
| 2010-04-05 | Use fast_remainder32 for the ELF hash. For the hot cache case, this | joerg |
| 2010-03-18 | Use alloca(3) instead of local xmalloc for creating our DoneLists. | roy |
| 2010-02-27 | Implement negative cache checks for symbol lookups. | roy |
| 2010-01-17 | Restore backwards compatibility for binaries referencing the main | skrll |
| 2010-01-16 | Remove cargo cult dlinfo entry point. | skrll |
| 2010-01-15 | Put the dlopen,and friends entry points back. | skrll |
| 2010-01-14 | Remove the entry points for dlopen() and friends. They haven't been used | skrll |
| 2010-01-13 | PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols | christos |
| 2010-01-10 | Reset the COMBRELOC cache Obj_Entry if it was freed. | skrll |
| 2009-11-17 | Make _rtld_pagesz of type size_t. | skrll |
| 2009-09-24 | Add Solarisa-like dlinfo() interface to the ELF dynamic linker. | pooka |
| 2009-05-19 | warns=4 | christos |
| 2008-10-04 | lib/39649: dlsym(3) does not follow dependencies | skrll |
| 2008-06-03 | Don't bother unmapping the ELF header unless it overlaps the first load | ad |
| 2008-01-14 | tabify | yamt |
| 2007-12-07 | rtld changes for PR bin/37347: | ad |
| 2007-09-02 | Don't define bool, false and true. Use stdbool.h. | joerg |
| 2007-05-18 | Support Solaris-like $ORIGIN etc. expansions in paths. | christos |
| 2006-05-22 | sprinkle some __noreturn__ attributes, saves gcc4 warnings elsewhere | drochner |
| 2006-03-21 | Coverity CID 2749: Fix another double free. Instead of removing that last | christos |
| 2004-07-05 | Make ld.elf_so use the new sysctl API. That allows the user to give any | cube |
| 2003-08-12 | Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-05-30 | Add RTLD_FIRST, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD | christos |
| 2003-04-24 | Back out previous change for now -- it needs more work. | mycroft |