summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-24fts: fix warning due to old-style function definitionCarmelo Amoroso
2011-06-17resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer
2011-06-14resolv: try next server on SERVFAILBernhard Reutner-Fischer
2011-06-14getaddrinfo: allow numeric service without any hintsNatanael Copa
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN
2011-06-11ARM: detect BX availibility at build timeYann E. MORIN
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-06-10Fix __libc_epoll_pwait compile failure on x86Phil Blundell
2011-05-27libc: make common longjmp usable with NPTLFilippo Arcidiacono
2011-05-27sh: use the common implementation for longjmpFilippo Arcidiacono
2011-05-27sh: fix build in !NPTL caseFilippo Arcidiacono