| Commit message (Expand) | Author | Age | Files | Lines |
* | Userland timecounter implementation for sparc64. |  kettenis | 2020-07-08 | 2 | -4/+41 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+23 |
* | Remove __builtin_saveregs: gcc hasn't used it for years. |  guenther | 2017-10-28 | 2 | -62/+2 |
* | 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 |
* | Simplify sig{set,long}jmp(): just Do The Job instead of calling others |  guenther | 2016-05-08 | 1 | -52/+50 |
* | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in |  kettenis | 2016-04-28 | 1 | -59/+22 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 2 | -2/+4 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 3 | -8/+8 |
* | Do not use <machine/float.h>, that is an deformed BSD-ism. |  deraadt | 2012-06-25 | 1 | -2/+2 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 1 | -6/+6 |
* | 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 | 3 | -2/+225 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -225/+2 |
* | In the original sparc V7 book (and in the v8 book), the divrem leaf code used |  deraadt | 2011-03-12 | 1 | -2/+2 |
* | 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 | 2 | -147/+2 |
* | these were not needed |  martynas | 2008-12-09 | 1 | -2/+1 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -6/+38 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 6 | -1/+158 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -96/+11 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Repair FLT_ROUNDS operation. ok kettenis@ |  miod | 2007-10-27 | 1 | -3/+3 |
* | 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 | 2 | -10/+2 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | In _longjmp(), flush windows rather than attempting to backtrack manually, |  miod | 2004-05-04 | 1 | -31/+16 |
* | fix to use sigaltstack again. help miod ok miod deraadt |  tedu | 2004-01-29 | 1 | -5/+5 |
* | ABI breakage happened with the sigaltstack replacement. It is too late, |  deraadt | 2004-01-15 | 1 | -4/+4 |
* | implementation of __ftoul (float -> unsigned long) (based on __dtoul above it) |  jason | 2003-07-21 | 1 | -6/+53 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 12 | -74/+26 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -1/+2 |
* | indent delay slot |  jason | 2003-02-18 | 1 | -2/+2 |
* | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... |  jason | 2003-02-08 | 1 | -4/+2 |
* | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 |  millert | 2001-10-11 | 1 | -5/+5 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 2 | -4/+14 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 1 | -2/+5 |
* | Adapt to our sigcontext and fix the obvious bugs. |  art | 2001-09-07 | 1 | -21/+25 |
* | explicit alignment, just like on alpha. |  art | 2001-09-05 | 1 | -2/+3 |
* | Last pieces needed to build libc on sparc64. |  art | 2001-08-29 | 1 | -0/+6 |
* | Bunch of necessary files from NetBSD. |  art | 2001-08-29 | 11 | -0/+965 |
* | more files from sparc. |  art | 2001-08-29 | 4 | -0/+183 |
* | bunch of files from sparc. |  art | 2001-08-29 | 7 | -0/+399 |