Age | Commit message (Expand) | Author |
2006-01-19 | would help if i used the right variable name ... | Mike Frysinger |
2006-01-19 | Frank Mehnert writes: | Mike Frysinger |
2006-01-19 | update sparc code using x86_64 as a template | Mike Frysinger |
2006-01-19 | first pass at updating sparc ldso with code from glibc | Mike Frysinger |
2006-01-19 | update syscall macros so both ldso and libc can use them | Mike Frysinger |
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger |
2006-01-17 | cut out unused code | Mike Frysinger |
2006-01-17 | cleanup whitespace | Mike Frysinger |
2006-01-17 | since just about everyone uses return _dl_elf_main for START() now, make it t... | Mike Frysinger |
2006-01-14 | grab some more fixes from x86_64 | Mike Frysinger |
2006-01-14 | m68k ldso works again (well, lazy relocation is broken atm) | Mike Frysinger |
2006-01-14 | add back in _dl_start_user | Mike Frysinger |
2006-01-14 | fixup so we can at least get to the ldso Standalone execution step | Mike Frysinger |
2006-01-14 | Revert 13276, cache corrupted on x86 | Peter S. Mazinger |
2006-01-14 | use regular headers rather than trying to get tricky | Mike Frysinger |
2006-01-13 | fix up ability to rename ldso | Mike Frysinger |
2006-01-12 | fix a (very unlikely) page leak | Mike Frysinger |
2006-01-11 | need to include bits/sysnum.h for all of our __NR_* defs | Mike Frysinger |
2006-01-10 | support a few more relocation types | Mike Frysinger |
2006-01-09 | list more relocs | Mike Frysinger |
2006-01-08 | other half of lazy relocation from glibc dl-trampoline | Mike Frysinger |
2006-01-08 | patch by Jocke to fix up lazy relocation | Mike Frysinger |
2005-12-27 | nlist should be unsigned, not signed, as it tracks # of elements in init_fini... | Mike Frysinger |
2005-12-27 | revert debug "fix" since it isnt correct and previous version works | Mike Frysinger |
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger |
2005-12-15 | Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so | Joakim Tjernlund |
2005-12-14 | fix signed/unsigned warnings and unused warnings | Mike Frysinger |
2005-12-14 | remove .oS too | Mike Frysinger |
2005-12-11 | Fix debugging. | "Steven J. Hill" |
2005-12-10 | Remove trailing ';' from strong_alias, thx Bernhard Fischer | Peter S. Mazinger |
2005-11-28 | Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl) | Peter S. Mazinger |
2005-11-23 | change to Lesser GPL 2.1 as pointed out by psm | Mike Frysinger |
2005-11-22 | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger |
2005-11-22 | rework depends and stripping so that libraries arent rebuilt all the time in ... | Mike Frysinger |
2005-11-22 | remove headers_done since it broke buildroot again | Mike Frysinger |
2005-11-22 | add some copyright info | Mike Frysinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-21 | Do not create any files (dl-progname.h) in ldso anymore | Peter S. Mazinger |
2005-11-21 | Partly undo earlier patch on vapier's request | Peter S. Mazinger |
2005-11-21 | Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__ | Peter S. Mazinger |
2005-11-21 | Do not create header links, use -I to find them. Moved dl-progname.h to ldso/... | Peter S. Mazinger |
2005-11-20 | fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects | Mike Frysinger |
2005-11-18 | make -j2 works here | Peter S. Mazinger |
2005-11-18 | Add info to CFLAGS about lib we are building | Peter S. Mazinger |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign... | Peter S. Mazinger |
2005-11-17 | Use -z relro/-z now on all libs, add some new variables needed later, move co... | Peter S. Mazinger |
2005-11-09 | update license | Mike Frysinger |
2005-11-06 | Do not set the RELOCS_DONE flag until it is actually done. This order matters... | "Steven J. Hill" |
2005-11-02 | Don't need this debug check anymore. | Joakim Tjernlund |
2005-11-02 | psm missed a spot :) | Joakim Tjernlund |