1. 690211f Make __aeabi_*() symbols weak. by Dan Albert · 11 years ago
  2. 148dff3 Fix 32-bit arm unwinding through signal frames. by Elliott Hughes · 11 years ago
  3. 36f451a Fix signal trampolines. by Elliott Hughes · 11 years ago
  4. 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
  5. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  6. 0e7f8a9 Simplify _ALIGN_TEXT. by Elliott Hughes · 11 years ago
  7. 651a068 Remove misleading arm/arm64 PIC_SYM. by Elliott Hughes · 11 years ago
  8. c999f76 Enable building libc with clang. by Elliott Hughes · 11 years ago
  9. 24614b4 Remove __memcmp16 from bionic. by Elliott Hughes · 11 years ago
  10. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  11. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  12. 52f7432 Merge "Revert "Lose the hand-written futex assembler."" by Narayan Kamath · 11 years ago
  13. 75c55ff Revert "Lose the hand-written futex assembler." by Narayan Kamath · 11 years ago
  14. 8df0fe0 Clear link register in __bionic_clone. by Ben Cheng · 11 years ago
  15. ced906c Lose the hand-written futex assembler. by Elliott Hughes · 11 years ago
  16. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  17. c3705f6 Hide __get_sp. by Elliott Hughes · 11 years ago
  18. 31d0398 Hide _exit_with_stack_teardown. by Elliott Hughes · 11 years ago
  19. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  20. 6a45fe9 Fix for libgcc compat generation script. by Dmitriy Ivanov · 11 years ago
  21. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  22. 09289d9 Remove useless _C_LABEL from our assembler source. by Elliott Hughes · 11 years ago
  23. adab51a Added script generating additions to libgcc_compat.c from linker errors by Dmitriy Ivanov · 11 years ago
  24. 62ffe14 Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c. by Ben Cheng · 12 years ago
  25. f38fb19 Re-export libgcc's __aeabi_uidivmod and __popcount_tab by Bernhard Rosenkränzer · 12 years ago
  26. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago
  27. 2aace21 Remove the bogus exit status from _exit_with_stack_teardown. by Elliott Hughes · 12 years ago
  28. 5eccb96 Fix aarch64 futex assembly routines. by Elliott Hughes · 12 years ago
  29. e3fb66d Add __popcountsi2 to the function compat list. by Ben Cheng · 12 years ago
  30. c54ca40 Clean up some ARMv4/ARMv5 cruft. by Elliott Hughes · 12 years ago
  31. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 12 years ago
  32. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  33. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  34. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
  35. bf42568 Let the compiler worry about implementing ffs(3). by Elliott Hughes · 12 years ago
  36. 7f70c9b AArch64: Fix uses of stack size for 32/64bit libc builds by Serban Constantinescu · 12 years ago
  37. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  38. c4c6e19 pthread_exit should call __NR_exit with status 0. by Elliott Hughes · 12 years ago
  39. 1410293 Merge "Move common arch-* code to arch-common directory" by Elliott Hughes · 12 years ago
  40. fc4d70f Remove dead files. by Christopher Ferris · 12 years ago
  41. b49c17c Move common arch-* code to arch-common directory by Pavel Chupin · 12 years ago
  42. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 12 years ago
  43. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  44. 772b797 Update the comments to reflect the current status. by Ben Cheng · 12 years ago
  45. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 12 years ago
  46. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  47. da4a3e6 EABI syscall cleanup. by Elliott Hughes · 12 years ago
  48. 2753e12 libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  49. b61103d libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  50. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  51. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 12 years ago
  52. e8f46e8 Remove redundant space within square brackets by Andrew Hsieh · 12 years ago
  53. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  54. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  55. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  56. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  57. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 12 years ago
  58. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  59. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 14 years ago
  60. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  61. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago
  62. 73964c5 Everyone has CLZ. by Elliott Hughes · 12 years ago
  63. 9f878c2 Really set errno if __pthread_clone fails. by Elliott Hughes · 12 years ago
  64. d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 12 years ago
  65. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  66. f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 12 years ago
  67. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  68. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  69. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  70. 35f5385 Add __aeabi_idiv to the dummy reference list. by Ben Cheng · 13 years ago
  71. 884e4f8 Add optimized version of memset for Cortex A9 by Henrik Smiding · 15 years ago
  72. 6d0bcdc Add optimized version of memcpy for Cortex A9 by Henrik Smiding · 15 years ago
  73. c213291 Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 13 years ago
  74. 048569b Rename __dso_handle_so.c to __dso_handle_so.h by Andrew Hsieh · 13 years ago
  75. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 13 years ago
  76. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 13 years ago
  77. 069c64c Merge "ARM: make sure __on_dlclose() actually gets called" by Nick Kralevich · 13 years ago
  78. e026b1d Merge "ARM: remove dummy entries from .so init_array/fini_array" by Nick Kralevich · 13 years ago
  79. 144c291 ARM: warn about atexit() calls from legacy shared libraries by Ard Biesheuvel · 13 years ago
  80. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 13 years ago
  81. c230928 ARM: remove dummy entries from .so init_array/fini_array by Ard Biesheuvel · 13 years ago
  82. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 13 years ago
  83. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 13 years ago
  84. 5ed48a4 ARM: make sure __on_dlclose() actually gets called by Ard Biesheuvel · 13 years ago
  85. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  86. 6eee1fc crtend*: Add GNU_STACK note by Nick Kralevich · 13 years ago
  87. 3460db9 bionic: Stack pointer/signal race condition. by Peter Enderborg · 13 years ago
  88. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 13 years ago
  89. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 13 years ago
  90. 3ebd31c Add optimized version of memcmp for Cortex A9 by Henrik Smiding · 15 years ago
  91. 6cdefd0 Add linker support for PIE by Nick Kralevich · 14 years ago
  92. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  93. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 13 years ago
  94. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  95. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  96. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  97. e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 13 years ago
  98. fe6338d Adjust memcpy for ARM Cortex A9 cache line size by Henrik Smiding · 15 years ago
  99. 4a9d6e5 Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 13 years ago
  100. d509901 Merge "Fix segv when unwinding stack past __libc_init." by Elliott Hughes · 13 years ago