Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
c75da09f4fb4ee24f14d40de6f47f03ee29b1ba1
/
libc
/
arch-arm
/
cortex-a9
/
bionic
c75da09
Improve diagnostics from the assembler __strcat_chk routines.
by Elliott Hughes
· 9 years ago
382bd66
Stop including <machine/cpu-features.h>.
by Elliott Hughes
· 9 years ago
01d5b94
Remove optimized code for bzero, which was removed from POSIX in 2008.
by Elliott Hughes
· 10 years ago
3c6016f
Improve diagnostics from the assembler __memcpy_chk routines.
by Elliott Hughes
· 10 years ago
62e5964
Improve diagnostics from the assembler __memset_chk routines.
by Elliott Hughes
· 10 years ago
b83d674
Improve FORTIFY failure diagnostics.
by Elliott Hughes
· 10 years ago
fdfcfce
Fix over read in strcpy/stpcpy/strcat.
by Christopher Ferris
· 10 years ago
8264cbb
Remove pushes from memsets (krait/cortex-a9).
by Christopher Ferris
· 10 years ago
e1e434a
Replace bx lr with update of pc from the stack.
by Christopher Ferris
· 10 years ago
33f3351
Use unified syntax to compile with both llvm and gcc.
by Chih-Hung Hsieh
· 10 years ago
e0905c9
cortex-a9: Fix reference to __memcpy_base_aligned.
by Kyle Repinski
· 10 years ago
7d849ac
Add stpcpy assembler version.
by Christopher Ferris
· 11 years ago
c8bd2ab
Cleanup arm assembly.
by Christopher Ferris
· 11 years ago
851e68a
Unify our assembler macros.
by Elliott Hughes
· 12 years ago
507cfe2
Add .cfi_startproc/.cfi_endproc to ENTRY/END.
by Christopher Ferris
· 12 years ago
68b6711
'Avoid confusing "read prevented write" log messages' 2.
by Elliott Hughes
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
6861c6f
Make error messages even better!
by Nick Kralevich
· 12 years ago
aec1b35
Remove the __ARM_FEATURE_DSP check.
by Christopher Ferris
· 12 years ago
32bbf8a
libc: don't export unnecessary symbols
by Nick Kralevich
· 12 years ago
16e185c
__memcpy_chk: Fix signed cmp of unsigned values.
by Christopher Ferris
· 12 years ago
a57c9c0
Fix all debug directives.
by Christopher Ferris
· 12 years ago
bd7fe1d
Update all debug directives.
by Christopher Ferris
· 12 years ago
5f45d58
Create optimized __strcpy_chk/__strcat_chk.
by Christopher Ferris
· 12 years ago
59a13c1
Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.
by Christopher Ferris
· 12 years ago
4e24dcc
Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE
by Christopher Ferris
· 12 years ago
31dea25
Create arch specific versions of strcmp.
by Christopher Ferris
· 12 years ago
04954a4
Break bionic implementations into arch versions.
by Christopher Ferris
· 13 years ago