summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/string
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Implement ffs(3) using the CLZ instructions which has been available everkettenis1-43/+6
2018-01-19Partial revert of rev. 1.7, fixes build with clangjca1-2/+1
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther1-3/+5
2017-12-16Don't use _libc_ prefix when referencing "builtin" symbols with clang.kettenis1-2/+2
2017-11-29clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther3-6/+6
2017-10-29Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmoveguenther4-8/+10
2016-09-18Use unified syntax such that this compiles with both gcc and clang.kettenis1-2/+4
2016-08-06Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther10-25/+25
2016-04-28remove duplicate strrchr.c entry in SRCSjsg1-2/+2
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther10-20/+30
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.jsg2-37/+41
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert1-2/+2
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt2-9/+16
2012-09-04remove lint leftovers; ok guenther@okan1-4/+1
2009-10-28more rcsid/sccs cleanupderaadt2-6/+2
2009-05-03Fix signed vs unsigned issue with memcmp/strncmp where the size parameterdrahn2-10/+16
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray5-40/+5
2007-05-17LSRCS should refer to the C source version of asm files 'put it in' deraadt@drahn1-2/+2
2007-05-17Unbreak libc on arm. -mojmaja1-2/+2
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingotto1-1/+4
2005-08-07zap rcsid.espie2-6/+2
2004-02-01ARGH, forgot tags.drahn11-0/+11
2004-02-01arm libc support. From NetBSD. currently supports softfloat.drahn11-0/+1002