| Commit message (Expand) | Author | Age | Files | Lines |
| * | retire the sparc library code |  tedu | 2016-09-01 | 45 | -2600/+0 |
| * | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2016-07-26 | 1 | -2/+3 |
| * | More fixes from miod |  guenther | 2016-05-23 | 1 | -4/+4 |
| * | Include SYS.h instead of DEFS.h now that this does a direct syscall |  guenther | 2016-05-23 | 1 | -2/+2 |
| * | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -41/+0 |
| * | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in |  kettenis | 2016-05-09 | 1 | -60/+39 |
| * | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 5 | -125/+15 |
| * | Switch to RSYSCALL: no special handling is needed here any more and |  guenther | 2016-03-27 | 1 | -6/+2 |
| * | 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 | 1 | -1/+2 |
| * | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 2 | -4/+6 |
| * | Add hidden _libc_ aliases and symbol sizes |  guenther | 2015-09-13 | 1 | -0/+1 |
| * | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 7 | -15/+34 |
| * | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 5 | -6/+32 |
| * | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 4 | -54/+17 |
| * | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+17 |
| * | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 1 | -3/+3 |
| * | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -4/+9 |
| * | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 2 | -17/+4 |
| * | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 1 | -4/+7 |
| * | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 2014-06-09 | 1 | -6/+1 |
| * | Fix modf() on sparc |  tobiasu | 2014-06-07 | 1 | -3/+3 |
| * | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 2014-06-04 | 1 | -5/+1 |
| * | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
| * | Add support for -fPIC |  deraadt | 2012-09-04 | 5 | -8/+61 |
| * | remove lint leftovers; ok guenther@ |  okan | 2012-09-04 | 2 | -4/+2 |
| * | these are no longer used; ok guenther |  deraadt | 2012-09-04 | 1 | -49/+0 |
| * | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 9 | -19/+19 |
| * | 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 | -9/+3 |
| * | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -3/+1 |
| * | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -40/+0 |
| * | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+74 |
| * | 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/+232 |
| * | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -232/+2 |
| * | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 1 | -7/+6 |
| * | In the original sparc V7 book (and in the v8 book), the divrem leaf code used |  deraadt | 2011-03-12 | 1 | -2/+2 |
| * | more rcsid/sccs cleanup |  deraadt | 2009-10-28 | 6 | -30/+1 |
| * | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
| * | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 2 | -143/+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 | -1/+4 |
| * | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 1 | -1/+2 |
| * | remove unused |  martynas | 2008-12-09 | 6 | -201/+0 |
| * | - add long double signbit |  martynas | 2008-12-09 | 2 | -4/+3 |
| * | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 10 | -1/+221 |
| * | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -96/+11 |
| * | Repair FLT_ROUNDS operation. ok kettenis@ |  miod | 2007-10-27 | 1 | -3/+3 |