summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc: fix daylight saving time handlingGuillaume Bourcier2011-10-121-1/+1
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-063-1/+40
* microblaze linux has no SDA supportSteve Bennett2011-10-062-8/+0
* microblaze can be either big or little endianSteve Bennett2011-10-061-1/+8
* Use the generic bits/select.h for microblazeSteve Bennett2011-10-061-58/+0
* Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko2011-09-152-20/+42
* resolv: simple optimizations and style/readability fixesDenys Vlasenko2011-09-101-118/+107
* inet: build all res_* and ns_* functions conditionallyDaniel Mack2011-08-261-3/+2
* inet/resolv: add res_ninit and res_ncloseDaniel Mack2011-08-261-13/+128
* inet/resolv: add res_mkqueryDaniel Mack2011-08-263-2/+124
* inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack2011-08-263-1/+204
* inet/resolv: add dn_skipname and ns_name_skipDaniel Mack2011-08-261-0/+52
* inet/resolv: Add dn_compDaniel Mack2011-08-261-1/+14
* inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack2011-08-261-0/+468