1. 1efcdef fix adb build on Darwin by Tim Murray · 10 years ago
  2. 5250809 Merge "Silence healthd warnings." by Elliott Hughes · 10 years ago
  3. 82044f8 Silence healthd warnings. by Elliott Hughes · 10 years ago
  4. 6698ebf Merge "Fix Darwin build caused by -Wunused-parameter." by Tim Murray · 10 years ago
  5. b37009f Fix Darwin build caused by -Wunused-parameter. by Tim Murray · 10 years ago
  6. d629c78 Merge "Remove <cutils/tztime.h>." by Elliott Hughes · 10 years ago
  7. f2e4b41 Remove <cutils/tztime.h>. by Elliott Hughes · 10 years ago
  8. 74ee1c0 Merge "logcat: test: logrotate flags" by Mark Salyzyn · 10 years ago
  9. d03caa2 logcat: test: logrotate flags by Mark Salyzyn · 10 years ago
  10. 4795ce0 Merge "Update makefiles for host clang." by Tim Murray · 10 years ago
  11. 06fce9d Update makefiles for host clang. by Tim Murray · 10 years ago
  12. 6bc762b Merge "Add SELinux MAC to debuggerd." by Nick Kralevich · 10 years ago
  13. 69b8003 Add SELinux MAC to debuggerd. by Stephen Smalley · 10 years ago
  14. bf300e1 Merge "Correction to TRACE format strings" by Elliott Hughes · 10 years ago
  15. d333087 Correction to TRACE format strings by Marcus Oakland · 10 years ago
  16. 73290cd Merge "Remove invalid 64-bit host objects." by Stephen Hines · 10 years ago
  17. 03cc1f7 Remove invalid 64-bit host objects. by Stephen Hines · 10 years ago
  18. 2fd1fec Merge "Switch to NetBSD's kill(1)." by Elliott Hughes · 10 years ago
  19. 5054c0d Switch to NetBSD's kill(1). by Elliott Hughes · 10 years ago
  20. 82a2687 Merge "Fix cp(1) for files in /proc." by Elliott Hughes · 10 years ago
  21. 1dc64f7 Fix cp(1) for files in /proc. by Elliott Hughes · 10 years ago
  22. 34627d8 Merge "Stop and start netd explicitly for "adb shell stop/start"." by Sreeram Ramachandran · 10 years ago
  23. ec331b1 Merge "adb: set O_CLOEXEC on lots of file descriptors" by Nick Kralevich · 10 years ago
  24. 9866a66 adb: set O_CLOEXEC on lots of file descriptors by Nick Kralevich · 10 years ago
  25. 02c7113 Merge "adb: replace utimes() with utime()" by Colin Cross · 10 years ago
  26. 7046773 adb: replace utimes() with utime() by Greg Hackmann · 10 years ago
  27. 143b9e3 Merge changes I1730d1df,I42c18cb5,I03bb5cc1 by Colin Cross · 10 years ago
  28. 018c6a5 Stop and start netd explicitly for "adb shell stop/start". by Sreeram Ramachandran · 10 years ago
  29. 1b3f2ff adb: use oom_score_adj instead of oom_adj by Rom Lemarchand · 10 years ago
  30. eb97987 Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  31. 4b35c01 adb: added support for adb pull -a to preserve time stamps and mode by Lajos Molnar · 11 years ago
  32. d8b00c8 Merge "Fix implicit declaration of function 'prctl' in logd." by Elliott Hughes · 10 years ago
  33. e5a0f20 Fix implicit declaration of function 'prctl' in logd. by Elliott Hughes · 10 years ago
  34. fd62d07 Merge "Fix implicit declaration of function 'prctl' in adb." by Elliott Hughes · 10 years ago
  35. b4dd6ef Fix implicit declaration of function 'prctl' in adb. by Elliott Hughes · 10 years ago
  36. 719fd23 Merge "Added default constructor for log_t." by Elliott Hughes · 10 years ago
  37. c75a02f Added default constructor for log_t. by Brigid Smith · 10 years ago
  38. 5328f67 Merge "Scan all descriptors when checking for fastboot" by Patrick Tjin · 10 years ago
  39. baab180 Merge "Do not typedef char16_t if it is a keyword." by Hans Boehm · 10 years ago
  40. dfdbe61 Do not typedef char16_t if it is a keyword. by Hans Boehm · 10 years ago
  41. 81a6406 Merge "Remove the /dev/.booting file before triggering boot." by Riley Andrews · 10 years ago
  42. d721f5f Remove the /dev/.booting file before triggering boot. by Riley Andrews · 10 years ago
  43. a94abb8 Merge "Add SIGFPE to crasher." by Elliott Hughes · 10 years ago
  44. 3ecc421 Add SIGFPE to crasher. by Elliott Hughes · 10 years ago
  45. c8a3791 Merge "Add missing arm64 registers." by Elliott Hughes · 10 years ago
  46. b40c503 Add missing arm64 registers. by Elliott Hughes · 10 years ago
  47. ebf9f8f Merge "Move unlink("/dev/.booting") until after filesystems are mounted." by Riley Andrews · 10 years ago
  48. 981dcd7 Merge "Add comment to discourage use of cutils/atomic.h." by Hans Boehm · 10 years ago
  49. 5af7877 Add comment to discourage use of cutils/atomic.h. by Hans Boehm · 10 years ago
  50. 9464e5a Move unlink("/dev/.booting") until after filesystems are mounted. by Riley Andrews · 10 years ago
  51. aac89db Scan all descriptors when checking for fastboot by Patrick Tjin · 10 years ago
  52. 56cbd19 Merge "Fix build." by Christopher Ferris · 10 years ago
  53. 3cbea9f Fix build. by Christopher Ferris · 10 years ago
  54. 8098114 Merge "Sync with upstream grep." by Elliott Hughes · 10 years ago
  55. 04650ef Sync with upstream grep. by Elliott Hughes · 10 years ago
  56. 7a8420e Merge "fix duplicated grep usage printing" by Elliott Hughes · 10 years ago
  57. b34b1fc fix duplicated grep usage printing by Rocky Zhang · 10 years ago
  58. 755df29 Merge "logd: test: disable kernel LOGGER" by Mark Salyzyn · 10 years ago
  59. 89472df logd: test: disable kernel LOGGER by Mark Salyzyn · 10 years ago
  60. 796fccb Merge "Fix environment variable assignment in init" by Elliott Hughes · 10 years ago
  61. 381341f Fix environment variable assignment in init by James Morrissey · 10 years ago
  62. 77a2c22 Merge "adbd: adb root should terminate adbd only if it's debuggable" by Badhri Jagan Sridharan · 10 years ago
  63. 660ba37 Merge "Fix arm emulator "D register out of range for selected VFP version" build failure." by Elliott Hughes · 10 years ago
  64. cb7aae1 Fix arm emulator "D register out of range for selected VFP version" build failure. by Elliott Hughes · 10 years ago
  65. b518659 Merge "Integrate vfp-crasher with crasher." by Elliott Hughes · 10 years ago
  66. 328c3ef Merge "Fix typo in fs.h" by Elliott Hughes · 10 years ago
  67. c335a35 Fix typo in fs.h by Markus Mayer · 10 years ago
  68. e7f18e1 Integrate vfp-crasher with crasher. by Elliott Hughes · 10 years ago
  69. c87237f Merge "restorecon_recursive /cache" by Nick Kralevich · 10 years ago
  70. e169591 restorecon_recursive /cache by Nick Kralevich · 10 years ago
  71. 8022ce1 Merge "ueventd fixup_sys_perms: fixup SELinux labels unconditionally" by Nick Kralevich · 10 years ago
  72. 3b4c0bd ueventd fixup_sys_perms: fixup SELinux labels unconditionally by Nick Kralevich · 10 years ago
  73. f6ef1f5 Merge "logcat: parse failure for -n <KBsize> and -r <rotate limit>" by Mark Salyzyn · 10 years ago
  74. 0b2dac4 logcat: parse failure for -n <KBsize> and -r <rotate limit> by Mark Salyzyn · 10 years ago
  75. 6e141ae Merge "Fix sdcard's FUSE_FSYNCDIR handling." by Elliott Hughes · 10 years ago
  76. f6d6737 Fix sdcard's FUSE_FSYNCDIR handling. by Elliott Hughes · 10 years ago
  77. 75b7171 Merge "Make sdcard log to the log rather than stderr." by Elliott Hughes · 10 years ago
  78. 300d564 Make sdcard log to the log rather than stderr. by Elliott Hughes · 10 years ago
  79. dda6354 Merge "Improving maps output." by Elliott Hughes · 10 years ago
  80. 8606eaa Improving maps output. by Brigid Smith · 10 years ago
  81. 3fa71b8 Merge "Remove sshd." by dcashman · 10 years ago
  82. b4cbff4 Remove sshd. by dcashman · 10 years ago
  83. 5529de0 Merge "logd_write: set SOCK_CLOEXEC on socket" by Nick Kralevich · 10 years ago
  84. 118d1b3 logd_write: set SOCK_CLOEXEC on socket by Nick Kralevich · 10 years ago
  85. 09117c7 Merge "ueventd: allow matching symlink names when setting permissions" by Colin Cross · 10 years ago
  86. 43d537e ueventd: allow matching symlink names when setting permissions by Colin Cross · 10 years ago
  87. ab98d2e Merge "Create a data directory for netd and other network-related files." by Sreeram Ramachandran · 10 years ago
  88. 18e754e Merge "Fix LP64 tombstone.cpp build failure." by Elliott Hughes · 10 years ago
  89. 7e77595 Fix LP64 tombstone.cpp build failure. by Elliott Hughes · 10 years ago
  90. b46efdb Create a data directory for netd and other network-related files. by Sreeram Ramachandran · 10 years ago
  91. 1aad06d Merge "implement LOG_EVENT_STRING" by Nick Kralevich · 10 years ago
  92. 2a4d05a implement LOG_EVENT_STRING by Nick Kralevich · 10 years ago
  93. 5a53ee0 Merge "Remove an unused #include of <sys/_properties.h>." by Elliott Hughes · 10 years ago
  94. d4d1b50 Merge "Charger: Avoid animation while not charging DO NOT MERGE" by Todd Poynor · 10 years ago
  95. 9cc4ea3 Charger: Avoid animation while not charging DO NOT MERGE by Jenny TC · 10 years ago
  96. 11d783f Remove an unused #include of <sys/_properties.h>. by Elliott Hughes · 10 years ago
  97. 6e074c6 Merge "Build pixelflinger tests as native tests, not executables." by Narayan Kamath · 10 years ago
  98. 63a61e5 Merge "Rename __unused to __UNUSED for glibc support." by Ian Rogers · 10 years ago
  99. de8b983 Rename __unused to __UNUSED for glibc support. by Ian Rogers · 10 years ago
  100. 0a350f4 Merge "debuggerd: synchronize cosmetics to internal" by Mark Salyzyn · 10 years ago