summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sh/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/+46
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-262-4/+5
* Invoke the _HIDDEN() sigprocmask label rather than the public one.miod2015-10-312-8/+10
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-212-5/+5
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-04-188-19/+19
* 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/+1
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-3/+43
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-43/+3
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+3
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-452/+2
* this is not a write-only register. might have caused to optimizemartynas2009-04-051-2/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-102-4/+4
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+17
* clear sign bit, instead of comparing to zero and setting x=-x.martynas2008-07-231-6/+12
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-028-130/+264
* Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundotto2006-11-141-1/+5
* missing ;otto2006-11-131-2/+2
* fix infinity, taking into account endianess. ok drahn@ miod@otto2006-11-121-2/+6
* Move (back) to softfloat on sh for now.drahn2006-11-062-5/+13
* and I forgot ldexp.cdrahn2006-10-111-2/+2
* build modf.cdrahn2006-10-111-2/+2
* Preliminary userland bits for OpenBSD/landisk, many things coming frommiod2006-10-1017-0/+1140