summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-02-13Weaken all that I remember being used in libpthreadPeter S. Mazinger
2006-02-13get_current_dir_name is GNU extension as wellPeter S. Mazinger
2006-02-13Mark some as GNU extensionsPeter S. Mazinger
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger
2006-02-13Add back the 115200 limitPeter S. Mazinger
2006-02-13Remove vfork.c from Makefile as wellPeter S. Mazinger
2006-02-13Remove it, it's the same as the generic one in ../commonPeter S. Mazinger
2006-02-13Remove unused filePeter S. Mazinger
2006-02-12grab pselect from glibcMike Frysinger
2006-02-11Joseph S. Myers writes:Mike Frysinger
2006-02-11get rid of pass through funcMike Frysinger
2006-02-11fix my always_inline typo to fix building on most archesMike Frysinger
2006-02-10only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger
2006-02-10add support for newer [sg]etgroups function and make the function a simple pa...Mike Frysinger
2006-02-10sync with glibc, should fix the swap* segfaults in ltpMike Frysinger
2006-02-10dont bother with a pass through callMike Frysinger
2006-02-10add support for newer style kernel calls since some arches (like sparc) only ...Mike Frysinger
2006-02-09fix errno settingMike Frysinger
2006-02-09fix prototype for 64bit hostsMike Frysinger
2006-02-09use the newer versions of functions when available (fixes sparc which doesnt ...Mike Frysinger
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