| 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/+19 |
| 2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 1 | -2/+3 |
| 2016-05-09 | Stop using sigreturn for longjmp, just set the signal mask and return |  guenther | 3 | -40/+69 |
| 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 | -2/+2 |
| 2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific |  miod | 1 | -7/+46 |
| 2013-03-28 | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 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/+39 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -39/+2 |
| 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 | -245/+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 | -1/+4 |
| 2008-12-09 | alias fabsl to fabs on these archs |  martynas | 1 | -1/+2 |
| 2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 4 | -97/+11 |
| 2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 1 | -2/+4 |
| 2005-08-07 | zap rcsid. |  espie | 16 | -84/+16 |
| 2005-02-01 | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2 | -76/+2 |
| 2004-01-29 | fix to use sigaltstack again. help miod ok miod deraadt |  tedu | 1 | -6/+6 |
| 2004-01-15 | ABI breakage happened with the sigaltstack replacement. It is too late, |  deraadt | 1 | -4/+4 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -21/+9 |
| 2003-05-02 | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 1 | -3/+3 |
| 2003-03-10 | duplicate words and spelling fixes in comments |  david | 1 | -3/+3 |
| 2003-03-01 | Provide real ieee fp*() functions; from NetBSD. |  miod | 5 | -48/+56 |
| 2002-01-04 | longjmp(..., 0) is not really legal, but all other archs I've looked |  art | 2 | -4/+11 |
| 2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 3 | -39/+93 |
| 2001-09-10 | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 1 | -30/+50 |
| 2001-01-24 | Add alignment on this ugly array. |  art | 1 | -3/+4 |
| 1997-08-01 | pull in protos |  deraadt | 1 | -2/+3 |
| 1997-07-23 | tabify |  kstailey | 1 | -4/+4 |
| 1996-11-13 | Sync to NetBSD + fixup RCS IDs |  niklas | 18 | -46/+96 |
| 1996-08-19 | Fix RCS ids |  tholo | 18 | -34/+70 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 18 | -0/+1255 |