| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-13 | Geode CPU does not support SSE, so MXCSR does not exists there. As |  bluhm | 3 | -9/+3 |
| 2020-12-06 | On i386 setjmp(3) should store the FPU state and longjmp(3) restore |  bluhm | 3 | -3/+15 |
| 2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from |  bluhm | 3 | -76/+79 |
| 2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 1 | -1/+2 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 2 | -2/+23 |
| 2019-03-15 | Remove FBSDID. |  kevlo | 1 | -4/+1 |
| 2018-05-28 | Clear the sign bit in the QNAN constants used by strtof, strtod and strtold, |  jmatthew | 1 | -4/+4 |
| 2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias |  guenther | 1 | -2/+3 |
| 2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" |  guenther | 18 | -57/+86 |
| 2017-11-28 | GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections |  tb | 2 | -4/+4 |
| 2017-08-19 | Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignments |  deraadt | 3 | -6/+6 |
| 2017-08-19 | Don't need .text before ENTRY(), also minor spacing cleanups |  deraadt | 2 | -6/+2 |
| 2017-08-19 | Put _map table into .rodata instead of .text |  deraadt | 1 | -2/+2 |
| 2017-08-15 | Copy files from ../librthread in preparation for moving functionality |  guenther | 1 | -0/+25 |
| 2017-06-01 | Remove branch prediction hint from conditional branch instruction. |  naddy | 1 | -2/+2 |
| 2016-05-30 | Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how |  guenther | 3 | -70/+124 |
| 2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 1 | -48/+0 |
| 2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 10 | -201/+40 |
| 2016-03-21 | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. |  guenther | 1 | -27/+0 |
| 2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 1 | -0/+27 |
| 2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 3 | -4/+7 |
| 2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2 | -4/+6 |
| 2015-09-13 | Need SYS.h for END_STRONG() |  guenther | 4 | -4/+4 |
| 2015-09-13 | Add hidden _libc_ aliases and symbol sizes |  guenther | 4 | -0/+4 |
| 2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the |  guenther | 2 | -3/+2 |
| 2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2 | -10/+10 |
| 2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 11 | -30/+56 |
| 2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 14 | -27/+63 |
| 2015-08-26 | Hide many (194!) symbols that nothing should be using. |  guenther | 5 | -64/+9 |
| 2015-08-22 | Explicitly list the symbols permitted to be exported by libc. |  guenther | 1 | -0/+10 |
| 2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2 | -4/+4 |
| 2015-05-14 | Use STRONG_ALIAS instead of ALTENTRY. |  kettenis | 2 | -4/+6 |
| 2015-04-21 | Eliminate the last uses of *fork's second syscall return register; the pid |  guenther | 1 | -3/+3 |
| 2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2 | -3/+30 |
| 2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2 | -15/+3 |
| 2015-01-04 | remove code for ancient gcc. |  daniel | 1 | -6/+1 |
| 2014-12-11 | we do not need the complexity of an assembly swab function here. |  tedu | 2 | -69/+2 |
| 2014-12-02 | Noone cares what castle the princess is in |  deraadt | 3 | -5/+3 |
| 2014-12-02 | sync bcopy/memmove/memcpy implementation with the kernel. ok deraadt |  tedu | 3 | -161/+46 |
| 2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 8 | -91/+207 |
| 2014-11-14 | let this compile with clang; no binary change with gcc. |  daniel | 1 | -2/+2 |
| 2014-06-09 | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 1 | -5/+1 |
| 2014-06-04 | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 1 | -14/+1 |
| 2013-11-12 | add proto for amd64 case; unify otherwise |  deraadt | 1 | -1/+1 |
| 2012-12-22 | Make sure the stack is 16-byte aligned otherwise the use of certain SSE |  kettenis | 1 | -1/+4 |
| 2012-09-04 | remove lint leftovers; ok guenther@ |  okan | 2 | -5/+2 |
| 2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 14 | -31/+31 |
| 2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 1 | -24/+20 |
| 2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2 | -52/+2 |
| 2012-04-12 | alloca.c cannot be used |  deraadt | 1 | -3/+1 |