| Age | Commit message (Expand) | Author |
| 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-10 | Fixup comment. | skrll |
| 2009-12-02 | If the environment is corrupt, die. From FreeBSD. | christos |
| 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-26 | if LD32DIR is defined: | mrg |
| 2008-10-04 | lib/39649: dlsym(3) does not follow dependencies | skrll |
| 2008-09-27 | avoid usind __builtin_return_address(0) on PowerPC because it fails in | macallan |
| 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-06-03 | Don't bother unmapping the ELF header unless it overlaps the first load | ad |
| 2007-12-07 | rtld changes for PR bin/37347: | ad |
| 2007-10-05 | - Don't use the names malloc/free/etc, since we can end up pulling in libc's | ad |
| 2007-09-21 | Don't trust AT_SUN_EXECNAME, if we are set{u,g}id. | christos |
| 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 |
| 2007-04-08 | Remove a test for defined(__SH5__). | scw |
| 2006-11-22 | From defend dot the dot world at gmail dot com: Sanitize environment variables | christos |
| 2006-03-21 | Coverity CID 2749: Fix another double free. Instead of removing that last | christos |
| 2006-01-12 | Bring across a change from FreeBSD from back in 1998: | skrll |
| 2006-01-11 | _GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap its | uwe |
| 2004-10-22 | Add __RCSIDs. | skrll |
| 2004-07-18 | - Change the strong dlfcn names in libc to ___name, and make the __name | thorpej |
| 2004-05-17 | Fix the dynamic linker for hppa using ELF. | skrll |
| 2004-05-17 | Test before commit. | skrll |
| 2004-05-17 | Re-arrange/correct some asserts. | skrll |
| 2004-05-12 | Garbage collect the RTLD_RELOCATE_SELF error. | skrll |
| 2003-09-07 | Back out revision 1.100. There is something screwier going on. | mycroft |
| 2003-08-31 | dlsym() should not leave an error set. It confuses programs that check | mycroft |
| 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-07-21 | arm and sh5 also have bogus DT_TEXTRELs. sh5 was already covered so just | skrll |
| 2003-07-17 | Correct the in_plt parameter of a couple of _rtld_find_symdef calls. | skrll |
| 2003-06-30 | SH also has a bogus DT_TEXTREL, it seems. | marcus |
| 2003-06-05 | KNF- blank lines before code at start of functions. | simonb |
| 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 |
| 2002-12-14 | Gracefully exit when invoked directly. Use of assert() here caused a segfault. | junyoung |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-11-24 | For the debug case, print relocbase as well at the start of _rtld(). | fvdl |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | mycroft |
| 2002-10-04 | Move the definition of _rtld_list_main so ldd builds again. | mycroft |
| 2002-10-03 | As seen on tech-userlevel... | mycroft |
| 2002-10-03 | Do not put objects on _rtld_list_main on any DAG member list -- any symbol we | mycroft |
| 2002-09-26 | Implement a self-relocate function for the VAX. | mycroft |
| 2002-09-26 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |