summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips
AgeCommit message (Expand)Author
2006-07-03build frexp_ieee754 in the "compat" subtreedrochner
2006-06-17G/c KMSRCS and KMINCLUDES now that we have common/lib/libcuwe
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-19make these consistent.christos
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2005-12-24__asm__ -> __asmperry
2005-12-21moved to common.christos
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-10-07Follow compat libc changes on i386:tsutsui
2005-09-17Switch mips to the new libc compat code layout.tsutsui
2005-09-14Add missing <compat/include/setjmp.h>martin
2005-06-12Add missing __RCSID()lukem
2005-04-22Branch to a local symbol instead of a global symbol.simonb
2005-04-22Use the same function name in the LEAF() and END() directives.simonb
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2004-07-03Copy the sparc/sparc64 __longjmp14() way of dealing with signal masks:simonb
2004-07-03Catch up with changes to __fpregset_t.simonb
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2004-03-23Actually compile __longjmp14.c.simonb
2004-03-23Restore the PC as well; also use mcontext register defines for accessingsimonb
2004-03-23Use setcontext() instead of sigreturn() to implement longjmp().simonb
2004-03-04* Turn isinf(3) and isnan(3) into C99-style macros.kleink
2004-03-01optimize this: we can use %ra for relocation directlydrochner
2004-03-01get the offset to gp rightdrochner
2004-01-15Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.kleink
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-02Add userland portion of siginfo for mips. Many thanks to simon for lettingchristos
2003-10-29caps "Jonathan STone" in comment less dramaticallypooka
2003-10-26Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25Correct another typo.he
2003-10-25Pasto in previous.kleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-05-23Match END label with LEAF label.simonb
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-04-07Make sure we reference getcontext() by its internal name.kleink
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-02-08Fix a tyop in a comment.simonb
2003-02-08* fix handling of invalid arguments (was jumping to wrong label!)cgd
2003-02-07looks like nobody ever seriously tried the _REENTRANT version of thiscgd
2003-01-19Cast with uintptr_t instead of u_long.matt
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-10ABICALLS -> __ABICALLS__thorpej
2002-11-05t4 -> ta0thorpej
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej