summaryrefslogtreecommitdiff
path: root/lib/libc/arm/string
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-03lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker
2021-01-28Remove obsolete code gated on _ARM_ARCH_*Andrew Turner
2021-01-28Remove the old ARMv4 memcpyAndrew Turner
2021-01-28Remove leftover big-endian arm supportAndrew Turner
2019-12-28arm/ffs.S: remove stale comment.Pedro F. Giffuni
2018-07-27Revert r336773: it removed too much.Warner Losh
2018-07-27Remove xscale supportWarner Losh
2017-03-02Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-05-31Add the needed if-then instructions to build as Thumb-2.Andrew Turner
2014-11-29Switch to the ARM unified assembly language as the clang integrated as onlyAndrew Turner
2014-08-31In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore
2012-01-03Merge index() and strchr() together.Ed Schouten
2010-03-02The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-06-21- Eliminate extra subcs instruction. I have not noticed before that weStanislav Sedov
2009-06-21- Fix strncmp on arm. Return 0 as result without performing theStanislav Sedov
2009-05-06revert r191633; this breaks at91 & xscale (likely all arm)Sam Leffler
2009-04-28Change the test at the beginning of strncmp(), from being if (len - 1) < 0Olivier Houchard
2007-10-13MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd areOlivier Houchard
2005-10-03Fix a long line in copyright notice.Olivier Houchard
2005-10-03Add an asm version of strlen() for arm (how useful).Olivier Houchard
2004-11-09Use the RET macro.Olivier Houchard
2004-11-07MFKernel: Implement ffs with clz on Xscale.Olivier Houchard
2004-09-23Always use bx for returning on Xscale.Olivier Houchard
2004-09-23Fix the align-to-32-bits code.Olivier Houchard
2004-05-14Import the FreeBSD/arm libc bits.Olivier Houchard