summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll: redo cancellation to match masterBernhard Reutner-Fischer
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-12wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
2011-05-12NPTL: needs madvise internallyBernhard Reutner-Fischer
2011-05-12socket: fix stubsBernhard Reutner-Fischer
2011-05-11epoll: unify epoll.hBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11Implement epoll_create1 and epoll_pwait system calls.Thierry Reding
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11socketcalls: add stubsBernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-11Implement accept4 system call.Thierry Reding
2011-05-10getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10__uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10*/crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer
2011-05-07posix_fadvise64: fix x86 implementationTimo Teräs
2011-05-05i386: fix .size of _init/_finiBernhard Reutner-Fischer