summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* lstat/stat/fstat: Use 64bit version of syscall if availablemasterKhem Raj2012-02-053-13/+42
* Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj2012-02-051-2/+2
* tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer2012-01-296-4/+12
* handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer2012-01-291-2/+2
* *: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer2012-01-289-2/+50
* buildsys: fixup sigaction handlingBernhard Reutner-Fischer2012-01-286-20/+6
* libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso2012-01-271-2/+1
* *: silence some warningsBernhard Reutner-Fischer2012-01-2618-68/+111
* syscall: flag ia64 syscall error path as unlikelyBernhard Reutner-Fischer2012-01-261-2/+2
* arm: tweak commentBernhard Reutner-Fischer2012-01-261-2/+2
* libc: fix signal handling in system()Richard Braun2012-01-231-17/+20
* i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitionsDenys Vlasenko2012-01-181-5/+4
* stubs: mark stubs as usedBernhard Reutner-Fischer2012-01-181-0/+1
* mips/dlfcn.h: Disable RTLD_DEEPBINDKhem Raj2012-01-161-0/+2
* libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer2012-01-152-0/+4
* libc: allow to backtrace out of abort callCarmelo Amoroso2012-01-132-0/+4
* getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgetsDenys Vlasenko2012-01-011-1/+1
* getpass: several fixesDenys Vlasenko2011-12-231-27/+19
* x86_64: add PLT bypass for __sigsetjmpMike Frysinger2011-12-033-2/+7
* getutid: add a hidden defMike Frysinger2011-12-031-0/+1
* make ARRAY_SIZE commonly available internallyMike Frysinger2011-11-271-3/+0
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-251-3/+3
* libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso2011-11-231-8/+0
* stdio: add support for "e" flag with fopen()Mike Frysinger2011-11-201-1/+8
* misc: hide __gen_tempnameBernhard Reutner-Fischer2011-11-172-4/+4
* stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer2011-11-172-2/+2
* regex_old: make some internal helpers staticBernhard Reutner-Fischer2011-11-171-5/+5
* inet: hide relocationsBernhard Reutner-Fischer2011-11-171-1/+2
* unistd: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+4
* resolv: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+7
* Add a C6X-specific ipc.h.Bernd Schmidt2011-11-141-0/+55
* libc: flesh out linux scheduler functionsHenning Heinold2011-11-079-17/+277
* ldso: support RTLD_NOLOADTimo Teräs2011-11-071-2/+2
* stdlib: add qsort_rBernhard Reutner-Fischer2011-11-073-6/+26
* powerpc: Fix typo in clone()Bernhard Reutner-Fischer2011-11-041-1/+1
* Add stub for eventfd.Jean-Christian de Rivaz2011-11-041-0/+4
* libm: implement a generic sincos().William Pitcock2011-11-041-1/+1
* setegid: use setresgid conditionallyBernhard Reutner-Fischer2011-11-021-0/+6
* stubs: remove leftover undefsBernhard Reutner-Fischer2011-11-021-61/+0
* stubs: handle linux module functionsBernhard Reutner-Fischer2011-11-022-4/+5
* stubs: handle linux-specificBernhard Reutner-Fischer2011-11-022-19/+184
* stubs: fix inverted socket logicBernhard Reutner-Fischer2011-11-021-19/+19
* stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer2011-11-021-0/+34
* Add eventfd support.Jean-Christian de Rivaz2011-10-313-1/+68
* sparc: fix build for linuxthreads.oldRob Landley2011-10-271-1/+1
* sh: fix build for SH in !NPTL caseRob Landley2011-10-271-1/+1
* resolv: fix memory leakBernhard Reutner-Fischer2011-10-211-0/+2
* resolv: commentary typo fixBernhard Reutner-Fischer2011-10-201-1/+1
* gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer2011-10-201-0/+1
* resolv: fix compilationBernhard Reutner-Fischer2011-10-201-2/+2