summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha
AgeCommit message (Expand)Author
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-18sync with the x86 one.christos
2003-10-07Siginfo libc changes for alpha. Approved by thorpej@netbsd.org.skd
2003-08-01Rework how dependency generation is performed:lukem
2003-07-27add a cast appease gcc3.3mrg
2003-07-26netbsd.org->NetBSD.orgsalo
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-01-21Add swapcontext() lint stub.kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2002-01-27Drink ALL the Kool-Aid.ross
2002-01-27On Alpha, build libc and libm with -mieee ... A metric craploadthorpej
2002-01-21Align __nanf[] object with (sigh) gnuismsross
2002-01-21Don't intentionally enable integer overflow traps (ITOH Yasufumi)ross
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2002-01-13Add internal names for fp{get,set}{mask,round,sticky}(), andthorpej
2001-11-08Fix -Wshadow warnings.enami
2001-07-17Add a __clone(3) entry point.thorpej
2001-05-07Make the END() argument match the entry name.kleink
2001-04-26tweak barrier ops some moreross
2001-04-26Delete the trapb ops bracketing mf_fpcr, they aren't needed.ross
2001-04-26Complete rewrite. Call the new sysarch(ALPHA_FPGETSTICKY, ...).ross
2001-04-26remove the trapb ops bracketing mf_fpcr, in this one case they aren't neededross
2001-04-26minor cleanupross
2000-12-13Add the obvious, trivial __syscall() stub.mycroft
2000-09-28Need an internal name for pipe(2).kleink
2000-09-05Move the Alpha _mcount() into a .S file so that it can bethorpej
2000-07-07Add special treatment of shmat(2).itohy
2000-06-26Need an internal name for fork().kleink
2000-06-26Thinko in previous: we do always use an internal name.kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-04-25Fix unaligned accesses more correctly.erh
2000-04-25Fix unaligned accesses.erh
2000-03-13Fix doubled 'the's.soren
2000-03-06Add ISO C99 long long integer general utility interfaces; partially addresseskleink
2000-01-22Delint.mycroft
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-08-30Another microoptimization. Take advantage of the addition already having setmycroft
1999-08-30Reuse the trick of loading 0.0 (rather than 1.0) and then modifying themycroft
1999-08-30Remove more unused mulexp variables.augustss
1999-08-29ldexp(denormal, exp>1023) would generate the wrong result in all non-overflowmycroft
1999-08-29Don't ever return -0.0.mycroft