summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2006-02-22Added a CRIS specific version of termios.h. It is identical toPeter Kjellerstedt
2006-02-22grab header file from glibcMike Frysinger
2006-02-22epoll is linux specificMike Frysinger
2006-02-22sync headers with glibcMike Frysinger
2006-02-22simplify epoll codeMike Frysinger
2006-02-22grab from glibcMike Frysinger
2006-02-22make sure we declare underscore usage as pointed out by psmMike Frysinger
2006-02-21Solve sendfile64 conflict if __NR_sendfile64 does not existPeter S. Mazinger
2006-02-20grab from glibcMike Frysinger
2006-02-20removedMike Frysinger
2006-02-19sync with glibcMike Frysinger
2006-02-19rename file and fix setting of errnoMike Frysinger
2006-02-19fix sysfs callMike Frysinger
2006-02-18remove hunk that shouldnt have been committedMike Frysinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-18touchup syscall break define so it doesnt conflict with kernel headersMike Frysinger
2006-02-18grab headers from glibcMike Frysinger
2006-02-16Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger
2006-02-16Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this...Peter S. Mazinger
2006-02-15get rid of __pipePeter S. Mazinger
2006-02-15Sloppy patching on my part. This should be correct."Steven J. Hill"
2006-02-15Kill 2 signedness warningsPeter S. Mazinger
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-15Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger
2006-02-15Move hidden prototypes to proper place and get rid of duplicate hiddenPeter S. Mazinger
2006-02-15hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger
2006-02-15we cant simply alias getdents to getdents64 as they deal with structures of d...Mike Frysinger
2006-02-14Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. Pat..."Steven J. Hill"
2006-02-13Rename _mmap.c to mmap.c so that vax does not pick up both common and arch sp...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
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