1. 76e1cbc Fix volantis boot. by Elliott Hughes · 10 years ago
  2. 06b6e3c Merge "Look into local group on dlsym with RTLD_DEFAULT" by Dmitriy Ivanov · 10 years ago
  3. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
  4. d619d6f Merge "Remove _memset16 and _memset32 from mips/mips64 bionic." by Elliott Hughes · 10 years ago
  5. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  6. 618935d Merge "gtest_repeat should allow negative values." by Christopher Ferris · 10 years ago
  7. 119cb55 gtest_repeat should allow negative values. by Christopher Ferris · 10 years ago
  8. b0cf928 Remove _memset16 and _memset32 from mips/mips64 bionic. by Elliott Hughes · 10 years ago
  9. 3cc3f17 Merge "linker: never mark pages simultaneously writable / executable" by Nick Kralevich · 10 years ago
  10. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  11. 8fdb341 linker: never mark pages simultaneously writable / executable by Nick Kralevich · 10 years ago
  12. ab7c79e Merge "Don't export new/delete from libc shared libraries." by Dan Albert · 10 years ago
  13. d6bf3d5 Don't export new/delete from libc shared libraries. by Dan Albert · 10 years ago
  14. 202af3a Merge "Revert "Remove text-relocation support for lp32"" by Dimitry Ivanov · 10 years ago
  15. 56be6ed Revert "Remove text-relocation support for lp32" by Dimitry Ivanov · 10 years ago
  16. b023799 Merge "Fix ftw tests when run as non-root." by Elliott Hughes · 10 years ago
  17. 0ad256c Fix ftw tests when run as non-root. by Elliott Hughes · 10 years ago
  18. d227d57 Merge "Update README.md for running tests on the host." by Elliott Hughes · 10 years ago
  19. d3d018b Update README.md for running tests on the host. by Elliott Hughes · 10 years ago
  20. 61a35fa Merge "Remove text-relocation support for lp32" by Dmitriy Ivanov · 10 years ago
  21. 8f41142 Merge "stubs missing include for string.h" by Mark Salyzyn · 10 years ago
  22. 7203573 Merge "Make ThreadLocalBuffer a class rather than a macro." by Elliott Hughes · 10 years ago
  23. cb00add Remove text-relocation support for lp32 by Dmitriy Ivanov · 10 years ago
  24. 56b2768 stubs missing include for string.h by Mark Salyzyn · 10 years ago
  25. 89a4a54 Merge "Upgrade kernel headers to 3.18.10." by Christopher Ferris · 10 years ago
  26. e01d32f Upgrade kernel headers to 3.18.10. by Christopher Ferris · 10 years ago
  27. 52a0f01 Merge "Fix long lines and replace macros with functions." by Dmitriy Ivanov · 10 years ago
  28. 20d89cb Fix long lines and replace macros with functions. by Dmitriy Ivanov · 10 years ago
  29. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  30. 611fd2c Merge "Revert "Revert "add guard pages to the internal signal stacks""" by Yabin Cui · 10 years ago
  31. ef11500 Revert "Revert "add guard pages to the internal signal stacks"" by Yabin Cui · 10 years ago
  32. 8225ad6 Merge "Revert "add guard pages to the internal signal stacks"" by Elliott Hughes · 10 years ago
  33. a3125fd Revert "add guard pages to the internal signal stacks" by Elliott Hughes · 10 years ago
  34. 2746b92 Merge "Revert "Fix clang build breakage ("arithmetic on a pointer to void")."" by Elliott Hughes · 10 years ago
  35. 3925f32 Revert "Fix clang build breakage ("arithmetic on a pointer to void")." by Elliott Hughes · 10 years ago
  36. 2d84d87 Merge "Fix clang build breakage ("arithmetic on a pointer to void")." by Elliott Hughes · 10 years ago
  37. 16c7721 Fix clang build breakage ("arithmetic on a pointer to void"). by Elliott Hughes · 10 years ago
  38. 373748f Merge "add guard pages to the internal signal stacks" by Elliott Hughes · 10 years ago
  39. 595752f add guard pages to the internal signal stacks by Daniel Micay · 10 years ago
  40. 203082b Merge "linker_environ: clear MALLOC_CONF when AT_SECURE=1" by Nick Kralevich · 10 years ago
  41. e001ca3 linker_environ: clear MALLOC_CONF when AT_SECURE=1 by Nick Kralevich · 10 years ago
  42. 5c13638 Merge "Fix libstdc++.so hash-style." by Dmitriy Ivanov · 10 years ago
  43. 402d199 Fix libstdc++.so hash-style. by Dmitriy Ivanov · 10 years ago
  44. cd79a59 Merge "Add test for thread_local keyword." by Dmitriy Ivanov · 10 years ago
  45. 947aded Add test for thread_local keyword. by Dmitriy Ivanov · 10 years ago
  46. cfd794a Merge "Explain why we need objcopy for the linker" by Dmitriy Ivanov · 10 years ago
  47. 797bffb Explain why we need objcopy for the linker by Dmitriy Ivanov · 10 years ago
  48. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  49. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  50. 7c01e3a Merge "Fix comment drift in assorted relocation packer modules." by Simon Baldwin · 10 years ago
  51. f2d153f Merge "Initial implementation of __cxa_thread_atexit_impl" by Dmitriy Ivanov · 10 years ago
  52. 569a752 Fix comment drift in assorted relocation packer modules. by Simon Baldwin · 10 years ago
  53. 7f8d91e Merge "Remove unused/unusable relocation packer files." by Simon Baldwin · 10 years ago
  54. b9232c9 Merge "Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER." by Yabin Cui · 10 years ago
  55. 377243b Remove PTHREAD_RECURSIVE_MUTEX_INITIALIZER and PTHREAD_ERRORCHECK_MUTEX_INITIALIZER. by Yabin Cui · 10 years ago
  56. 69847bc Merge "Hide internal of pthread_mutex_t." by Yabin Cui · 10 years ago
  57. df79c33 Initial implementation of __cxa_thread_atexit_impl by Dmitriy Ivanov · 10 years ago
  58. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  59. fa3dcec Merge "Fix in error handling in pthread_create.cpp." by Yabin Cui · 10 years ago
  60. 799cb35 Fix in error handling in pthread_create.cpp. by Yabin Cui · 10 years ago
  61. 36d5b6f Merge "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  62. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  63. 0c3b632 Merge "Add O_APPEND flag for __libc_write_stderr." by Yabin Cui · 10 years ago
  64. 28e69f7 Add O_APPEND flag for __libc_write_stderr. by Yabin Cui · 10 years ago
  65. f636448 Merge "Use ALIAS_SYMBOL for assembler aliasing." by Christopher Ferris · 10 years ago
  66. d2bd573 Remove unused/unusable relocation packer files. by Simon Baldwin · 10 years ago
  67. 2495851 Use ALIAS_SYMBOL for assembler aliasing. by Christopher Ferris · 10 years ago
  68. f5e0ba9 Merge "Make gensyscalls.py use the ALIAS_SYMBOL macro." by Christopher Ferris · 10 years ago
  69. fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
  70. 70cafb1 Merge "Replace fixed arrays with vectors" by Dmitriy Ivanov · 10 years ago
  71. d165f56 Replace fixed arrays with vectors by Dmitriy Ivanov · 10 years ago
  72. ee4997e Merge "Convert result of a call to JSON." by Dan Albert · 10 years ago
  73. 7d57623 Convert result of a call to JSON. by Dan Albert · 10 years ago
  74. 93d44ff Merge "Let g_thread_list_lock only protect g_thread_list." by Yabin Cui · 10 years ago
  75. 673b15e Let g_thread_list_lock only protect g_thread_list. by Yabin Cui · 10 years ago
  76. 32b039e Merge "RTLD_LAZY is not supported, use RTLD_NOW instead." by Dmitriy Ivanov · 10 years ago
  77. f8246ac Merge "Add test for pthread types alignment check." by Yabin Cui · 10 years ago
  78. 84c10c2 RTLD_LAZY is not supported, use RTLD_NOW instead. by Dmitriy Ivanov · 10 years ago
  79. 27b3859 Merge "Work around a bug in the Jenkins queue API." by Dan Albert · 10 years ago
  80. c889f13 Work around a bug in the Jenkins queue API. by Dan Albert · 10 years ago
  81. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  82. 7f1e206 Merge "Fix alignment error for pthread_internal_t/pthread stack." by Yabin Cui · 10 years ago
  83. a2db50d Fix alignment error for pthread_internal_t/pthread stack. by Yabin Cui · 10 years ago
  84. 9bc8ce7 Merge "Limit soinfo compatibility fields to arm32" by Dmitriy Ivanov · 10 years ago
  85. e631f91 Limit soinfo compatibility fields to arm32 by Dmitriy Ivanov · 10 years ago
  86. 4149dc9 Merge "Return EINVAL when calling pthread_detach for joined thread." by Yabin Cui · 10 years ago
  87. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  88. 7875b50 Merge "Fix two errors in pthread_detach.cpp." by Yabin Cui · 10 years ago
  89. aec2bb5 Fix two errors in pthread_detach.cpp. by Yabin Cui · 10 years ago
  90. 2e49508 Merge "Move open from zip tests to dlext" by Dmitriy Ivanov · 10 years ago
  91. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 10 years ago
  92. 6943f29 Merge "Make __get_thread inlined." by Yabin Cui · 10 years ago
  93. 6420fb4 Merge "Implement lookup by DT_SONAME" by Dmitriy Ivanov · 10 years ago
  94. 2f836d4 Make __get_thread inlined. by Yabin Cui · 10 years ago
  95. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
  96. c6fbbb4 Merge "Hide statfs/fstatfs' ST_VALID flag from userspace." by Elliott Hughes · 10 years ago
  97. fa495d5 Hide statfs/fstatfs' ST_VALID flag from userspace. by Elliott Hughes · 10 years ago
  98. 0cf2657 Merge "Fix library lookup for filenames with slash." by Dmitriy Ivanov · 10 years ago
  99. e44fffd Fix library lookup for filenames with slash. by Dmitriy Ivanov · 10 years ago
  100. c0eaa73 Merge "Support loading shared libraries from zip files" by Dimitry Ivanov · 10 years ago