| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | more rcsid/sccs cleanup |  deraadt | 2009-10-28 | 2 | -10/+0 |
* | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, |  miod | 2009-09-27 | 2 | -1/+39 |
* | Load symbol address with dla, not la; good thing userland is still limited |  miod | 2009-07-13 | 1 | -2/+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 | 11 | -4/+227 |
* | fix apps that use isinff, isnanf; use ieee 754 mi code, as all |  martynas | 2008-07-25 | 3 | -119/+2 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -30/+81 |
* | 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 | 36 | -174/+36 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;) |  pefo | 2004-10-18 | 1 | -3/+3 |
* | convert to 64 bit |  pefo | 2004-10-02 | 1 | -97/+55 |
* | convert to 64 bit |  pefo | 2004-10-02 | 1 | -19/+13 |
* | ABI compliant register names |  pefo | 2004-09-15 | 1 | -19/+19 |
* | setjmp now passes all regress tests. |  pefo | 2004-09-10 | 3 | -11/+17 |
* | mips64 is now going ABI64 and shared library support! |  pefo | 2004-09-09 | 29 | -114/+270 |
* | 32 -> 64 bit cleanups but no optimizations yet |  pefo | 2004-09-07 | 12 | -42/+47 |
* | remove single ' |  pefo | 2004-08-15 | 1 | -2/+2 |
* | Move mips to mips64 |  pefo | 2004-08-11 | 44 | -0/+2551 |