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