1. 6ad6855 am e5e6e17c: am 133d97e4: Merge "Add stack unwinding directives to memcpy." by Ben Cheng · 11 years ago
  2. 1428300 Add stack unwinding directives to memcpy. by Ben Cheng · 11 years ago
  3. b9ef7f4 am 52b3aed7: am c5c6cb3f: am 66273ac2: Merge "Adding strcmp tuned for Cortex-A15." by Ben Cheng · 11 years ago
  4. ae280bc am 55fc93a9: am 8f149da0: am b3b1ab62: Merge "Adding memcpy tuned for Cortex-A15." by Ben Cheng · 11 years ago
  5. eb149e9 Adding strcmp tuned for Cortex-A15. by Greta Yorsh · 12 years ago
  6. 5b349fc Adding memcpy tuned for Cortex-A15. by Greta Yorsh · 13 years ago
  7. 7c83a1e Break bionic implementations into arch versions. DO NOT MERGE by Christopher Ferris · 11 years ago
  8. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 11 years ago
  9. 6719500 Add a bunch more missing ENDs to assembler routines. by Elliott Hughes · 11 years ago
  10. 73964c5 Everyone has CLZ. by Elliott Hughes · 11 years ago
  11. 9f878c2 Really set errno if __pthread_clone fails. by Elliott Hughes · 11 years ago
  12. d7a3a40 Use ENTRY/END in ARM __get_sp. by Elliott Hughes · 11 years ago
  13. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 11 years ago
  14. f94fd3c Clean up ARM assembler files to use ENTRY/END. by Elliott Hughes · 11 years ago
  15. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 12 years ago
  16. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 12 years ago
  17. a0ee078 Upgrade libm. by Elliott Hughes · 12 years ago
  18. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 12 years ago
  19. 6a94cb7 Merge "arm syscall : for eabi call_default don't use stack" by Elliott Hughes · 12 years ago
  20. 1e980b6 Fix the duplication in the debugging code. by Elliott Hughes · 12 years ago
  21. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 12 years ago
  22. 35f5385 Add __aeabi_idiv to the dummy reference list. by Ben Cheng · 12 years ago
  23. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 12 years ago
  24. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 12 years ago
  25. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 12 years ago
  26. b15c58b Clean up _BYTE_ORDER definitions for better x86 portability. by Elliott Hughes · 12 years ago
  27. 884e4f8 Add optimized version of memset for Cortex A9 by Henrik Smiding · 14 years ago
  28. 6d0bcdc Add optimized version of memcpy for Cortex A9 by Henrik Smiding · 14 years ago
  29. c213291 Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 12 years ago
  30. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 12 years ago
  31. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 12 years ago
  32. d10309c Merge "Rename __dso_handle_so.c to __dso_handle_so.h" by Elliott Hughes · 12 years ago
  33. 048569b Rename __dso_handle_so.c to __dso_handle_so.h by Andrew Hsieh · 12 years ago
  34. 1ad05db Add mlockall and munlockall for Google TV. by Elliott Hughes · 12 years ago
  35. b2c5bd5 Merge "ARM: warn about atexit() calls from legacy shared libraries" by Elliott Hughes · 12 years ago
  36. 26f2e4a Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended" by Elliott Hughes · 12 years ago
  37. 1ad10a5 Add getsid system call to bionic by Irina Tirdea · 12 years ago
  38. 069c64c Merge "ARM: make sure __on_dlclose() actually gets called" by Nick Kralevich · 12 years ago
  39. e026b1d Merge "ARM: remove dummy entries from .so init_array/fini_array" by Nick Kralevich · 12 years ago
  40. 144c291 ARM: warn about atexit() calls from legacy shared libraries by Ard Biesheuvel · 12 years ago
  41. f3cfcd8 ARM: make CRT_LEGACY_WORKAROUND work as intended by Ard Biesheuvel · 12 years ago
  42. c230928 ARM: remove dummy entries from .so init_array/fini_array by Ard Biesheuvel · 12 years ago
  43. 0a150ea libc: remove ctors/dtors sections by Ard Biesheuvel · 12 years ago
  44. 404e28f hardening: remove pointless ARM __get_pc() function by Ard Biesheuvel · 12 years ago
  45. 5ed48a4 ARM: make sure __on_dlclose() actually gets called by Ard Biesheuvel · 12 years ago
  46. b7beb69 Add link.h for all platforms with dl_phdr_info by Pavel Chupin · 12 years ago
  47. 6eee1fc crtend*: Add GNU_STACK note by Nick Kralevich · 12 years ago
  48. e36c826 Add unshare() syscall. by Jeff Sharkey · 12 years ago
  49. 3460db9 bionic: Stack pointer/signal race condition. by Peter Enderborg · 12 years ago
  50. 9d40326 arm: rewrite crtbegin* as C files. by Nick Kralevich · 12 years ago
  51. 83a73d1 crtbegin: eliminate duplicate code by Nick Kralevich · 12 years ago
  52. 3ebd31c Add optimized version of memcmp for Cortex A9 by Henrik Smiding · 14 years ago
  53. 6cdefd0 Add linker support for PIE by Nick Kralevich · 13 years ago
  54. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 12 years ago
  55. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 12 years ago
  56. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  57. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  58. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 12 years ago
  59. e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 12 years ago
  60. fe6338d Adjust memcpy for ARM Cortex A9 cache line size by Henrik Smiding · 14 years ago
  61. 4a9d6e5 Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 12 years ago
  62. f0ec06b Add faccessat to syscall list by Kenny Root · 12 years ago
  63. d509901 Merge "Fix segv when unwinding stack past __libc_init." by Elliott Hughes · 12 years ago
  64. 470835b Move end of __on_dlclose up by Kenny Root · 12 years ago
  65. 03273f8 __on_dlclose should be aligned by Kenny Root · 12 years ago
  66. cd15bac Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 12 years ago
  67. 1a82369 Update kernel headers and add syscall "perf_event_open" by Ben Cheng · 12 years ago
  68. be101bf Revert "Reference __dso_handle in PIC way" by Kenny Root · 12 years ago
  69. 93cb308 Reference __dso_handle in PIC way by Kenny Root · 12 years ago
  70. 4fc1273 Merge "Trivial fix in comment" by Andrew Hsieh · 12 years ago
  71. f1a17e7 libc: Add __aeabi_llsl and __aeabi_llsr to libgcc_compat by Dima Zavin · 12 years ago
  72. 58b2c16 Trivial fix in comment by Andrew Hsieh · 12 years ago
  73. d6b58b0 am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 12 years ago
  74. cfff36d am a60ff6c5: Merge "libc: Define new symbol visibility macros" by Jean-Baptiste Queru · 12 years ago
  75. 5fbf2e0 libc: Define new symbol visibility macros by David 'Digit' Turner · 13 years ago
  76. 73fa5fd Merge 2f80f07d by Jean-Baptiste Queru · 13 years ago
  77. 2f80f07 am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic." by Jean-Baptiste Queru · 13 years ago
  78. 5eb686d Add extended attribute (xattr) system call wrappers to bionic. by Stephen Smalley · 13 years ago
  79. 023e540 am 06f51ba1: am f44de270: add personality() system call. by Nick Kralevich · 13 years ago
  80. 06f51ba am f44de270: add personality() system call. by Nick Kralevich · 13 years ago
  81. f44de27 add personality() system call. by Nick Kralevich · 13 years ago
  82. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  83. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  84. f1a39dc libc: Fix typo that broke NDK compatibility. by David 'Digit' Turner · 13 years ago
  85. de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 13 years ago
  86. 10c8ce5 Add tgkill syscall. by Jeff Brown · 13 years ago
  87. 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 13 years ago
  88. d9ad623 Add linker support for PIE by Nick Kralevich · 13 years ago
  89. 487b613 Use ENTRY and EXIT macros for strcmp, memcpy, atexit. by Evgeniy Stepanov · 13 years ago
  90. 58246b7 libc: Add __aeabi_f2uiz to libgcc_compat.c by David 'Digit' Turner · 13 years ago
  91. b489666 am 1c0a0381: Merge "Enable functional DSO object destruction" by David Turner · 13 years ago
  92. 3964084 Enable functional DSO object destruction by Bruce Beare · 13 years ago
  93. a9e409a am a7a9dddb: Merge "bionic: Add ARM optimized strcmp()" by David Turner · 13 years ago
  94. f50e9be bionic: Add ARM optimized strcmp() by Jim Huang · 13 years ago
  95. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 13 years ago
  96. 3224c08 Merge changes I8c481c89,I791406f8,I5f09cef8 by David Turner · 13 years ago
  97. fb723c8 libc: ARM: update syscalls with new script by Kenny Root · 13 years ago
  98. 420878c Add function marks and size indications by Kenny Root · 13 years ago
  99. 0233509 Amend previous commit with needed include by Kenny Root · 13 years ago
  100. 3a3c185 Use CLZ on ARMv5 and newer by Kenny Root · 13 years ago