summaryrefslogtreecommitdiff
path: root/lib/libc/arm/string
Commit message (Collapse)AuthorAgeFilesLines
* 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