summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-192-143/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+2
* remove unusedmartynas2008-12-095-156/+0
* - add long double signbitmartynas2008-12-091-2/+1
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-076-1/+158
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+11
* Repair FLT_ROUNDS operation. ok kettenis@miod2007-10-271-3/+3
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+2
* zap rcsid.espie2005-08-0720-91/+20
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* In _longjmp(), flush windows rather than attempting to backtrack manually,miod2004-05-041-28/+19
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0213-81/+29
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
* Indent delay slot insnsjason2003-04-228-43/+43
* Make the mul/div/rem (and u... versions) weak so that ld.so can overridedrahn2002-11-233-3/+18
* _C_LABEL where needed.art2002-08-053-13/+13
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-102-4/+8
* Use the LBL frexp() on all platforms with ieee floating point.millert2001-09-101-1/+3
* $OpenBSD$todd2000-03-011-1/+1
* pull in protosderaadt1997-08-011-1/+4
* tabifykstailey1997-07-232-4/+4
* Fix RCS idstholo1996-08-1922-69/+76
* From NetBSD: merge of 960317niklas1996-03-191-4/+8
* From NetBSD: Add explicit return typeniklas1996-02-242-2/+4
* initial import of NetBSD treederaadt1995-10-1823-0/+1792