summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r304928:kib2016-09-032-50/+1
* Clean up our ARM assembly:andrew2014-12-147-123/+138
* MFC r269956:andrew2014-10-291-2/+4
* MFC r273088:andrew2014-10-228-1/+337
* MFC r270882, r270930:ian2014-09-0922-1/+36
* MFC r268993, r268893, r268994, plus partial r264070, r264082ian2014-08-103-1/+111
* MFC 265059: Set the new floating point exception mask correctly.ian2014-05-171-1/+1
* MFC 264696, 264721,ian2014-05-177-0/+304
* MFC 263631, 263637, 263664, 263676, 263679, 263698, 263711,ian2014-05-171-10/+14
* MFC 262989, 263210, 263230, 263231, 263239, 263242, 263243,ian2014-05-177-124/+539
* On ARM EABI double precision floating point values are stored in theandrew2013-09-073-3/+3
* Teach siglongjmp about the VFP version of the setjmp buffer.andrew2013-07-211-3/+5
* Finish pulling in the NetBSD setjmp/longjmp updates on ARM.andrew2013-06-074-4/+162
* Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. Thisandrew2013-06-071-1/+3
* Remove part of the NetBSD longjmp code that was not ready to be merged.andrew2013-06-051-2/+1
* Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginandrew2013-06-042-75/+52
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-0/+7
* When clang builds libc it may insert calls to __aeabi_* functions. Normallyandrew2013-02-121-0/+19
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-302-0/+50
* Add the required __aeabi_* functions to libc.andrew2013-01-197-0/+361
* Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIandrew2013-01-194-5/+27
* Update the syscall calling convention for ARM EABI. We store the syscallandrew2013-01-191-0/+8
* Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
* Merging of projects/armv6, part 2gonzo2012-08-152-0/+10
* Per kib, since __flt_rounds is being added to FreeBSD 10, itkientzle2012-06-151-0/+3
* __flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),kientzle2012-06-141-1/+1
* __flt_rounds was omitted from the exported symbols here.kientzle2012-06-091-0/+1
* Replace the C implementation of __aeabi_read_tp with an assembly version.andrew2012-04-162-14/+9
* Unlike other functions __aeabi_read_tp function must preserve r1-r3. Theandrew2012-04-081-2/+5
* - Revert part of r234005, which I did not intend to commit.stas2012-04-071-1/+1
* - Add kernel config file for QEMU-emulated gumstix board.stas2012-04-071-1/+1
* Unbreak trhe build by including proper headergonzo2012-03-181-1/+1
* Fix TLS for statically linked binariesgonzo2012-03-181-0/+4
* Add __aeabi_read_tp to the symbol list.cognet2012-03-041-0/+1
* Add __aeabi_read_tp function required for thread-local storagegonzo2012-02-142-1/+43
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+70
* Don't inline fenv.h functions on arm for now. Inlining makes sense:das2012-01-201-0/+2
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-162-1/+64
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-161-14/+14
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
* Merge index() and strchr() together.ed2012-01-031-4/+3
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-109/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-024-28/+0
* Remove unneeded stdlib directories.ed2009-06-231-4/+0
* - Eliminate extra subcs instruction. I have not noticed before that westas2009-06-211-2/+1
* - Fix strncmp on arm. Return 0 as result without performing thestas2009-06-211-5/+9
* Use GCC's __SOFTFP__ to test whether we're being compiledmarcel2009-05-313-10/+8
* revert r191633; this breaks at91 & xscale (likely all arm)sam2009-05-061-4/+4
OpenPOWER on IntegriCloud