summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/generic
Commit message (Expand)AuthorAgeFilesLines
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-152-2/+2
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-092-2/+2
* Make error messages even better!Nick Kralevich2013-10-042-2/+2
* Create optimized __strcpy_chk/__strcat_chk.Christopher Ferris2013-08-151-0/+2
* Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.Christopher Ferris2013-08-142-0/+48
* Fix strcpy.c that should have been strcpy.S. DO NOT MERGEChristopher Ferris2013-08-081-1/+1
* Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGEChristopher Ferris2013-08-082-0/+135
* Fix assembler errors in generic arm strlen.c.Christopher Ferris2013-07-161-4/+13
* Add new optimized strlen for arm.Christopher Ferris2013-07-162-0/+130
* Create arch specific versions of strcmp.Christopher Ferris2013-03-202-0/+318
* Break bionic implementations into arch versions.Christopher Ferris2013-03-123-0/+491