1. 790890f Merge "Fix wchar_t signedness problems found on x86-64." by Elliott Hughes · 11 years ago
  2. 0d0ccfe Fix wchar_t signedness problems found on x86-64. by Elliott Hughes · 11 years ago
  3. 296f17a Merge "Fix wchar.cpp MIPS narrowing conversion build failure." by Elliott Hughes · 11 years ago
  4. f83e644 Fix wchar.cpp MIPS narrowing conversion build failure. by Elliott Hughes · 11 years ago
  5. 7da3191 Merge "Fix wchar.cpp signed/unsigned comparison build failure." by Elliott Hughes · 11 years ago
  6. 568c86a Fix wchar.cpp signed/unsigned comparison build failure. by Elliott Hughes · 11 years ago
  7. f0291ca Merge "Switch to a working UTF-8 mb/wc implementation." by Elliott Hughes · 11 years ago
  8. 5a0aa3d Switch to a working UTF-8 mb/wc implementation. by Elliott Hughes · 11 years ago
  9. cb47565 Merge "Add ability to run on host for x86/x86_64." by Christopher Ferris · 11 years ago
  10. 3347a79 Add ability to run on host for x86/x86_64. by Christopher Ferris · 11 years ago
  11. de54b90 Merge "Modify hard-coded directory." by Christopher Ferris · 11 years ago
  12. 8b1ade5 Modify hard-coded directory. by Christopher Ferris · 11 years ago
  13. 8979cfe Merge "Keep the kernel header scrubber's data structures in sync." by Elliott Hughes · 11 years ago
  14. fddbafd Keep the kernel header scrubber's data structures in sync. by Elliott Hughes · 11 years ago
  15. 9fb53dd Merge "Make SIGRTMIN hide the real-time signals we use internally." by Elliott Hughes · 11 years ago
  16. 2ae3f60 Merge "Fix the CPU_*_S tests." by Elliott Hughes · 11 years ago
  17. 2d36750 Fix the CPU_*_S tests. by Elliott Hughes · 11 years ago
  18. 0990d4f Make SIGRTMIN hide the real-time signals we use internally. by Elliott Hughes · 11 years ago
  19. 77473e4 Merge "Fix cpu_set_t" by Calin Juravle · 11 years ago
  20. 4566731 Merge "Adds quick_exit(3) and at_quick_exit(3) from freebsd" by Dan Albert · 11 years ago
  21. b743790 Fix cpu_set_t by Calin Juravle · 11 years ago
  22. d4ae59d Merge "Reserve space in mbstate to allow for proper wchar support" by Calin Juravle · 11 years ago
  23. 01933d9 Merge "Switch to OpenBSD stdio wide printf functions." by Elliott Hughes · 11 years ago
  24. b8425c5 Adds quick_exit(3) and at_quick_exit(3) from freebsd by Dan Albert · 11 years ago
  25. 94336d8 Switch to OpenBSD stdio wide printf functions. by Elliott Hughes · 11 years ago
  26. 85e780d Merge "Switch to OpenBSD stdio wide get/put functions." by Elliott Hughes · 11 years ago
  27. c932225 Switch to OpenBSD stdio wide get/put functions. by Elliott Hughes · 11 years ago
  28. c19c8e6 Merge "Switch to the OpenBSD implementations of the wide scanf functions." by Elliott Hughes · 11 years ago
  29. 01ae00f Switch to the OpenBSD implementations of the wide scanf functions. by Elliott Hughes · 11 years ago
  30. c6e563c Merge "Fix build (signed char issue)." by Elliott Hughes · 11 years ago
  31. 770491f Fix build (signed char issue). by Elliott Hughes · 11 years ago
  32. 55cd827 Merge "Switch to the OpenBSD wcsto* functions." by Elliott Hughes · 11 years ago
  33. 3d7a0d9 Switch to the OpenBSD wcsto* functions. by Elliott Hughes · 11 years ago
  34. eab395e Reserve space in mbstate to allow for proper wchar support by Calin Juravle · 11 years ago
  35. 7fdab46 Merge "Fix potential makefile bug." by Christopher Ferris · 11 years ago
  36. 5090964 Fix potential makefile bug. by Christopher Ferris · 11 years ago
  37. 07bab52 Merge "Add mbtowc and fix mbrtowc." by Elliott Hughes · 11 years ago
  38. 0a5e26d Add mbtowc and fix mbrtowc. by Elliott Hughes · 11 years ago
  39. 0fd2e87 Merge "Replace our broken wcswcs with the working upstream one." by Elliott Hughes · 11 years ago
  40. d299bcf Replace our broken wcswcs with the working upstream one. by Elliott Hughes · 11 years ago
  41. 3ac3f3f Merge "Don't use so much stack in tzcode." by Elliott Hughes · 11 years ago
  42. 329103d Don't use so much stack in tzcode. by Elliott Hughes · 11 years ago
  43. f2dc7d1 Merge "Pass si_code through to debuggerd." by Elliott Hughes · 11 years ago
  44. b7e289e Pass si_code through to debuggerd. by Elliott Hughes · 11 years ago
  45. 213e46f Merge "Fix brk/sbrk error checking." by Elliott Hughes · 11 years ago
  46. 533dde4 Fix brk/sbrk error checking. by Elliott Hughes · 11 years ago
  47. eff450f Merge "Reserve space in pthread structures for future extensibility." by Colin Cross · 11 years ago
  48. b1cacd4 Reserve space in pthread structures for future extensibility. by Calin Juravle · 11 years ago
  49. 08bfcff Merge "Allow liblog to pass failure reasons to debuggerd." by Elliott Hughes · 11 years ago
  50. ab29071 Merge "Revert "Reserve space in pthread structures for future extensibility."" by Greg Hackmann · 11 years ago
  51. 6b64000 Revert "Reserve space in pthread structures for future extensibility." by Greg Hackmann · 11 years ago
  52. f2aeca5 Merge "Remove an unsed include dir" by Calin Juravle · 11 years ago
  53. fbb46a0 Remove an unsed include dir by Calin Juravle · 11 years ago
  54. 690401d Merge "Removed non-existing include dir" by Calin Juravle · 11 years ago
  55. 4b7c4f8 Removed non-existing include dir by Calin Juravle · 11 years ago
  56. 477d14b Merge "Reserve space in pthread structures for future extensibility." by Calin Juravle · 11 years ago
  57. ae77f74 Merge "Clean-up _fpmath and fake_long_doubles" by Calin Juravle · 11 years ago
  58. 563ea4e Merge "Fix fallout from host GCC upgrade." by Elliott Hughes · 11 years ago
  59. 409588c Fix fallout from host GCC upgrade. by Elliott Hughes · 11 years ago
  60. 2e3b710 Allow liblog to pass failure reasons to debuggerd. by Elliott Hughes · 11 years ago
  61. 3b0433f Merge "Remove two dead files." by Elliott Hughes · 11 years ago
  62. a64d768 Remove two dead files. by Elliott Hughes · 11 years ago
  63. aa3d46a Merge "prctl: Adds the PR_SET_TIMERSLACK_PID option" by Ruchi Kandoi · 11 years ago
  64. b84926b prctl: Adds the PR_SET_TIMERSLACK_PID option by Ruchi Kandoi · 11 years ago
  65. 1abc9ff Clean-up _fpmath and fake_long_doubles by Calin Juravle · 11 years ago
  66. cf83fd7 Reserve space in pthread structures for future extensibility. by Calin Juravle · 11 years ago
  67. f602bf8 Merge "Fix the glibc tests again." by Elliott Hughes · 11 years ago
  68. 0c567f1 Fix the glibc tests again. by Elliott Hughes · 11 years ago
  69. 16ea297 Merge "Tests for environment variables utility functions" by Elliott Hughes · 11 years ago
  70. cbf6df0 Tests for environment variables utility functions by Grigoriy Kraynov · 12 years ago
  71. 532ad90 Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation." by Elliott Hughes · 11 years ago
  72. d8f8e9c Merge "Remove strntoimax and strntoumax from the future." by Elliott Hughes · 11 years ago
  73. 36f5a95 Merge "Get ANDROID_DATA dir from enviroment" by Dmitriy Ivanov · 11 years ago
  74. 53c884e Get ANDROID_DATA dir from enviroment by Dmitriy Ivanov · 11 years ago
  75. eae5902 Remove strntoimax and strntoumax from the future. by Elliott Hughes · 11 years ago
  76. 58d9e28 Switch to the upstream OpenBSD getenv/putenv/setenv implementation. by Elliott Hughes · 11 years ago
  77. 635edbd Merge "Follow up on building tests for both platforms" by Dmitriy Ivanov · 11 years ago
  78. c6cd884 Merge "LP64 shouldn't include the non-standard <time64.h> cruft." by Elliott Hughes · 11 years ago
  79. 156c3af Follow up on building tests for both platforms by Dmitriy Ivanov · 11 years ago
  80. 8d77bce LP64 shouldn't include the non-standard <time64.h> cruft. by Elliott Hughes · 11 years ago
  81. 8eaeaf5 Merge "Build 32/64 bit versions of tests/benchmarks." by Christopher Ferris · 11 years ago
  82. d0ecf59 Merge "Use -fvisibility=hidden to build libc_gdtoa." by Elliott Hughes · 11 years ago
  83. cce36c1 Use -fvisibility=hidden to build libc_gdtoa. by Elliott Hughes · 11 years ago
  84. 345b49a Build 32/64 bit versions of tests/benchmarks. by Christopher Ferris · 11 years ago
  85. c5eea6d Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN." by Elliott Hughes · 11 years ago
  86. 4ff967f Merge "Fix arm64/x86 build." by Torne (Richard Coles) · 11 years ago
  87. 0dcf06f Fix arm64/x86 build. by Torne (Richard Coles) · 11 years ago
  88. b1bfa79 Merge "Allow sharing the RELRO section via a file." by Torne (Richard Coles) · 11 years ago
  89. c363e5d Merge "Support loading libraries to a reserved address." by Torne (Richard Coles) · 11 years ago
  90. 16f6429 Merge "Add android_dlopen_ext() interface to linker." by Torne (Richard Coles) · 11 years ago
  91. 83c07b5 Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN. by Elliott Hughes · 11 years ago
  92. f348980 Merge "Clean up and document our hacks for building BSD source." by Elliott Hughes · 11 years ago
  93. d39f3f2 Clean up and document our hacks for building BSD source. by Elliott Hughes · 11 years ago
  94. 44a98d5 Merge "clang is >= 3.4 now; remove a hack." by Elliott Hughes · 11 years ago
  95. d812b21 Merge "Remove unused #defines from "arith.h"." by Elliott Hughes · 11 years ago
  96. d3679c8 clang is >= 3.4 now; remove a hack. by Elliott Hughes · 11 years ago
  97. 2e003f4 Remove unused #defines from "arith.h". by Elliott Hughes · 11 years ago
  98. 8abf44c Merge "Make libc signal handler output more like debuggerd." by Elliott Hughes · 11 years ago
  99. 6d09ec3 Merge "Fix for libgcc compat generation script." by Dmitriy Ivanov · 11 years ago
  100. 17e6a98 Make libc signal handler output more like debuggerd. by Elliott Hughes · 11 years ago