1. 99b859c Merge "Move stack unwinding test into library." by Christopher Ferris · 11 years ago
  2. 8240bed Move stack unwinding test into library. by Christopher Ferris · 11 years ago
  3. 4e3ed44 Merge "cdefs.h: introduce __bos0" by Nick Kralevich · 11 years ago
  4. bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 11 years ago
  5. eb8f362 Merge "FORTIFY_SOURCE: introduce __strncpy_chk2" by Nick Kralevich · 11 years ago
  6. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 11 years ago
  7. 2557433 Merge "Change hard-coded directory." by Christopher Ferris · 11 years ago
  8. 5227bb3 Change hard-coded directory. by Christopher Ferris · 11 years ago
  9. 1f216e3 Merge "Create bionic unit test library for use with CTS." by Christopher Ferris · 11 years ago
  10. 22f5ef6 Merge "Delete CAVEATS / fix spelling." by Nick Kralevich · 11 years ago
  11. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 11 years ago
  12. 153d927 Create bionic unit test library for use with CTS. by Christopher Ferris · 11 years ago
  13. 33dd7c1 Merge "Add explicit -m32/-melf_i386 for x86 target" by Elliott Hughes · 11 years ago
  14. c6135ba Merge "Change how DNS resolver handle no default iface" by Robert Greenwalt · 11 years ago
  15. e85c183 Add explicit -m32/-melf_i386 for x86 target by Pavel Chupin · 11 years ago
  16. a31ddef Change how DNS resolver handle no default iface by Robert Greenwalt · 11 years ago
  17. 41f08ab Merge "Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a." by Elliott Hughes · 11 years ago
  18. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 11 years ago
  19. c44205c Merge "Work around tzcode's reliance on signed overflow." by Elliott Hughes · 11 years ago
  20. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 11 years ago
  21. bb34907 Merge "Make mips_relocate_got tolerate a missing got" by Brian Carlstrom · 11 years ago
  22. 87c3585 Make mips_relocate_got tolerate a missing got by Brian Carlstrom · 11 years ago
  23. c803933 Merge "Change hard-coded temporary directory." by Christopher Ferris · 11 years ago
  24. 4eacb34 Merge "Fix pthread_getcpuclockid." by Elliott Hughes · 11 years ago
  25. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 11 years ago
  26. cf05299 Merge "Create optimized __strcpy_chk/__strcat_chk." by Christopher Ferris · 11 years ago
  27. bd6dc6a Change hard-coded temporary directory. by Christopher Ferris · 11 years ago
  28. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 11 years ago
  29. c5cf537 Merge "Optimize __memset_chk, __memcpy_chk. DO NOT MERGE." by Christopher Ferris · 11 years ago
  30. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 11 years ago
  31. c85e0db Merge "Add more information to error due to truncated Elf32_Ehdr" by Brian Carlstrom · 11 years ago
  32. 0e79b91 Add more information to error due to truncated Elf32_Ehdr by Brian Carlstrom · 11 years ago
  33. 5e4a2f3 Merge "Update kernel input headers" by Michael Wright · 11 years ago
  34. 55bdef8 Update kernel input headers by Michael Wright · 11 years ago
  35. ff9b7aa Merge "Make ctype.h a little less unhygienic." by Elliott Hughes · 11 years ago
  36. 5e9b20f Make ctype.h a little less unhygienic. by Elliott Hughes · 11 years ago
  37. c933493 Merge "Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols." by Elliott Hughes · 11 years ago
  38. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 11 years ago
  39. ee48fed Merge "Add futimens." by Elliott Hughes · 11 years ago
  40. d0be7c8 Add futimens. by Elliott Hughes · 11 years ago
  41. 632fd51 Merge "Fix strcpy.c that should have been strcpy.S. DO NOT MERGE" by Christopher Ferris · 11 years ago
  42. e206629 Merge "Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE" by Christopher Ferris · 11 years ago
  43. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 11 years ago
  44. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 11 years ago
  45. cd92751 Merge "Fix stdint.h intptr_t/uintptr_t for x86_64/x32" by Elliott Hughes · 11 years ago
  46. a0473d7 Merge "syslog needs a valid socket path for _PATH_LOG" by Elliott Hughes · 11 years ago
  47. a9c5bb9 Merge "Fix the detection of alt-network in dns resolver." by Robert Greenwalt · 11 years ago
  48. 1d8d9a3 Fix the detection of alt-network in dns resolver. by Robert Greenwalt · 11 years ago
  49. 3287dcc Merge "Add ssse3 implementation of __memcmp16." by Elliott Hughes · 11 years ago
  50. baa91f4 Add ssse3 implementation of __memcmp16. by Alexander Ivchenko · 11 years ago
  51. aa2733d Merge "Update the comments to reflect the current status." by Ben Cheng · 11 years ago
  52. 772b797 Update the comments to reflect the current status. by Ben Cheng · 11 years ago
  53. a6ed05c Merge "libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher" by Elliott Hughes · 11 years ago
  54. 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 12 years ago
  55. e6345f1 Merge "Tell the dns resolver about our domains." by Robert Greenwalt · 11 years ago
  56. e0805a9 Tell the dns resolver about our domains. by Robert Greenwalt · 11 years ago
  57. 101b5e1 Merge "Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way." by Elliott Hughes · 11 years ago
  58. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 11 years ago
  59. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 11 years ago
  60. 9a73d08 Merge "Bump the number of TLS slots to 128." by Elliott Hughes · 11 years ago
  61. 838f01f Bump the number of TLS slots to 128. by Elliott Hughes · 11 years ago
  62. a9feb5e Merge "Avoid sign extension of the mmap offset." by Elliott Hughes · 11 years ago
  63. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 11 years ago
  64. bfba6aa am a8d06766: Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 11 years ago
  65. a8d0676 Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 11 years ago
  66. c5749f1 am 061246b6: Merge "Restore dlmalloc mmap threshold to 64k" by Rom Lemarchand · 11 years ago
  67. 061246b Merge "Restore dlmalloc mmap threshold to 64k" by Rom Lemarchand · 11 years ago
  68. d0f2a60 Restore dlmalloc mmap threshold to 64k by Rom Lemarchand · 11 years ago
  69. 0995a7b [MIPS] __dso_handle.S and __dso_handle_so.S not needed. by Pete Delaney · 11 years ago
  70. c2902ed am 6fe4a58f: Merge "Move stuff only needed by pthread-timers.c into pthread-timers.c." by Elliott Hughes · 11 years ago
  71. 6fe4a58 Merge "Move stuff only needed by pthread-timers.c into pthread-timers.c." by Elliott Hughes · 11 years ago
  72. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 11 years ago
  73. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 11 years ago
  74. e8bd8c2 Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 11 years ago
  75. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 11 years ago
  76. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 11 years ago
  77. f8a66bb Merge "Remove some non-unused makefile generality." by Elliott Hughes · 11 years ago
  78. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 11 years ago
  79. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 11 years ago
  80. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 11 years ago
  81. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 11 years ago
  82. cbf07a2 am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)." by Elliott Hughes · 11 years ago
  83. 2be511d Merge "Improve stack overflow diagnostics (take 2)." by Elliott Hughes · 11 years ago
  84. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 11 years ago
  85. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 11 years ago
  86. 40e7a87 Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 11 years ago
  87. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 11 years ago
  88. 4763ef2 am b7b36b81: Merge "mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps" by Elliott Hughes · 11 years ago
  89. b7b36b8 Merge "mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps" by Elliott Hughes · 11 years ago
  90. e459bba mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps by Rom Lemarchand · 11 years ago
  91. 6f08b86 am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 11 years ago
  92. 849bfd5 am 8c1b9668: Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 11 years ago
  93. 2cf5a6f Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 11 years ago
  94. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 11 years ago
  95. 8c1b966 Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 11 years ago
  96. eb1b074 Revert "Clean up our alternate signal stacks." by Guang Zhu · 11 years ago
  97. 7ff868a am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 11 years ago
  98. b1d7fd4 am 6f4fed74: Merge "Add new optimized strlen for arm." by Christopher Ferris · 11 years ago
  99. f63c28f Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 11 years ago
  100. 6f4fed7 Merge "Add new optimized strlen for arm." by Christopher Ferris · 11 years ago