| 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-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 |
| 2003-04-23 | Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). | mycroft |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-11-14 | Remove "extern const chat *_rtld_error_message;". There is no such | nathanw |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | 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 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |
| 2002-09-25 | Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper | mycroft |
| 2002-09-25 | #if defined -> #ifdef | mycroft |
| 2002-09-24 | Put back the `in_plt' nonsense for now. | mycroft |
| 2002-09-24 | Remove the SVR4_LIBDIR madness. | mycroft |
| 2002-09-24 | Nuke PAGESIZE. | junyoung |
| 2002-09-24 | Use/require AT_PAGESZ on all platforms. (The kernel has exported it for ~3 | mycroft |
| 2002-09-23 | Several small changes that shave 7-8% off the simple-exec-loop test: | mycroft |
| 2002-09-19 | Cosmetic changes. | junyoung |
| 2002-09-18 | _rtld_setup_pltgot() belongs to reloc.c. | junyoung |
| 2002-09-17 | Make immediate binding work again by actually implementing | junyoung |
| 2002-09-13 | Remove a dumb #ifdef -- if VARPSZ is not defined on sparc, the build will | mycroft |
| 2002-09-12 | Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. | mycroft |
| 2002-09-12 | Move another declaration that doesn't belong in MI source. | mycroft |
| 2002-09-12 | _rtld_bind_start() is not used in MI code, so declare it in the MD code. | mycroft |
| 2002-09-06 | Pass down an additional flag to _rtld_relocate_nonplt_objects() which | mycroft |
| 2002-09-06 | Introduce a new flag, `isdynamic', which is used to remember whether the | mycroft |
| 2002-09-06 | More const poisoning. Now the entire _rtld_bind() path useds a const Obj_Entry. | mycroft |
| 2002-09-06 | Re-poison a lot of consts, now that the mark shite is gone. | mycroft |
| 2002-09-06 | Split _rtld_relocate_plt_object() into two MD functions: | mycroft |