summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * libm: fix rint/scalb testcase failuresDenys Vlasenko2010-10-303-34/+80
| * libm: fix powf testcase failuresDenys Vlasenko2010-10-301-28/+35
| * libm: fix scalb testsuite failuresDenys Vlasenko2010-10-301-7/+6
| * libm: fix testuite failure in modfDenys Vlasenko2010-10-302-11/+7
| * test/math/*: unbreakDenys Vlasenko2010-10-3012-10/+10122
| * sleep: include Linus' email in the commentDenys Vlasenko2010-10-301-5/+21
| * sleep: document testing result on 2.4.x kernelsDenys Vlasenko2010-10-291-1/+1
| * sleep: add comment with test program for SIG_IGNed SIGCHLDDenys Vlasenko2010-10-291-5/+38
| * Fix msync() redefinition for noMMU buildBernhard Reutner-Fischer2010-10-271-0/+5
| * mips: fix errno setting after syscallAlexander Gordeev2010-10-273-5/+8
| * *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-226-12/+43
| * remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
| * sleep: tiny code shrinkDenys Vlasenko2010-10-221-4/+4
| * sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-223-6/+17
| * sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko2010-10-221-22/+18
| * libm/x86: use call instead of jump for wrappersTimo Teräs2010-10-221-4/+8
| * sleep: remove commented-out code. no code changesDenys Vlasenko2010-10-221-4/+0
| * sleep: code shrinkDenys Vlasenko2010-10-212-33/+28
| * vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko2010-10-191-21/+20
| * _vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko2010-10-191-5/+3
| * vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko2010-10-191-136/+135
| * vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko2010-10-191-25/+38
| * getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa2010-10-141-17/+8
| * getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
| * getservice: fix handling of long linesNatanael Copa2010-10-141-22/+16
| * parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
| * config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
| * getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa2010-10-141-3/+2
| * config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
| * sparc: pipe.SAustin Foxley2010-10-011-1/+1
* | ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono2010-10-1113-105/+171
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-09-245-62/+59
|\|
| * ldso_sh: add support for protected symbols to SHSalvatore Cro2010-09-241-18/+24
| * libc: Sort HEADERS_RM alphabeticallyCarmelo Amoroso2010-09-221-41/+26
| * nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-203-3/+8
* | ldso: Fix loadaddr and mappaddr when prelink support is enabled.Filippo Arcidiacono2010-09-173-29/+14
* | ldso: Add runtime prelink supportFilippo Arcidiacono2010-09-178-9/+177
* | ldso: Do not add the ld.so at the end of the loaded modules listFilippo Arcidiacono2010-09-171-55/+64
* | ldso: Add support for LD_WARN and LD_TRACE_PRELINKINGFilippo Arcidiacono2010-09-177-25/+164
* | ldso: Rework global scope handling and symbol lookup mechanismFilippo Arcidiacono2010-09-1710-75/+197
* | ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono2010-09-178-15/+199
|/
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122
* nptl: Remove nptl/sysdeps/generic directory from include listCarmelo Amoroso2010-09-161-1/+0
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* libc: Add canonicalize_file_name functionCarmelo Amoroso2010-09-165-8/+121
* test: Update gitignore to take into account new tests added.Carmelo Amoroso2010-09-161-4/+26
* ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono2010-09-151-7/+10
* tests: Added new nptl testsSalvatore Cro2010-09-1558-1/+4877
* sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro2010-09-151-21/+107
* sh: move data without fetching cache block within the memsetSalvatore Cro2010-09-151-28/+34