summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-02ldouble_wrappers: make code less verbose via WRAPPER2 macroDenys Vlasenko
2010-11-02ldouble_wrappers: remove i386-specific optimizationDenys Vlasenko
2010-10-31libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko
2010-10-31libm: fix tgamma to actually do return true gamma functionDenys Vlasenko
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko
2010-10-31libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...Denys Vlasenko
2010-10-31libm: revert wrong ldouble wrapper hack "fix"Denys Vlasenko
2010-10-31libm: fix false positives in double testsDenys Vlasenko
2010-10-31libm: fix remaining failures in test-floatDenys Vlasenko
2010-10-30libm: fix rint/scalb testcase failuresDenys Vlasenko
2010-10-30libm: fix powf testcase failuresDenys Vlasenko
2010-10-30libm: fix scalb testsuite failuresDenys Vlasenko
2010-10-30libm: fix testuite failure in modfDenys Vlasenko
2010-10-30test/math/*: unbreakDenys Vlasenko
2010-10-30sleep: include Linus' email in the commentDenys Vlasenko
2010-10-29sleep: document testing result on 2.4.x kernelsDenys Vlasenko
2010-10-29sleep: add comment with test program for SIG_IGNed SIGCHLDDenys Vlasenko
2010-10-27Fix msync() redefinition for noMMU buildBernhard Reutner-Fischer
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-10-22remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko
2010-10-22sleep: tiny code shrinkDenys Vlasenko
2010-10-22sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko
2010-10-22sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko
2010-10-22libm/x86: use call instead of jump for wrappersTimo Teräs
2010-10-22sleep: remove commented-out code. no code changesDenys Vlasenko
2010-10-21sleep: code shrinkDenys Vlasenko
2010-10-19vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko
2010-10-19_vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko
2010-10-19vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko
2010-10-19vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko
2010-10-14getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa
2010-10-14getnet: simplify alias handling and reduce MAXALIASESNatanael Copa
2010-10-14getservice: fix handling of long linesNatanael Copa
2010-10-14parse_config: discard rest of incomplete lineNatanael Copa
2010-10-14config parser: always initialize line pointerNatanael Copa
2010-10-14getservice: getservent_r must return ERANGE when buffer is too smallNatanael Copa
2010-10-14config parser: do not assume that realloc return same pointerNatanael Copa
2010-10-01sparc: pipe.SAustin Foxley
2010-09-24ldso_sh: add support for protected symbols to SHSalvatore Cro
2010-09-22libc: Sort HEADERS_RM alphabeticallyCarmelo Amoroso
2010-09-20nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso
2010-09-17libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso
2010-09-16nptl: Remove nptl/sysdeps/generic directory from include listCarmelo Amoroso
2010-09-16nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-09-16test: Update gitignore to take into account new tests added.Carmelo Amoroso
2010-09-15ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono
2010-09-15tests: Added new nptl testsSalvatore Cro
2010-09-15sh: update the memcpy adding a new loop with aggressive prefetchingSalvatore Cro