1. 961ae12 Move native bridge library in system/core by Calin Juravle · 10 years ago
  2. a8d0c4a Merge "Move host 'get-state' service up so that it works." by Elliott Hughes · 10 years ago
  3. 93266ed Merge changes I2998e40a,I03eacfa1 by Elliott Hughes · 10 years ago
  4. 0cc642c Partially revert argument escaping. by Jeff Sharkey · 10 years ago
  5. dcd2f0e Uniformly escape shell arguments. by Jeff Sharkey · 10 years ago
  6. 6d9a5ac Merge "[MIPSR6] Skip pixelflinger, memset assembler code on mips32r6" by Elliott Hughes · 10 years ago
  7. 936a236 Merge "Add uncached argument to BacktraceMap::Create on darwin" by Brian Carlstrom · 10 years ago
  8. b978a32 Add uncached argument to BacktraceMap::Create on darwin by Brian Carlstrom · 10 years ago
  9. 1f5af3c Merge "Allow getting an uncached process map." by Christopher Ferris · 10 years ago
  10. dda47b7 Allow getting an uncached process map. by Christopher Ferris · 10 years ago
  11. 734f50c [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6 by Duane Sand · 10 years ago
  12. 39a8ade Merge "Fix sdcard truncates." by Elliott Hughes · 10 years ago
  13. 853574d Fix sdcard truncates. by Elliott Hughes · 10 years ago
  14. cddc97c Merge "debuggerd: tombstone: suppress logger request for logd process" by Mark Salyzyn · 10 years ago
  15. e7ec28b Merge "Exclude bionic private headers from include path" by Dmitriy Ivanov · 10 years ago
  16. 9516139 Exclude bionic private headers from include path by Dmitriy Ivanov · 10 years ago
  17. 45ae446 debuggerd: tombstone: suppress logger request for logd process by Mark Salyzyn · 10 years ago
  18. dc22c3c Move host 'get-state' service up so that it works. by Simon Ye · 10 years ago
  19. 47a1238 Merge "Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break." by Elliott Hughes · 10 years ago
  20. d235288 Fix adb "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  21. f630473 Merge "Fix "ptsname is not thread-safe; use ptsname_r instead" build break." by Elliott Hughes · 10 years ago
  22. 84cfd10 Fix "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  23. bce3c0c Merge "Clarify init's write command." by Elliott Hughes · 10 years ago
  24. afc08ce Clarify init's write command. by Elliott Hughes · 10 years ago
  25. 721f189 Merge "fix adb build on Darwin" by Tim Murray · 10 years ago
  26. 1efcdef fix adb build on Darwin by Tim Murray · 10 years ago
  27. 5250809 Merge "Silence healthd warnings." by Elliott Hughes · 10 years ago
  28. 82044f8 Silence healthd warnings. by Elliott Hughes · 10 years ago
  29. 6698ebf Merge "Fix Darwin build caused by -Wunused-parameter." by Tim Murray · 10 years ago
  30. b37009f Fix Darwin build caused by -Wunused-parameter. by Tim Murray · 10 years ago
  31. d629c78 Merge "Remove <cutils/tztime.h>." by Elliott Hughes · 10 years ago
  32. f2e4b41 Remove <cutils/tztime.h>. by Elliott Hughes · 10 years ago
  33. 74ee1c0 Merge "logcat: test: logrotate flags" by Mark Salyzyn · 10 years ago
  34. d03caa2 logcat: test: logrotate flags by Mark Salyzyn · 10 years ago
  35. 4795ce0 Merge "Update makefiles for host clang." by Tim Murray · 10 years ago
  36. 06fce9d Update makefiles for host clang. by Tim Murray · 10 years ago
  37. 6bc762b Merge "Add SELinux MAC to debuggerd." by Nick Kralevich · 10 years ago
  38. 69b8003 Add SELinux MAC to debuggerd. by Stephen Smalley · 10 years ago
  39. bf300e1 Merge "Correction to TRACE format strings" by Elliott Hughes · 10 years ago
  40. d333087 Correction to TRACE format strings by Marcus Oakland · 10 years ago
  41. c9343cf Merge "Refresh toolbox." by Elliott Hughes · 10 years ago
  42. fd4c6b0 Refresh toolbox. by Elliott Hughes · 10 years ago
  43. 66083ae Merge "sdcard: ensure installd fs upgrade has completed" by Nick Kralevich · 10 years ago
  44. 506edb5 sdcard: ensure installd fs upgrade has completed by Nick Kralevich · 10 years ago
  45. e91d9d8 Merge "Prevent the accidental closure of fd[0] for missing zip files." by Neil Fuller · 10 years ago
  46. b1a113f Prevent the accidental closure of fd[0] for missing zip files. by Neil Fuller · 10 years ago
  47. 8d9d362 Merge "adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC." by Colin Cross · 10 years ago
  48. 43222b3 adb: Add USB vendor ID for SONIM TECHNOLOGIES, INC. by DanielMo · 10 years ago
  49. c894ced Merge "Fix fastboot for Darwin." by Tim Murray · 10 years ago
  50. bd87944 Fix fastboot for Darwin. by Tim Murray · 10 years ago
  51. 73290cd Merge "Remove invalid 64-bit host objects." by Stephen Hines · 10 years ago
  52. 03cc1f7 Remove invalid 64-bit host objects. by Stephen Hines · 10 years ago
  53. 2fd1fec Merge "Switch to NetBSD's kill(1)." by Elliott Hughes · 10 years ago
  54. 5054c0d Switch to NetBSD's kill(1). by Elliott Hughes · 10 years ago
  55. 82a2687 Merge "Fix cp(1) for files in /proc." by Elliott Hughes · 10 years ago
  56. 1dc64f7 Fix cp(1) for files in /proc. by Elliott Hughes · 10 years ago
  57. 34627d8 Merge "Stop and start netd explicitly for "adb shell stop/start"." by Sreeram Ramachandran · 10 years ago
  58. ec331b1 Merge "adb: set O_CLOEXEC on lots of file descriptors" by Nick Kralevich · 10 years ago
  59. 9866a66 adb: set O_CLOEXEC on lots of file descriptors by Nick Kralevich · 10 years ago
  60. 02c7113 Merge "adb: replace utimes() with utime()" by Colin Cross · 10 years ago
  61. 7046773 adb: replace utimes() with utime() by Greg Hackmann · 10 years ago
  62. 143b9e3 Merge changes I1730d1df,I42c18cb5,I03bb5cc1 by Colin Cross · 10 years ago
  63. 018c6a5 Stop and start netd explicitly for "adb shell stop/start". by Sreeram Ramachandran · 10 years ago
  64. 1b3f2ff adb: use oom_score_adj instead of oom_adj by Rom Lemarchand · 10 years ago
  65. eb97987 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  66. 4b35c01 adb: added support for adb pull -a to preserve time stamps and mode by Lajos Molnar · 11 years ago
  67. d8b00c8 Merge "Fix implicit declaration of function 'prctl' in logd." by Elliott Hughes · 10 years ago
  68. e5a0f20 Fix implicit declaration of function 'prctl' in logd. by Elliott Hughes · 10 years ago
  69. fd62d07 Merge "Fix implicit declaration of function 'prctl' in adb." by Elliott Hughes · 10 years ago
  70. b4dd6ef Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  71. 719fd23 Merge "Added default constructor for log_t." by Elliott Hughes · 10 years ago
  72. c75a02f Added default constructor for log_t. by Brigid Smith · 10 years ago
  73. 5328f67 Merge "Scan all descriptors when checking for fastboot" by Patrick Tjin · 10 years ago
  74. baab180 Merge "Do not typedef char16_t if it is a keyword." by Hans Boehm · 10 years ago
  75. dfdbe61 Do not typedef char16_t if it is a keyword. by Hans Boehm · 10 years ago
  76. 81a6406 Merge "Remove the /dev/.booting file before triggering boot." by Riley Andrews · 10 years ago
  77. d721f5f Remove the /dev/.booting file before triggering boot. by Riley Andrews · 10 years ago
  78. a94abb8 Merge "Add SIGFPE to crasher." by Elliott Hughes · 10 years ago
  79. 3ecc421 Add SIGFPE to crasher. by Elliott Hughes · 10 years ago
  80. c8a3791 Merge "Add missing arm64 registers." by Elliott Hughes · 10 years ago
  81. b40c503 Add missing arm64 registers. by Elliott Hughes · 10 years ago
  82. ebf9f8f Merge "Move unlink("/dev/.booting") until after filesystems are mounted." by Riley Andrews · 10 years ago
  83. 981dcd7 Merge "Add comment to discourage use of cutils/atomic.h." by Hans Boehm · 10 years ago
  84. 5af7877 Add comment to discourage use of cutils/atomic.h. by Hans Boehm · 10 years ago
  85. 9464e5a Move unlink("/dev/.booting") until after filesystems are mounted. by Riley Andrews · 10 years ago
  86. aac89db Scan all descriptors when checking for fastboot by Patrick Tjin · 10 years ago
  87. 56cbd19 Merge "Fix build." by Christopher Ferris · 10 years ago
  88. 3cbea9f Fix build. by Christopher Ferris · 10 years ago
  89. 8098114 Merge "Sync with upstream grep." by Elliott Hughes · 10 years ago
  90. 04650ef Sync with upstream grep. by Elliott Hughes · 10 years ago
  91. 7a8420e Merge "fix duplicated grep usage printing" by Elliott Hughes · 10 years ago
  92. b34b1fc fix duplicated grep usage printing by Rocky Zhang · 10 years ago
  93. 755df29 Merge "logd: test: disable kernel LOGGER" by Mark Salyzyn · 10 years ago
  94. 89472df logd: test: disable kernel LOGGER by Mark Salyzyn · 10 years ago
  95. 796fccb Merge "Fix environment variable assignment in init" by Elliott Hughes · 10 years ago
  96. 381341f Fix environment variable assignment in init by James Morrissey · 10 years ago
  97. 77a2c22 Merge "adbd: adb root should terminate adbd only if it's debuggable" by Badhri Jagan Sridharan · 10 years ago
  98. 660ba37 Merge "Fix arm emulator "D register out of range for selected VFP version" build failure." by Elliott Hughes · 10 years ago
  99. cb7aae1 Fix arm emulator "D register out of range for selected VFP version" build failure. by Elliott Hughes · 10 years ago
  100. b518659 Merge "Integrate vfp-crasher with crasher." by Elliott Hughes · 10 years ago