| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 2 | -2/+23 |
| 2019-11-10 | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, |  guenther | 1 | -1/+4 |
| 2018-06-22 | Save and restore the relevant FPU state on armv7. |  kettenis | 2 | -25/+25 |
| 2018-05-17 | Drop memory barrier in _atomic_lock() implementation since the callers now |  kettenis | 1 | -2/+1 |
| 2018-02-28 | Change floating-point mode/environment control functions to operate on |  kettenis | 6 | -0/+211 |
| 2017-12-26 | Add ARM EABI runtime aliases to the GCC runtime functions that we include |  kettenis | 1 | -1/+6 |
| 2017-08-15 | Copy files from ../librthread in preparation for moving functionality |  guenther | 1 | -0/+49 |
| 2016-08-07 | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. |  guenther | 2 | -52/+96 |
| 2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp |  guenther | 4 | -17/+21 |
| 2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2 | -6/+4 |
| 2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 1 | -1/+2 |
| 2015-10-18 | Pull in <float.h> instead of declaring __flt_rounds() locally |  guenther | 1 | -3/+2 |
| 2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 1 | -3/+3 |
| 2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, |  guenther | 2 | -6/+4 |
| 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/+1 |
| 2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2 | -48/+1 |
| 2012-04-12 | alloca.c cannot be used |  deraadt | 1 | -2/+1 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2 | -3/+38 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -38/+3 |
| 2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 1 | -3/+3 |
| 2009-04-19 | - ldexp implementation has issues. switch to the one from libm |  martynas | 3 | -253/+2 |
| 2008-12-10 | use sys/cdefs.h; pointed out by theo |  martynas | 1 | -2/+2 |
| 2008-12-09 | ditto frexpl and ldexpl |  martynas | 1 | -2/+3 |
| 2008-12-09 | alias fabsl to fabs on these archs |  martynas | 1 | -1/+4 |
| 2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 4 | -99/+19 |
| 2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. |  martynas | 1 | -35/+22 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 3 | -24/+3 |
| 2006-02-06 | typos from alexey dobriyan; |  jmc | 1 | -2/+2 |
| 2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 1 | -12/+5 |
| 2005-08-07 | zap rcsid. |  espie | 3 | -15/+3 |
| 2005-02-01 | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2 | -76/+1 |
| 2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD |  drahn | 2 | -29/+37 |
| 2004-02-02 | add missing frexp |  drahn | 2 | -1/+76 |
| 2004-02-02 | cleanup |  drahn | 1 | -17/+1 |
| 2004-02-02 | This file was not supposed to committed. |  drahn | 1 | -967/+0 |
| 2004-02-02 | Use the real fpgetround found in softfloat. |  drahn | 2 | -10/+1 |
| 2004-02-02 | sigh, watch for compile errors... |  drahn | 1 | -4/+4 |
| 2004-02-01 | ARGH, forgot tags. |  drahn | 15 | -0/+15 |
| 2004-02-01 | arm libc support. From NetBSD. currently supports softfloat. |  drahn | 17 | -0/+2326 |