| Age | Commit message (Expand) | Author |
| 2003-11-23 | s/!=/==/ | scw |
| 2003-11-21 | Don't compile fp*.c if doing a soft-float build. | scw |
| 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-09 | Update to use symbolic register names. | kleink |
| 2003-10-03 | Convert to use register prefixes. | kleink |
| 2003-09-27 | Remove __LIBC12_SOURCE | matt |
| 2003-09-27 | Invoke the proper signal trampoline depending on SA_SIGINFO. | matt |
| 2003-09-25 | Add siginfo signal trampoline. | matt |
| 2003-08-11 | export size_t __getcachelinesize(void) for memset() | matt |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 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-05-12 | Build {h,n}to{n,h}{l,s}() into object code; addresses PR port-macppc/21541 | kleink |
| 2003-04-07 | Make sure we reference getcontext() by its internal name. | kleink |
| 2003-03-15 | Make it work on cpus with cachelinesize < 32. | hannken |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-26 | Need <stdlib.h> for abort() prototype. | thorpej |
| 2002-08-09 | Add a missing register prefix, noted by Makoto Fujiwara on the port-macppc | briggs |
| 2002-07-30 | Convert to use register prefixes. (0 -> %r0, etc.) | matt |
| 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-05-29 | Fix conflict in definitions. | eeh |
| 2002-05-26 | Revert previous: .S files are currently compiled with -traditional-cpp, | wiz |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-05-12 | Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A new | bjh21 |
| 2002-05-06 | Consistently declare the types of float_rounding_mode and float_exception_flags | bjh21 |
| 2002-04-21 | All the versions of softfloat-specialize were practically identical, so replace | bjh21 |
| 2002-03-28 | Add sync before isync since the MPC74xx require it. | matt |
| 2002-03-26 | Use size_t in prototype (so this will be LP64 clean for PPC64 someday). | matt |
| 2002-03-18 | make compile with _STANDALONE | dbj |
| 2002-03-13 | Remove leftover debug code. Oops. | eeh |
| 2002-03-12 | Use new CPU_CACHEINFO sysctl to get more detailed information about | eeh |
| 2002-02-22 | Do without stfiwx; per PEM32 Rev. 1 it's an optional part of the UISA, | kleink |
| 2002-02-20 | Add bzero.S and strlen.S to the stuff that gets installed in libkern. | eeh |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 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-30 | Add assembler version of strlen. | mjl |
| 2001-11-30 | Outifdef some stuff not needed in the _KERNEL case. | mjl |
| 2001-11-29 | Make this work in kernel space too. | mjl |
| 2001-11-25 | Add PPC assembler routines for ffs(3), bzero(3) and memset(3). | mjl |
| 2001-11-07 | fix for -Wshadow | mjl |
| 2001-08-27 | Ansi'fy. (to make this compile under -Wstrict-prototypes) | matt |
| 2001-07-20 | Add a __clone(3) entry point for powerpc. | tsubai |
| 2001-06-18 | Compile in soft-float support if MKSOFTFLOAT != "no". | simonb |
| 2001-05-25 | Correct input and output of asm. | tsubai |
| 2001-05-25 | Handle soft-float case, code from David Querbach of Real-Time Systems Inc. | simonb |