summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha/gen
AgeCommit message (Expand)Author
2015-06-01Since the __{div,rem}{l,q}{,u} special libc entry points use a specificMiod Vallat
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.Theo de Raadt
2012-04-12alloca.c cannot be usedTheo de Raadt
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09ditto frexpl and ldexplMartynas Venckus
2008-12-09alias fabsl to fabs on these archsMartynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-08-07zap rcsid.Marc Espie
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2004-01-29fix to use sigaltstack again. help miod ok miod deraadtTed Unangst
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2002-01-04longjmp(..., 0) is not really legal, but all other archs I've lookedArtur Grabowski
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2001-01-24Add alignment on this ugly array.Artur Grabowski
1997-08-01pull in protosTheo de Raadt
1997-07-23tabifykstailey
1996-11-13Sync to NetBSD + fixup RCS IDsNiklas Hallqvist
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt