| Age | Commit message (Expand) | Author |
| 2023-04-18 | Oops wrong mask. | christos |
| 2023-04-18 | The SysV ABI specifies that the symbol hash function should return only 32 | christos |
| 2020-02-29 | Fix vax and mips build | kamil |
| 2020-02-29 | Implement DT_GNU_HASH | kamil |
| 2020-02-29 | Implement and integrate GNU Hashing function | kamil |
| 2020-02-29 | Separate matched symbol functionality out of _rtld_symlook_obj() | kamil |
| 2017-08-09 | If a DF_1_NODELETE DSO has been removed from the DAG list, it still | joerg |
| 2017-06-19 | Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects. | joerg |
| 2016-12-01 | Instead of using a function to resolve symbols that should be supplied by | christos |
| 2016-11-30 | Emulate the standard symbol search order in dlsym() i.e. resolve weak or | christos |
| 2014-08-10 | Don't provide __gnu_Unwind_Find_exidx if __ARM_DWARF_EH__ is defined | matt |
| 2014-03-21 | Don't resolve symbols to PLT entries on the VAX. It just causes a lot of | matt |
| 2013-05-03 | Remove trailing whitespace | skrll |
| 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-02-16 | Add _dlauxinfo helper function to provide access to the ELF auxilary | joerg |
| 2011-11-25 | Replace if() NADA else if() NADA else continue logic with one explicit | joerg |
| 2011-08-13 | printing the pathname of the shared object is much more useful than the | christos |
| 2011-06-25 | PR/45015: ld.elf_so: support ELF symbol versioning | nonaka |
| 2011-03-12 | Add TLS support for AMD64, i386 and SH3. | joerg |
| 2011-03-09 | Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports | joerg |
| 2010-10-16 | Implement dl_iterate_phdr. | skrll |
| 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-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-09-24 | Add Solarisa-like dlinfo() interface to the ELF dynamic linker. | pooka |
| 2008-10-04 | lib/39649: dlsym(3) does not follow dependencies | skrll |
| 2008-07-24 | Refactor common code to _rtld_relocate_plt_object to i386 and arm so they | matt |
| 2008-07-23 | abort() if we are trying to use an undefined weak symbol from the plt. Remove | christos |
| 2008-01-14 | constify | yamt |
| 2007-12-26 | print the symbol we are seaching for [when debugging] | christos |
| 2007-02-23 | Don't use cached results for plt lookups (nor save them). | matt |
| 2007-02-22 | Make the COMBRELOC support generic. | matt |
| 2005-10-13 | Correct the lookup order of _rtld_symlook_default and make | skrll |
| 2005-05-10 | in _rtld_is_exported(), use a function pointer type instead of Elf_Addr | chs |
| 2005-01-11 | Quote symbol names in a debug message (to make it easier to spot an empty | martin |
| 2004-10-22 | Add __RCSIDs. | skrll |
| 2004-07-18 | - Change the strong dlfcn names in libc to ___name, and make the __name | thorpej |
| 2003-12-07 | Change the symbol lookup order to search RTLD_GLOBAL objects | mrauch |
| 2003-10-21 | Don't use NULL for integers. | fvdl |
| 2003-08-12 | Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. | skrll |
| 2003-08-05 | KNF | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-07-15 | s/_rltd_obj_rtld/_rtld_objself/ in #ifdef notyet code. | skrll |
| 2003-07-15 | Whitespace | 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 |
| 2003-04-23 | Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). | mycroft |