1. 2846ae7 Merge "epoll_create: reject size <= 0" by Greg Hackmann · 9 years ago
  2. 61cb584 Merge "clone: check for NULL child stack" by Greg Hackmann · 9 years ago
  3. ef27637 Merge "Fix x86 __memset_chk." by Elliott Hughes · 9 years ago
  4. fc501cc Merge "Fix the AT_HWCAP2 test." by Elliott Hughes · 9 years ago
  5. d4c9112 Fix the AT_HWCAP2 test. by Elliott Hughes · 9 years ago
  6. 204990c Fix x86 __memset_chk. by Elliott Hughes · 9 years ago
  7. a03c62b epoll_create: reject size <= 0 by Greg Hackmann · 9 years ago
  8. fb23fa3 clone: check for NULL child stack by Greg Hackmann · 9 years ago
  9. e725dc1 Merge "Remove the __USE_GNU guard from pthread_setname_np again." by Elliott Hughes · 9 years ago
  10. cc78b25 Remove the __USE_GNU guard from pthread_setname_np again. by Elliott Hughes · 9 years ago
  11. 63322aa Merge "Add pthread_getname_np." by Elliott Hughes · 9 years ago
  12. 725b2a9 Add pthread_getname_np. by Elliott Hughes · 9 years ago
  13. 3c410c8 Merge "genversion-scripts: fix script name in autogenerated comment" by Greg Hackmann · 9 years ago
  14. e5c872f genversion-scripts: fix script name in autogenerated comment by Greg Hackmann · 9 years ago
  15. 506456c Merge "Move relocation_packer off libnativehelper." by Elliott Hughes · 9 years ago
  16. 7de1ff2 Move relocation_packer off libnativehelper. by Elliott Hughes · 9 years ago
  17. 68a2f12 Merge "Fix pthread.pthread_barrier_smoke test." by Yabin Cui · 9 years ago
  18. 6d1665c Merge "CloseArchive() to free memory when OpenArchive fails." by Yabin Cui · 9 years ago
  19. 722072d CloseArchive() to free memory when OpenArchive fails. by Yabin Cui · 9 years ago
  20. 81d2797 Fix pthread.pthread_barrier_smoke test. by Yabin Cui · 9 years ago
  21. 6212e5d Merge "Add a CTS test to ensure AT_HWCAP2 is reported." by Elliott Hughes · 9 years ago
  22. ebb4895 Add a CTS test to ensure AT_HWCAP2 is reported. by Elliott Hughes · 9 years ago
  23. 5f1de52 Merge "Fix race in malloc debug option free_track." by Christopher Ferris · 9 years ago
  24. d057f44 Merge "Fix bug where t9 is not correct when __memset_chk_fail is called. t9 is used to calculate gp at the start of __memset_chk_fail." by Christopher Ferris · 9 years ago
  25. d091962 Fix race in malloc debug option free_track. by Christopher Ferris · 9 years ago
  26. f3b9c89 Fix bug where t9 is not correct when __memset_chk_fail is called. by Douglas Leung · 9 years ago
  27. 18576fe Merge "Android.bp: Add missing <complex.h> functions." by Dan Willemsen · 9 years ago
  28. fc1fb95 Android.bp: Add missing <complex.h> functions. by Dan Willemsen · 9 years ago
  29. 8d0af0b Merge "Add missing <complex.h> functions." by Elliott Hughes · 9 years ago
  30. b31d270 Merge "Fix PTHREAD_THREADS_MAX." by Elliott Hughes · 9 years ago
  31. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 9 years ago
  32. bca2541 Merge "Fix problem where unknown option is not an error." by Christopher Ferris · 9 years ago
  33. 3f36834 Merge "Silence false positive warnings on GCC." by Josh Gao · 9 years ago
  34. d787852 Silence false positive warnings on GCC. by Josh Gao · 9 years ago
  35. a4b1425 Fix problem where unknown option is not an error. by Christopher Ferris · 9 years ago
  36. 0e00c16 Merge "Init functions after debug malloc succeeds." by Christopher Ferris · 9 years ago
  37. 9ee6adb Add missing <complex.h> functions. by Elliott Hughes · 9 years ago
  38. 470de8f Merge "Update Android.bp with x86 rint optimizations" by Dan Willemsen · 9 years ago
  39. 603acbf Update Android.bp with x86 rint optimizations by Dan Willemsen · 9 years ago
  40. 20f2c1e Init functions after debug malloc succeeds. by Christopher Ferris · 9 years ago
  41. 6a20add Merge changes I3f1c1310,Ia8dc3481,I6b19fd63 by Colin Cross · 9 years ago
  42. 7c66b17 Merge "Adjust test to let it pass on libhoudini." by Yabin Cui · 9 years ago
  43. 7877df6 malloc_debug: fix multiplication overflow in debug_calloc by Colin Cross · 9 years ago
  44. 9567c7b malloc_debug: round 0 byte allocations up to 1 byte by Colin Cross · 9 years ago
  45. baa7c6f malloc_debug: iterate: use usable_size by Colin Cross · 9 years ago
  46. 61e4d46 Adjust test to let it pass on libhoudini. by Yabin Cui · 9 years ago
  47. ffd19ee Merge "Improve and fix the stack-protector tests." by Elliott Hughes · 9 years ago
  48. 79c9ff2 Merge "debuggerd: rethrow the full signal we receive, always." by Josh Gao · 9 years ago
  49. 61cf3f3 debuggerd: rethrow the full signal we receive, always. by Josh Gao · 9 years ago
  50. fc69a8a Improve and fix the stack-protector tests. by Elliott Hughes · 9 years ago
  51. 2512310 Merge "Switch bionic over to google-benchmark." by Elliott Hughes · 9 years ago
  52. 192539f Merge "Don't leak sockets if setsockopt() or fchown() fail." by Erik Kline · 9 years ago
  53. 7bbb181 Don't leak sockets if setsockopt() or fchown() fail. by Erik Kline · 9 years ago
  54. 55dc0c5 Merge "Add x86 optimization of rint functions and tests" by Elliott Hughes · 9 years ago
  55. f3ea093 Add x86 optimization of rint functions and tests by jzha136 · 10 years ago
  56. 281e06b Switch bionic over to google-benchmark. by Elliott Hughes · 9 years ago
  57. 59eab81 Merge "Minor clock_getcpuclockid optimization." am: b83bd7bc25 by Elliott Hughes · 9 years ago
  58. b83bd7b Merge "Minor clock_getcpuclockid optimization." by Elliott Hughes · 9 years ago
  59. 2bf5332 Minor clock_getcpuclockid optimization. by Elliott Hughes · 9 years ago
  60. 8598f1f Merge "forkpty: set the output fd to -1 on the slave side." am: ba2232d013 by Josh Gao · 9 years ago
  61. ba2232d Merge "forkpty: set the output fd to -1 on the slave side." by Josh Gao · 9 years ago
  62. a990df3 Merge "Don\'t call clock_getres in sysconf." am: a703498f0c by Elliott Hughes · 9 years ago
  63. a703498 Merge "Don't call clock_getres in sysconf." by Elliott Hughes · 9 years ago
  64. d2b8de2 Don't call clock_getres in sysconf. by Elliott Hughes · 9 years ago
  65. 6d7c1ee forkpty: set the output fd to -1 on the slave side. by Josh Gao · 9 years ago
  66. 5bfd3ff Merge "Add __memset_chk assembler for mips32 and mips64." am: c4d2bede15 by Douglas Leung · 9 years ago
  67. c4d2bed Merge "Add __memset_chk assembler for mips32 and mips64." by Elliott Hughes · 9 years ago
  68. 29d4b71 Add __memset_chk assembler for mips32 and mips64. by Douglas Leung · 9 years ago
  69. b4e083e Merge "libm: rename LIBC_PRIVATE to LIBC_DEPRECATED" am: 015f2e803a by Dimitry Ivanov · 9 years ago
  70. 91c9943 Merge "Enable test with clang aarch64." am: cb9e4530a8 by Chih-Hung Hsieh · 9 years ago
  71. 015f2e8 Merge "libm: rename LIBC_PRIVATE to LIBC_DEPRECATED" by Dimitry Ivanov · 9 years ago
  72. cb9e453 Merge "Enable test with clang aarch64." by Chih-hung Hsieh · 9 years ago
  73. 389e28e Enable test with clang aarch64. by Chih-Hung Hsieh · 9 years ago
  74. 9296460 libm: rename LIBC_PRIVATE to LIBC_DEPRECATED by Dimitry Ivanov · 9 years ago
  75. b9b99b8 Merge "Add x86 __memset_chk assembler." am: 728e0e9b97 by Elliott Hughes · 9 years ago
  76. 728e0e9 Merge "Add x86 __memset_chk assembler." by Elliott Hughes · 9 years ago
  77. 6ac4d0a Merge "Fix x86-64 __memset_chk." am: 7d188ce0fe by Elliott Hughes · 9 years ago
  78. 7d188ce Merge "Fix x86-64 __memset_chk." by Elliott Hughes · 9 years ago
  79. a80ddc8 Fix x86-64 __memset_chk. by Elliott Hughes · 9 years ago
  80. 27770d6 Merge "Update Android.bp with recent *.mk changes" am: 5f67f8ae9d by Dan Willemsen · 9 years ago
  81. 81d6a18 Add x86 __memset_chk assembler. by Elliott Hughes · 9 years ago
  82. 5f67f8a Merge "Update Android.bp with recent *.mk changes" by Dan Willemsen · 9 years ago
  83. a27d8c3 Update Android.bp with recent *.mk changes by Dan Willemsen · 9 years ago
  84. 915f64c Merge "Clean up bcopy cruft." am: f3b42e5ae7 by Elliott Hughes · 9 years ago
  85. f3b42e5 Merge "Clean up bcopy cruft." by Elliott Hughes · 9 years ago
  86. a8dc8e6 Merge "Mandate optimized assembler for x86-64 __memset_chk." am: ff9bda7201 by Elliott Hughes · 9 years ago
  87. ff9bda7 Merge "Mandate optimized assembler for x86-64 __memset_chk." by Elliott Hughes · 9 years ago
  88. 6e7e53a Merge changes I17c22dc2,I9989e2ea am: 19ca2fe82f by Josh Gao · 9 years ago
  89. 19ca2fe Merge changes I17c22dc2,I9989e2ea by Josh Gao · 9 years ago
  90. 0c3655a Add a checksum to jmp_buf on AArch64. by Josh Gao · 9 years ago
  91. a4c6913 Add a checksum to jmp_buf on ARM. by Josh Gao · 9 years ago
  92. bed110a Clean up bcopy cruft. by Elliott Hughes · 9 years ago
  93. 11dcd28 Merge "Remove optimized code for bzero, which was removed from POSIX in 2008." by Elliott Hughes · 9 years ago
  94. 6809af0 Merge "Remove optimized code for bzero, which was removed from POSIX in 2008." by Elliott Hughes · 9 years ago
  95. 01d5b94 Remove optimized code for bzero, which was removed from POSIX in 2008. by Elliott Hughes · 9 years ago
  96. e579456 Merge "Mandate optimized __memset_chk for arm and arm64." am: 5e57039c24 by Elliott Hughes · 9 years ago
  97. 61c95fe Mandate optimized assembler for x86-64 __memset_chk. by Elliott Hughes · 9 years ago
  98. 5e57039 Merge "Mandate optimized __memset_chk for arm and arm64." by Elliott Hughes · 9 years ago
  99. b2fd768 Merge "libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM" am: 6e30ca516b by Dimitry Ivanov · 9 years ago
  100. 6e30ca5 Merge "libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM" by Dimitry Ivanov · 9 years ago