summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/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-191-2/+2
* these were not neededmartynas2008-12-091-2/+1
* ditto frexpl and ldexplmartynas2008-12-091-1/+2
* - add long double signbitmartynas2008-12-096-6/+38
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-076-1/+160
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-97/+12
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-2/+4
* zap rcsid.espie2005-08-074-19/+4
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* Sync with NetBSD, picking up fixes to correctly reset status bits returningkettenis2004-07-131-3/+6
* do signal blocking before saving registersderaadt2004-02-092-23/+23
* 16 byte align for performance, as on other architecturesderaadt2004-02-081-2/+4
* from freebsd, helps awk too:deraadt2004-02-081-2/+2
* from freebsd (and appears to make our awk work better)deraadt2004-02-081-17/+14
* things for amd64; from art@mickey2004-01-2819-0/+911