1. 8c054c5 Merge "Clean up the ARM fenv.h, moving implementation details into fenv.c." by Elliott Hughes · 11 years ago
  2. 9812a02 Clean up the ARM fenv.h, moving implementation details into fenv.c. by Elliott Hughes · 11 years ago
  3. 8747296 Merge "AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation." by Elliott Hughes · 11 years ago
  4. a147a1d AArch64: libm: Fix ARM64 fenv_t and refactor ARM64 libm implementation. by Serban Constantinescu · 11 years ago
  5. 36ed597 Merge "AArch64: Remove Frame Record from ARM64 syscalls" by Elliott Hughes · 11 years ago
  6. 602b4e4 AArch64: Remove Frame Record from ARM64 syscalls by Serban Constantinescu · 11 years ago
  7. e18c271 Merge "Add the missing issetugid binary compatibility stub." by Elliott Hughes · 11 years ago
  8. bffbfee Add the missing issetugid binary compatibility stub. by Elliott Hughes · 11 years ago
  9. 19718f0 Merge "Rewrite and hide longjmperror." by Elliott Hughes · 11 years ago
  10. 1cada9b Merge "Remove unused scripts." by Christopher Ferris · 11 years ago
  11. 47ba295 Rewrite and hide longjmperror. by Elliott Hughes · 11 years ago
  12. ab39aba Remove unused scripts. by Christopher Ferris · 11 years ago
  13. 6fa47ca Merge "Fix ndk_cruft.cpp __getdents64 build failure." by Elliott Hughes · 11 years ago
  14. 1c60f80 Merge "Rename __bionic_clone_entry to __start_thread." by Elliott Hughes · 11 years ago
  15. d1ead2a Fix ndk_cruft.cpp __getdents64 build failure. by Elliott Hughes · 11 years ago
  16. 087b3cf Merge "Add a few more C11 functions to the whitelist." by Elliott Hughes · 11 years ago
  17. f6b1d43 Add a few more C11 functions to the whitelist. by Elliott Hughes · 11 years ago
  18. ebc8cd1 Rename __bionic_clone_entry to __start_thread. by Elliott Hughes · 11 years ago
  19. 3e0e7ee Merge "Remove getdents from bionic." by Elliott Hughes · 11 years ago
  20. b837767 Merge "Update kernel header generation docs." by Christopher Ferris · 11 years ago
  21. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  22. 08b6074 Update kernel header generation docs. by Christopher Ferris · 11 years ago
  23. c3bdc79 Merge "Fix the printf family for non-ASCII." by Elliott Hughes · 11 years ago
  24. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 11 years ago
  25. e2a54ca Merge "Remove unnecessary instructions from x86/x86_64 syscalls." by Elliott Hughes · 11 years ago
  26. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
  27. 50b7953 Merge "Fix unwinding through x86-64 __bionic_clone." by Elliott Hughes · 11 years ago
  28. aeb3016 Fix unwinding through x86-64 __bionic_clone. by Elliott Hughes · 11 years ago
  29. 9c101eb Merge "Removes index() from bionic." by Dan Albert · 11 years ago
  30. 8ac8278 Merge "Fix for slm-tuned memmove (both 32- and 64-bit)." by Christopher Ferris · 11 years ago
  31. fce8614 Fix for slm-tuned memmove (both 32- and 64-bit). by Varvara Rainchik · 11 years ago
  32. 40fca0f Removes index() from bionic. by Dan Albert · 11 years ago
  33. 431aa4d Merge "Remove bsd_signal and sysv_signal from bionic LP64." by Dan Albert · 11 years ago
  34. 205dd7d Remove bsd_signal and sysv_signal from bionic LP64. by Dan Albert · 11 years ago
  35. 8aabecf Merge "Hide __libc_fini." by Elliott Hughes · 11 years ago
  36. 7681204 Merge "Revert "Remove ftime from bionic LP64"" by Dan Albert · 11 years ago
  37. 0921204 Revert "Remove ftime from bionic LP64" by Dan Albert · 11 years ago
  38. 428581f Merge "Remove ftime from bionic LP64" by Dan Albert · 11 years ago
  39. 1f29665 Hide __libc_fini. by Elliott Hughes · 11 years ago
  40. 26d6799 Remove ftime from bionic LP64 by Dan Albert · 11 years ago
  41. 37229f2 Merge "Temporarily expose dlmalloc_usable_size." by Elliott Hughes · 11 years ago
  42. 6403cc4 Temporarily expose dlmalloc_usable_size. by Elliott Hughes · 11 years ago
  43. 53e3bba Merge "Temporary fix for asan_malloc_linux.cc build failure." by Elliott Hughes · 11 years ago
  44. 14442bb Temporary fix for asan_malloc_linux.cc build failure. by Elliott Hughes · 11 years ago
  45. 38732aa Merge "Fix debug malloc." by Elliott Hughes · 11 years ago
  46. 8e52e8f Fix debug malloc. by Elliott Hughes · 11 years ago
  47. 623dce3 Merge "Removes wcswcs from bionic for LP64." by Dan Albert · 11 years ago
  48. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 11 years ago
  49. e120cba Merge "Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11." by Elliott Hughes · 11 years ago
  50. 452e091 Merge "Adds functionality specified by uchar.h" by Dan Albert · 11 years ago
  51. be8df2e Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11. by Elliott Hughes · 11 years ago
  52. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  53. 38ed337 Merge "Hide dlmalloc symbols." by Elliott Hughes · 11 years ago
  54. 9b5235d Hide dlmalloc symbols. by Elliott Hughes · 11 years ago
  55. c380189 Merge "Removes bcopy and bzero from bionic." by Dan Albert · 11 years ago
  56. ce9ce28 Removes bcopy and bzero from bionic. by Dan Albert · 11 years ago
  57. 3dbc2fe Merge "Work around "error: variable 'uio' set but not used"." by Elliott Hughes · 11 years ago
  58. b082645 Work around "error: variable 'uio' set but not used". by Elliott Hughes · 11 years ago
  59. bd6b849 Merge "Remove an unused parameter from the dlopen implementation." by Elliott Hughes · 11 years ago
  60. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 11 years ago
  61. be15d16 Merge "Turn on -Wunused and fix the mistakes it uncovers." by Elliott Hughes · 11 years ago
  62. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  63. 2f9400b Merge "Use __libc_fatal() for failed malloc in new" by Dan Albert · 11 years ago
  64. 9897259 Use __libc_fatal() for failed malloc in new by Dan Albert · 11 years ago
  65. 987bd5c am 2deef73f: Merge "Avoid a system call in \'gettid\'." by Elliott Hughes · 11 years ago
  66. 2deef73 Merge "Avoid a system call in 'gettid'." by Elliott Hughes · 11 years ago
  67. 5d9a7ba Avoid a system call in 'gettid'. by Elliott Hughes · 11 years ago
  68. 5f29c32 am 831405b7: Merge "Make atexit.dlclose work for glibc" by Dmitriy Ivanov · 11 years ago
  69. 831405b Merge "Make atexit.dlclose work for glibc" by Dmitriy Ivanov · 11 years ago
  70. 214e641 Make atexit.dlclose work for glibc by Dmitriy Ivanov · 11 years ago
  71. bd1ec44 am 66b5e6b6: Merge "Do not run dlclose test on glibc." by Christopher Ferris · 11 years ago
  72. 66b5e6b Merge "Do not run dlclose test on glibc." by Christopher Ferris · 11 years ago
  73. d3f2a20 am 7a5732bd: Merge "Add some missing __noreturn attributes." by Elliott Hughes · 11 years ago
  74. 7a5732b Merge "Add some missing __noreturn attributes." by Elliott Hughes · 11 years ago
  75. 6203e7b Add some missing __noreturn attributes. by Elliott Hughes · 11 years ago
  76. f306c41 am 3a3b27e0: Merge "x86: stop unwinding past __bionic_clone." by Elliott Hughes · 11 years ago
  77. 3a3b27e Merge "x86: stop unwinding past __bionic_clone." by Elliott Hughes · 11 years ago
  78. 39036f6 Do not run dlclose test on glibc. by Christopher Ferris · 11 years ago
  79. ee9d5bd x86: stop unwinding past __bionic_clone. by Elliott Hughes · 11 years ago
  80. 69371ef am 1672b056: Merge "Fix unwinding_through_signal_frame test." by Christopher Ferris · 11 years ago
  81. 1672b05 Merge "Fix unwinding_through_signal_frame test." by Christopher Ferris · 11 years ago
  82. d178c83 Fix unwinding_through_signal_frame test. by Christopher Ferris · 11 years ago
  83. e4068e3 am 94170742: Merge "Fix x86 cfi directives for syscalls." by Christopher Ferris · 11 years ago
  84. 9417074 Merge "Fix x86 cfi directives for syscalls." by Christopher Ferris · 11 years ago
  85. 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 11 years ago
  86. e1df1eb am 264d1b83: Merge "Remove issetugid." by Elliott Hughes · 11 years ago
  87. 264d1b8 Merge "Remove issetugid." by Elliott Hughes · 11 years ago
  88. d853267 am 5800aab3: Merge "Fix wmemmove test." by Christopher Ferris · 11 years ago
  89. b4e099c Remove issetugid. by Elliott Hughes · 11 years ago
  90. 5800aab Merge "Fix wmemmove test." by Christopher Ferris · 11 years ago
  91. a5b0a62 am fd9f07a2: Merge "Workaround the GCC "(long)fn -> lfn" optimization bug." by Ben Cheng · 11 years ago
  92. fd9f07a Merge "Workaround the GCC "(long)fn -> lfn" optimization bug." by Ben Cheng · 11 years ago
  93. ff00dc8 Workaround the GCC "(long)fn -> lfn" optimization bug. by Ben Cheng · 11 years ago
  94. 8bf50d5 Fix wmemmove test. by Christopher Ferris · 11 years ago
  95. 9d73fa3 am d4fbb1a8: Merge "Fix dprintf test." by Christopher Ferris · 11 years ago
  96. d4fbb1a Merge "Fix dprintf test." by Christopher Ferris · 11 years ago
  97. 84d90bf am aa5f32ea: Merge "Add Aarch64 optimized bzero based on memset" by Christopher Ferris · 11 years ago
  98. aa5f32e Merge "Add Aarch64 optimized bzero based on memset" by Christopher Ferris · 11 years ago
  99. 62d92e1 Add Aarch64 optimized bzero based on memset by Bernhard Rosenkraenzer · 11 years ago
  100. 9e01ea6 Fix dprintf test. by Christopher Ferris · 11 years ago