summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-04-02fchmodat: fix handling of flagsMike Frysinger
2012-03-28stdio: Fix char signedness in _load_inttype()Bernhard Reutner-Fischer
2012-03-26arm: disable ioperm/iopl stubsMike Frysinger
2012-03-26Revert "Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl...Mike Frysinger
2012-03-26time.c: Readability improvements - no code changesDenys Vlasenko
2012-03-26stubs: unified from futureBernhard Reutner-Fischer
2012-03-26Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl.c}Jason Woodward
2012-03-26inet:rpc: fix build in !NPTL caseCarmelo Amoroso
2012-03-25stdio: prevent retries on fclose/fflush after write errorsDenys Vlasenko
2012-03-25microblaze: add sys/user.hSteve Bennett
2012-03-11__stdio_WRITE: make code more readable. No code changesDenys Vlasenko
2012-02-13arm: Do not use 'sed -r' to calculate IS_EABIKhem Raj
2012-02-07inet:rpc: fix authnone_marshal in multithreading contextCarmelo Amoroso
2012-02-05lstat/stat/fstat: Use 64bit version of syscall if availableKhem Raj
2012-02-05Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-29handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2012-01-26syscall: flag ia64 syscall error path as unlikelyBernhard Reutner-Fischer
2012-01-26arm: tweak commentBernhard Reutner-Fischer
2012-01-23libc: fix signal handling in system()Richard Braun
2012-01-18i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitionsDenys Vlasenko
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer
2012-01-16mips/dlfcn.h: Disable RTLD_DEEPBINDKhem Raj
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2012-01-01getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgetsDenys Vlasenko
2011-12-23getpass: several fixesDenys Vlasenko
2011-12-03x86_64: add PLT bypass for __sigsetjmpMike Frysinger
2011-12-03getutid: add a hidden defMike Frysinger
2011-11-27make ARRAY_SIZE commonly available internallyMike Frysinger
2011-11-25buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso
2011-11-23libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso
2011-11-20stdio: add support for "e" flag with fopen()Mike Frysinger
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-11-17stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer
2011-11-17regex_old: make some internal helpers staticBernhard Reutner-Fischer
2011-11-17inet: hide relocationsBernhard Reutner-Fischer
2011-11-17unistd: hide relocationsBernhard Reutner-Fischer
2011-11-17resolv: hide relocationsBernhard Reutner-Fischer
2011-11-14Add a C6X-specific ipc.h.Bernd Schmidt
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-11-07stdlib: add qsort_rBernhard Reutner-Fischer
2011-11-04powerpc: Fix typo in clone()Bernhard Reutner-Fischer
2011-11-04Add stub for eventfd.Jean-Christian de Rivaz
2011-11-04libm: implement a generic sincos().William Pitcock