1. 8da304b Merge "Make string tests check all alignment combinations" by Dmitriy Ivanov · 11 years ago
  2. 28f1770 Merge "Don't fail a test just because we aren't root." by Dan Albert · 11 years ago
  3. 69fb9f3 Don't fail a test just because we aren't root. by Dan Albert · 11 years ago
  4. 3b10ba6 Merge "Add some missing dlclose(.)" by Dmitriy Ivanov · 11 years ago
  5. 319356e Add some missing dlclose(.) by Dmitriy Ivanov · 11 years ago
  6. c7de919 Merge "Start math tests with a clean fenv." by Dan Albert · 11 years ago
  7. 6676a7d Start math tests with a clean fenv. by Dan Albert · 11 years ago
  8. 847e52b Merge "Prevent a few test pthread keys from leaking." by Dan Albert · 11 years ago
  9. 1d53ae2 Prevent a few test pthread keys from leaking. by Dan Albert · 11 years ago
  10. ec95a9c Merge "MIPS64 syscall() arguments" by Elliott Hughes · 11 years ago
  11. 296895f MIPS64 syscall() arguments by Chris Dearman · 11 years ago
  12. 86f594b Merge "Encapsulate soinfo_link_image and soinfo_relocate" by Dmitriy Ivanov · 11 years ago
  13. 29bbc9d Encapsulate soinfo_link_image and soinfo_relocate by Dmitriy Ivanov · 11 years ago
  14. 4625dd7 Merge "Upgrade bionic to tzdata2014g." by Elliott Hughes · 11 years ago
  15. e057b9f Merge "Introduce size-based r/w allocators" by Dmitriy Ivanov · 11 years ago
  16. 4cafa3c Merge "Implement LinkedList::visit()" by Dmitriy Ivanov · 11 years ago
  17. 9685c30 Upgrade bionic to tzdata2014g. by Elliott Hughes · 11 years ago
  18. a492605 Implement LinkedList::visit() by Dmitriy Ivanov · 11 years ago
  19. 0cd83eb Introduce size-based r/w allocators by Dmitriy Ivanov · 11 years ago
  20. 5120bcf Merge "Look into ld_preloads before current library" by Dmitriy Ivanov · 11 years ago
  21. c204894 Look into ld_preloads before current library by Dmitriy Ivanov · 11 years ago
  22. 1138798 Merge "Erase elements in LinkedList::remove_if" by Dmitriy Ivanov · 11 years ago
  23. e505cc6 Merge "Make stdatomic.h work with gcc4.6 host compiler" by Hans Boehm · 11 years ago
  24. 4bea498 Erase elements in LinkedList::remove_if by Dmitriy Ivanov · 11 years ago
  25. 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
  26. bbe06e0 Merge "Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc." by Elliott Hughes · 11 years ago
  27. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
  28. 83b637f Merge "Replace NULL with nullptr" by Dmitriy Ivanov · 11 years ago
  29. 851135b Replace NULL with nullptr by Dmitriy Ivanov · 11 years ago
  30. 1f39afc Merge "The host prebuilt glibc is 2.11, so remove workarounds for 2.9." by Elliott Hughes · 11 years ago
  31. cc4259e Merge "Ignore all __weak_alias in OpenBSD libC." by Chih-Hung Hsieh · 11 years ago
  32. f6824b2 The host prebuilt glibc is 2.11, so remove workarounds for 2.9. by Elliott Hughes · 11 years ago
  33. 29f0694 Merge "Add GNU-compatible strerror_r." by Elliott Hughes · 11 years ago
  34. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  35. b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
  36. f4e721d Merge "Have pthread_attr_getstack for the main thread report RLIMIT_STACK..." by Elliott Hughes · 11 years ago
  37. af9da4a Merge "Replace snprintf calls in linker." by Christopher Ferris · 11 years ago
  38. fbe9d3d Merge "Fix strlen function type for mips." by Chih-Hung Hsieh · 11 years ago
  39. 052fa3a Replace snprintf calls in linker. by Christopher Ferris · 11 years ago
  40. 15b914c Fix strlen function type for mips. by Chih-Hung Hsieh · 11 years ago
  41. 4f8268e Merge "Replace ambiguous cmp instruction with cmpl." by Chih-Hung Hsieh · 11 years ago
  42. 9e4ffa7 Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 11 years ago
  43. 857fa6b Replace ambiguous cmp instruction with cmpl. by Chih-Hung Hsieh · 11 years ago
  44. 34da32e Merge "Add missing type casts before comparison." by Chih-Hung Hsieh · 11 years ago
  45. 6ecd1cd Merge "Use the default unwind code." by Christopher Ferris · 11 years ago
  46. a2c6ae6 Add missing type casts before comparison. by Chih-Hung Hsieh · 11 years ago
  47. b78e60e Use the default unwind code. by Christopher Ferris · 11 years ago
  48. cb322a1 Merge "call uselocale() before freelocale() to make sure that g_local_key has a valid locale." by Elliott Hughes · 11 years ago
  49. a40fdbd call uselocale() before freelocale() to make sure that g_local_key has a valid locale. by Wally Yau · 11 years ago
  50. 64ae11a Merge "Switch to OpenBSD <err.h> implementation." by Elliott Hughes · 11 years ago
  51. cc7e5f4 Switch to OpenBSD <err.h> implementation. by Elliott Hughes · 11 years ago
  52. 6bfcefe Merge "Undefine _Atomic before redefining" by Hans Boehm · 11 years ago
  53. 07401c7 Merge "Switch to OpenBSD daemon(3)." by Elliott Hughes · 11 years ago
  54. e505517 Switch to OpenBSD daemon(3). by Elliott Hughes · 11 years ago
  55. f1e64b5 Merge "More cases where libc should use O_CLOEXEC." by Elliott Hughes · 11 years ago
  56. f73183f More cases where libc should use O_CLOEXEC. by Elliott Hughes · 11 years ago
  57. 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
  58. 59de803 Merge "libc should use O_CLOEXEC when opening files for its own use." by Elliott Hughes · 11 years ago
  59. 9f5dee5 Merge "Remove unnecessary calls to LinkedList::clear()" by Dmitriy Ivanov · 11 years ago
  60. 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 11 years ago
  61. c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
  62. 608217e Remove unnecessary calls to LinkedList::clear() by Dmitriy Ivanov · 11 years ago
  63. d2bd3c4 Merge "Enable __cxa_atexit && __cxa_finalize for linker" by Dmitriy Ivanov · 11 years ago
  64. 1424140 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 11 years ago
  65. c764fb2 Merge "Fix pthread_getattr_np for the main thread." by Elliott Hughes · 11 years ago
  66. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  67. 9e307af Merge "Add standard throw() spec to delete operators." by Chih-Hung Hsieh · 11 years ago
  68. ae558d6 Add standard throw() spec to delete operators. by Chih-Hung Hsieh · 11 years ago
  69. a4a8c4f Merge "Fix, generalize stdatomic.h; improve test." by Hans Boehm · 11 years ago
  70. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  71. 9d34f6a Merge "Bump soinfo version" by Dmitriy Ivanov · 11 years ago
  72. 0d15094 Bump soinfo version by Dmitriy Ivanov · 11 years ago
  73. 0b9fa4c Merge "Fix dlmalloc build." by Dan Albert · 11 years ago
  74. ef619cc Fix dlmalloc build. by Dan Albert · 11 years ago
  75. 4756afe Merge "Implement malloc_info(3)." by Dan Albert · 11 years ago
  76. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  77. 538db6d Merge "Fix unistd.getpid_caching_and_clone." by Elliott Hughes · 11 years ago
  78. 2b3b2ec Fix unistd.getpid_caching_and_clone. by Elliott Hughes · 11 years ago
  79. 2e6c5fc Merge "Remove _flush_cache(2) for mips64." by Dan Albert · 11 years ago
  80. 2bd88d4 Merge "Run constructors before resolving ifunc functions" by Dmitriy Ivanov · 11 years ago
  81. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  82. 47793d6 Remove _flush_cache(2) for mips64. by Dan Albert · 11 years ago
  83. 3157211 Merge "__gnu_basename(3) is accounted for." by Dan Albert · 11 years ago
  84. 2320b02 __gnu_basename(3) is accounted for. by Dan Albert · 11 years ago
  85. d5fbc37 Merge "Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream." by Elliott Hughes · 11 years ago
  86. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  87. b6ed540 Merge "Simplify _ALIGN_TEXT." by Elliott Hughes · 11 years ago
  88. 0e7f8a9 Simplify _ALIGN_TEXT. by Elliott Hughes · 11 years ago
  89. 7134fc3 Merge "Regenerate "services.h" from /etc/services." by Elliott Hughes · 11 years ago
  90. c4a1de1 Regenerate "services.h" from /etc/services. by Elliott Hughes · 11 years ago
  91. 3bcd414 Merge "Clean up some of our python scripts." by Elliott Hughes · 11 years ago
  92. dc1fb70 Clean up some of our python scripts. by Elliott Hughes · 11 years ago
  93. 55244a9 Merge "Add <stdio_ext.h> for elfutils." by Elliott Hughes · 11 years ago
  94. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  95. b61c506 Merge "Work around atomic_load(const T*) issues." by Hans Boehm · 11 years ago
  96. 1e8587a Work around atomic_load(const T*) issues. by Hans Boehm · 11 years ago
  97. c5d6df6 Merge "Add in_port_t and move it and in_addr_t to the correct header file." by Elliott Hughes · 11 years ago
  98. 35d226e Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 11 years ago
  99. b9d674c Merge "Implement the GNU basename(3) in addition to the POSIX one." by Elliott Hughes · 11 years ago
  100. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago