| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-17 | Userland timecounter for macppc |  gkoehler | 1 | -2/+22 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 2 | -1/+22 |
| 2017-08-15 | Copy files from ../librthread in preparation for moving functionality |  guenther | 1 | -0/+53 |
| 2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2 | -4/+6 |
| 2016-05-29 | Only require 4 byte alignment on ILP32 archs |  guenther | 1 | -2/+2 |
| 2016-05-29 | Use .balign instead of .align; only need 8 byte alignment not 2^8 |  guenther | 1 | -2/+2 |
| 2016-05-22 | Add XOR cookies for r1 (stack) and lr. Switch from calling obsolete |  guenther | 2 | -108/+209 |
| 2016-05-15 | Add END() to match ENTRY() macros |  guenther | 2 | -3/+8 |
| 2016-05-08 | No, sigaltstack's onstack flag shouldn't be saved. Delete comment |  guenther | 1 | -2/+1 |
| 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 | -5/+5 |
| 2015-08-23 | Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by the |  kettenis | 1 | -3/+21 |
| 2014-04-17 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 8 | -19/+19 |
| 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-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 | -2/+0 |
| 2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. |  guenther | 1 | -2/+2 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2 | -1/+40 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -40/+1 |
| 2011-05-25 | On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of all |  martynas | 1 | -2/+6 |
| 2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 1 | -1/+1 |
| 2009-04-19 | - ldexp implementation has issues. switch to the one from libm |  martynas | 3 | -450/+2 |
| 2008-12-10 | use sys/cdefs.h; pointed out by theo |  martynas | 2 | -4/+4 |
| 2008-12-09 | ditto frexpl and ldexpl |  martynas | 1 | -1/+4 |
| 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 | -95/+10 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 6 | -48/+6 |
| 2006-03-31 | Gently cast to make lint happy. |  drahn | 1 | -2/+2 |
| 2006-03-31 | Be kind to lint, and specify the correct width on these constants. |  drahn | 3 | -6/+6 |
| 2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 1 | -0/+1 |
| 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 | -75/+1 |
| 2004-03-01 | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. |  drahn | 1 | -2/+8 |
| 2003-06-03 | terms 3 & 4 cleanup based on "terms" file |  deraadt | 1 | -6/+1 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 5 | -33/+13 |
| 2003-05-02 | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 1 | -0/+1 |
| 2003-01-29 | Align this char array accessed as double, for paranoia reasons. |  drahn | 1 | -3/+4 |
| 2002-10-24 | Remove some old if 0/if 1 code, it is pointless to keep this in. |  drahn | 1 | -16/+1 |
| 2002-06-17 | make fabs use asm, and license repair |  deraadt | 1 | -6/+32 |
| 2002-05-08 | Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright. |  drahn | 1 | -2/+39 |
| 2002-05-08 | OpenBSD tag. |  drahn | 1 | -0/+1 |
| 2002-05-08 | Add copyright block to this file I wrote long ago. |  drahn | 1 | -0/+31 |
| 2002-02-19 | We need to keep K&R compat macros for some ports where the assemnbler is |  millert | 1 | -4/+12 |
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 1 | -12/+4 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -65/+65 |
| 2001-09-11 | Keep the strings fully quoted. |  drahn | 1 | -2/+2 |
| 2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 3 | -27/+69 |
| 2001-09-10 | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 1 | -15/+28 |
| 2001-08-25 | Fix the __infinity constant on powerpc. |  drahn | 1 | -4/+4 |