| Commit message (Expand) | Author | Age | Files | Lines |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -7/+6 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 2 | -50/+1 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -2/+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/+70 |
* | 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 | -3/+100 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 3 | -100/+3 |
* | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() |  deraadt | 2011-04-09 | 1 | -2/+2 |
* | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 2011-04-04 | 1 | -2/+4 |
* | more rcsid/sccs cleanup |  deraadt | 2009-10-28 | 7 | -37/+2 |
* | these were not needed |  martynas | 2008-12-09 | 1 | -2/+1 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+2 |
* | - add long double signbit |  martynas | 2008-12-09 | 6 | -6/+38 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 10 | -1/+222 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -97/+12 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -2/+5 |
* | zap rcsid. |  espie | 2005-08-07 | 78 | -388/+78 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Use an unsigned comparison against minbrk. |  miod | 2003-12-25 | 1 | -2/+2 |
* | warn about unsafe APIs at link time. Conditional on libc/Makefile defining |  deraadt | 2003-07-24 | 2 | -2/+17 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 1 | -8/+8 |
* | oops |  deraadt | 2003-06-11 | 2 | -12/+2 |
* | ansification; checked by pval |  deraadt | 2003-06-11 | 2 | -2/+12 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 1 | -22/+11 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 73 | -443/+151 |
* | assembler versions of insque and remque for m68k, also from 4.4BSD |  millert | 2003-05-09 | 2 | -0/+116 |
* | Oops, unbrek libc_p |  miod | 2002-11-18 | 1 | -2/+2 |
* | Move the weak definition from before the syscall's entry point to |  millert | 2002-11-06 | 1 | -13/+11 |
* | thread safe libc -- 2nd try. OK miod@, millert@ |  marc | 2002-11-05 | 1 | -18/+19 |
* | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace |  miod | 2002-11-05 | 9 | -28/+28 |
* | back out previous patch.. there are still some vax/m68k issues |  marc | 2002-11-03 | 1 | -1/+13 |
* | libc changes for thread safety. Tested on: |  marc | 2002-11-03 | 1 | -13/+1 |
* | Rewrite to get proper Copyright. |  espie | 2002-06-18 | 1 | -15/+40 |
* | We need to keep K&R compat macros for some ports where the assemnbler is |  millert | 2002-02-19 | 1 | -4/+12 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -12/+4 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -0/+48 |
* | Fix incorrect number of args to __SYSCALL. Somehow this managed to |  millert | 2001-09-21 | 1 | -9/+5 |
* | Add PSEUDO_NOERROR similar to that used by NetBSD. |  millert | 2001-09-20 | 1 | -17/+30 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 3 | -29/+72 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 1 | -15/+28 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 2 | -5/+5 |
* | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1999-06-07 | 1 | -50/+0 |
* | It is faster to split this into separate length and copy operations |  millert | 1999-05-01 | 1 | -22/+34 |
* | don't use a2 |  millert | 1999-04-30 | 1 | -3/+2 |
* | fix register usage (program logic is unchanged) |  millert | 1999-04-30 | 1 | -15/+15 |
* | missing parts from last commit |  millert | 1999-04-25 | 1 | -3/+3 |
* | m68k assembler version of strlcpy(3) |  millert | 1999-04-25 | 2 | -3/+63 |
* | mi ptrace |  d | 1999-02-01 | 1 | -61/+0 |
* | _THREAD_SAFE |  d | 1999-01-06 | 6 | -23/+61 |