1. 265b1ab Merge "Change bool, and string properties to *bool, and *string for cc" by Treehugger Robot · 8 years ago
  2. 3404bb1 Merge "Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB" by Treehugger Robot · 8 years ago
  3. bf54986 Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB by Ryan Prichard · 8 years ago
  4. dab0fd5 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  5. 8574a1f Merge "Fix arm/arm64 <fenv.h> to match current reality." by Treehugger Robot · 8 years ago
  6. 109040c Add test checking library unload on dlclose by dimitry · 8 years ago
  7. b6c7f6e Fix arm/arm64 <fenv.h> to match current reality. by Elliott Hughes · 8 years ago
  8. 527229c Fix for dlfcn.rtld_next_from_library. by Raj Mamadgi · 8 years ago
  9. 232541a Merge "More printf de-duplication." by Elliott Hughes · 8 years ago
  10. 3a33da5 Merge "Fix pthread test race conditions." by Elliott Hughes · 8 years ago
  11. 4f97cff Merge "Add basic tests for the remaining 9 libm <fenv.h> functions." by Elliott Hughes · 8 years ago
  12. 618303c More printf de-duplication. by Elliott Hughes · 8 years ago
  13. 18a1957 Add basic tests for the remaining 9 libm <fenv.h> functions. by Elliott Hughes · 8 years ago
  14. 0bd9d13 Fix pthread test race conditions. by Elliott Hughes · 8 years ago
  15. eed523e Merge "Test __fpclassify/__isinf/__isnan." by Elliott Hughes · 8 years ago
  16. 46621f4 Merge "Start de-duplicating the regular and wide printf implementations." by Elliott Hughes · 8 years ago
  17. 9ecd2cc Test __fpclassify/__isinf/__isnan. by Elliott Hughes · 8 years ago
  18. 2f9c8ce Start de-duplicating the regular and wide printf implementations. by Elliott Hughes · 8 years ago
  19. b1cc5bd Use -Werror in bionic/tests by Chih-Hung Hsieh · 8 years ago
  20. 07e4124 Merge "More missing _unlocked <stdio.h> functions." by Treehugger Robot · 8 years ago
  21. 37ad959 More missing _unlocked <stdio.h> functions. by Elliott Hughes · 8 years ago
  22. 0086fc8 Rename the fortify compile-time diags test by George Burgess IV · 8 years ago
  23. e5d66eb libc: Disable FORTIFY if we're using clang-tidy. by George Burgess IV · 8 years ago
  24. 7a66066 Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32. by Elliott Hughes · 8 years ago
  25. 6c1d23f Merge "Improve glibc compatibility of gethostby*_r functions." by Elliott Hughes · 8 years ago
  26. c8a2612 Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched." by Elliott Hughes · 8 years ago
  27. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  28. fc30bfe Don't try to link(2) in a test if we're not root. by Elliott Hughes · 8 years ago
  29. 0b1c8be Merge "linker: fix error message for inaccessible libs" by Dimitry Ivanov · 8 years ago
  30. bb7d9fb Improve glibc compatibility of gethostby*_r functions. by Elliott Hughes · 8 years ago
  31. 8220d84 Merge "Fix WORD_BIT test." by Treehugger Robot · 8 years ago
  32. dc8a612 Fix WORD_BIT test. by Elliott Hughes · 8 years ago
  33. cf3a3e6 Fix unistd.sysconf test. by Elliott Hughes · 8 years ago
  34. 8db36a5 linker: fix error message for inaccessible libs by dimitry · 8 years ago
  35. 8f348a0 Merge "Remove some legacy declarations from <math.h>." by Treehugger Robot · 8 years ago
  36. 619df55 Merge "Fix: linker segfault on dlopen of a DF_1_GLOBAL so" by Treehugger Robot · 8 years ago
  37. ac29d9f Merge "Add POSIX swab." by Treehugger Robot · 8 years ago
  38. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  39. a1c30b9 Merge "Add POSIX fexecve." by Elliott Hughes · 8 years ago
  40. d6084a7 Merge "Use ro.debuggable property instead of checking build type" by Dimitry Ivanov · 8 years ago
  41. 01162f2 Fix: linker segfault on dlopen of a DF_1_GLOBAL so by Jiyong Park · 8 years ago
  42. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  43. fa386e0 Add POSIX swab. by Elliott Hughes · 8 years ago
  44. 19d7685 More <limits.h> fixes. by Elliott Hughes · 8 years ago
  45. 59d3062 Use ro.debuggable property instead of checking build type by dimitry · 8 years ago
  46. dff08ce Add pthread_setschedprio. by Elliott Hughes · 8 years ago
  47. bf886f6 Merge "Complete <netdb.h>." by Elliott Hughes · 8 years ago
  48. 084f6ec Don't use PR_SET_DUMPABLE to prevent crash dumping in death tests. by Josh Gao · 8 years ago
  49. 5033918 Complete <netdb.h>. by Elliott Hughes · 8 years ago
  50. 01bb7bf Merge "Implement <spawn.h>." by Elliott Hughes · 8 years ago
  51. b49ac81 Merge "ns_anonymous test: Make it work for natively bridged environment" by Treehugger Robot · 8 years ago
  52. 8eaf28d ns_anonymous test: Make it work for natively bridged environment by dimitry · 8 years ago
  53. a08f704 Merge "Allow read-only system properties to have arbitrary lengths" by Tom Cherry · 8 years ago
  54. 14e3ff9 Implement <spawn.h>. by Elliott Hughes · 8 years ago
  55. 1d297d2 Merge "Fix dlopen_vdso test" by Treehugger Robot · 8 years ago
  56. b9555a9 Fix dlopen_vdso test by dimitry · 8 years ago
  57. a52555d Merge "Fix fcntrl#tee test to use the same expected/actual buffer size." by Treehugger Robot · 8 years ago
  58. 8a31163 Allow read-only system properties to have arbitrary lengths by Tom Cherry · 8 years ago
  59. aaf83e8 More POSIX limits cleanup. by Elliott Hughes · 8 years ago
  60. 0a45131 Merge "POSIX clock cleanup." by Elliott Hughes · 8 years ago
  61. 3a8f75d POSIX clock cleanup. by Elliott Hughes · 8 years ago
  62. 7c67840 Merge "Make bionic tests build for linux_bionic" by Treehugger Robot · 8 years ago
  63. 42f3bd0 Merge "Sync internal and external master." by Treehugger Robot · 8 years ago
  64. 11dfca4 Merge "Fix pthread_leak test flakiness." by Elliott Hughes · 8 years ago
  65. 268ae36 Make bionic tests build for linux_bionic by Dan Willemsen · 8 years ago
  66. 5a7c950 Sync internal and external master. by Elliott Hughes · 8 years ago
  67. 41704cd Don't run exec_with_ld_config_file* tests on non-production devices by Jiyong Park · 8 years ago
  68. a838490 Fix pthread_leak test flakiness. by Elliott Hughes · 8 years ago
  69. 5751298 Pre-size the vector in the pthread_create ENOMEM test. by Elliott Hughes · 8 years ago
  70. 9385d77 Merge "Use -Werror in bionic" by Treehugger Robot · 8 years ago
  71. 84f0dcd Use -Werror in bionic by Chih-Hung Hsieh · 8 years ago
  72. 95f9078 Merge "Replace abort with exit(1) in __linker_cannot_link" by Treehugger Robot · 8 years ago
  73. 04f7a79 Replace abort with exit(1) in __linker_cannot_link by dimitry · 8 years ago
  74. 6a5dfeb Require getrandom(2). by Elliott Hughes · 8 years ago
  75. b3639ad Merge changes I76dde1e3,I54fec461 by Elliott Hughes · 8 years ago
  76. 8465e96 Add <sys/random.h>. by Elliott Hughes · 8 years ago
  77. ae407e5 Remove default libraries by Dan Willemsen · 8 years ago
  78. b736c41 Merge "Add <glob.h>." by Elliott Hughes · 8 years ago
  79. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  80. c18de1b Link vdso before linking the main executable by dimitry · 8 years ago
  81. f7a8e95 Fix fcntrl#tee test to use the same expected/actual buffer size. by Kazuhiro Inaba · 8 years ago
  82. e27d29c Merge "Improve pthread_create failure handling." by Treehugger Robot · 8 years ago
  83. 53dc9dd Improve pthread_create failure handling. by Elliott Hughes · 8 years ago
  84. 1dfd76a Extend cfi test to verify a range of target pointers. by Evgenii Stepanov · 8 years ago
  85. dacbb04 Merge "Support larger guard regions." by Treehugger Robot · 8 years ago
  86. d6c678c Support larger guard regions. by Elliott Hughes · 9 years ago
  87. 0c9ea17 Merge "Always log errno when aborting." by Treehugger Robot · 8 years ago
  88. df86245 Merge "Use __RENAME for long double functions." by Elliott Hughes · 8 years ago
  89. 7b0af7a Always log errno when aborting. by Elliott Hughes · 8 years ago
  90. 5828840 Merge remote-tracking branch 'aosp/oreo-cts-dev' into HEAD by Bill Yi · 8 years ago
  91. 50cda38 Use __RENAME for long double functions. by Elliott Hughes · 8 years ago
  92. 7e6f98b Merge "Remove clang: true" by Treehugger Robot · 8 years ago
  93. 2286b9f Remove clang: true by Lennart Wieboldt · 8 years ago
  94. 4c9d528 Merge "Finish <search.h>." by Elliott Hughes · 8 years ago
  95. 00d8a8b Trivial tests for <inttypes.h>/<stdlib.h> *abs and *div functions. by Elliott Hughes · 8 years ago
  96. 5702c6f Finish <search.h>. by Elliott Hughes · 8 years ago
  97. b20c246 Merge "Add an extra test for a POSIX iconv requirement." by Treehugger Robot · 8 years ago
  98. d40a833 Add an extra test for a POSIX iconv requirement. by Elliott Hughes · 8 years ago
  99. 7f9f1b6 Merge "Don't run disable_ld_config_file test on non-production devices" by Treehugger Robot · 8 years ago
  100. b3aea2b Merge "Use have_dl to guard all tests that rely on icu4c." by Treehugger Robot · 8 years ago