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