summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa
AgeCommit message (Expand)Author
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
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-03-11move to the new compat layout.christos
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2005-12-24oops. __volatile -> volatileperry
2005-12-24__asm__ -> __asm, __volatile__ -> __volatileperry
2005-12-02WARNSskrll
2005-09-14Patterned after the other fixes for __longjmp14.c, includehe
2005-06-12Add missing __RCSID()lukem
2005-06-05remove sigtramp version 1, we haven't used it in a long time.chs
2005-06-05fix function name in end-marker.chs
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2005-02-19Add (missed) fabs.c to SRCS.tsutsui
2004-07-24add missing FP functions, from openbsd.chs
2004-07-18added new files for context, LWP and siginfo support.chs
2004-07-18split __longjmp14() into a separate file and make it use setcontext()chs
2004-07-18add a siginfo signal trampoline and always use it.chs
2004-07-18add *context and LWP support for hppa. translated from MIPS.chs
2004-07-18call abort() if longjmperror() returns.chs
2004-07-18replace these placeholders with real implementations.chs
2004-07-18save and restore %t1 around calling __errno, it's a caller-saved register.chs
2004-07-18add a missing return instruction.chs
2004-07-15Add a copyright message.skrll
2004-07-01Add a cerror.S and re-work various syscalls and SYS.h to use __cerror.skrll
2004-05-17__sigreturn14 -> compat_16___sigreturn14chs
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-04* Turn isinf(3) and isnan(3) into C99-style macros.kleink
2004-01-15Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.kleink
2003-10-30It turns out the hppa ABI we're using does not support an extended-kleink
2003-10-29C99 7.12.3.2: add library portions of isfinite, but don't build these justkleink
2003-10-28C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build thesekleink
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-27Retire local union { floating-type; struct ieee_prec; } in favor of thosekleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-06Update to new assmbler needs. Add getcontext.S stub.matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2002-10-26* Use the common ieee754_* routines (and add ones we were missing).thorpej
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-07-04Remove "_THREAD_SAFE" stuff that is not used on NetBSD.thorpej
2002-07-01Changes to allow libc to compile as PIC on the hppa.fredette
2002-06-06Added hppa support (some of it incomplete) to lib/csu, lib/libc,fredette