1. ffb0f85 Merge "Fix fcntl decoding" by Elliott Hughes · 11 years ago
  2. 28cd8be Fix fcntl decoding by Dmitry V. Levin · 11 years ago
  3. f9c4841 Merge "sys_fcntl: remove F_FREESP and F_FREESP64 support" by Elliott Hughes · 11 years ago
  4. f08b49d sys_fcntl: remove F_FREESP and F_FREESP64 support by Dmitry V. Levin · 11 years ago
  5. d8bd388 Merge "Actually activate the struct stat64 fix." by Elliott Hughes · 11 years ago
  6. a6ae159 Actually activate the struct stat64 fix. by Elliott Hughes · 11 years ago
  7. 0ac9145 Merge "Fix build." by Elliott Hughes · 11 years ago
  8. fa8e439 Fix build. by Elliott Hughes · 11 years ago
  9. 67d6926 Merge "Add multi-personality support to struct old_sigaction decoding" by Elliott Hughes · 11 years ago
  10. fb2850d Add multi-personality support to struct old_sigaction decoding by Elliott Hughes · 11 years ago
  11. 96ba149 Merge "Fix decoding of arm struct stat64 by aarch64 strace." by Elliott Hughes · 11 years ago
  12. ab1a570 Fix decoding of arm struct stat64 by aarch64 strace. by Elliott Hughes · 11 years ago
  13. f07711a Merge "Remove obsolete ioctlsort.c" by Elliott Hughes · 11 years ago
  14. cfdc692 Remove obsolete ioctlsort.c by Dmitry V. Levin · 11 years ago
  15. 2d97f5f Merge "Build the strace tests." by Elliott Hughes · 11 years ago
  16. 858a5c7 Build the strace tests. by Elliott Hughes · 11 years ago
  17. 1dd8f5f Merge "Update strace's list of ioctls." by Elliott Hughes · 11 years ago
  18. 7c53832 Update strace's list of ioctls. by Elliott Hughes · 11 years ago
  19. f0006c4 Merge "Fix stack_t decoding and sigset_t decoding." by Elliott Hughes · 11 years ago
  20. 5a13922 Fix stack_t decoding and sigset_t decoding. by Elliott Hughes · 11 years ago
  21. 4ec6b04 Merge "Upgrade to upstream tip of tree strace." by Elliott Hughes · 11 years ago
  22. 5dec78d Upgrade to upstream tip of tree strace. by Elliott Hughes · 11 years ago
  23. 12bd9d8 Merge "Fix build." by Elliott Hughes · 11 years ago
  24. 3616ed5 Fix build. by Elliott Hughes · 11 years ago
  25. f64d6a9 Merge "Remove LFS64 hacks." by Elliott Hughes · 11 years ago
  26. 5c23a17 Merge "external/strace: rewrite make rules for multilib" by Colin Cross · 11 years ago
  27. d6b039c external/strace: rewrite make rules for multilib by Colin Cross · 11 years ago
  28. 0309c90 Merge "Add missing 'ifeq' for arm64." by Ben Cheng · 11 years ago
  29. d92d713 Add missing 'ifeq' for arm64. by Ben Cheng · 11 years ago
  30. 5151c54 Merge "strace: fix x86 build" by Colin Cross · 11 years ago
  31. f204f49 strace: fix x86 build by Colin Cross · 11 years ago
  32. e543b81 Merge "strace: rename aarch64 target to arm64" by Colin Cross · 11 years ago
  33. 579dfe8 strace: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  34. bf49054 Merge "strace: don't add $(KERNEL_HEADERS) to the include path" by Colin Cross · 11 years ago
  35. 00a76e0 strace: don't add $(KERNEL_HEADERS) to the include path by Colin Cross · 11 years ago
  36. f27b151 Remove LFS64 hacks. by Elliott Hughes · 11 years ago
  37. f1cc1ca Merge "Remove some more bionic hacks that are no longer needed." by Elliott Hughes · 11 years ago
  38. 02f3b9b Remove some more bionic hacks that are no longer needed. by Elliott Hughes · 11 years ago
  39. 4ee743a Merge "Build strace for aarch64 too." by Elliott Hughes · 11 years ago
  40. a7f5555 Build strace for aarch64 too. by Elliott Hughes · 11 years ago
  41. 4934863 Merge "Upgrade to strace 4.8." by Elliott Hughes · 11 years ago
  42. 15fc6a2 Upgrade to strace 4.8. by Elliott Hughes · 11 years ago
  43. 3586168 Merge "Make it possible to build strace for x86-64." by Elliott Hughes · 11 years ago
  44. 10bd42d Make it possible to build strace for x86-64. by Elliott Hughes · 11 years ago
  45. 5961334 Merge "Upgrade to strace 4.7." by Elliott Hughes · 11 years ago
  46. bb0c2d5 Upgrade to strace 4.7. by Elliott Hughes · 11 years ago
  47. 69142ea Merge "Remove an unnecessary C library workaround and regenerate the patch." by Elliott Hughes · 11 years ago
  48. 31c5a28 Remove an unnecessary C library workaround and regenerate the patch. by Elliott Hughes · 11 years ago
  49. f9d9299 Merge "Clean up strace sigaction output" by Elliott Hughes · 11 years ago
  50. 2f063cf Clean up strace sigaction output by Chris Dearman · 11 years ago
  51. 12fa8bf Merge "Remove an Android hack and support building with uapi headers too." by Elliott Hughes · 11 years ago
  52. f9ddf98 Remove an Android hack and support building with uapi headers too. by Elliott Hughes · 11 years ago
  53. 4219c32 Merge "Remove the statfs64 hacks." by Elliott Hughes · 11 years ago
  54. 23ea101 Remove the statfs64 hacks. by Elliott Hughes · 11 years ago
  55. 5c27904 Merge "MIPS and x86 now both use 'val' rather than '__val' in fsid_t." by Elliott Hughes · 11 years ago
  56. 592c3ca MIPS and x86 now both use 'val' rather than '__val' in fsid_t. by Elliott Hughes · 11 years ago
  57. 1a4e05d Merge "Remove another external/strace build hack." by Elliott Hughes · 12 years ago
  58. e10a1e2 Remove another external/strace build hack. by Elliott Hughes · 12 years ago
  59. 0c1aba9 Merge "Remove our wait4 hack." by Elliott Hughes · 12 years ago
  60. 3b98d13 Remove our wait4 hack. by Elliott Hughes · 12 years ago
  61. 7d2d23f Merge "[MIPS] Add MIPS Support" by Jean-Baptiste Queru · 12 years ago
  62. fd36697 Merge "Fix sigreturn decoding on MIPS" by Jean-Baptiste Queru · 12 years ago
  63. fc71ec5 Fix sigreturn decoding on MIPS by Duane Sand · 12 years ago
  64. f20b06e [MIPS] Add MIPS Support by Duane Sand · 12 years ago
  65. f76f96e Update to strace v4.6. by Jeff Brown · 13 years ago
  66. c9fd2e5 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  67. cfa96b3 Fix strace by applying this patch from up-stream. by Doug Kwan · 14 years ago
  68. fb19d31 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  69. 7b46672 merge from open-source master by The Android Open Source Project · 14 years ago
  70. ed9483a SuperH: add configuration to strace by Tony SIM · 14 years ago
  71. 5f5ae71 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 15 years ago
  72. 1cced96 am 30e270dc: am f7a73024: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  73. 30e270d am f7a73024: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  74. f7a7302 reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  75. 5bdb66e reconcile android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  76. 0f92f4a android-2.1_r1 snapshot by The Android Open Source Project · 15 years ago
  77. b2892a9 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  78. d8309af merge from open-source master by Jean-Baptiste Queru · 15 years ago
  79. 1cbe5bb merge from eclair by Jean-Baptiste Queru · 15 years ago
  80. c36a2bc eclair snapshot by Jean-Baptiste Queru · 15 years ago
  81. a0b125c Point strace at the correct headers so its output is correct on ARM devices. by Lorenzo Colitti · 15 years ago
  82. c38107a reconcile korg/master into goog/master by Jean-Baptiste Queru · 15 years ago
  83. 53ca62d Merge korg/donut into korg/master by Jean-Baptiste Queru · 15 years ago
  84. 0b8c79a Merge donut into master by Jean-Baptiste Queru · 15 years ago
  85. 5bb66b5 merge cupcake into donut by Jean-Baptiste Queru · 15 years ago
  86. 1f9b727 Merge donut into master by Jean-Baptiste Queru · 15 years ago
  87. 6be8f1e Merge branch 'open_source_no_contributions' into google_internal by The Android Open Source Project · 16 years ago
  88. 2a8dda7 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
  89. 86f5deb Automated import from //branches/donutburger/...@140818,140818 by Dianne Hackborn · 16 years ago
  90. 317b47b Automated import from //branches/master/...@140824,140824 by Dianne Hackborn · 16 years ago
  91. 68620c9 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
  92. c8905ec Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 16 years ago
  93. 34d6eab auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  94. fb1f778 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  95. 67670f6 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. 4a3ec90 Initial Contribution by The Android Open Source Project · 16 years ago
  97. fa2c235 external/strace 4.5.12 by Upstream · 55 years ago