| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the same fix for hppa64; reminded by miod@: |  martynas | 2011-04-23 | 1 | -2/+2 |
* | Sticky flags are in the left half of fpsr; not the undefined bits |  martynas | 2011-04-22 | 1 | -2/+2 |
* | Make this code actually compile on hppa64. |  jsing | 2011-04-21 | 9 | -79/+79 |
* | Rework setjmp so that it works for hppa64. |  jsing | 2011-04-21 | 1 | -67/+67 |
* | Provide reasonable gdtoa headers. |  jsing | 2011-04-21 | 2 | -2/+15 |
* | Make SYS.h actually compile on hppa64. |  jsing | 2011-04-21 | 1 | -14/+14 |
* | Remove wrong check. |  ariane | 2011-04-15 | 1 | -10/+1 |
* | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() |  deraadt | 2011-04-09 | 3 | -6/+6 |
* | 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 | 29 | -73/+103 |
* | In the original sparc V7 book (and in the v8 book), the divrem leaf code used |  deraadt | 2011-03-12 | 2 | -4/+4 |
* | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms |  guenther | 2010-10-01 | 5 | -14/+12 |
* | 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 | 42 | -223/+18 |
* | teach gdtoa & its subroutines that malloc can fail; in which case |  martynas | 2009-10-16 | 1 | -0/+4 |
* | 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 |
* | fix rcs ids. ok sthen@ |  martynas | 2009-06-21 | 1 | -1/+1 |
* | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter |  drahn | 2009-05-03 | 2 | -10/+16 |
* | junk space |  deraadt | 2009-04-29 | 1 | -1/+1 |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 12 | -26/+27 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 28 | -3111/+23 |
* | this is not a write-only register. might have caused to optimize |  martynas | 2009-04-05 | 1 | -2/+2 |
* | __isinff and __isnanf |  martynas | 2008-12-12 | 2 | -4/+4 |
* | do the same as was done in mi version: do not include math.h, since isinf, |  martynas | 2008-12-12 | 2 | -4/+2 |
* | no spaces allowed in the macro arguments. completely insanity! |  deraadt | 2008-12-10 | 2 | -4/+4 |
* | use sys/cdefs.h; pointed out by theo |  martynas | 2008-12-10 | 14 | -28/+28 |
* | use sys/cdefs.h |  deraadt | 2008-12-10 | 2 | -4/+3 |
* | these were not needed |  martynas | 2008-12-09 | 6 | -12/+6 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 14 | -15/+45 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 7 | -7/+23 |
* | remove unused |  martynas | 2008-12-09 | 6 | -201/+0 |
* | - add long double signbit |  martynas | 2008-12-09 | 52 | -55/+348 |
* | Use large pic asm for access to errno (needed for pie). Originally from |  kurt | 2008-09-29 | 1 | -2/+4 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 101 | -11/+2160 |
* | 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 | 58 | -1168/+376 |
* | clear sign bit, instead of comparing to zero and setting x=-x. |  martynas | 2008-07-23 | 2 | -41/+34 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 23 | -184/+23 |
* | Use _C_LABEL when appropriate. |  miod | 2008-05-21 | 12 | -38/+40 |
* | Use _PROF_PROLOGUE insteaf of rolling our own. |  miod | 2008-05-21 | 1 | -4/+6 |
* | Repair FLT_ROUNDS operation. ok kettenis@ |  miod | 2007-10-27 | 2 | -6/+6 |
* | Change the syscall invocation sequences to no longer fetch the last few |  miod | 2007-10-24 | 2 | -8/+2 |
* | "boundries" -> "boundaries" in various comments. Started by Diego Casati. |  krw | 2007-05-25 | 2 | -4/+4 |
* | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ |  drahn | 2007-05-17 | 2 | -4/+4 |
* | 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 | 6 | -7/+19 |