1. bff53b2 libc: import ARM strcmp from newlib by Jake Weinstein · 8 years ago
  2. 01bfd89 Remove denver from bionic by Haibo Huang · 7 years ago
  3. f1c8d1a Use ifunc for ARM32 fortify functions by Haibo Huang · 7 years ago
  4. ea9957a Arm32 dynamic function dispatch by Haibo Huang · 7 years ago
  5. 9690b12 Revert "Arm32 dynamic function dispatch" by Izabela Orlowska · 7 years ago
  6. ce4ff9c Arm32 dynamic function dispatch by Haibo Huang · 7 years ago
  7. 8a0f0ed Make memcpy memmove by Haibo Huang · 7 years ago
  8. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  9. 8428fb0 Merge "Remove deprecated Android.mk files" by Colin Cross · 9 years ago
  10. 7510c33 Remove deprecated Android.mk files by Colin Cross · 9 years ago
  11. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 9 years ago
  12. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 9 years ago
  13. 382bd66 Stop including <machine/cpu-features.h>. by Elliott Hughes · 9 years ago
  14. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 10 years ago
  15. 3c6016f Improve diagnostics from the assembler __memcpy_chk routines. by Elliott Hughes · 10 years ago
  16. 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 10 years ago
  17. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 10 years ago
  18. 268a673 Switch to LOCAL_SRC_FILES_EXCLUDE by Dan Willemsen · 10 years ago
  19. fdfcfce Fix over read in strcpy/stpcpy/strcat. by Christopher Ferris · 10 years ago
  20. 8264cbb Remove pushes from memsets (krait/cortex-a9). by Christopher Ferris · 10 years ago
  21. e1e434a Replace bx lr with update of pc from the stack. by Christopher Ferris · 10 years ago
  22. 33f3351 Use unified syntax to compile with both llvm and gcc. by Chih-Hung Hsieh · 10 years ago
  23. e0905c9 cortex-a9: Fix reference to __memcpy_base_aligned. by Kyle Repinski · 10 years ago
  24. 41efc92 Use assembly memmove for all arm32 processors. by Christopher Ferris · 10 years ago
  25. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  26. 1ef6ec4 Move the generic arm memcmp.S into the generic directory. by Elliott Hughes · 11 years ago
  27. 7d849ac Add stpcpy assembler version. by Christopher Ferris · 11 years ago
  28. c8bd2ab Cleanup arm assembly. by Christopher Ferris · 11 years ago
  29. 6c80ccd denver: optimize memmove by Shu Zhang · 11 years ago
  30. 851e68a Unify our assembler macros. by Elliott Hughes · 12 years ago
  31. f25d677 Reconfig libc's Android.mk to build for multilib by Ying Wang · 12 years ago
  32. 507cfe2 Add .cfi_startproc/.cfi_endproc to ENTRY/END. by Christopher Ferris · 12 years ago
  33. 68b6711 'Avoid confusing "read prevented write" log messages' 2. by Elliott Hughes · 12 years ago
  34. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  35. 6861c6f Make error messages even better! by Nick Kralevich · 12 years ago
  36. aec1b35 Remove the __ARM_FEATURE_DSP check. by Christopher Ferris · 12 years ago
  37. 32bbf8a libc: don't export unnecessary symbols by Nick Kralevich · 12 years ago
  38. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  39. a57c9c0 Fix all debug directives. by Christopher Ferris · 12 years ago
  40. bd7fe1d Update all debug directives. by Christopher Ferris · 12 years ago
  41. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  42. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  43. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  44. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  45. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  46. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 13 years ago