| Commit message (Expand) | Author | Age | Files | Lines |
* | Save and restore the MXCSR register and the FPU control word such that |  kettenis | 2020-10-21 | 3 | -3/+15 |
* | amd64: TSC timecounter: prefix RDTSC with LFENCE |  cheloha | 2020-08-23 | 1 | -4/+4 |
* | Clean up the amd64 userland timecounter implementation a bit: |  kettenis | 2020-07-08 | 1 | -10/+10 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+44 |
* | Add retguard macros to setjmp/longjmp on amd64. Knocks out some useful |  mortimer | 2019-03-30 | 3 | -21/+33 |
* | Add retguard macros for libc. |  mortimer | 2018-07-03 | 9 | -9/+27 |
* | Put _map table into .rodata instead of .text |  deraadt | 2017-08-19 | 1 | -3/+2 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+26 |
* | Switch from calling obsolete sig{block,setmask} to directly using the |  guenther | 2016-05-29 | 2 | -21/+27 |
* | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle |  deraadt | 2016-05-12 | 3 | -21/+80 |
* | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the |  guenther | 2015-11-14 | 1 | -2/+2 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 3 | -5/+7 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 2 | -22/+6 |
* | Put obvious END() macros that match ENTRY() entries. |  uebayasi | 2015-05-29 | 12 | -12/+51 |
* | remove code for ancient gcc. |  daniel | 2015-01-04 | 1 | -7/+1 |
* | add proto for amd64 case; unify otherwise |  deraadt | 2013-11-12 | 1 | -2/+4 |
* | Do a PC-relative relocation for _map rather than going through |  martynas | 2013-04-23 | 1 | -2/+2 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 3 | -8/+8 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 2 | -16/+1 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 3 | -2/+110 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -110/+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 | 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 | -97/+12 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -2/+4 |
* | zap rcsid. |  espie | 2005-08-07 | 4 | -19/+4 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Sync with NetBSD, picking up fixes to correctly reset status bits returning |  kettenis | 2004-07-13 | 1 | -3/+6 |
* | do signal blocking before saving registers |  deraadt | 2004-02-09 | 2 | -23/+23 |
* | 16 byte align for performance, as on other architectures |  deraadt | 2004-02-08 | 1 | -2/+4 |
* | from freebsd, helps awk too: |  deraadt | 2004-02-08 | 1 | -2/+2 |
* | from freebsd (and appears to make our awk work better) |  deraadt | 2004-02-08 | 1 | -17/+14 |
* | things for amd64; from art@ |  mickey | 2004-01-28 | 19 | -0/+911 |