summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-02-15fix fcntl() call so that it actually forces file to be closed on exec()Mike Frysinger
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-14sync with glibc and get a nice size shrinkage in the processMike Frysinger
2006-02-14Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. Pat..."Steven J. Hill"
2006-02-14after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger
2006-02-14remove fstat jump relocPeter S. Mazinger
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-13environ is GNU extensionPeter S. Mazinger
2006-02-13Mark functions as GNU extensionsPeter S. Mazinger
2006-02-13Update some copyrightsPeter S. Mazinger
2006-02-13Remove unused prototypesPeter 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-13s/#if/#ifdef/Peter S. Mazinger
2006-02-13Add back the 115200 limitPeter S. Mazinger
2006-02-13Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger
2006-02-13Don't compile daemon.c at all for non-MMUPeter 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-13Remove unused filesPeter S. Mazinger
2006-02-13More renames for IMAPeter S. Mazinger
2006-02-13Don't compile arc4random if option not setPeter S. Mazinger
2006-02-13More renames for IMAPeter S. Mazinger
2006-02-13Remove unused filePeter S. Mazinger
2006-02-13Rename some files, that will conflict w/ IMAPeter S. Mazinger
2006-02-13Remove unused filesPeter S. Mazinger
2006-02-12grab pselect from glibcMike Frysinger
2006-02-11rholzmann writes in Bug 716:Mike Frysinger
2006-02-11Joseph S. Myers writes:Mike Frysinger
2006-02-11add back in code cut by previous commit to fix the pathconf testMike 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-10sync with glibc and kill dead code to fix issues found by the nftw ltp testsMike Frysinger
2006-02-10eat whitespaceMike 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-09just drop all of the debug codeMike Frysinger
2006-02-08Bernhard Fischer says: get rid of local ret variableMike Frysinger
2006-02-08janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger