| Age | Commit message (Expand) | Author |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-17 | GC | joerg |
| 2014-01-17 | Use generic version of fabs for softfloat. | joerg |
| 2013-12-25 | Explicitly enable FPU support. | joerg |
| 2013-11-30 | Use PLT_SYM. | joerg |
| 2013-10-21 | Fix bug introduced in revision 1.13 which meant longjmp would never | skrll |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-09-04 | Fix the .cfi correctly. | matt |
| 2013-09-04 | Fix build by matching .cfi/#if. | htodd |
| 2013-09-04 | only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__ | matt |
| 2013-09-03 | Use less got, add END(), make thumb tolerant. | matt |
| 2013-08-21 | divide.S need -marm | matt |
| 2013-08-17 | Thumbify & add END | matt |
| 2013-06-20 | Fix compile error. | msaitoh |
| 2013-06-20 | modsi3/umodsi3 is not needed for earm since __aeabi_*divmod takes care of it. | matt |
| 2013-04-30 | Match against LIBC_MACHINE_ARCH for MKCOMPAT | matt |
| 2013-04-19 | Ignore VFP bit in magic. | matt |
| 2013-04-19 | A small optimization | matt |
| 2013-04-19 | Actually fail if the magic number is found to be wrong in __longjmp. | skrll |
| 2013-01-29 | AAPCS (EABI) requires that VFP D8-D15 are always saved, regardless whether | matt |
| 2013-01-26 | When building for earm*, compile __aeabi_[df]cmpun.c and __aeabi_[il]div0.c | matt |
| 2013-01-26 | Add __aeabi_[fd]cmpun for IEEE unordered compares (requires by ARM RTABI). | matt |
| 2013-01-25 | Use __ARM_PCS_VFP to determine whether the VFP is being used. | matt |
| 2013-01-11 | Remove all FPA code. | matt |
| 2012-11-28 | Add missing registers. | matt |
| 2012-10-30 | add new files to fix static linking | christos |
| 2012-10-10 | add split files | christos |
| 2012-09-27 | Remove magic numbers. | skrll |
| 2012-09-27 | Fixup the stack pointer in the ucontext returned by getcontext. | skrll |
| 2012-08-05 | Ensure stack alignment. "looks fine" matt@ | skrll |
| 2012-08-01 | Add #error cases in case someone tries to compile hardfloat VFP libraries. | matt |
| 2012-07-30 | Backout previous. ld.so requires the division routines so this needs | skrll |
| 2012-07-11 | On the libc/libgcc clashes cleanup that removed divsi3.o from libc, ARM/evbarm | reinoud |
| 2012-03-22 | Follow the pattern from powerpc, make lint happy. | he |
| 2012-03-21 | Use c89 function declaration. | he |
| 2012-03-21 | no need for linted annotations | christos |
| 2012-03-21 | shut up lint(1) | bsh |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2009-12-06 | Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} because | uebayasi |
| 2009-02-22 | Make NAN a compile time constant (with help from the compiler). Suggested | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-12-08 | Sync all resumecontext.c versions with the changes originally made | martin |
| 2006-06-28 | build frexp/ldexp/modf in the "compat" part (code is identical) | drochner |
| 2006-05-16 | make sure there is a prototype in scope. | mrg |
| 2006-02-25 | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), | wiz |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-10-16 | more renaming. | christos |
| 2005-10-16 | compat shuffle. | christos |
| 2005-06-12 | Add missing __RCSID() | lukem |