1. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 12 years ago
  2. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  3. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  4. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 12 years ago
  5. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  6. 772b797 Update the comments to reflect the current status. by Ben Cheng · 12 years ago
  7. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 12 years ago
  8. 7ff868a am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 12 years ago
  9. b1d7fd4 am 6f4fed74: Merge "Add new optimized strlen for arm." by Christopher Ferris · 12 years ago
  10. 9ad2a73 Fix assembler errors in generic arm strlen.c. by Christopher Ferris · 12 years ago
  11. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  12. 2a18ea1 am f152e386: Merge "EABI syscall cleanup." by Elliott Hughes · 12 years ago
  13. da4a3e6 EABI syscall cleanup. by Elliott Hughes · 12 years ago
  14. fac9199 am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Elliott Hughes · 12 years ago
  15. 2753e12 libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  16. 269daac am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Christopher Ferris · 12 years ago
  17. b61103d libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  18. baa6186 am 995f17e6: Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 12 years ago
  19. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  20. 77f90de am fc104f89: Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 12 years ago
  21. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  22. 72ce296 am 404d491e: Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 12 years ago
  23. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 12 years ago
  24. 4c8eba6 am 2e317075: Merge "libc/arm: add cortex-a8 cpu variant" by Erik Gilling · 12 years ago
  25. 22bda4b libc/arm: add cortex-a8 cpu variant by Rom Lemarchand · 12 years ago
  26. 562804f am f0f4fa3f: Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  27. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  28. 83966db am f7153fd1: Merge "Remove redundant space within square brackets" by Andrew Hsieh · 12 years ago
  29. e8f46e8 Remove redundant space within square brackets by Andrew Hsieh · 12 years ago
  30. 39e4ed9 am 516a8970: Merge "Rewrite memset for cortexa15 to use strd." by Christopher Ferris · 12 years ago
  31. 796cbe2 Rewrite memset for cortexa15 to use strd. by Christopher Ferris · 12 years ago
  32. 101dadf am fc76c7d3: Merge "Add missing branch in memcpy.S dst aligned case." by Christopher Ferris · 12 years ago
  33. 3fe5b10 am 68fd78ef: Merge "Update to latest cortexa15 memcpy code." by Christopher Ferris · 12 years ago
  34. bf0d1ad Add missing branch in memcpy.S dst aligned case. by Christopher Ferris · 12 years ago
  35. 185ce72 Update to latest cortexa15 memcpy code. by Christopher Ferris · 12 years ago
  36. 369f923 Merge "libc/arm: add cortex-a7 cpu variant" into jb-mr2-dev by Dima Zavin · 12 years ago
  37. 0c973d7 libc/arm: add cortex-a7 cpu variant by Dima Zavin · 12 years ago
  38. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  39. 8794ece Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>. by Elliott Hughes · 12 years ago
  40. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  41. 17a8b0d Expose wait4 as wait4 rather than __wait4. by Elliott Hughes · 12 years ago
  42. 31dea25 Create arch specific versions of strcmp. by Christopher Ferris · 12 years ago
  43. 8f2a5a0 Clean up internal libc logging. by Elliott Hughes · 12 years ago
  44. ec706c2 Merge "Use the kernel's MAX_ERRNO in the syscall stubs." by Elliott Hughes · 12 years ago
  45. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
  46. 04954a4 Break bionic implementations into arch versions. by Christopher Ferris · 12 years ago
  47. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 12 years ago
  48. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  49. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 14 years ago
  50. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  51. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 12 years ago
  52. 73964c5 Everyone has CLZ. by Elliott Hughes · 12 years ago
  53. 9f878c2 Really set errno if __pthread_clone fails. by Elliott Hughes · 12 years ago
  54. d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 12 years ago
  55. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  56. f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 12 years ago
  57. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  58. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  59. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  60. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
  61. 6a94cb7 Merge "arm syscall : for eabi call_default don't use stack" by Elliott Hughes · 13 years ago
  62. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 13 years ago
  63. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 13 years ago
  64. 35f5385 Add __aeabi_idiv to the dummy reference list. by Ben Cheng · 13 years ago
  65. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  66. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 13 years ago
  67. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 13 years ago
  68. b15c58b Clean up _BYTE_ORDER definitions for better x86 portability. by Elliott Hughes · 13 years ago
  69. 884e4f8 Add optimized version of memset for Cortex A9 by Henrik Smiding · 15 years ago
  70. 6d0bcdc Add optimized version of memcpy for Cortex A9 by Henrik Smiding · 15 years ago
  71. c213291 Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 13 years ago
  72. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 13 years ago
  73. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 13 years ago
  74. d10309c Merge "Rename __dso_handle_so.c to __dso_handle_so.h" by Elliott Hughes · 13 years ago
  75. 048569b Rename __dso_handle_so.c to __dso_handle_so.h by Andrew Hsieh · 13 years ago
  76. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 13 years ago
  77. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 13 years ago
  78. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 13 years ago
  79. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 13 years ago
  80. 069c64c Merge "ARM: make sure __on_dlclose() actually gets called" by Nick Kralevich · 13 years ago
  81. e026b1d Merge "ARM: remove dummy entries from .so init_array/fini_array" by Nick Kralevich · 13 years ago
  82. 144c291 ARM: warn about atexit() calls from legacy shared libraries by Ard Biesheuvel · 13 years ago
  83. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 13 years ago
  84. c230928 ARM: remove dummy entries from .so init_array/fini_array by Ard Biesheuvel · 13 years ago
  85. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 13 years ago
  86. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 13 years ago
  87. 5ed48a4 ARM: make sure __on_dlclose() actually gets called by Ard Biesheuvel · 13 years ago
  88. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 13 years ago
  89. 6eee1fc crtend*: Add GNU_STACK note by Nick Kralevich · 13 years ago
  90. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  91. 3460db9 bionic: Stack pointer/signal race condition. by Peter Enderborg · 13 years ago
  92. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 13 years ago
  93. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 13 years ago
  94. 3ebd31c Add optimized version of memcmp for Cortex A9 by Henrik Smiding · 15 years ago
  95. 6cdefd0 Add linker support for PIE by Nick Kralevich · 14 years ago
  96. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  97. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 13 years ago
  98. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  99. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  100. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago