| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 1 | -1/+2 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 2 | -4/+6 |
* | Pull in <float.h> instead of declaring __flt_rounds() locally |  guenther | 2015-10-18 | 1 | -3/+2 |
* | Uses angle brackets to include softfloat.h, and add the proper directory to |  miod | 2015-09-13 | 1 | -1/+2 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 1 | -3/+3 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 9 | -18/+38 |
* | use #function rather than @function on arm |  deraadt | 2015-08-31 | 1 | -2/+2 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 11 | -21/+55 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 5 | -68/+14 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+96 |
* | At some point arm moved to a unified syntax for arm and thumb instructions. |  jsg | 2015-06-08 | 2 | -37/+41 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 1 | -2/+2 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -3/+17 |
* | Stop encoding the syscall number in the swi instruction - this has been |  jsing | 2015-03-31 | 1 | -4/+3 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 2 | -23/+3 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 2 | -9/+16 |
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, |  guenther | 2014-07-21 | 2 | -6/+4 |
* | 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 |
* | Remove #ifdef _REENTRANT code that isn't used here. These days, the code |  kettenis | 2013-12-31 | 1 | -11/+1 |
* | yup, we do ELF |  deraadt | 2013-12-24 | 1 | -6/+1 |
* | bring in math.h to provide prototypes |  deraadt | 2013-11-13 | 1 | -1/+2 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 1 | -4/+1 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 3 | -10/+10 |
* | The kernel returns the pending set; this stub has to save it through |  guenther | 2012-07-01 | 1 | -4/+8 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -12/+5 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 2 | -48/+1 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -32/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+48 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 2 | -3/+38 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 2 | -38/+3 |
* | Move arm to the 'MI' softfloat code instead of the arm version. |  drahn | 2011-07-05 | 29 | -7171/+2 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 2 | -3/+6 |
* | more rcsid/sccs cleanup |  deraadt | 2009-10-28 | 2 | -6/+2 |
* | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter |  drahn | 2009-05-03 | 2 | -10/+16 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -3/+3 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 3 | -253/+2 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 1 | -2/+2 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -2/+3 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 1 | -1/+4 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 3 | -0/+17 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -99/+19 |
* | clear sign bit, instead of comparing to zero and setting x=-x. |  martynas | 2008-07-23 | 1 | -35/+22 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 14 | -112/+14 |
* | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ |  drahn | 2007-05-17 | 1 | -2/+2 |
* | Unbreak libc on arm. -moj |  maja | 2007-05-17 | 1 | -2/+2 |
* | fix some lint 'xxx used, but not defined' warnings by properly adding |  otto | 2007-05-15 | 1 | -1/+4 |