summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-062-2/+23
* Copy files from ../librthread in preparation for moving functionalityguenther2017-08-151-0/+41
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-261-2/+3
* Only require 4 byte alignment on ILP32 archsguenther2016-05-291-2/+2
* Add XOR cookies for rp and sp. Switch from calling obsoleteguenther2016-05-231-77/+75
* Don't add setjmp.S twice.kettenis2016-04-281-2/+2
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-3/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-188-19/+19
* bring in math.h to provide prototypesderaadt2013-11-131-1/+2
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+2
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-2/+20
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-20/+2
* Sticky flags are in the left half of fpsr; not the undefined bitsmartynas2011-04-221-2/+2
* Remove wrong check.ariane2011-04-151-10/+1
* 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-193-450/+2
* use sys/cdefs.hderaadt2008-12-102-4/+3
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+5
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+11
* 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-076-32/+6
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* Use correct type for old values. No binary change.otto2004-01-052-4/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-025-34/+14
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
* reversed condition checking for sig*jmp(, savemask)mickey2002-10-211-4/+4
* deal w/ longjmp(, 0)mickey2002-10-211-2/+4
* make an ieeefp regress pass; miod@ okmickey2002-10-218-35/+36
* I was on drugs when I commited this initially, and still do not understandmiod2002-05-228-244/+53
* kill unused linemickey2002-05-171-2/+1
* More fp-related libc pieces for hppa.miod2002-03-1112-1/+887
* fix typo, and put back stack frame opsmickey2002-02-081-8/+11
* reverse condition in the sp botchness check, we need to nullifymickey2002-02-071-10/+9
* implement the setjmp/longjmp family, based on fredette@'s workmickey2002-02-063-23/+204
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-102-6/+6
* entrieness cleanupmickey2001-06-041-4/+4
* fix fork, brk/sbrk; rcsid embeddingmickey2001-03-291-1/+7
* alignment seems like a good idea; after art@alphamickey2001-01-241-3/+4
* some basic frameworkmickey1999-09-146-1980/+139
* some missing parts; sys is not ready yetmickey1998-12-172-0/+1981