Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'Avoid confusing "read prevented write" log messages' 2. | Elliott Hughes | 2013-10-15 | 2 | -2/+2 |
* | Fix x86_64 build, clean up intermediate libraries. | Elliott Hughes | 2013-10-09 | 2 | -2/+2 |
* | Make error messages even better! | Nick Kralevich | 2013-10-04 | 2 | -2/+2 |
* | Create optimized __strcpy_chk/__strcat_chk. | Christopher Ferris | 2013-08-15 | 1 | -0/+2 |
* | Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. | Christopher Ferris | 2013-08-14 | 2 | -0/+48 |
* | Fix strcpy.c that should have been strcpy.S. DO NOT MERGE | Christopher Ferris | 2013-08-08 | 1 | -1/+1 |
* | Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE | Christopher Ferris | 2013-08-08 | 2 | -0/+135 |
* | Fix assembler errors in generic arm strlen.c. | Christopher Ferris | 2013-07-16 | 1 | -4/+13 |
* | Add new optimized strlen for arm. | Christopher Ferris | 2013-07-16 | 2 | -0/+130 |
* | Create arch specific versions of strcmp. | Christopher Ferris | 2013-03-20 | 2 | -0/+318 |
* | Break bionic implementations into arch versions. | Christopher Ferris | 2013-03-12 | 3 | -0/+491 |