summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* buildsys: add make {,install_}startfilesBernhard Reutner-Fischer2010-11-243-3/+12
* test/math: bessel depend on XSI_MATHBernhard Reutner-Fischer2010-11-241-2/+6
* resolv.c fails for /etc/hosts lookupsPhilip Nye2010-11-231-8/+12
* Disables the automatic disable of shared library for sparc-v7.Konrad Eisele2010-11-181-1/+0
* Adding quad float gcc intrinsic implementation for SPARCAustin Foxley2010-11-1841-2/+7220
* ntpl: fix static linking by not leaking SSP_ALL_CFLAGSNatanael Copa2010-11-1115-16/+0
* nptl: use correct unwind header for unwind-forcedunwindBernhard Reutner-Fischer2010-11-101-0/+1
* microblaze: build infrastructureSteven J. Magnani2010-11-104-67/+35
* microblaze: thread supportSteven J. Magnani2010-11-103-0/+268
* microblaze: optimized memcpy/memmoveSteven J. Magnani2010-11-103-0/+687
* microblaze: misc headersSteven J. Magnani2010-11-104-17/+71
* microblaze: kernel headersSteven J. Magnani2010-11-105-64/+72
* microblaze: Restore soft-floatSteven J. Magnani2010-11-102-0/+225
* microblaze: vfork/clone interfaceSteven J. Magnani2010-11-102-52/+49
* microblaze: syscall interfaceSteven J. Magnani2010-11-102-57/+48
* microblaze: Fix crt bootstrapSteven J. Magnani2010-11-103-0/+147
* microblaze: Fix setjmp/longjmpSteven J. Magnani2010-11-103-39/+50
* ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko2010-11-021-6/+6
* ldouble_wrappers: make code less verbose via WRAPPER2 macroDenys Vlasenko2010-11-021-44/+16
* ldouble_wrappers: remove i386-specific optimizationDenys Vlasenko2010-11-021-102/+3
* libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)Denys Vlasenko2010-10-312-1/+5
* libm: fix tgamma to actually do return true gamma functionDenys Vlasenko2010-10-317-26/+106
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-316-45/+56
* libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...Denys Vlasenko2010-10-313-28/+139
* libm: revert wrong ldouble wrapper hack "fix"Denys Vlasenko2010-10-311-8/+10
* libm: fix false positives in double testsDenys Vlasenko2010-10-312-1/+19
* libm: fix remaining failures in test-floatDenys Vlasenko2010-10-313-17/+84
* 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