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