| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace two-operand instruction aliases that clang does not |  visa | 2019-01-05 | 1 | -2/+2 |
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias |  guenther | 2018-01-18 | 1 | -2/+3 |
* | Move SC_* defines into <machine/setjmp.h>, and rename them, |  visa | 2018-01-08 | 2 | -158/+158 |
* | Do not use an uninitialized value when determining the sign |  visa | 2017-10-15 | 1 | -4/+4 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+27 |
* | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2016-07-26 | 1 | -2/+3 |
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation |  guenther | 2016-05-30 | 3 | -5/+4 |
* | Do setjmp cookies for gp, sp, and ra |  guenther | 2016-05-30 | 2 | -26/+58 |
* | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2016-05-23 | 2 | -6/+2 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -40/+0 |
* | Implement longjmp directly and not on top of sigreturn. |  guenther | 2016-05-08 | 3 | -98/+125 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 6 | -57/+37 |
* | Don't need to define SYS_sycall here |  guenther | 2016-03-27 | 1 | -4/+1 |
* | 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 | -5/+7 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 4 | -16/+16 |
* | Delete an inexplicable comment |  guenther | 2015-10-04 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | This is probably what guenther@ had in mind. |  miod | 2015-09-05 | 1 | -2/+2 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-05 | 4 | -26/+34 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 9 | -25/+50 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 4 | -97/+21 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+21 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 2 | -4/+6 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -3/+19 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 2 | -53/+4 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 3 | -11/+15 |
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, |  guenther | 2014-07-21 | 2 | -5/+4 |
* | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 2014-06-09 | 1 | -4/+1 |
* | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 2014-06-04 | 1 | -16/+1 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 2 | -4/+2 |
* | these are no longer used; ok guenther |  deraadt | 2012-09-04 | 1 | -57/+0 |
* | Do not use <machine/float.h>, that is an deformed BSD-ism. |  deraadt | 2012-06-25 | 1 | -2/+2 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -8/+6 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -3/+1 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -57/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+80 |
* | sigstack() is long dead, and the compat sigaltstack syscall is gone too. |  guenther | 2011-11-22 | 1 | -2/+2 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 3 | -2/+119 |
* | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed |  miod | 2011-07-08 | 1 | -2/+1 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -119/+2 |
* | Fix the previous commit: define ___cerror, no __cerror |  guenther | 2011-04-05 | 1 | -4/+4 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 12 | -27/+33 |
* | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms |  guenther | 2010-10-01 | 1 | -3/+3 |
* | Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although |  miod | 2010-09-24 | 2 | -2/+46 |
* | Give little-endian fp on mips a change to be handled correctly. |  miod | 2010-01-23 | 1 | -0/+4 |
* | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending |  miod | 2009-12-11 | 8 | -69/+69 |
* | Use a local numeric label to branch to the start of the function, instead of |  miod | 2009-11-01 | 1 | -2/+3 |