| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal |  miod | 2012-08-12 | 3 | -87/+57 |
* | 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 | -5/+3 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 1 | -3/+1 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -45/+0 |
* | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 2012-03-22 | 1 | -0/+55 |
* | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2011-07-08 | 2 | -3/+49 |
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2011-07-08 | 2 | -49/+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 | 4 | -24/+4 |
* | 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 | -449/+3 |
* | 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 |
* | Change the syscall invocation sequences to no longer fetch the last few |  miod | 2007-10-24 | 2 | -8/+2 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -1/+2 |
* | zap rcsid. |  espie | 2005-08-07 | 29 | -158/+29 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | Use less stack space for temporary storage and C code invocation, after |  miod | 2004-07-28 | 3 | -30/+24 |
* | Update stack frame processing after ABI change. |  miod | 2004-07-28 | 2 | -9/+9 |
* | Do not overallocate stack space, and keep the stack on a 16-byte boundary. |  miod | 2004-07-22 | 1 | -7/+7 |
* | It turns out that the so-called fast ffs(3) routines were wrong, as soon as |  miod | 2004-04-01 | 2 | -18/+2 |
* | Use libkern's fast ffs() in libc too. |  miod | 2004-01-26 | 2 | -2/+18 |
* | Use an unsigned comparison against minbrk. |  miod | 2003-12-25 | 1 | -7/+6 |
* | In the never-ending story of *setjmp bugs, fix a typo preventing |  miod | 2003-12-24 | 1 | -5/+5 |
* | Speed up sbrk() one cycle by removing an unnecessary register shuffling. |  miod | 2003-12-19 | 1 | -4/+3 |
* | OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@ |  millert | 2003-12-08 | 1 | -3/+3 |
* | Only a clown like me could put cerror in the data section by mistake... |  miod | 2003-10-16 | 1 | -4/+3 |
* | These files are not necessary anymore. |  miod | 2003-09-01 | 1 | -45/+0 |
* | In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as |  miod | 2003-08-06 | 2 | -4/+11 |
* | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. |  miod | 2003-08-01 | 3 | -36/+15 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 23 | -160/+68 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -1/+2 |
* | duplicate words and spelling fixes in comments |  david | 2003-03-10 | 1 | -3/+3 |
* | Waiter! I asked for a working vfork! |  miod | 2003-01-16 | 1 | -3/+3 |
* | Alignment requirements are satisfied in ENTRY(), no need to add more here. |  miod | 2003-01-16 | 1 | -2/+1 |
* | Get static rcsid correctly, better style for .S files, trim whitespace. |  miod | 2003-01-07 | 30 | -156/+167 |
* | Properly align __infinity - m88k is very strict wrt double alignment. |  miod | 2003-01-07 | 1 | -6/+7 |
* | Get the rounding modes table correct, eventually. |  miod | 2003-01-07 | 1 | -4/+10 |
* | One more pass to get thinks correct wrt weak symbols and syscalls. |  miod | 2003-01-07 | 1 | -35/+27 |
* | Fix *longjmp() return values. |  miod | 2003-01-04 | 3 | -59/+57 |
* | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs |  miod | 2003-01-02 | 6 | -50/+66 |
* | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace |  miod | 2003-01-02 | 9 | -41/+42 |
* | Typos |  miod | 2003-01-02 | 3 | -13/+13 |
* | Fix license and conformance with man page. |  smurph | 2002-09-18 | 4 | -53/+369 |
* | Remove unused pieces and clean Makefile.inc |  miod | 2002-05-17 | 3 | -36/+1 |