summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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-14import the rest of the glibc start.S so PIE worksMike Frysinger
2005-07-12import fix from glibc to resolve segfault reported by wmq in Bug 335Mike 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-09the generic mmap.c is not good enough for us, we need the syscall6() versionMike Frysinger
2005-07-09setting envp is pointless since no other arch does itMike Frysinger
2005-07-08oops, we want to jmp to the syscall handler, not call itMike Frysinger
2005-07-08CRT0_ -> CRT_Mike Frysinger
2005-07-07clean up from psm ... merge glibc updates and punt errno handling in favor of...Mike Frysinger
2005-07-07dont need errno.h anymoreMike Frysinger
2005-07-07add update from psm to support 6 arguments to syscallMike Frysinger
2005-07-07update syntaxMike Frysinger
2005-07-07Yoshinori Sato writes:Mike Frysinger
2005-07-06update comments/syntax and make sure we include features.h for the hidden defineMike Frysinger
2005-07-06Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger
2005-07-06err, need to commit the rest of the changes from psm tooMike Frysinger
2005-07-06Peter S. Mazinger writes: we dont need features.hMike Frysinger
2005-07-06syntax touchups as suggested by Peter S. MazingerMike Frysinger
2005-07-06use % as the function marker instead of @Mike Frysinger
2005-07-06add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger
2005-07-04import armeb fixes as outlined by John BowlerMike Frysinger
2005-07-01enable clone.SMike Frysinger
2005-07-01sync up against latest glibc and add errno handlingMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01tweak whitespace/syntaxMike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger
2005-06-30remove pointless exit 1 ... if $(AR) fails then make will abort okMike Frysinger
2005-06-30fix typo in umount2() emulation of umount()Mike Frysinger
2005-06-30Oops, fix link fail.Joakim Tjernlund
2005-06-29Add __libc_stack_end to libc.Joakim Tjernlund