1. ea65841 Merge "init: fix process restarting" by Tom Cherry · 8 years ago
  2. ac8b836 Merge "fastboot: call mke2fs to format ext4 filesystem on windows" by Treehugger Robot · 8 years ago
  3. 74ef6d2 Merge "fastboot: enable uninit_bg for ext4" by Treehugger Robot · 8 years ago
  4. 61ee8e4 fastboot: call mke2fs to format ext4 filesystem on windows by Jin Qian · 8 years ago
  5. ec39640 fastboot: enable uninit_bg for ext4 by Jin Qian · 8 years ago
  6. b489c65 init: fix process restarting by Tom Cherry · 8 years ago
  7. 7504e1f Merge "Allow the use of a custom Android DT directory" by Bo Hu · 8 years ago
  8. a653551 Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 8 years ago
  9. a08d7eb Merge "Move chmod of /sys/kernel/debug/tracing to fix tracing." by Treehugger Robot · 8 years ago
  10. 0f1a689 Allow the use of a custom Android DT directory by Yu Ning · 8 years ago
  11. 65dd768 Move chmod of /sys/kernel/debug/tracing to fix tracing. by Joel Galenson · 8 years ago
  12. 9e61ae7 init: remove Parser singleton and related cleanup by Tom Cherry · 8 years ago
  13. b9ecbcb Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 8 years ago
  14. 8c3f07e Merge "rootdir: record last build fingerprint" by Treehugger Robot · 8 years ago
  15. fd92d07 Merge "init: fix type of 2nd argument passed to prctl" by Treehugger Robot · 8 years ago
  16. d0f96d7 init: fix type of 2nd argument passed to prctl by Ben Fennema · 8 years ago
  17. 84cd11f Merge "init: only use signed-integer-overflow sanitizer" by Treehugger Robot · 8 years ago
  18. 1d81e72 Merge "adbd: add logging to troubleshoot usb issues." by Treehugger Robot · 8 years ago
  19. 0b229ef init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
  20. 624c975 rootdir: record last build fingerprint by Siqi Lin · 8 years ago
  21. 49ddd87 init: only use signed-integer-overflow sanitizer by Tom Cherry · 8 years ago
  22. 31f39f9 Merge "bootstat: Log even more boot reasons." by Treehugger Robot · 8 years ago
  23. cc43275 adbd: add logging to troubleshoot usb issues. by Josh Gao · 8 years ago
  24. 150daaf Merge "Add definition of off64_t for mac os builds" by Adam Lesinski · 8 years ago
  25. 4bf1d57 Add definition of off64_t for mac os builds by Adam Lesinski · 8 years ago
  26. 9abf395 bootstat: Log even more boot reasons. by James Hawkins · 8 years ago
  27. 6bcc3d5 Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 8 years ago
  28. 4bebc0f Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 8 years ago
  29. ba7d0ed Merge "Add thread safety analysis annotations." by Treehugger Robot · 8 years ago
  30. 344f3f0 Merge "Do not umount roofs even if it is R/W." by Treehugger Robot · 8 years ago
  31. e71c9af Merge "init: add support for global seccomp boot option" by Treehugger Robot · 8 years ago
  32. 70a1dfd libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 8 years ago
  33. edb1831 Do not umount roofs even if it is R/W. by Wei Wang · 8 years ago
  34. 3a13d91 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 8 years ago
  35. 2b444da Merge "init: Fire shutdown trigger for thermal shutdown" by Treehugger Robot · 8 years ago
  36. 52afe23 init: add support for global seccomp boot option by Steve Muckle · 8 years ago
  37. 54d7a03 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 8 years ago
  38. e5346e1 Merge "init: use delegating constructor for Service" by Tom Cherry · 8 years ago
  39. 8d868a6 Add thread safety analysis annotations. by Siarhei Vishniakou · 8 years ago
  40. 87a372d Merge "fs_mgr:Add filter condition to make sure that the super block is correct." by Keun-young Park · 8 years ago
  41. 5e5abb5 init: use delegating constructor for Service by Tom Cherry · 8 years ago
  42. a8dcd1a Merge changes from topic 'mke2fs_2' by Treehugger Robot · 8 years ago
  43. a2dc01d fastboot: add mke2fs and e2fsdroid to build package by Jin Qian · 8 years ago
  44. 19a4c06 fastboot: call mke2fs tools to generate ext4 image by Jin Qian · 8 years ago
  45. 530d3f0 fs_mgr:Add filter condition to make sure that the super block is correct. by katao · 8 years ago
  46. 77c7dfa fs_mgr: call format_f2fs correctly with -f by Jaegeuk Kim · 8 years ago
  47. fd6c58a init: require e2fsdroid and mke2fs when building init by Jin Qian · 8 years ago
  48. 722b103 init: rename mke2fs tools with _static suffix by Jin Qian · 8 years ago
  49. c876a29 Merge "Cleanup the libbacktrace interface a bit." by Christopher Ferris · 8 years ago
  50. 6ba0ccd Merge "Speed up StepIfSignalHandler path." by Christopher Ferris · 8 years ago
  51. 228f2f8 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 8 years ago
  52. 9498e03 Merge "fs_mgr_verity: allow verification error when the device is unlocked" by Treehugger Robot · 8 years ago
  53. 7c4820e Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 8 years ago
  54. fdfea97 init: Do full shutdown even for thermal shutdown by Keun-young Park · 8 years ago
  55. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  56. 14132bd ueventd: fixup ueventd_test.cpp by Tom Cherry · 8 years ago
  57. 88d246a Merge "dump stack before kill all" by Keun-young Park · 8 years ago
  58. f4b5893 Speed up StepIfSignalHandler path. by Christopher Ferris · 8 years ago
  59. b6b650a Merge "Add signal handling to the register object." by Christopher Ferris · 8 years ago
  60. c4ac436 Merge "system/core: use proper nativehelper headers" by Treehugger Robot · 8 years ago
  61. 332b9ba fs_mgr_verity: allow verification error when the device is unlocked by Bowgo Tsai · 8 years ago
  62. 4a8b98b dump stack before kill all by Keun-young Park · 8 years ago
  63. e2716e2 Merge "Add memcg related configs to init." by Robert Benea · 8 years ago
  64. 19c4d0a Add signal handling to the register object. by Christopher Ferris · 8 years ago
  65. 98aee02 system/core: use proper nativehelper headers by Steven Moreland · 8 years ago
  66. 74f8115 Add memcg related configs to init. by Robert Benea · 8 years ago
  67. 50fd20b Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 8 years ago
  68. f1080fd uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 8 years ago
  69. d987430 Merge "Remove ALOGD_IF_SLOW" by Tom Cherry · 8 years ago
  70. 56d0323 Merge "Do not umount /vendor, /system, and /oem even if they are R/W." by Treehugger Robot · 8 years ago
  71. 60fb639 Merge "adbd: lessen security constraints when the device is unlocked" by Treehugger Robot · 8 years ago
  72. b896d4d adbd: lessen security constraints when the device is unlocked by Bowgo Tsai · 8 years ago
  73. fb9c109 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 8 years ago
  74. 619506e Merge "Revert "Mark libmetricslogger vendor_available."" by Treehugger Robot · 8 years ago
  75. ac90090 Merge "ueventd: add tests for setegid()/setfscreatecon() and threads" by Treehugger Robot · 8 years ago
  76. 95684da Revert "Mark libmetricslogger vendor_available." by Steven Moreland · 8 years ago
  77. 172feec Merge "logcat: Add missing newline to read failure" by Treehugger Robot · 8 years ago
  78. c457f40 ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 8 years ago
  79. aa33477 Merge "Make the library usable as a library." by Christopher Ferris · 8 years ago
  80. 67e999c Merge changes from topic 'ext4_encryption_flag' by Tom Cherry · 8 years ago
  81. 14335d8 Merge "rootdir: record last build signature and kernel version" by Treehugger Robot · 8 years ago
  82. 73bff33 Make the library usable as a library. by Christopher Ferris · 8 years ago
  83. ac3aeaa rootdir: record last build signature and kernel version by Mark Salyzyn · 8 years ago
  84. 36ce71c Merge "fs_mgr: trim the terminating '\0' when reading from device tree" by Treehugger Robot · 8 years ago
  85. e8b9448 Merge "crasher: add a case that leaks until OOM-kill." by Treehugger Robot · 8 years ago
  86. 7b64bdf Merge "Move tools to separate directory." by Christopher Ferris · 8 years ago
  87. 00b0f71 crasher: add a case that leaks until OOM-kill. by Josh Gao · 8 years ago
  88. 5c436b9 Move tools to separate directory. by Christopher Ferris · 8 years ago
  89. f625f96 Merge "libmemunreachable: track kernel binder references" by Colin Cross · 8 years ago
  90. f47e717 fs_mgr: trim the terminating '\0' when reading from device tree by Bowgo Tsai · 8 years ago
  91. ad0b6db libmemunreachable: track kernel binder references by Colin Cross · 8 years ago
  92. 4bf6043 Merge "Add vendor_available to liblog_headers." by Treehugger Robot · 8 years ago
  93. 5595466 Add vendor_available to liblog_headers. by Steven Moreland · 8 years ago
  94. 0d26e33 Remove ALOGD_IF_SLOW by Tom Cherry · 8 years ago
  95. 8cf52c5 Merge "A few cleanups." by Christopher Ferris · 8 years ago
  96. 35bf9fc Merge "libutils: liblog export headers" by Treehugger Robot · 8 years ago
  97. 13fd884 A few cleanups. by Christopher Ferris · 8 years ago
  98. 9648bc3 Merge "Remove old LOG_EVENT_* code from libsysutils" by Treehugger Robot · 8 years ago
  99. 693afd8 Merge "Fix mips build." by Baligh Uddin · 8 years ago
  100. f2e3c1f Remove old LOG_EVENT_* code from libsysutils by Yifan Hong · 8 years ago