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