summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
| * sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
| * Correct a bug when remapping textrel segments on nommuAlan Davis2011-05-271-0/+3
| * unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+0
| * epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
| * epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-132-4/+34
| * libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-121-1/+1
| * wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
| * linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-124-4/+4
| * NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
| * socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
| * commentary typo fixBernhard Reutner-Fischer2011-05-113-3/+3
| * epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
| * commentary typo fixBernhard Reutner-Fischer2011-05-117-10/+10
| * Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87
| * buildsys: document UCLIBC_EXTRA_CPPFLAGSBernhard Reutner-Fischer2011-05-112-2/+3
| * lll: avoid shadow warningsBernhard Reutner-Fischer2011-05-113-80/+80
| * x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer2011-05-111-0/+3
| * libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-111-0/+0
| * Revert "libubacktrace: fix config-symbol handling"Bernhard Reutner-Fischer2011-05-111-1/+1
| * add pipe2()Bernhard Reutner-Fischer2011-05-116-2/+48
| * socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
| * accept4: Implement cancellationBernhard Reutner-Fischer2011-05-117-19/+77
| * Implement accept4 system call.Thierry Reding2011-05-112-0/+19
| * libubacktrace: fix config-symbol handlingBernhard Reutner-Fischer2011-05-111-1/+1
| * buildsys: Turn on strict aliasing for everyoneBernhard Reutner-Fischer2011-05-111-5/+3
| * ldso: commentary typo fixBernhard Reutner-Fischer2011-05-101-1/+1
| * 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
| * libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono2011-05-102-2/+18
| * */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-0443-356/+1816
|\|
| * libubacktrace: fix backtrace support on arm-eabi, which needs libgcc_eh linke...Henning Heinold2011-05-041-0/+4
| * 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
| * x86_64: silence warning if !TLSBernhard Reutner-Fischer2011-05-031-1/+7
| * buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
| * madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
| * test_nptl: fix expected result for tst-cputimer[123]Filippo Arcidiacono2011-05-031-4/+0
| * test_nptl: fix expected result for tst-clock2 testFilippo Arcidiacono2011-05-022-2/+1
| * buildsys: make $(LOCAL_INSTALL_PATH) phonyBernhard Reutner-Fischer2011-05-021-0/+1
| * ether_aton: reject invalid inputBernhard Reutner-Fischer2011-05-021-2/+4
| * tests: disable ether tests if !HAS_SOCKETBernhard Reutner-Fischer2011-05-011-1/+5
| * inet: add ether_aton testcaseDavid A Ramos2011-05-011-0/+46