summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha/gen
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add support for timeconting in userland.pirofti2-2/+23
2017-08-15Copy files from ../librthread in preparation for moving functionalityguenther1-0/+19
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther1-2/+3
2016-05-09Stop using sigreturn for longjmp, just set the signal mask and returnguenther3-40/+69
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther1-1/+2
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther1-2/+2
2015-06-01Since the __{div,rem}{l,q}{,u} special libc entry points use a specificmiod1-7/+46
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt1-2/+2
2012-04-12alloca.c cannot be usedderaadt1-3/+1
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas2-2/+39
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2-39/+2
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsmartynas1-2/+2
2009-04-19- ldexp implementation has issues. switch to the one from libmmartynas3-245/+2
2008-12-10use sys/cdefs.h; pointed out by theomartynas1-2/+2
2008-12-09ditto frexpl and ldexplmartynas1-1/+4
2008-12-09alias fabsl to fabs on these archsmartynas1-1/+2
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754martynas4-97/+11
2005-11-29if we pull in a .S file, we must fake out the lint with a .c filederaadt1-2/+4
2005-08-07zap rcsid.espie16-84/+16
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'smillert2-76/+2
2004-01-29fix to use sigaltstack again. help miod ok miod deraadttedu1-6/+6
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,deraadt1-4/+4
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-21/+9
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert1-3/+3
2003-03-10duplicate words and spelling fixes in commentsdavid1-3/+3
2003-03-01Provide real ieee fp*() functions; from NetBSD.miod5-48/+56
2002-01-04longjmp(..., 0) is not really legal, but all other archs I've lookedart2-4/+11
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert3-39/+93
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.millert1-30/+50
2001-01-24Add alignment on this ugly array.art1-3/+4
1997-08-01pull in protosderaadt1-2/+3
1997-07-23tabifykstailey1-4/+4
1996-11-13Sync to NetBSD + fixup RCS IDsniklas18-46/+96
1996-08-19Fix RCS idstholo18-34/+70
1995-10-18initial import of NetBSD treederaadt18-0/+1255