Age | Commit message (Expand) | Author |
2005-07-09 | make sure we use long instead of int so we dont truncate 64bit values | Mike Frysinger |
2005-07-09 | we need the syscall6() version of mmap | Mike Frysinger |
2005-07-08 | add some more useful debug output | Mike Frysinger |
2005-07-08 | err, x86_64 is RELA, not REL | Mike Frysinger |
2005-07-08 | need _DEBUG macros for NUMBER too | Mike Frysinger |
2005-07-08 | whitespace clean up | Mike Frysinger |
2005-07-08 | help if i named the var correctly ... | Mike Frysinger |
2005-07-08 | help if i named the var correctly ... | Mike Frysinger |
2005-07-08 | dl-debug.h for sparc | Mike Frysinger |
2005-07-08 | dl-debug.h for m68k | Mike Frysinger |
2005-07-08 | fix GET_ARGV() so it pulls out the argc/argv/envp properly | Mike Frysinger |
2005-07-07 | get rid of arch-specific defines in dl-startup.c and make each arch declare i... | Mike Frysinger |
2005-07-07 | add debug code for showing argc/argv/envp and touch up some other debug output | Mike Frysinger |
2005-07-07 | clean up whitespace | Mike Frysinger |
2005-07-07 | remove broken asm code in elf_machine_dynamic() and just do it the glibc way ... | Mike Frysinger |
2005-07-07 | make RUNPATH/RPATH support configurable | Mike Frysinger |
2005-07-07 | rip out all the duplicated debug code and move into a shared file | Mike Frysinger |
2005-07-06 | need features.h for the misc attribute defines and uclibc features | Mike Frysinger |
2005-07-06 | setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE() | Mike Frysinger |
2005-07-06 | import start of ldso based on glibc | Mike Frysinger |
2005-07-06 | make sure ldso.o depends on more files in subdirs | Mike Frysinger |
2005-07-04 | use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t... | Mike Frysinger |
2005-07-02 | use new __always_inline define | Mike Frysinger |
2005-07-02 | use new __always_inline define | Mike Frysinger |
2005-06-30 | oops, we dont want to use relative paths for the header files | Mike Frysinger |
2005-06-30 | if the include files get updated we want to rebuild | Mike Frysinger |
2005-06-30 | create generic ELF_* macros to hide 32/64 bit differences | Mike Frysinger |
2005-06-30 | whitespace tweaks | Mike Frysinger |
2005-06-30 | change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi... | Mike Frysinger |
2005-06-30 | Quick and dirty hack to prevent ld.so from beeing loaded twice. | Joakim Tjernlund |
2005-06-30 | typecast to long instead of int so pointers on 64bit arches can be typecast s... | Mike Frysinger |
2005-06-30 | small whitespace fix | Mike Frysinger |
2005-06-30 | err revert %p->%x change since _dl_printf() is not fprintf() | Mike Frysinger |
2005-06-30 | use %p instead of %x to show addresses so we dont have to worry about the siz... | Mike Frysinger |
2005-06-30 | use %p instead of %x to show addresses so we dont have to worry about the siz... | Mike Frysinger |
2005-06-30 | The function '_dl_memset' should always be inlined regardless of the | "Steven J. Hill" |
2005-06-27 | Add __libc_stack_end to ld.so. The libc.a version remains to do. | Joakim Tjernlund |
2005-06-25 | use _dl_debug_file instead of hardcode 2 | Mike Frysinger |
2005-06-25 | move _dl_if_debug_dprint() to shared ldso header | Mike Frysinger |
2005-06-25 | create some DEBUG macros for the ld debug early | Mike Frysinger |
2005-06-25 | whitespace/syntax cleanups | Mike Frysinger |
2005-06-25 | rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable | Mike Frysinger |
2005-06-25 | would help if it actually compiled :/ | Mike Frysinger |
2005-06-25 | hide the #ifdef debug macros/printfs behind one function to make the code mor... | Mike Frysinger |
2005-06-10 | Based in part on related code in glibc, this might even be correct. | Eric Andersen |
2005-06-10 | Finish updating mips for the new ABI | Eric Andersen |
2005-06-03 | clean up syntax/whitespace and a few variables to minimize diffs between i386... | Mike Frysinger |
2005-06-03 | tweak whitespace to minimize diffs between i386/m68k | Mike Frysinger |
2005-06-01 | Add debug printout of RTLD_GLOBAL and RTLD_NOW flag. | Joakim Tjernlund |
2005-06-01 | Initial support for both RUNPATH support. | Joakim Tjernlund |