summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/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/+41
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther1-2/+3
2016-05-29Only require 4 byte alignment on ILP32 archsguenther1-2/+2
2016-05-23Add XOR cookies for rp and sp. Switch from calling obsoleteguenther1-75/+73
2016-04-28Don't add setjmp.S twice.kettenis1-2/+2
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-3/+3
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther8-19/+19
2013-11-13bring in math.h to provide prototypesderaadt1-1/+2
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-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/+20
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2-20/+2
2011-04-22Sticky flags are in the left half of fpsr; not the undefined bitsmartynas1-2/+2
2011-04-15Remove wrong check.ariane1-10/+1
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-450/+2
2008-12-10use sys/cdefs.hderaadt2-4/+3
2008-12-09ditto frexpl and ldexplmartynas1-1/+4
2008-12-09alias fabsl to fabs on these archsmartynas1-1/+5
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754martynas4-96/+11
2005-11-29if we pull in a .S file, we must fake out the lint with a .c filederaadt1-1/+2
2005-08-07zap rcsid.espie6-32/+6
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'smillert2-76/+2
2004-01-05Use correct type for old values. No binary change.otto2-4/+4
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert5-34/+14
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert1-1/+2
2002-10-21reversed condition checking for sig*jmp(, savemask)mickey1-4/+4
2002-10-21deal w/ longjmp(, 0)mickey1-2/+4
2002-10-21make an ieeefp regress pass; miod@ okmickey8-35/+36
2002-05-22I was on drugs when I commited this initially, and still do not understandmiod8-244/+53
2002-05-17kill unused linemickey1-2/+1
2002-03-11More fp-related libc pieces for hppa.miod12-1/+887
2002-02-08fix typo, and put back stack frame opsmickey1-8/+11
2002-02-07reverse condition in the sp botchness check, we need to nullifymickey1-10/+9
2002-02-06implement the setjmp/longjmp family, based on fredette@'s workmickey3-23/+204
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2-6/+6
2001-06-04entrieness cleanupmickey1-4/+4
2001-03-29fix fork, brk/sbrk; rcsid embeddingmickey1-1/+7
2001-01-24alignment seems like a good idea; after art@alphamickey1-3/+4
1999-09-14some basic frameworkmickey6-1980/+139
1998-12-17some missing parts; sys is not ready yetmickey2-0/+1981