summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* These warnings are only relevant on NetBSD it seems. They don't seemimp2009-02-191-3/+0
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-232-3/+14
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Let libstand(3) build on ARM.raj2008-10-141-0/+4
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-161-4/+4
* Unbreak arm build by removing duplicate symbols.cognet2007-10-181-8/+0
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* Fix remaining syntax errors (missing semicolons)peter2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.peter2007-07-041-2/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-3/+6
OpenPOWER on IntegriCloud