1. dd8adc3 Merge "libm: ARM: reorganize a bit to match ARM64" by Elliott Hughes · 10 years ago
  2. 8d95950 libm: ARM: reorganize a bit to match ARM64 by Jake Weinstein · 10 years ago
  3. b4f2112 Merge "[MIPS] Invalidate cached pid in vfork." by Elliott Hughes · 10 years ago
  4. 61d9ae5 [MIPS] Invalidate cached pid in vfork. by Duane Sand · 10 years ago
  5. f2985ed Merge "Fix test steps for 64-bit bionic" by Dan Albert · 10 years ago
  6. 2b93492 Merge "Add missing include." by Dan Albert · 10 years ago
  7. a40a211 Fix test steps for 64-bit bionic by Duane Sand · 10 years ago
  8. 3fe1515 Add missing include. by Dan Albert · 10 years ago
  9. a3c0146 Merge "Move up to C++14." by Dan Albert · 10 years ago
  10. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  11. ff4afc1 Merge "Omit comment when reading --gtest_list_tests option's output." by Yabin Cui · 10 years ago
  12. 182b91f Merge "Invalidate cached pid in vfork." by Elliott Hughes · 10 years ago
  13. bf830ad Omit comment when reading --gtest_list_tests option's output. by Yabin Cui · 10 years ago
  14. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  15. e80369a Merge "Bionic: Add a TLS slot for ART for Thread self" by Andreas Gampe · 10 years ago
  16. b3db776 Merge "name the arc4random structure mappings" by Elliott Hughes · 10 years ago
  17. f57f794 Merge "Cherrypick upstream fnmatch.c fix." by Elliott Hughes · 10 years ago
  18. 17379d2 Cherrypick upstream fnmatch.c fix. by Elliott Hughes · 10 years ago
  19. 2278d29 Merge "[MIPS] Link .dex or .oat code lacking .MIPS.abiflags segment" by Elliott Hughes · 10 years ago
  20. 516fcb2 name the arc4random structure mappings by Daniel Micay · 10 years ago
  21. 7e919da Merge "add a fortified implementation of getcwd" by Yabin Cui · 10 years ago
  22. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  23. 0acb15e [MIPS] Link .dex or .oat code lacking .MIPS.abiflags segment by Duane Sand · 10 years ago
  24. 2590705 Merge "Sync current upstream fnmatch.c." by Elliott Hughes · 10 years ago
  25. c46c0e9 Sync current upstream fnmatch.c. by Elliott Hughes · 10 years ago
  26. 61c21b6 Merge "Revert "add a fortified implementation of getcwd"" by Elliott Hughes · 10 years ago
  27. 4c43aac Revert "add a fortified implementation of getcwd" by Elliott Hughes · 10 years ago
  28. 442a3fc Merge "add a fortified implementation of getcwd" by Yabin Cui · 10 years ago
  29. 89a121d add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  30. 807f27f Merge "Stop sending SIGPIPE to debuggerd." by Elliott Hughes · 10 years ago
  31. 9f03ed1 Stop sending SIGPIPE to debuggerd. by Elliott Hughes · 10 years ago
  32. 4498917 Merge "Prevent buffer over-read in linker.cpp's parse_path." by Elliott Hughes · 10 years ago
  33. b447440 Prevent buffer over-read in linker.cpp's parse_path. by tony.ys_liu · 10 years ago
  34. 34c5f5e Merge "Remove PAGE_SIZE from <limits.h>." by Elliott Hughes · 10 years ago
  35. 36443fd Remove PAGE_SIZE from <limits.h>. by Elliott Hughes · 10 years ago
  36. 9bbb5a7 Bionic: Add a TLS slot for ART for Thread self by Andreas Gampe · 10 years ago
  37. 374adfe Merge "Don't transitively include <limits.h> from <sys/user.h>." by Elliott Hughes · 10 years ago
  38. 5390173 Don't transitively include <limits.h> from <sys/user.h>. by Elliott Hughes · 10 years ago
  39. 1ff4094 Merge "Remove PAGESIZE." by Elliott Hughes · 10 years ago
  40. 820a86f Remove PAGESIZE. by Elliott Hughes · 10 years ago
  41. c8ba22c Merge "Move PAGE_MASK into <sys/user.h>." by Elliott Hughes · 10 years ago
  42. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  43. 1923d4c Merge "deprecate TARGET_USES_LOGD" by Mark Salyzyn · 10 years ago
  44. 667dc75 deprecate TARGET_USES_LOGD by Mark Salyzyn · 10 years ago
  45. 4955cde Merge "Add a regression test for a fixed strnlen bug." by Elliott Hughes · 10 years ago
  46. d2a9fb3 Add a regression test for a fixed strnlen bug. by Elliott Hughes · 10 years ago
  47. cebef1a Merge "Add one simple thread local storage test." by Chih-hung Hsieh · 10 years ago
  48. 7656d0c Add one simple thread local storage test. by Chih-Hung Hsieh · 10 years ago
  49. e8ceb95 Merge "Remove pushes from memsets (krait/cortex-a9)." by Christopher Ferris · 10 years ago
  50. 8af3263 Merge "add fortified implementations of fread/fwrite" by Yabin Cui · 10 years ago
  51. f16c6e1 Merge "Restore protection flags for ifunc during relocs." by Elliott Hughes · 10 years ago
  52. 8264cbb Remove pushes from memsets (krait/cortex-a9). by Christopher Ferris · 10 years ago
  53. bff1968 Merge "name the atexit handler pages" by Elliott Hughes · 10 years ago
  54. f0a7347 name the atexit handler pages by Daniel Micay · 10 years ago
  55. ec83a61 Restore protection flags for ifunc during relocs. by Dmitriy Ivanov · 10 years ago
  56. adc5795 Merge "Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE)." by Elliott Hughes · 10 years ago
  57. 189394b Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE). by Elliott Hughes · 10 years ago
  58. a3a6198 Merge "Make all labels local." by Christopher Ferris · 10 years ago
  59. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  60. 795a8e3 Make all labels local. by Christopher Ferris · 10 years ago
  61. 9e1c862 Merge "Don't abort when failed to write tracing message." by Yabin Cui · 10 years ago
  62. 1661125 Don't abort when failed to write tracing message. by Yabin Cui · 10 years ago
  63. 2565492 Merge "Add getgrgid_r/getgrnam_r." by Yabin Cui · 10 years ago
  64. c4786d3 Add getgrgid_r/getgrnam_r. by Yabin Cui · 10 years ago
  65. 3b49d61 Merge "libc: arch-x86: implement kernel vdso time functions" by Elliott Hughes · 10 years ago
  66. 10726d5 libc: arch-x86: implement kernel vdso time functions by Robert Jarzmik · 10 years ago
  67. 86ac443 Merge "We don't have CXX_BARE any more" by Ying Wang · 10 years ago
  68. 361d4b4 We don't have CXX_BARE any more by Ying Wang · 10 years ago
  69. bc0b8ff Merge "Use a less misleading name for the code that sets up the main thread." by Elliott Hughes · 10 years ago
  70. d294863 Use a less misleading name for the code that sets up the main thread. by Elliott Hughes · 10 years ago
  71. c99fabb Merge "Add support for non-zero vaddr in maps." by Christopher Ferris · 10 years ago
  72. 3bcfd47 Merge "Revert "Revert "make vdso function pointers read-only at runtime""" by Elliott Hughes · 10 years ago
  73. f37c237 Merge "Revert "Stop libc from cross-referencing unwind symbols"" by Dan Albert · 10 years ago
  74. 95fd031 Revert "Stop libc from cross-referencing unwind symbols" by Dan Albert · 10 years ago
  75. 613f814 Revert "Revert "make vdso function pointers read-only at runtime"" by Elliott Hughes · 10 years ago
  76. e70d7a7 Merge "Fix dt_runpath test." by Dmitriy Ivanov · 10 years ago
  77. 3fef96f Fix dt_runpath test. by Dmitriy Ivanov · 10 years ago
  78. e5544ae Merge "<sys/time.h> should include [most of] <sys/select.h>." by Elliott Hughes · 10 years ago
  79. 6c9ad82 Merge "Revert "make vdso function pointers read-only at runtime"" by Elliott Hughes · 10 years ago
  80. 1946856 Revert "make vdso function pointers read-only at runtime" by Elliott Hughes · 10 years ago
  81. a7a87dd <sys/time.h> should include [most of] <sys/select.h>. by Elliott Hughes · 10 years ago
  82. 4f2e1d3 Merge "Add all the glibc one-line "synonym" header files." by Elliott Hughes · 10 years ago
  83. 2cc41d3 Add all the glibc one-line "synonym" header files. by Elliott Hughes · 10 years ago
  84. ca7bc50 Merge "make vdso function pointers read-only at runtime" by Elliott Hughes · 10 years ago
  85. df1a3c6 make vdso function pointers read-only at runtime by Daniel Micay · 10 years ago
  86. a58d249 Merge "Fix potential race condition on dlopen" by Dmitriy Ivanov · 10 years ago
  87. e5cfafe Fix potential race condition on dlopen by Dmitriy Ivanov · 10 years ago
  88. 70b6e1d Add support for non-zero vaddr in maps. by Christopher Ferris · 10 years ago
  89. 60bc909 Merge "Add timespec/timeval conversion helpers." by Bertrand SIMONNET · 10 years ago
  90. 0875ba3 Add timespec/timeval conversion helpers. by Bertrand SIMONNET · 10 years ago
  91. cd588f8 Merge "Add constant for zip separator" by Dmitriy Ivanov · 10 years ago
  92. 730ed9d Add constant for zip separator by Dmitriy Ivanov · 10 years ago
  93. b314090 Merge "Replace spaces with tabs in a Makefile." by Evgenii Stepanov · 10 years ago
  94. d11c3e5 Replace spaces with tabs in a Makefile. by Evgenii Stepanov · 10 years ago
  95. e9774a5 Merge "A special linker for ASan executables." by Evgenii Stepanov · 10 years ago
  96. d640b22 A special linker for ASan executables. by Evgenii Stepanov · 10 years ago
  97. 60a11dc Merge "Add test for an Android kernel bug about prctl." by Yabin Cui · 10 years ago
  98. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  99. a8d82f1 Merge "Update to v3.18.18 kernel headers." by Christopher Ferris · 10 years ago
  100. dda4fd4 Update to v3.18.18 kernel headers. by Christopher Ferris · 10 years ago