| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+23 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+41 |
* | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2016-07-26 | 1 | -2/+3 |
* | Only require 4 byte alignment on ILP32 archs |  guenther | 2016-05-29 | 1 | -2/+2 |
* | Add XOR cookies for rp and sp. Switch from calling obsolete |  guenther | 2016-05-23 | 1 | -77/+75 |
* | Don't add setjmp.S twice. |  kettenis | 2016-04-28 | 1 | -2/+2 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 1 | -1/+2 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 1 | -3/+3 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-18 | 8 | -19/+19 |
* | bring in math.h to provide prototypes |  deraadt | 2013-11-13 | 1 | -1/+2 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+2 |
* | Do not use <machine/float.h>, that is an deformed BSD-ism. |  deraadt | 2012-06-25 | 1 | -2/+2 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -3/+1 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 2 | -2/+20 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 2 | -20/+2 |
* | Sticky flags are in the left half of fpsr; not the undefined bits |  martynas | 2011-04-22 | 1 | -2/+2 |
* | Remove wrong check. |  ariane | 2011-04-15 | 1 | -10/+1 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 3 | -450/+2 |
* | use sys/cdefs.h |  deraadt | 2008-12-10 | 2 | -4/+3 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+4 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 1 | -1/+5 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -96/+11 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -1/+2 |
* | zap rcsid. |  espie | 2005-08-07 | 6 | -32/+6 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Use correct type for old values. No binary change. |  otto | 2004-01-05 | 2 | -4/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 5 | -34/+14 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -1/+2 |
* | reversed condition checking for sig*jmp(, savemask) |  mickey | 2002-10-21 | 1 | -4/+4 |
* | deal w/ longjmp(, 0) |  mickey | 2002-10-21 | 1 | -2/+4 |
* | make an ieeefp regress pass; miod@ ok |  mickey | 2002-10-21 | 8 | -35/+36 |
* | I was on drugs when I commited this initially, and still do not understand |  miod | 2002-05-22 | 8 | -244/+53 |
* | kill unused line |  mickey | 2002-05-17 | 1 | -2/+1 |
* | More fp-related libc pieces for hppa. |  miod | 2002-03-11 | 12 | -1/+887 |
* | fix typo, and put back stack frame ops |  mickey | 2002-02-08 | 1 | -8/+11 |
* | reverse condition in the sp botchness check, we need to nullify |  mickey | 2002-02-07 | 1 | -10/+9 |
* | implement the setjmp/longjmp family, based on fredette@'s work |  mickey | 2002-02-06 | 3 | -23/+204 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 2 | -6/+6 |
* | entrieness cleanup |  mickey | 2001-06-04 | 1 | -4/+4 |
* | fix fork, brk/sbrk; rcsid embedding |  mickey | 2001-03-29 | 1 | -1/+7 |
* | alignment seems like a good idea; after art@alpha |  mickey | 2001-01-24 | 1 | -3/+4 |
* | some basic framework |  mickey | 1999-09-14 | 6 | -1980/+139 |
* | some missing parts; sys is not ready yet |  mickey | 1998-12-17 | 2 | -0/+1981 |