1. 5f1fb90 Merge "Fix a memory leak" by Treehugger Robot · 7 years ago
  2. 9a80cf9 Merge "debuggerd seccomp: explain why we define PROT_READ/WRITE." by Treehugger Robot · 7 years ago
  3. bb80abe Merge "Define PROT_READ and PROT_WRITE when generating the policy files" by Treehugger Robot · 7 years ago
  4. c275505 Fix a memory leak by George Burgess IV · 7 years ago
  5. 830092d debuggerd seccomp: explain why we define PROT_READ/WRITE. by Josh Gao · 7 years ago
  6. d2b96b0 Define PROT_READ and PROT_WRITE when generating the policy files by Justin Yun · 7 years ago
  7. 9fef6ff Merge "Modify elf cache to handle elf_offsets properly." by Christopher Ferris · 7 years ago
  8. 402acde Merge "Fix darwin build" by Treehugger Robot · 7 years ago
  9. d5c10fe Fix darwin build by Christopher Tate · 7 years ago
  10. a6714c4 Modify elf cache to handle elf_offsets properly. by Christopher Ferris · 7 years ago
  11. 4262b43 Merge "Fix soname reading code." by Christopher Ferris · 7 years ago
  12. 40be73a Merge "Include the map name when dumping memory around a register." by Elliott Hughes · 7 years ago
  13. 8537925 Fix soname reading code. by Christopher Ferris · 7 years ago
  14. 04364c8 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  15. 8f6ee75 Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 7 years ago
  16. a09ad9d If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 7 years ago
  17. 2bd1461 Merge changes Iea2d97fb,I08fa3905,Idd5b923e by Tom Cherry · 7 years ago
  18. f77956a Merge "Move libdexfile out of runtime" by David Sehr · 7 years ago
  19. 48a16bc Merge "init.rc: Add nodev,noexec,nosuid to /config" by Treehugger Robot · 7 years ago
  20. d9e7004 Move all Action parsing into ActionParser by Tom Cherry · 7 years ago
  21. a31195a Move ActionManager to its own file by Tom Cherry · 7 years ago
  22. 057d04a Merge "init.rc: Mount /mnt with nodev,nosuid,noexec" by Treehugger Robot · 7 years ago
  23. 6d8268e Merge "ion_test.c: Fix c/p error in arg parse." by Treehugger Robot · 7 years ago
  24. ab793f5 Merge "init.rc: Remount / with MS_REMOUNT|MS_BIND" by Treehugger Robot · 7 years ago
  25. 9d3cecf ion_test.c: Fix c/p error in arg parse. by Steven Moreland · 7 years ago
  26. 4ecaa7b init.rc: Add nodev,noexec,nosuid to /config by Luis Hector Chavez · 7 years ago
  27. 15db519 init.rc: Mount /mnt with nodev,nosuid,noexec by Luis Hector Chavez · 7 years ago
  28. 277e54b init.rc: Remount / with MS_REMOUNT|MS_BIND by Luis Hector Chavez · 7 years ago
  29. 689071f Merge "Prevent WaitForProperty() from using ~100% of CPU time on 32bit builds" by Treehugger Robot · 7 years ago
  30. 02979b3 Prevent WaitForProperty() from using ~100% of CPU time on 32bit builds by yusukes · 7 years ago
  31. a9889aa Move libdexfile out of runtime by David Sehr · 7 years ago
  32. f139b6d Merge "Add tracing tags to vibrator" by Treehugger Robot · 7 years ago
  33. 6efd84f Merge "Implement new DEX PC lookup scheme." by David Srbecky · 7 years ago
  34. b986bd3 Merge "Move libz to llndk from vndk-sp for non-VNDK-enforced devices." by Treehugger Robot · 7 years ago
  35. d2ed1ee Move libz to llndk from vndk-sp for non-VNDK-enforced devices. by Justin Yun · 7 years ago
  36. 68ab581 Merge "Fix PDK build" by Logan Chien · 7 years ago
  37. e7899e4 Fix PDK build by Logan Chien · 7 years ago
  38. 464626e Implement new DEX PC lookup scheme. by Christopher Ferris · 7 years ago
  39. 968f533 Merge "Make log_event_list.h available to vendor code." by Treehugger Robot · 7 years ago
  40. feaa718 Merge "adbd: receive jdwp pids from art as raw integers." by Treehugger Robot · 7 years ago
  41. 927d97e Move ActionParser to its own file by Tom Cherry · 7 years ago
  42. 84e6b1a Merge "init.rc: Perform some mounts with nodev,nosuid,noexec" by Treehugger Robot · 7 years ago
  43. b5f9081 Make log_event_list.h available to vendor code. by Pavel Grafov · 7 years ago
  44. 3e6759a Add tracing tags to vibrator by Alexey Kuzmin · 7 years ago
  45. 8016a68 Merge "Remove urb request size maximum." by Treehugger Robot · 7 years ago
  46. 1d88a9f Merge "Fix computation of pc." by Christopher Ferris · 7 years ago
  47. 89428f2 Merge "adb: fix build breakage." by Josh Gao · 7 years ago
  48. faca6c8 adb: fix build breakage. by Josh Gao · 7 years ago
  49. c38cb81 Merge "adb: use delete on objects with destructors." by Josh Gao · 7 years ago
  50. 30259f9 adb: use delete on objects with destructors. by Josh Gao · 7 years ago
  51. 399dba2 init.rc: Perform some mounts with nodev,nosuid,noexec by Luis Hector Chavez · 7 years ago
  52. 186acb1 adbd: receive jdwp pids from art as raw integers. by Josh Gao · 7 years ago
  53. 3e755e4 Merge "Support * as a wildcard for ATRACE_TAG_APP" by Daniel Colascione · 7 years ago
  54. f1dfbcd Fix computation of pc. by Christopher Ferris · 7 years ago
  55. 2a49d59 Merge "Fix off by 4 error handling eh_frame hdr." by Christopher Ferris · 7 years ago
  56. 23aa522 Merge "Fix a few demangler issues." by Elliott Hughes · 7 years ago
  57. 7af1879 Merge "Clear dex pc to avoid duplicate frames." by Christopher Ferris · 7 years ago
  58. 7267ebe Clear dex pc to avoid duplicate frames. by Christopher Ferris · 7 years ago
  59. 2af0f61 Fix off by 4 error handling eh_frame hdr. by Christopher Ferris · 7 years ago
  60. 6606da8 Support * as a wildcard for ATRACE_TAG_APP by Daniel Colascione · 7 years ago
  61. 8be1985 Merge "debuggerd_fallback: fix race." by Treehugger Robot · 7 years ago
  62. d65fbd2 Fix a few demangler issues. by Elliott Hughes · 7 years ago
  63. 386da4c debuggerd_fallback: fix race. by Josh Gao · 7 years ago
  64. e91ee36 Merge "Add explanation for clone use" by Daniel Colascione · 7 years ago
  65. 85ae79a Merge "Expose per arch headers." by Christopher Ferris · 7 years ago
  66. 4cab1ae Merge "debuggerd: update policy for recent sigaction changes." by Treehugger Robot · 7 years ago
  67. 9e4ee8b Expose per arch headers. by Christopher Ferris · 7 years ago
  68. 040993a debuggerd: update policy for recent sigaction changes. by Josh Gao · 7 years ago
  69. f7eb212 Add explanation for clone use by Daniel Colascione · 7 years ago
  70. a81b8b3 Merge "Remove dependency on -no_art variant" by David Sehr · 7 years ago
  71. 049c6d0 Merge "Revert "Don't initialize atrace if it's already disabled."" by Treehugger Robot · 7 years ago
  72. 8154ed5 Merge changes from topic "vndk-sp-list-update" by Treehugger Robot · 7 years ago
  73. ef7cc04 Merge "adb: switch asocket::enqueue to std::string." by Josh Gao · 7 years ago
  74. f03e263 Revert "Don't initialize atrace if it's already disabled." by Paul Crowley · 7 years ago
  75. b5ae87b Merge changes I86bcfaaa,I24d7f5d0 by Josh Gao · 7 years ago
  76. 832dac3 Remove urb request size maximum. by Jerry Zhang · 7 years ago
  77. 63d6f9f Rename namespace configuration source files. by Justin Yun · 7 years ago
  78. 97d80a2 Use actual VNDK list for non-VNDK-enforcing devices by Justin Yun · 7 years ago
  79. 1a43afc Remove dependency on -no_art variant by David Sehr · 7 years ago
  80. 01f2ca5 Merge "healthd: don't report fake data for battery-less devices" by Treehugger Robot · 7 years ago
  81. 25afbf3 Merge "Check that dex pc is in a valid map." by Christopher Ferris · 7 years ago
  82. fccf61c Merge "adb: don't spew to logcat when tracing is enabled." by Treehugger Robot · 7 years ago
  83. fac328c Merge "lmkd: use after free" by Treehugger Robot · 7 years ago
  84. 953853e adb: don't spew to logcat when tracing is enabled. by Josh Gao · 7 years ago
  85. 651c269 Check that dex pc is in a valid map. by Christopher Ferris · 7 years ago
  86. af1220f adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  87. 571d24c adb: restore packet data length checks. by Josh Gao · 7 years ago
  88. 7859012 adb: switch asocket's intrusive linked list to vectors. by Josh Gao · 7 years ago
  89. 1a4d35c Merge "Add support for non-partitioned devices for system" by Treehugger Robot · 7 years ago
  90. fb86db2 Merge "Fix in-memory loading of cdex files with shared data." by David Srbecky · 7 years ago
  91. fb58214 Add support for non-partitioned devices for system by Greg Hartman · 7 years ago
  92. 1ee01f5 Merge "Small test clean up." by Christopher Ferris · 7 years ago
  93. 76fa7b0 Merge "base: adb.exe build error" by Treehugger Robot · 7 years ago
  94. f63f3ae Small test clean up. by Christopher Ferris · 7 years ago
  95. 3e9a0bd Merge "libcutils: Add "daemon" and "bin" users for testing only" by Treehugger Robot · 7 years ago
  96. d5b1699 Fix in-memory loading of cdex files with shared data. by David Srbecky · 7 years ago
  97. ada6958 healthd: don't report fake data for battery-less devices by Todd Poynor · 7 years ago
  98. ac1d974 libcutils: Add "daemon" and "bin" users for testing only by Mark Salyzyn · 7 years ago
  99. 1c57cc8 lmkd: use after free by Mark Salyzyn · 7 years ago
  100. 29e277e Merge "init: add TODO for mount operations." by Treehugger Robot · 7 years ago