1. cb6f599 Fix the way to count online cpus. by Yabin Cui · 10 years ago
  2. f16f4f8 Merge "Fix file-check-cxx to handle quoted arguments" by Dan Willemsen · 10 years ago
  3. 808602a Fix file-check-cxx to handle quoted arguments by Dan Willemsen · 10 years ago
  4. 55f87a0 Merge "Force non-color output for bionic FileCheck tests" by Colin Cross · 10 years ago
  5. 4a54ec8 Merge "Add .PHONY for phony bionic test targets" by Colin Cross · 10 years ago
  6. 840be7c Force non-color output for bionic FileCheck tests by Colin Cross · 10 years ago
  7. b67afb3 Add .PHONY for phony bionic test targets by Colin Cross · 10 years ago
  8. daaaed1 Force cts to only run one test at a time. by Christopher Ferris · 10 years ago
  9. 70a9f0a Merge "Fix over read in strcpy/stpcpy/strcat." by Christopher Ferris · 10 years ago
  10. fdfcfce Fix over read in strcpy/stpcpy/strcat. by Christopher Ferris · 10 years ago
  11. 7660a08 Remove libpagemap include hack. by Elliott Hughes · 10 years ago
  12. 15dfd63 Fix another duplicate maps parser. by Elliott Hughes · 10 years ago
  13. 9e3a249 Merge "Clean up /proc/<pid>/maps sscanfs." by Elliott Hughes · 10 years ago
  14. 0dec228 Clean up /proc/<pid>/maps sscanfs. by Elliott Hughes · 10 years ago
  15. dd51453 Merge "Add preliminary OEM UID/GID support." by Jorge Lucangeli Obes · 10 years ago
  16. 3d00f79 Merge "Increase alternative signal stack size on 64-bit devices." by Yabin Cui · 10 years ago
  17. a39e301 Add preliminary OEM UID/GID support. by Jorge Lucangeli Obes · 10 years ago
  18. f8a2243 <netinet/udp.h> should include <linux/udp.h>. by Elliott Hughes · 10 years ago
  19. 33ac04a Increase alternative signal stack size on 64-bit devices. by Yabin Cui · 10 years ago
  20. 7fda8d2 Implement setjmp cookies on ARM. by Josh Gao · 10 years ago
  21. 5693332 Fix the way to get main thread stack start address. by Mor-sarid, Nitzan · 10 years ago
  22. edfc9f6 linker: don't pass dlextinfo to dependent loads by Dmitriy Ivanov · 10 years ago
  23. 767fb1c build bionic gtest runner on mac. by Yabin Cui · 10 years ago
  24. adf5c72 Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64. by Elliott Hughes · 10 years ago
  25. bfaee4b Merge "Add test cases for __emutls_get_address." by Chih-hung Hsieh · 10 years ago
  26. 6f4594d Add preadv/pwritev. by Elliott Hughes · 10 years ago
  27. 83380b5 Add test cases for __emutls_get_address. by Chih-Hung Hsieh · 10 years ago
  28. 7ac3c12 Add strchrnul. by Elliott Hughes · 10 years ago
  29. 62c26ed Merge "add fortified implementations of write/pwrite{,64}" by Yabin Cui · 10 years ago
  30. afdd154 add fortified implementations of write/pwrite{,64} by Daniel Micay · 10 years ago
  31. 5341691 Move up to C++14. by Dan Albert · 10 years ago
  32. ff4afc1 Merge "Omit comment when reading --gtest_list_tests option's output." by Yabin Cui · 10 years ago
  33. bf830ad Omit comment when reading --gtest_list_tests option's output. by Yabin Cui · 10 years ago
  34. 5891abd Invalidate cached pid in vfork. by Elliott Hughes · 10 years ago
  35. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  36. d2a9fb3 Add a regression test for a fixed strnlen bug. by Elliott Hughes · 10 years ago
  37. cebef1a Merge "Add one simple thread local storage test." by Chih-hung Hsieh · 10 years ago
  38. 7656d0c Add one simple thread local storage test. by Chih-Hung Hsieh · 10 years ago
  39. 8af3263 Merge "add fortified implementations of fread/fwrite" by Yabin Cui · 10 years ago
  40. 189394b Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE). by Elliott Hughes · 10 years ago
  41. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  42. 2565492 Merge "Add getgrgid_r/getgrnam_r." by Yabin Cui · 10 years ago
  43. c4786d3 Add getgrgid_r/getgrnam_r. by Yabin Cui · 10 years ago
  44. 361d4b4 We don't have CXX_BARE any more by Ying Wang · 10 years ago
  45. 3fef96f Fix dt_runpath test. by Dmitriy Ivanov · 10 years ago
  46. 91ce715 Add test for an Android kernel bug about prctl. by Yabin Cui · 10 years ago
  47. d1e10d7 Merge "Use delete[] to de-allocate pointers from new[]" by Pirama Arumuga Nainar · 10 years ago
  48. 4d44675 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 10 years ago
  49. 33ef6c2 Merge "Respect caller DT_RUNPATH in dlopen()." by Evgenii Stepanov · 10 years ago
  50. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
  51. c224747 Improve personality initialization by Dmitriy Ivanov · 10 years ago
  52. 46d24d1 Merge "Replace NULL with nullptr" by Dmitriy Ivanov · 10 years ago
  53. d807b9a Merge "Use gcc to build and test x86_64 long double code." by Chih-Hung Hsieh · 10 years ago
  54. e79d06b Use gcc to build and test x86_64 long double code. by Chih-Hung Hsieh · 10 years ago
  55. aff18fd Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
  56. 7d09a8c Work around compiler optimization by Dmitriy Ivanov · 10 years ago
  57. de4e27e Remove libdl* tests from bionic-unit-tests-static by Dmitriy Ivanov · 10 years ago
  58. d1ade7c Don't use TIMER_ABSTIME in time_test. by Yabin Cui · 10 years ago
  59. 11ea08c Use new sanitizer option. by Dan Albert · 10 years ago
  60. 333bdad Merge "Add a sys/procfs.h." by Elliott Hughes · 10 years ago
  61. bf18c61 Add a sys/procfs.h. by Dan Albert · 10 years ago
  62. 402a750 Make path to apk compliant with jar url format by Dmitriy Ivanov · 10 years ago
  63. c910de9 Merge "Add process_vm_readv and process_vm_writev." by Elliott Hughes · 10 years ago
  64. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 10 years ago
  65. bd3b961 Fix application_sdk_versions_smoke test by Dmitriy Ivanov · 10 years ago
  66. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 10 years ago
  67. 60907c7 Allow NULL in pthread_mutex_lock/unlock. by Christopher Ferris · 10 years ago
  68. e1d0810 Add O_PATH support for flistxattr() by Nick Kralevich · 10 years ago
  69. ef55f96 Merge "Fix dlsym(handle_of_main_executable, ...)" by Dmitriy Ivanov · 10 years ago
  70. 2825f10 libc: Add O_PATH support for fgetxattr / fsetxattr by Nick Kralevich · 10 years ago
  71. f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 10 years ago
  72. 9d476a0 Cleanup ftruncate negative test. by Dan Albert · 10 years ago
  73. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
  74. ffe01a3 Merge "Fix error handling for negative size in ftruncate." by Dan Albert · 10 years ago
  75. b0c6f2db Fix pthread_attr_getstack__main_thread failure on glibc. by Yabin Cui · 10 years ago
  76. c05554e Fix error handling for negative size in ftruncate. by Dan Albert · 10 years ago
  77. 9333324 Remove -z global workaround for target x86 by Dmitriy Ivanov · 10 years ago
  78. 697bd9f Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 10 years ago
  79. f9eeea6 Merge "Remove pthread_detach_no_leak test." by Yabin Cui · 10 years ago
  80. 2957cc5 Remove pthread_detach_no_leak test. by Yabin Cui · 10 years ago
  81. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  82. 64a8698 Modify test to avoid race condition. automerge: 3da136a by Christopher Ferris · 10 years ago
  83. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  84. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  85. 2c256a0 Merge "Unregister pthread_atfork handlers on dlclose()" by Dmitriy Ivanov · 10 years ago
  86. e91e66f Use bfd linker for x86/x86_64 targets by Dmitriy Ivanov · 10 years ago
  87. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  88. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
  89. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  90. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  91. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  92. 3875744 Merge "Support symbol versioning" by Dmitriy Ivanov · 10 years ago
  93. 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
  94. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  95. a40cb0c Merge "Call __cxa_thread_finalize for the main thread." by Dmitriy Ivanov · 10 years ago
  96. 2587c6a Merge "Change on handling of SIGEV_THREAD timers." by Yabin Cui · 10 years ago
  97. 95f1ee2 Change on handling of SIGEV_THREAD timers. by Yabin Cui · 11 years ago
  98. 163ab8b Call __cxa_thread_finalize for the main thread. by Dmitriy Ivanov · 10 years ago
  99. 66aa0b6 Hide emutls* symbols in libc.so by Dmitriy Ivanov · 10 years ago
  100. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago