summaryrefslogtreecommitdiff
path: root/lib/libc/arm/string
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-1613-13/+13
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.4-RELEASE image.
* - MFC r194583:Stanislav Sedov2009-08-151-5/+9
| | | | | | | | | Fix strncmp on arm. Return 0 as result without performing the main cycle only if the len passed is equal to 0. If end address overflows use last possible address as the end address. Notes: svn path=/stable/7/; revision=196249
* Fix a long line in copyright notice.Olivier Houchard2005-10-031-1/+2
| | | | | | | Pointed out by: Gavin Atkinson gavin.atkinson ury york ac uk Notes: svn path=/head/; revision=150877
* Add an asm version of strlen() for arm (how useful).Olivier Houchard2005-10-032-1/+78
| | | | Notes: svn path=/head/; revision=150875
* Use the RET macro.Olivier Houchard2004-11-096-31/+31
| | | | | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs. Notes: svn path=/head/; revision=137464
* MFKernel: Implement ffs with clz on Xscale.Olivier Houchard2004-11-071-0/+6
| | | | Notes: svn path=/head/; revision=137343
* Always use bx for returning on Xscale.Olivier Houchard2004-09-231-76/+76
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=135683
* Fix the align-to-32-bits code.Olivier Houchard2004-09-231-2/+2
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=135682
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-1412-0/+3363
Obtained from: NetBSD Notes: svn path=/head/; revision=129202