Age | Commit message (Expand) | Author |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-24 | Provide IRIX-compatible get_fpc_csr() and set_fpc_csr() for mips, although | Miod Vallat |
2010-01-23 | Give little-endian fp on mips a change to be handled correctly. | Miod Vallat |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | Miod Vallat |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, | Miod Vallat |
2009-07-13 | Load symbol address with dla, not la; good thing userland is still limited | Miod Vallat |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
2009-04-29 | junk space | Theo de Raadt |
2009-04-21 | remove from gen so that lint doesn't check gen if assembly versions | Martynas Venckus |
2009-04-19 | - ldexp implementation has issues. switch to the one from libm | Martynas Venckus |
2009-04-05 | this is not a write-only register. might have caused to optimize | Martynas Venckus |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |
2008-12-10 | no spaces allowed in the macro arguments. completely insanity! | Theo de Raadt |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-10 | use sys/cdefs.h | Theo de Raadt |
2008-12-09 | these were not needed | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | remove unused | Martynas Venckus |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-09-29 | Use large pic asm for access to errno (needed for pie). Originally from | Kurt Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-25 | fix apps that use isinff, isnanf; use ieee 754 mi code, as all | Martynas Venckus |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-21 | Use _C_LABEL when appropriate. | Miod Vallat |
2008-05-21 | Use _PROF_PROLOGUE insteaf of rolling our own. | Miod Vallat |
2007-10-27 | Repair FLT_ROUNDS operation. ok kettenis@ | Miod Vallat |
2007-10-24 | Change the syscall invocation sequences to no longer fetch the last few | Miod Vallat |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-17 | LSRCS should refer to the C source version of asm files 'put it in' deraadt@ | Dale Rahn |
2007-05-17 | Unbreak libc on arm. -moj | Mats O Jansson |
2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding | Otto Moerbeek |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-02-12 | from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox() | Jason Wright |
2006-12-23 | please gcc | Theo de Raadt |
2006-11-14 | Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/round | Otto Moerbeek |
2006-11-13 | missing ; | Otto Moerbeek |
2006-11-12 | fix infinity, taking into account endianess. ok drahn@ miod@ | Otto Moerbeek |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn |
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn |
2006-11-06 | Move (back) to softfloat on sh for now. | Dale Rahn |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn |