summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-02-08sync with glibcMike Frysinger
2006-02-07remove outdated fileMike Frysinger
2006-02-07grab syscall() from glibcMike Frysinger
2006-02-06kill _dummy symbolMike Frysinger
2006-02-04use just __getdents64 rather than either __getdents and __getdents64 when pos...Mike Frysinger
2006-02-04we get d_type from the kernel so use itMike Frysinger
2006-02-04import files from glibc for an ia64/static portMike Frysinger
2006-02-04Dont link and remove link.hPeter S. Mazinger
2006-02-04integrate frv link.hMike Frysinger
2006-02-03Weaken libc's hidden fork versions, ltp test failedPeter S. Mazinger
2006-02-03getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger
2006-02-02even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger
2006-02-02fix typo s/__initbrk/__init_brk/Peter S. Mazinger
2006-02-01missed two __curbrkPeter S. Mazinger
2006-02-01I will risk this one: __curbrkPeter S. Mazinger
2006-02-01add syscall6Mike Frysinger
2006-02-01add prototype to get rid of warningMike Frysinger
2006-02-01cast buf to get rid of warningMike Frysinger
2006-01-31s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-30Assebler sources ment to be preprocessed shouldn't contain assembler"Jan-Benedict Glaw"
2006-01-30another attempt to fix sendfile64Peter S. Mazinger
2006-01-30make it build if WCHAR is disabledPeter S. Mazinger
2006-01-30Using hidden_proto solves this internally, my proposal was wrongPeter S. Mazinger
2006-01-30Use memset instead of bzeroPeter S. Mazinger
2006-01-30hidden moved to prototypePeter S. Mazinger
2006-01-29Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger
2006-01-29use typeof to create the prototypeMike Frysinger
2006-01-29make sure clone/__clone are created properlyMike Frysinger
2006-01-29disable usage of .setMike Frysinger
2006-01-29rename _sys_result var to get rid of shadow warningsMike Frysinger
2006-01-29create local prototypeMike Frysinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29rename resultvar to get rid of shadow warningsMike Frysinger
2006-01-29create local prototypes to shutup warningsMike Frysinger
2006-01-29create a local prototype to shutup warningsMike Frysinger
2006-01-29just use the common ptrace versionMike Frysinger
2006-01-29undefine stupid defines from the kernelMike Frysinger
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-27First round of VAX patches. This isn't complete right now, there are for"Jan-Benedict Glaw"
2006-01-27Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger
2006-01-27Add back explicit prototype, archs miss sys/io.h, remove m68k exclusionPeter S. Mazinger
2006-01-27s|sys/perm.h|sys/io.h|, thx vapierPeter S. Mazinger
2006-01-27try at crt1 code by tweaking crt0.c and utilizing the -S output of gccMike Frysinger
2006-01-26touchup style to match other arch versionsMike Frysinger
2006-01-26make sure we include the local sysdep.h headerMike Frysinger
2006-01-26remove things that libc-symbols.h already defines for usMike Frysinger
2006-01-26cris uses @ for asm line separationsMike Frysinger