summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * x86_64: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
| * Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-0524-0/+39
| * */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-0424-39/+0
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-05-0416-53/+1237
|\|
| * getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko2011-05-031-2/+2
| * getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko2011-05-031-26/+30
| * string: remove unused variableBernhard Reutner-Fischer2011-05-031-3/+1
| * buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
| * madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
| * ether_aton: reject invalid inputBernhard Reutner-Fischer2011-05-021-2/+4
| * sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-3/+2
| * __rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-1/+1
| * buildsys: minor fixes in Makefile.arch for C6XCarmelo Amoroso2011-04-271-5/+0