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