summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement ffs(3) using the CLZ instructions which has been available everkettenis2018-01-211-43/+6
* Partial revert of rev. 1.7, fixes build with clangjca2018-01-191-2/+1
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-3/+5
* Don't use _libc_ prefix when referencing "builtin" symbols with clang.kettenis2017-12-161-2/+2
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-293-6/+6
* Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmoveguenther2017-10-294-8/+10
* Use unified syntax such that this compiles with both gcc and clang.kettenis2016-09-181-2/+4
* Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther2016-08-0610-25/+25
* remove duplicate strrchr.c entry in SRCSjsg2016-04-281-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3110-20/+30
* At some point arm moved to a unified syntax for arm and thumb instructions.jsg2015-06-082-37/+41
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-2/+2
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-302-9/+16
* remove lint leftovers; ok guenther@okan2012-09-041-4/+1
* more rcsid/sccs cleanupderaadt2009-10-282-6/+2
* Fix signed vs unsigned issue with memcmp/strncmp where the size parameterdrahn2009-05-032-10/+16
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-265-40/+5
* LSRCS should refer to the C source version of asm files 'put it in' deraadt@drahn2007-05-171-2/+2
* Unbreak libc on arm. -mojmaja2007-05-171-2/+2
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-151-1/+4
* zap rcsid.espie2005-08-072-6/+2
* ARGH, forgot tags.drahn2004-02-0111-0/+11
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-0111-0/+1002