| Age | Commit message (Expand) | Author |
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin |
| 2003-10-28 | Retire FPA support from this file at last; suggested by Richard Earnshaw | kleink |
| 2003-10-26 | On FPA, switch back `long double' to double-precision. According to | kleink |
| 2003-10-25 | Add __infinityf and __infinityl, float respectively long double analogs | kleink |
| 2003-10-25 | Remove an unnecessary line continuation backslash from previous. | kleink |
| 2003-10-25 | Update for FPA 80-bit extended-precision format. | kleink |
| 2003-10-25 | Swap VFP and FPA sections to match the style of most other code; | kleink |
| 2003-10-25 | Redo the VFP/endianness conditional logic of this file, making it easier | kleink |
| 2003-10-24 | * Since there is no single portable IEEE 754 format for a long double, | kleink |
| 2003-10-23 | Duh, fix the align-to-32-bits code. | scw |
| 2003-10-14 | Xscale-optimised mem* routines. Contributed by Wasabi Systems. | scw |
| 2003-10-09 | dont use __ARMEB__ | ichiro |
| 2003-10-09 | support big endian | ichiro |
| 2003-10-05 | Add SA_SIGINFO support for ARM. | matt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 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-04-05 | Use the correct instruction for returning ffrom a function (MOV rather | bjh21 |
| 2003-04-05 | NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__. | bjh21 |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-23 | Add arm asm version of memcmp, basically it's strncmp.S without the | chris |
| 2002-11-23 | Add an asm version of strncmp, based on strcmp. | chris |
| 2002-11-16 | Add an assembler version of strcmp, based on example code from the ARM | rearnsha |
| 2002-08-27 | Do the appropriate PIC magic for the jump to _exit(). | mycroft |
| 2002-08-17 | Local label fixup. | thorpej |
| 2002-08-17 | correct comment, it's r0, not a0. | chris |
| 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-07-01 | Avoid leaving junk in the top half of R0 on return. | bjh21 |
| 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-21 | Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit | bjh21 |
| 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-19 | Only abort() if the user specifies a rounding mode other than FP_RN. | bjh21 |
| 2002-03-19 | ANSIfy. | bjh21 |
| 2002-03-10 | Use the values from <machine/ieeefp.h> to define the exception flags, and | bjh21 |
| 2002-02-19 | Replace infinity.c with one in the style of the new ieee754_infinity.c, but | bjh21 |
| 2002-02-19 | Clean up some rampant code duplication wrt ieee number handling: | simonb |
| 2002-02-10 | Switch libc syscall veneers over to using our shiny new official SWI range. | bjh21 |
| 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-13 | Update asm files to use sp instead of r13. Also tweak a couple of bits in th... | chris |
| 2001-11-13 | Update arm libc files for 8 byte aligned stack. | chris |
| 2001-11-13 | Fix .type directive to use the right name for L_ffs_table (pointed out by | bjh21 |
| 2001-11-11 | Update the libc version of ffs to make use of an optimsed asm version. | chris |