summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/string
Commit message (Expand)AuthorAgeFilesLines
* MFC r314556-r314558brooks2017-03-111-4/+11
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-299-0/+18
* Add the needed if-then instructions to build as Thumb-2.andrew2015-05-316-0/+53
* Switch to the ARM unified assembly language as the clang integrated as onlyandrew2014-11-297-123/+138
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-319-0/+17
* Merge index() and strchr() together.ed2012-01-031-4/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-023-21/+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
* 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
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* Fix a long line in copyright notice.cognet2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).cognet2005-10-032-1/+78
* Use the RET macro.cognet2004-11-096-31/+31
* MFKernel: Implement ffs with clz on Xscale.cognet2004-11-071-0/+6
* Always use bx for returning on Xscale.cognet2004-09-231-76/+76
* Fix the align-to-32-bits code.cognet2004-09-231-2/+2
* Import the FreeBSD/arm libc bits.cognet2004-05-1412-0/+3363
OpenPOWER on IntegriCloud