summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2011-11-02setegid: use setresgid conditionallyBernhard Reutner-Fischer
2011-11-02stubs: remove leftover undefsBernhard Reutner-Fischer
2011-11-02stubs: handle linux module functionsBernhard Reutner-Fischer
2011-11-02stubs: handle linux-specificBernhard Reutner-Fischer
2011-11-02stubs: fix inverted socket logicBernhard Reutner-Fischer
2011-11-02stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer
2011-10-31Add eventfd support.Jean-Christian de Rivaz
2011-10-27sparc: fix build for linuxthreads.oldRob Landley
2011-10-27sh: fix build for SH in !NPTL caseRob Landley
2011-10-21resolv: fix memory leakBernhard Reutner-Fischer
2011-10-20resolv: commentary typo fixBernhard Reutner-Fischer
2011-10-20gethostbyname_r: set correct h_errno upon failureBernhard Reutner-Fischer
2011-10-20resolv: fix compilationBernhard Reutner-Fischer
2011-10-12libc: fix daylight saving time handlingGuillaume Bourcier
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-10-06microblaze linux has no SDA supportSteve Bennett
2011-10-06microblaze can be either big or little endianSteve Bennett
2011-10-06Use the generic bits/select.h for microblazeSteve Bennett
2011-09-15Defeat compiler optimization which assumes function addresses are never NULLDenys Vlasenko
2011-09-10resolv: simple optimizations and style/readability fixesDenys Vlasenko
2011-08-26inet: build all res_* and ns_* functions conditionallyDaniel Mack
2011-08-26inet/resolv: add res_ninit and res_ncloseDaniel Mack
2011-08-26inet/resolv: add res_mkqueryDaniel Mack
2011-08-26inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack
2011-08-26inet/resolv: add dn_skipname and ns_name_skipDaniel Mack
2011-08-26inet/resolv: Add dn_compDaniel Mack
2011-08-26inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack
2011-08-26inet/resolv: add ns_{put,get}{16,32}Daniel Mack
2011-08-26libc/inet/resolv.c: comment on #endif linesDaniel Mack
2011-07-01Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-29libc: add missing lock initialization in vswprintfMaksim Rayskiy