summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* inet/resolv: add ns_{put,get}{16,32}Daniel Mack2011-08-263-0/+36
* libc/inet/resolv.c: comment on #endif linesDaniel Mack2011-08-261-30/+30
* Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-07-011-0/+5
|\
| * libc: add missing lock initialization in vswprintfMaksim Rayskiy2011-06-291-0/+5
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-06-2441-298/+880
|\|
| * fts: fix warning due to old-style function definitionCarmelo Amoroso2011-06-241-48/+16
| * resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer2011-06-171-2/+2
| * resolv: try next server on SERVFAILBernhard Reutner-Fischer2011-06-141-1/+1
| * getaddrinfo: allow numeric service without any hintsNatanael Copa2011-06-141-7/+0
| * ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-131-15/+0
| * ARM: remove EABI/OABI selectionYann E. MORIN2011-06-112-4/+9
| * ARM: detect BX availibility at build timeYann E. MORIN2011-06-111-1/+8
| * ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN2011-06-111-0/+1
| * Fix __libc_epoll_pwait compile failure on x86Phil Blundell2011-06-101-2/+3
| * libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
| * sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
| * sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
| * unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+499
| * epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
| * epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-4/+21
| * wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
| * linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-121-2/+1
| * NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
| * socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
| * epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
| * commentary typo fixBernhard Reutner-Fischer2011-05-111-3/+3
| * Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87
| * add pipe2()Bernhard Reutner-Fischer2011-05-114-1/+39
| * socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
| * accept4: Implement cancellationBernhard Reutner-Fischer2011-05-116-19/+68
| * Implement accept4 system call.Thierry Reding2011-05-112-0/+19
| * getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-1/+2
| * __uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-0/+1
| * */crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer2011-05-1014-28/+0
| * posix_fadvise64: fix x86 implementationTimo Teräs2011-05-071-1/+3
| * i386: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2