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