summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-24ldso: silence warning about unused tls var if !tlsBernhard Reutner-Fischer
2010-11-24config_parser: hide symbolsBernhard Reutner-Fischer
2010-11-24test: ignore some more binariesBernhard Reutner-Fischer
2010-11-24wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer
2010-11-24buildsys: add make {,install_}startfilesBernhard Reutner-Fischer
2010-11-24test/math: bessel depend on XSI_MATHBernhard Reutner-Fischer
2010-11-23resolv.c fails for /etc/hosts lookupsPhilip Nye
2010-11-18Disables the automatic disable of shared library for sparc-v7.Konrad Eisele
2010-11-18Adding quad float gcc intrinsic implementation for SPARCAustin Foxley
2010-11-11ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa
2010-11-10nptl: use correct unwind header for unwind-forcedunwindBernhard Reutner-Fischer
2010-11-10microblaze: build infrastructureSteven J. Magnani
2010-11-10microblaze: thread supportSteven J. Magnani
2010-11-10microblaze: optimized memcpy/memmoveSteven J. Magnani
2010-11-10microblaze: misc headersSteven J. Magnani
2010-11-10microblaze: kernel headersSteven J. Magnani
2010-11-10microblaze: Restore soft-floatSteven J. Magnani
2010-11-10microblaze: vfork/clone interfaceSteven J. Magnani
2010-11-10microblaze: syscall interfaceSteven J. Magnani
2010-11-10microblaze: Fix crt bootstrapSteven J. Magnani
2010-11-10microblaze: Fix setjmp/longjmpSteven J. Magnani
2010-11-02ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko
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