1. 024246e am 09e89c3c: Merge "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 11 years ago
  2. 09e89c3 Merge "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 11 years ago
  3. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 11 years ago
  4. 8f509e8 am 9a9bb243: Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 11 years ago
  5. 9a9bb24 Merge "Switch to using AT_RANDOM for the stack guards." by Elliott Hughes · 11 years ago
  6. d3920b3 Switch to using AT_RANDOM for the stack guards. by Elliott Hughes · 11 years ago
  7. 636d21f am 03579da2: Merge "Add a few more missing libm long double stubs." by Elliott Hughes · 11 years ago
  8. 03579da Merge "Add a few more missing libm long double stubs." by Elliott Hughes · 11 years ago
  9. 170dbe2 Add a few more missing libm long double stubs. by Elliott Hughes · 11 years ago
  10. f156b90 am fa75fce5: Merge "update xattr.h" by Nick Kralevich · 11 years ago
  11. fa75fce Merge "update xattr.h" by Nick Kralevich · 11 years ago
  12. b184d3b update xattr.h by Nick Kralevich · 11 years ago
  13. 86e4e23 am 964886af: Merge "Remove dead code from gensyscalls.py." by Elliott Hughes · 11 years ago
  14. 964886a Merge "Remove dead code from gensyscalls.py." by Elliott Hughes · 11 years ago
  15. cd6780b Remove dead code from gensyscalls.py. by Elliott Hughes · 11 years ago
  16. 5bb6776 am f6afd3b6: Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 11 years ago
  17. 8ddef40 am 59e9a496: Merge "__progname should be const char*, not char*." by Elliott Hughes · 11 years ago
  18. f6afd3b Merge "Fix x86 build, remove void* arithmetic." by Elliott Hughes · 11 years ago
  19. 59e9a49 Merge "__progname should be const char*, not char*." by Elliott Hughes · 11 years ago
  20. 646e058 Fix x86 build, remove void* arithmetic. by Elliott Hughes · 11 years ago
  21. e4ccf5a __progname should be const char*, not char*. by Elliott Hughes · 11 years ago
  22. 6f67cd2 am 2f41531f: Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 11 years ago
  23. 2f41531 Merge "Clean up the argc/argv/envp/auxv handling." by Elliott Hughes · 11 years ago
  24. 42b2c6a Clean up the argc/argv/envp/auxv handling. by Elliott Hughes · 11 years ago
  25. 4e9d9e4 am d4187efd: Merge "Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs." by Elliott Hughes · 11 years ago
  26. d4187ef Merge "Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs." by Elliott Hughes · 11 years ago
  27. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 11 years ago
  28. 09559dd am d32fdbaf: Merge "Add a missing logbl stub." by Elliott Hughes · 11 years ago
  29. d32fdba Merge "Add a missing logbl stub." by Elliott Hughes · 11 years ago
  30. 926a307 Add a missing logbl stub. by Elliott Hughes · 11 years ago
  31. d2a6d8d am c9ab32e4: Merge "Improve benchmarking tool, add a few math benchmarks." by Elliott Hughes · 11 years ago
  32. c9ab32e Merge "Improve benchmarking tool, add a few math benchmarks." by Elliott Hughes · 11 years ago
  33. 9edb3e0 Improve benchmarking tool, add a few math benchmarks. by Elliott Hughes · 11 years ago
  34. 5fe2866 am d10a5a02: Merge "Remove the currently-unused i387 assembler to make way for the new." by Elliott Hughes · 11 years ago
  35. d10a5a0 Merge "Remove the currently-unused i387 assembler to make way for the new." by Elliott Hughes · 11 years ago
  36. 0e51a86 am 4fc2a74b: Merge "Remove partial implementation of MIPS non-PIC support." by Elliott Hughes · 11 years ago
  37. ef545a2 Remove the currently-unused i387 assembler to make way for the new. by Elliott Hughes · 11 years ago
  38. 4fc2a74 Merge "Remove partial implementation of MIPS non-PIC support." by Elliott Hughes · 11 years ago
  39. d2b1a73 Remove partial implementation of MIPS non-PIC support. by Elliott Hughes · 11 years ago
  40. df8c72e am d7ff139f: Merge "Remove bogus extra alignment from sbrk." by Elliott Hughes · 11 years ago
  41. d7ff139 Merge "Remove bogus extra alignment from sbrk." by Elliott Hughes · 11 years ago
  42. 428f556 Remove bogus extra alignment from sbrk. by Elliott Hughes · 11 years ago
  43. 3cbcb87 am a4f88fdc: Merge "Document the mallinfo struct, add missing attributes." by Elliott Hughes · 11 years ago
  44. a4f88fd Merge "Document the mallinfo struct, add missing attributes." by Elliott Hughes · 11 years ago
  45. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 11 years ago
  46. 384bdb3 am a3120aaf: Merge "Add basic tests for posix_memalign." by Elliott Hughes · 11 years ago
  47. a3120aa Merge "Add basic tests for posix_memalign." by Elliott Hughes · 11 years ago
  48. b16b722 Add basic tests for posix_memalign. by Elliott Hughes · 11 years ago
  49. ada6de6 am a1821f01: Merge "Regenerate msm_ion.h." by Elliott Hughes · 11 years ago
  50. a1821f0 Merge "Regenerate msm_ion.h." by Elliott Hughes · 11 years ago
  51. 3fac8f7 Regenerate msm_ion.h. by Elliott Hughes · 11 years ago
  52. 16444e0 am 3dc6b57c: Merge "Don\'t claim there were no leaks if we weren\'t even checking." by Elliott Hughes · 11 years ago
  53. 3dc6b57 Merge "Don't claim there were no leaks if we weren't even checking." by Elliott Hughes · 11 years ago
  54. 9c81892 Don't claim there were no leaks if we weren't even checking. by Elliott Hughes · 11 years ago
  55. 33e4365 am 1bf83555: Merge "Make sincosl call sinl and cosl." by Elliott Hughes · 11 years ago
  56. 1bf8355 Merge "Make sincosl call sinl and cosl." by Elliott Hughes · 11 years ago
  57. 422c400 am ae70b946: Merge "Update the libm/NOTICE file after the upgrade." by Elliott Hughes · 11 years ago
  58. 9b05df3 Make sincosl call sinl and cosl. by Elliott Hughes · 11 years ago
  59. ae70b94 Merge "Update the libm/NOTICE file after the upgrade." by Elliott Hughes · 11 years ago
  60. 704d9c5 am a9dd3670: Merge "Restore bionic\'s <linux/elf-em.h>." by Elliott Hughes · 11 years ago
  61. d65bd84 Update the libm/NOTICE file after the upgrade. by Elliott Hughes · 11 years ago
  62. a9dd367 Merge "Restore bionic's <linux/elf-em.h>." by Elliott Hughes · 11 years ago
  63. a48e1b2 Restore bionic's <linux/elf-em.h>. by Elliott Hughes · 11 years ago
  64. ff26e25 am 44badc70: Merge "Upgrade libm." by Elliott Hughes · 11 years ago
  65. 44badc7 Merge "Upgrade libm." by Elliott Hughes · 11 years ago
  66. a0ee078 Upgrade libm. by Elliott Hughes · 11 years ago
  67. 9743d7f am fb55511e: am e1a124e5: Merge "Say explicitly if there were no leaks." by Elliott Hughes · 11 years ago
  68. fb55511 am e1a124e5: Merge "Say explicitly if there were no leaks." by Elliott Hughes · 11 years ago
  69. e1a124e Merge "Say explicitly if there were no leaks." by Elliott Hughes · 11 years ago
  70. 1d12d57 Say explicitly if there were no leaks. by Elliott Hughes · 11 years ago
  71. 9d43c07 am 4e882503: am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 11 years ago
  72. 4e88250 am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 11 years ago
  73. a990cf5 Merge "Clean up trailing whitespace in the kernel headers." by Elliott Hughes · 11 years ago
  74. c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 11 years ago
  75. 5821e11 am 7bc49fcf: am 323287ea: Merge "Fix valgrind build." by Elliott Hughes · 11 years ago
  76. 7bc49fc am 323287ea: Merge "Fix valgrind build." by Elliott Hughes · 11 years ago
  77. 323287e Merge "Fix valgrind build." by Elliott Hughes · 11 years ago
  78. 6fe67c3 Fix valgrind build. by Elliott Hughes · 11 years ago
  79. 9d995d6 am 1cc09402: am f6721978: Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 11 years ago
  80. 0a38388 am be11de2b: am 5fb409b7: Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 11 years ago
  81. a7f44b5 am 172e038f: am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 11 years ago
  82. 1cc0940 am f6721978: Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 11 years ago
  83. be11de2 am 5fb409b7: Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 11 years ago
  84. f672197 Merge "Fix x86 build to use <elf.h>." by Elliott Hughes · 11 years ago
  85. d070df4 Fix x86 build to use <elf.h>. by Elliott Hughes · 11 years ago
  86. 5fb409b Merge "Bring the NOTICE files back up to date." by Elliott Hughes · 11 years ago
  87. 172e038 am f09f6db5: Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 11 years ago
  88. 448080d Bring the NOTICE files back up to date. by Elliott Hughes · 11 years ago
  89. f09f6db Merge "Use the NetBSD <sys/exec_elf.h>." by Elliott Hughes · 11 years ago
  90. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 11 years ago
  91. f5d6238 am 3f20ecc2: am 3db2fc5a: Merge "Don\'t collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 11 years ago
  92. 3f20ecc am 3db2fc5a: Merge "Don\'t collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 11 years ago
  93. 3db2fc5 Merge "Don't collect useless stack frames; do demangle C++ symbols." by Elliott Hughes · 11 years ago
  94. 35b621c Don't collect useless stack frames; do demangle C++ symbols. by Elliott Hughes · 11 years ago
  95. 2218b89 am d383ac15: am a0151cbf: Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 11 years ago
  96. d383ac1 am a0151cbf: Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 11 years ago
  97. a0151cb Merge "Unit tests for formatting code, fix %%." by Elliott Hughes · 11 years ago
  98. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 11 years ago
  99. d265d36 am f07db754: am 0a91b11d: Merge "More debug malloc fixes." by Elliott Hughes · 11 years ago
  100. f07db75 am 0a91b11d: Merge "More debug malloc fixes." by Elliott Hughes · 11 years ago