Историја ревизија

Аутор SHA1 Порука Датум
  Mike Frysinger 47319595bd patch from Bernd Schmidt to abstract away initializing of relocation addresses пре 18 година
  Mike Frysinger a60180c265 patch from Bernd Schmidt to abstract away load address types пре 18 година
  Mike Frysinger 48e99a87d2 use ElfW(Addr) in more places пре 18 година
  Mike Frysinger 656554001c revert fdpic patch so we can merge it in bit by bit пре 18 година
  Mike Frysinger 1ba3a7b727 Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs пре 18 година
  Mike Frysinger 279aa180f9 eat whitespace пре 18 година
  Eric Andersen 1d1d5ecd33 doh, forgot to copy the final \0 пре 18 година
  Eric Andersen 40525510c2 micro-optimization -- we already know how long the source is пре 18 година
  Eric Andersen f8bcc098fe cleanup whitespace пре 18 година
  Eric Andersen 375688c15d fixup a big 'ol memory leak in search_for_named_library() пре 18 година
  Mike Frysinger 93cd5fc81d make all the warnings the same and add line #s so we can pick em out at runtime пре 18 година
  Mike Frysinger 005657ccfb kill spurious semicolons пре 18 година
  Peter S. Mazinger 05e75260d6 Get rid of missing prototype warnings пре 18 година
  Mike Frysinger 0a2e17d7c7 fix a (very unlikely) page leak пре 18 година
  Peter S. Mazinger acb5ff2ef3 Remove trailing ';' from strong_alias, thx Bernhard Fischer пре 19 година
  Mike Frysinger ee6aec88f2 fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects пре 19 година
  "Steven J. Hill" df616ea88a Do not set the RELOCS_DONE flag until it is actually done. This order matters for NPTL libpthreads to work. Well, that was a nice waste of 3 hours. пре 19 година
  Joakim Tjernlund c4f31d2e43 Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-October/012809.html пре 19 година
  Joakim Tjernlund 24acea5475 Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64, but I am sure someone will пре 19 година
  Mike Frysinger ee375653ed some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts пре 19 година
  Mike Frysinger e55e48a9f6 use the debug dprint macros to clean up readability пре 19 година
  Mike Frysinger 8174ddee1c use the debug dprint macros to clean up readability пре 19 година
  Mike Frysinger f4d9a266b9 declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a Word (and it will truncate addresses on 64bit hosts) пре 19 година
  Mike Frysinger 911e3b1d97 make sure we use long instead of int so we dont truncate 64bit values пре 19 година
  Mike Frysinger f743732430 make RUNPATH/RPATH support configurable пре 19 година
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize пре 19 година
  Mike Frysinger a534ea55c5 move _dl_if_debug_dprint() to shared ldso header пре 19 година
  Mike Frysinger c279d07315 rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable пре 19 година
  Joakim Tjernlund 61c12b2778 Initial support for both RUNPATH support. пре 19 година
  Joakim Tjernlund b18efa341f Fix bug 60 пре 19 година