summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2005-06-29declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offJoakim Tjernlund
2005-06-29need to include features.h to get uclibc definesMike Frysinger
2005-06-29need to include features.h to get uclibc definesMike Frysinger
2005-06-29previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 ...Mike Frysinger
2005-06-29if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger
2005-06-29Minor cleanup.Joakim Tjernlund
2005-06-29syntax tweaksMike Frysinger
2005-06-29update Makefile to match ppc and new filesMike Frysinger
2005-06-29make sure we setup stat64 tooMike Frysinger
2005-06-29add syscall error handling with jockes simple errno setting solutionMike Frysinger
2005-06-29unneeded quotesMike Frysinger
2005-06-29rename crt0.S to crt1.S and clean up so it actually works :)Mike Frysinger
2005-06-29declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offMike Frysinger
2005-06-29cast buf as void* to fix warningMike Frysinger
2005-06-29always define __IPC_64 regardless of __NR_ipcMike Frysinger
2005-06-29tweak to get rid of warning when TZ is disabledMike Frysinger