summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-27dont run ls and make sure diff aborts if it failsMike Frysinger
2005-07-27add a basic errno test based on one from ltpMike Frysinger
2005-07-26update notes about alpha/x86_64Mike Frysinger
2005-07-26Update the todo list for 0.9.28Eric Andersen
2005-07-25Fix 2 bugs in strftime related to glibc struct tm extensions.Manuel Novoa III
2005-07-23Since __syscall_error is a C func, we need to store the syscall return valueManuel Novoa III
2005-07-17whoops, reversed naming of nano sec members ... kernel uses _, user space doe...Mike Frysinger
2005-07-17syntax cleanupsMike Frysinger
2005-07-17tweak whitespaceMike Frysinger
2005-07-17rip out previous armeb old-stat abi compat code since arm linux opinion is th...Mike Frysinger
2005-07-17add support for nanosecondsMike Frysinger
2005-07-16make sure the stat64 struct is packed to prevent further ABI headaches as don...Mike Frysinger
2005-07-16with the help of John Bowler, track down the ugly ABI change between 2.4 / 2....Mike Frysinger
2005-07-15add support for passing nano seconds (if arch supports it)Mike Frysinger
2005-07-15allow people to build shared/ldso but disable threadsMike Frysinger
2005-07-14a [mostly working] elfinterp.c based on i386 / glibcMike Frysinger
2005-07-14when running shared tests, use the toplevel ldsoMike Frysinger
2005-07-14remove unused instructionsMike Frysinger
2005-07-14import the rest of the glibc start.S so PIE worksMike Frysinger
2005-07-13eat pointless whitespaceMike Frysinger
2005-07-13dump the address we transfer control toMike Frysinger
2005-07-13oops, fix typo in ELF_ST_BIND macrosMike Frysinger
2005-07-13use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger
2005-07-12use wrapper debug macros to improve readabilityMike Frysinger
2005-07-12import fix from glibc to resolve segfault reported by wmq in Bug 335Mike Frysinger
2005-07-11dont use void* when we know the type of pointer we wantMike Frysinger
2005-07-11force hash buckets to work off of 32bit quantitiesMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11create a new wrapper macro for debug early outputMike Frysinger
2005-07-11minor touchups in debug output/commentsMike Frysinger
2005-07-11base __rtld_stack_end off of argv instead of args so we dont have to worry ab...Mike Frysinger
2005-07-11declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a W...Mike Frysinger
2005-07-11make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to itMike Frysinger
2005-07-10add some info on what needs to be done for specific archesMike Frysinger
2005-07-10need syscall.h for __NR_clone definitionMike Frysinger
2005-07-10 define an abort instruction for m68kMike Frysinger
2005-07-10define an abort instruction for alphaMike Frysinger
2005-07-10alphabetize and warn if an arch is undefinedMike Frysinger
2005-07-10merge updates from glibc and fix up to work againMike Frysinger
2005-07-10update __UCLIBC_CTOR_DTOR__ checkMike Frysinger
2005-07-09punt unused __pthread_return_void funcMike Frysinger
2005-07-09import the __syscall_error trick for errno handlingMike Frysinger
2005-07-09this should be able to handle both 32 and 64 bit sparcMike Frysinger
2005-07-09drop the envp codeMike Frysinger
2005-07-09style updatesMike Frysinger
2005-07-09rewrite crt in asm using glibc as a basisMike Frysinger
2005-07-09update styleMike Frysinger
2005-07-09make sure we use long instead of int so we dont truncate 64bit valuesMike Frysinger
2005-07-09we need the syscall6() version of mmapMike Frysinger