Age | Commit message (Expand) | Author |
2005-01-24 | make sure libdl static and shared targets are built properly | Mike Frysinger |
2005-01-19 | clean up dependencies so libraries are only rebuilt when needed and so that p... | Mike Frysinger |
2005-01-19 | Avoid compiler warnings. | Peter Kjellerstedt |
2005-01-18 | rework dependencies so the archive is re-created only when the object files h... | Mike Frysinger |
2005-01-18 | rework dependencies to support parallel build and avoid re-creating header fi... | Mike Frysinger |
2005-01-12 | Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too. | Peter Kjellerstedt |
2005-01-10 | Fixup function prototypes to match definitions in include/dlfcn.h | Eric Andersen |
2005-01-05 | fix eriks e-mail address | Mike Frysinger |
2004-12-22 | Cleanup for when LDSO_CACHE_SUPPORT is disabled | Eric Andersen |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen |
2004-12-22 | Cleaned up patch from Peter S. Mazinger adding support for | Eric Andersen |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen |
2004-12-20 | - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid exec | Ned Ludd |
2004-12-20 | - dont use dos format | Ned Ludd |
2004-12-11 | That last patch had some garbage in it... PIC != PIE | Eric Andersen |
2004-12-11 | Partial commit of a patch from Alexandre Oliva: | Eric Andersen |
2004-11-17 | Add BIND NOW support to MIPS. | 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-27 | Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP test | Manuel Novoa III |
2004-10-14 | unmap ld.so.cache when dlopen() returns. | Joakim Tjernlund |
2004-10-14 | Don't SEGV if library not found. | Joakim Tjernlund |
2004-10-12 | Mark Rakes writes: | Joakim Tjernlund |
2004-10-11 | Undo previous change. Leave SUID programs alone until I know what to do | Joakim Tjernlund |
2004-10-11 | Don't use ld.so.cache for SUID programs. | Joakim Tjernlund |
2004-10-07 | Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request. | Joakim Tjernlund |
2004-10-07 | Remove usage of _dl_parse_copy_information() from generic code. | Joakim Tjernlund |
2004-10-06 | Don't complain if ld.so.cache is missing. | Joakim Tjernlund |
2004-10-06 | Peter S. Mazinger writes: | Joakim Tjernlund |
2004-10-06 | Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and | Joakim Tjernlund |
2004-10-06 | Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__ | Joakim Tjernlund |
2004-10-05 | Peter Kjellerstedt writes: | Joakim Tjernlund |
2004-10-03 | This patch from Mike Frysinger, extended from an earlier patch from Peter S. | Eric Andersen |
2004-09-28 | Remove /usr/X11R6/lib from search path. | Joakim Tjernlund |
2004-09-23 | Don't allow undefined global symbols to pass. | Joakim Tjernlund |
2004-09-23 | White space and printouts cleanup. From Peter Kjellerstedt. | Joakim Tjernlund |
2004-09-23 | Make do_rem() safe. From Peter Kjellerstedt. | Joakim Tjernlund |
2004-09-23 | Don't allow undefined global symbols to pass. | Joakim Tjernlund |
2004-09-23 | Make powerpc look more like the other archs. | Joakim Tjernlund |
2004-09-17 | Added back dl_iterate_phdr in ldso(with some small changes). | Joakim Tjernlund |
2004-09-17 | Formatting cleanups from Peter Kellerstedt. | Joakim Tjernlund |
2004-09-17 | Bugfix: Add r_addend to final address. The r_addend is mostly zero | Joakim Tjernlund |
2004-09-17 | Don't allow undefined global symbols to pass(all archs needs fixing, | Joakim Tjernlund |
2004-09-16 | Don't allow undefined global symbols to pass(all archs needs fixing). | 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-07 | We do not use dl_iterate_phdr, so no need to define it | Eric Andersen |
2004-09-07 | Use a more appealing name, matching the function prototype | Eric Andersen |
2004-09-03 | First attempt to fix the INIT/FINI ordering. Fingers crossed :) | Joakim Tjernlund |
2004-09-02 | Remove unused variables. From Peter Mazinger. | Joakim Tjernlund |