1. 9a5a3e8 Fix <math.h> to quieten most of our warnings. by Elliott Hughes · 12 years ago
  2. 9ded07c bionic: make epoll_event structure packed by Philip Hatcher · 12 years ago
  3. 52defb7 Remove the non-standard time64 stuff for LP64. by Elliott Hughes · 12 years ago
  4. 629d892 Merge "Update the NOTICE files and improve the script slightly." by Elliott Hughes · 12 years ago
  5. bfa582d Update the NOTICE files and improve the script slightly. by Elliott Hughes · 12 years ago
  6. e0a36f4 Sync with upstream OpenBSD. by Elliott Hughes · 12 years ago
  7. ad53498 Merge "Disable %n in printf and vfwprintf." by Elliott Hughes · 12 years ago
  8. e2341d0 Disable %n in printf and vfwprintf. by Elliott Hughes · 12 years ago
  9. 8ec21d9 Merge "Switch to current upstream OpenBSD wsetup.c." by Elliott Hughes · 12 years ago
  10. 53b2438 Switch to current upstream OpenBSD wsetup.c. by Elliott Hughes · 12 years ago
  11. 580b246 Merge "Fixes for __cxa_finalize" by Dmitriy Ivanov · 12 years ago
  12. 6b56691 Fixes for __cxa_finalize by Dmitriy Ivanov · 12 years ago
  13. a334c1e Merge "Fix iswctype." by Elliott Hughes · 12 years ago
  14. 792ae72 Switch to current upstream OpenBSD fwrite.c. by Elliott Hughes · 12 years ago
  15. f1ada79 Sync with current OpenBSD stdio. by Elliott Hughes · 12 years ago
  16. c42f5c6 Fix iswctype. by Elliott Hughes · 12 years ago
  17. efaa461 Use the OpenBSD wcsftime. by Elliott Hughes · 12 years ago
  18. 0d0ccfe Fix wchar_t signedness problems found on x86-64. by Elliott Hughes · 12 years ago
  19. 568c86a Fix wchar.cpp signed/unsigned comparison build failure. by Elliott Hughes · 12 years ago
  20. f0291ca Merge "Switch to a working UTF-8 mb/wc implementation." by Elliott Hughes · 12 years ago
  21. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 12 years ago
  22. fddbafd Keep the kernel header scrubber's data structures in sync. by Elliott Hughes · 12 years ago
  23. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 12 years ago
  24. 77473e4 Merge "Fix cpu_set_t" by Calin Juravle · 12 years ago
  25. 4566731 Merge "Adds quick_exit(3) and at_quick_exit(3) from freebsd" by Dan Albert · 12 years ago
  26. b743790 Fix cpu_set_t by Calin Juravle · 12 years ago
  27. d4ae59d Merge "Reserve space in mbstate to allow for proper wchar support" by Calin Juravle · 12 years ago
  28. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 12 years ago
  29. 94336d8 Switch to OpenBSD stdio wide printf functions. by Elliott Hughes · 12 years ago
  30. c932225 Switch to OpenBSD stdio wide get/put functions. by Elliott Hughes · 12 years ago
  31. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 12 years ago
  32. 770491f Fix build (signed char issue). by Elliott Hughes · 12 years ago
  33. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 12 years ago
  34. eab395e Reserve space in mbstate to allow for proper wchar support by Calin Juravle · 12 years ago
  35. 0a5e26d Add mbtowc and fix mbrtowc. by Elliott Hughes · 12 years ago
  36. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 12 years ago
  37. 329103d Don't use so much stack in tzcode. by Elliott Hughes · 12 years ago
  38. 533dde4 Fix brk/sbrk error checking. by Elliott Hughes · 12 years ago
  39. b1cacd4 Reserve space in pthread structures for future extensibility. by Calin Juravle · 12 years ago
  40. 08bfcff Merge "Allow liblog to pass failure reasons to debuggerd." by Elliott Hughes · 12 years ago
  41. ab29071 Merge "Revert "Reserve space in pthread structures for future extensibility."" by Greg Hackmann · 12 years ago
  42. 6b64000 Revert "Reserve space in pthread structures for future extensibility." by Greg Hackmann · 12 years ago
  43. f2aeca5 Merge "Remove an unsed include dir" by Calin Juravle · 12 years ago
  44. fbb46a0 Remove an unsed include dir by Calin Juravle · 12 years ago
  45. 690401d Merge "Removed non-existing include dir" by Calin Juravle · 12 years ago
  46. 4b7c4f8 Removed non-existing include dir by Calin Juravle · 12 years ago
  47. 477d14b Merge "Reserve space in pthread structures for future extensibility." by Calin Juravle · 12 years ago
  48. ae77f74 Merge "Clean-up _fpmath and fake_long_doubles" by Calin Juravle · 12 years ago
  49. 2e3b710 Allow liblog to pass failure reasons to debuggerd. by Elliott Hughes · 12 years ago
  50. a64d768 Remove two dead files. by Elliott Hughes · 12 years ago
  51. b84926b prctl: Adds the PR_SET_TIMERSLACK_PID option by Ruchi Kandoi · 12 years ago
  52. 1abc9ff Clean-up _fpmath and fake_long_doubles by Calin Juravle · 12 years ago
  53. cf83fd7 Reserve space in pthread structures for future extensibility. by Calin Juravle · 12 years ago
  54. 532ad90 Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation." by Elliott Hughes · 12 years ago
  55. eae5902 Remove strntoimax and strntoumax from the future. by Elliott Hughes · 12 years ago
  56. 58d9e28 Switch to the upstream OpenBSD getenv/putenv/setenv implementation. by Elliott Hughes · 12 years ago
  57. 8d77bce LP64 shouldn't include the non-standard <time64.h> cruft. by Elliott Hughes · 12 years ago
  58. cce36c1 Use -fvisibility=hidden to build libc_gdtoa. by Elliott Hughes · 12 years ago
  59. c5eea6d Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN." by Elliott Hughes · 12 years ago
  60. b1bfa79 Merge "Allow sharing the RELRO section via a file." by Torne (Richard Coles) · 12 years ago
  61. c363e5d Merge "Support loading libraries to a reserved address." by Torne (Richard Coles) · 12 years ago
  62. 16f6429 Merge "Add android_dlopen_ext() interface to linker." by Torne (Richard Coles) · 12 years ago
  63. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 12 years ago
  64. d39f3f2 Clean up and document our hacks for building BSD source. by Elliott Hughes · 12 years ago
  65. 44a98d5 Merge "clang is >= 3.4 now; remove a hack." by Elliott Hughes · 12 years ago
  66. d3679c8 clang is >= 3.4 now; remove a hack. by Elliott Hughes · 12 years ago
  67. 2e003f4 Remove unused #defines from "arith.h". by Elliott Hughes · 12 years ago
  68. 6d09ec3 Merge "Fix for libgcc compat generation script." by Dmitriy Ivanov · 12 years ago
  69. 6a45fe9 Fix for libgcc compat generation script. by Dmitriy Ivanov · 12 years ago
  70. 9b22c21 Merge "Make uselocale(3) claim its pthread key in an ELF constructor." by Elliott Hughes · 12 years ago
  71. 1acd971 Merge "Switch to upstream OpenBSD fread/fvwrite." by Elliott Hughes · 12 years ago
  72. fe0c6ae Merge "Brings LC_* defs into line with POSIX" by Dan Albert · 12 years ago
  73. db68e56 Brings LC_* defs into line with POSIX by Dan Albert · 12 years ago
  74. 2f68866 Make uselocale(3) claim its pthread key in an ELF constructor. by Elliott Hughes · 12 years ago
  75. 1b836ee Fix a wchar.wcstombs_wcrtombs test failure. by Elliott Hughes · 12 years ago
  76. 9d3c2dd Switch to upstream OpenBSD fread/fvwrite. by Elliott Hughes · 12 years ago
  77. b88da06 Merge "Upgrade to current vfprintf." by Elliott Hughes · 12 years ago
  78. f3c7390 Upgrade our <ctype.h> implementation to OpenBSD head. by Elliott Hughes · 12 years ago
  79. 0e351e4 Merge "Changes our ctype identifiers to match the BSDs" by Dan Albert · 12 years ago
  80. 779585f Changes our ctype identifiers to match the BSDs by Dan Albert · 12 years ago
  81. 0549371 Upgrade to current vfprintf. by Elliott Hughes · 12 years ago
  82. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 12 years ago
  83. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 12 years ago
  84. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 12 years ago
  85. acbe322 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago
  86. 8da69a2 Merge "Switch fpclassify over to ieee_ext." by Elliott Hughes · 12 years ago
  87. c480f57 Merge "Clean up <machine/ieee.h>." by Elliott Hughes · 12 years ago
  88. f081e13 Switch fpclassify over to ieee_ext. by Elliott Hughes · 12 years ago
  89. cb65cc3 Clean up <machine/ieee.h>. by Elliott Hughes · 12 years ago
  90. 20828db Use FLT_ROUNDS in LP64 strtold. by Elliott Hughes · 12 years ago
  91. 4bd97ce Switch to gdtoa. by Elliott Hughes · 12 years ago
  92. 40b0579 Add iswblank for libcxx. by Elliott Hughes · 12 years ago
  93. 0f95a55 Fix arm64 floating point definitions. by Elliott Hughes · 12 years ago
  94. 02c78a3 Reimplement isinf/isnan/fpclassify. by Elliott Hughes · 12 years ago
  95. 5eb6704 Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix. by Elliott Hughes · 12 years ago
  96. b676aaf Remove unnecessary #includes. by Elliott Hughes · 12 years ago
  97. 93e1907 Use the glibc name user_fpregs_struct. by Elliott Hughes · 12 years ago
  98. c5992a0 Fix mcontext_t for x86-64. by Elliott Hughes · 12 years ago
  99. a5d8331 Merge "Use glibc structure for __cmsg_nxthdr." by Calin Juravle · 12 years ago
  100. b52a4ab Merge "Flesh out <locale.h>." by Elliott Hughes · 12 years ago