Age | Commit message (Expand) | Author |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-10-11 | Change to syscall is done, so delete an XXX comment | Philip Guenthe |
2011-09-19 | Make this actually work. | Mark Kettenis |
2011-09-19 | Use a long-displacement branch instruction to call __cerror, since the | Mark Kettenis |
2011-09-19 | Clear the upper 32-bits of the system call address we load using ldil, since | Mark Kettenis |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-05 | Switch sigreturn() to the normal syscall entry instead of int$80. | Philip Guenthe |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark Kettenis |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-04 | Add ia64 libc support. | Paul Irofti |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-06-08 | - The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE, | Martynas Venckus |
2011-05-25 | On PowerPC we cannot manipulate FPSCR[VX]--it's a summary of all | Martynas Venckus |
2011-04-23 | Merge the same fix for hppa64; reminded by miod@: | Martynas Venckus |
2011-04-22 | Sticky flags are in the left half of fpsr; not the undefined bits | Martynas Venckus |
2011-04-21 | Make this code actually compile on hppa64. | Joel Sing |
2011-04-21 | Rework setjmp so that it works for hppa64. | Joel Sing |
2011-04-21 | Provide reasonable gdtoa headers. | Joel Sing |
2011-04-21 | Make SYS.h actually compile on hppa64. | Joel Sing |
2011-04-15 | Remove wrong check. | Ariane van der Steldt |
2011-04-09 | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() | Theo de Raadt |
2011-04-05 | Fix the previous commit: define ___cerror, no __cerror | Philip Guenthe |
2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | Philip Guenthe |
2011-03-12 | In the original sparc V7 book (and in the v8 book), the divrem leaf code used | Theo de Raadt |
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 |