summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Collapse)Author
2006-02-22Added a CRIS specific version of termios.h. It is identical toPeter Kjellerstedt
libc/sysdeps/linux/common/bits/termios.h with a couple of CRIS specific baud rates added.
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 ↵Peter S. Mazinger
this header at all installed?
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, ↵Peter S. Mazinger
linuxthreads[_db] as well, don't try on slow box
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 ↵Mike Frysinger
different sizes on 32bit hosts
2006-02-14Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. ↵"Steven J. Hill"
Patch tested.
2006-02-13Rename _mmap.c to mmap.c so that vax does not pick up both common and arch ↵Peter S. Mazinger
specific mmap
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵Peter S. Mazinger
libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore
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 ↵Peter S. Mazinger
the archs fail
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
This patch fixes some of the ARM EABI code to be interworking-safe, using bx where appropriate. (This code went in around the same time as the Thumb patches, hence not being fixed by those patches.)
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 ↵Mike Frysinger
call, and dont bother with 64bit versions on 64bit hosts as the regular one works fine (should fix the setrlimit ltp tests)
2006-02-10add support for newer [sg]etgroups function and make the function a simple ↵Mike Frysinger
passthrough on 64bit arches (should fix the getgroup crashes in ltp)
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
provide the newer versions
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
provide older versions at all)