Age | Commit message (Expand) | Author |
2005-09-18 | Remove unused function. | Joakim Tjernlund |
2005-09-17 | Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat... | Joakim Tjernlund |
2005-08-29 | some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts | Mike Frysinger |
2005-07-13 | use Elf32_Word instead of uint32_t since that is what the ELF spec refers to | Mike Frysinger |
2005-07-11 | force hash buckets to work off of 32bit quantities | Mike Frysinger |
2005-06-30 | change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi... | Mike Frysinger |
2005-04-13 | Add missing definition for DL_OPENED | Eric Andersen |
2005-03-29 | Moved the addition of load address from the fast path | Joakim Tjernlund |
2004-11-10 | Add RTLD_LOCAL support for dlopened libs. Reported by | Joakim Tjernlund |
2004-11-02 | - Remove dynamic_size from struct elf_resolve. | Joakim Tjernlund |
2004-10-07 | Remove usage of _dl_parse_copy_information() from generic code. | Joakim Tjernlund |
2004-09-08 | Second attempt to fix the INIT/FINI order. This time I think I got it right :) | Joakim Tjernlund |
2004-09-03 | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund |
2004-08-17 | Let ldso decide if it should relocate itselft a second time. This | Joakim Tjernlund |
2004-02-14 | Joakim Tjernlund writes: | Eric Andersen |
2004-02-10 | Fix function prototype to match the official ELF standard hash function | Eric Andersen |
2003-08-19 | Cool. Found most of the problem. Turns out we were inadvertanly loading some | Eric Andersen |
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen |