| Commit message (Expand) | Author | Age | Files | Lines |
* | Geode CPU does not support SSE, so MXCSR does not exists there. As |  bluhm | 2020-12-13 | 3 | -9/+3 |
* | On i386 setjmp(3) should store the FPU state and longjmp(3) restore |  bluhm | 2020-12-06 | 3 | -3/+15 |
* | Introduce constants to access the setjmp(3) jmp_buf fields from |  bluhm | 2020-12-06 | 3 | -76/+79 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+23 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 2017-11-29 | 1 | -2/+2 |
* | Put _map table into .rodata instead of .text |  deraadt | 2017-08-19 | 1 | -2/+2 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+25 |
* | Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how |  guenther | 2016-05-30 | 3 | -70/+124 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 3 | -4/+7 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 2 | -10/+10 |
* | remove code for ancient gcc. |  daniel | 2015-01-04 | 1 | -6/+1 |
* | let this compile with clang; no binary change with gcc. |  daniel | 2014-11-14 | 1 | -2/+2 |
* | add proto for amd64 case; unify otherwise |  deraadt | 2013-11-12 | 1 | -1/+1 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 4 | -11/+11 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 2 | -52/+2 |
* | 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 | -3/+110 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -110/+3 |
* | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 1 | -1/+1 |
* | 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 | 1 | -2/+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/+160 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -99/+12 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -1/+3 |
* | zap rcsid, tested there. okay deraadt@ |  espie | 2005-08-07 | 21 | -103/+20 |
* | Fix typo in comment (_setjmp -> setjmp) |  hshoexer | 2005-04-01 | 1 | -2/+2 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -77/+2 |
* | proto repairs |  deraadt | 2003-07-15 | 1 | -1/+3 |
* | pull in headers |  deraadt | 2003-06-25 | 3 | -6/+9 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 14 | -87/+31 |
* | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. |  drahn | 2003-04-17 | 3 | -4/+18 |
* | use _C_LABEL |  mickey | 2001-11-01 | 2 | -10/+10 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 3 | -28/+72 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 1 | -15/+28 |
* | tabify |  kstailey | 1997-07-23 | 1 | -6/+6 |
* | Remove dead code |  tholo | 1996-09-15 | 1 | -2/+2 |
* | Fix RCS ids |  tholo | 1996-08-19 | 22 | -50/+52 |
* | Use __asm, not asm |  tholo | 1996-03-25 | 1 | -3/+3 |
* | From NetBSD: Add explicit return type |  niklas | 1996-02-24 | 1 | -1/+3 |
* | from netbsd: Use <machine/asm.h> instead of DEFS.h |  deraadt | 1995-12-30 | 7 | -28/+28 |
* | from netbsd: |  deraadt | 1995-12-30 | 3 | -15/+12 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 22 | -0/+1062 |