Historique des commits

Auteur SHA1 Message Date
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize il y a 19 ans
  Mike Frysinger 47b68851d3 small whitespace fix il y a 19 ans
  Mike Frysinger 62c2005d36 use %p instead of %x to show addresses so we dont have to worry about the sizeof pointers il y a 19 ans
  Mike Frysinger dd83a6905e would help if it actually compiled :/ il y a 19 ans
  Mike Frysinger 32a3886019 hide the #ifdef debug macros/printfs behind one function to make the code more readable il y a 19 ans
  Joakim Tjernlund 00b6ddf079 Add debug printout of RTLD_GLOBAL and RTLD_NOW flag. il y a 19 ans
  Joakim Tjernlund 61c12b2778 Initial support for both RUNPATH support. il y a 19 ans
  Joakim Tjernlund 52b5a52b48 Fix dlopen to handle circular dependency libs. Wouldn't surprise me if something else il y a 19 ans
  Joakim Tjernlund fdaf1b4fa8 Cleanup library loading. il y a 19 ans
  Joakim Tjernlund 08bfa39347 Fix bug 214, reported by aurel. This is a major update that il y a 19 ans
  Joakim Tjernlund e6816a15ab Moved the addition of load address from the fast path il y a 19 ans
  Peter Kjellerstedt acd92003c8 Avoid compiler warnings. il y a 19 ans
  Eric Andersen c1fab223a5 Fixup function prototypes to match definitions in include/dlfcn.h il y a 19 ans
  Mike Frysinger a7e14569d2 fix eriks e-mail address il y a 19 ans
  Joakim Tjernlund a5ebab1766 Add BIND NOW support to MIPS. il y a 19 ans
  Joakim Tjernlund 0038f6a229 Add RTLD_LOCAL support for dlopened libs. Reported by il y a 19 ans
  Joakim Tjernlund dc0f822bfe - Remove dynamic_size from struct elf_resolve. il y a 19 ans
  Joakim Tjernlund f3e2baa25c unmap ld.so.cache when dlopen() returns. il y a 20 ans
  Joakim Tjernlund f8b23fd8da Don't SEGV if library not found. il y a 20 ans
  Eric Andersen 3b8039fd51 This patch from Mike Frysinger, extended from an earlier patch from Peter S. il y a 20 ans
  Joakim Tjernlund 90c50876ac Second attempt to fix the INIT/FINI order. This time I think I got it right :) il y a 20 ans
  Eric Andersen 25d09f9ca6 Use a more appealing name, matching the function prototype il y a 20 ans
  Joakim Tjernlund b54df7ec54 First attempt to fix the INIT/FINI ordering. Fingers crossed :) il y a 20 ans
  Joakim Tjernlund f60c464f08 Remove unused variables. From Peter Mazinger. il y a 20 ans
  Joakim Tjernlund 94a9a5a209 Let ldso find libc's malloc function and set _dl_malloc_function. il y a 20 ans
  Joakim Tjernlund ee55de4929 Added test for RTLD_GLOBAL flag in _dl_find_hash(). il y a 20 ans
  Joakim Tjernlund 8e4a1b8a99 Hopefully fix Laszlo and Jacobs dlopen problem. il y a 20 ans
  Joakim Tjernlund 6d6f3a5c26 Let ldso decide if it should relocate itselft a second time. This il y a 20 ans
  Joakim Tjernlund 9f47eaf322 Fix usage_count in ldso/libdl. il y a 20 ans
  Joakim Tjernlund 97688568de This should fix the dlsym problem Peter van Hoyweghen reported. il y a 20 ans