1. c34afb1 Merge "init: use unique_fd in builtins.cpp" by Tom Cherry · 8 years ago
  2. 0d2cac9 Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  3. bd625ef Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  4. 9ccf627 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  5. e4bd153 Merge "Fix misc-macro-parentheses warnings in system/core." by Treehugger Robot · 8 years ago
  6. 85244e8 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  7. 7037991f init: use unique_fd in builtins.cpp by Tom Cherry · 8 years ago
  8. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 8 years ago
  9. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
  10. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 8 years ago
  11. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
  12. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 8 years ago
  13. c7ba2bb Merge "fastboot: call mke2fs to format ext4 filesystem on windows" by Treehugger Robot · 8 years ago
  14. be4eec0 Merge "fastboot: enable uninit_bg for ext4" by Treehugger Robot · 8 years ago
  15. 29fc859 fastboot: call mke2fs to format ext4 filesystem on windows by Jin Qian · 8 years ago
  16. 99e3964 fastboot: enable uninit_bg for ext4 by Jin Qian · 8 years ago
  17. d269e3a init: fix process restarting by Tom Cherry · 8 years ago
  18. 5b460d1 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  19. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 8 years ago
  20. 379123f Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 8 years ago
  21. 13c3a582 Merge "Move chmod of /sys/kernel/debug/tracing to fix tracing." by Treehugger Robot · 8 years ago
  22. c01022a Allow the use of a custom Android DT directory by Yu Ning · 8 years ago
  23. d48c4cf Move chmod of /sys/kernel/debug/tracing to fix tracing. by Joel Galenson · 8 years ago
  24. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 8 years ago
  25. 8e7942c Merge "init: shutdown services in the opposite order that they started" by Tom Cherry · 8 years ago
  26. 4e82274 Merge "rootdir: record last build fingerprint" by Treehugger Robot · 8 years ago
  27. 1b506c5 Merge "init: fix type of 2nd argument passed to prctl" by Treehugger Robot · 8 years ago
  28. a724360 init: fix type of 2nd argument passed to prctl by Ben Fennema · 8 years ago
  29. a19f481 Merge "init: only use signed-integer-overflow sanitizer" by Treehugger Robot · 8 years ago
  30. 5550901 Merge "adbd: add logging to troubleshoot usb issues." by Treehugger Robot · 8 years ago
  31. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
  32. 16bb361 rootdir: record last build fingerprint by Siqi Lin · 8 years ago
  33. 2ffd65e init: only use signed-integer-overflow sanitizer by Tom Cherry · 8 years ago
  34. 29b9411 Merge "bootstat: Log even more boot reasons." by Treehugger Robot · 8 years ago
  35. 184f571 adbd: add logging to troubleshoot usb issues. by Josh Gao · 8 years ago
  36. 3e0b594 Merge "Add definition of off64_t for mac os builds" by Adam Lesinski · 8 years ago
  37. 5fff67f Add definition of off64_t for mac os builds by Adam Lesinski · 8 years ago
  38. 8d7f63d bootstat: Log even more boot reasons. by James Hawkins · 8 years ago
  39. a0360ad Merge "libziparchive: Use ReadAtOffset exclusively" by Adam Lesinski · 8 years ago
  40. 80ec81c Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 8 years ago
  41. e7ce8c8 Merge "Add thread safety analysis annotations." by Treehugger Robot · 8 years ago
  42. 43567e3 Merge "Do not umount roofs even if it is R/W." by Treehugger Robot · 8 years ago
  43. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 8 years ago
  44. de117e4 libziparchive: Use ReadAtOffset exclusively by Adam Lesinski · 8 years ago
  45. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 8 years ago
  46. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 8 years ago
  47. 603cae8 Merge "init: Fire shutdown trigger for thermal shutdown" by Treehugger Robot · 8 years ago
  48. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 8 years ago
  49. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 8 years ago
  50. ce3b2de Merge "init: use delegating constructor for Service" by Tom Cherry · 8 years ago
  51. 4e5b691 Add thread safety analysis annotations. by Siarhei Vishniakou · 8 years ago
  52. 9dd1a12 Merge "fs_mgr:Add filter condition to make sure that the super block is correct." by Keun-young Park · 8 years ago
  53. 5d17d04 init: use delegating constructor for Service by Tom Cherry · 8 years ago
  54. 176827e Merge changes from topic 'mke2fs_2' by Treehugger Robot · 8 years ago
  55. 3fdf5ec fastboot: add mke2fs and e2fsdroid to build package by Jin Qian · 8 years ago
  56. 4afba66 fastboot: call mke2fs tools to generate ext4 image by Jin Qian · 8 years ago
  57. 4e8d73f fs_mgr:Add filter condition to make sure that the super block is correct. by katao · 8 years ago
  58. c0d88ed fs_mgr: call format_f2fs correctly with -f by Jaegeuk Kim · 8 years ago
  59. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 8 years ago
  60. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 8 years ago
  61. e3d470b Merge "Cleanup the libbacktrace interface a bit." by Christopher Ferris · 8 years ago
  62. c6dd6e8 Merge "Speed up StepIfSignalHandler path." by Christopher Ferris · 8 years ago
  63. d5b36f3 Merge "init: Do full shutdown even for thermal shutdown" by Treehugger Robot · 8 years ago
  64. a68f633 Merge "fs_mgr_verity: allow verification error when the device is unlocked" by Treehugger Robot · 8 years ago
  65. 9aaf66b Merge "ueventd: fixup ueventd_test.cpp" by Tom Cherry · 8 years ago
  66. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 8 years ago
  67. 96722b0 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  68. 2ef572b ueventd: fixup ueventd_test.cpp by Tom Cherry · 8 years ago
  69. c13a2da Merge "dump stack before kill all" by Keun-young Park · 8 years ago
  70. eb4a6db Speed up StepIfSignalHandler path. by Christopher Ferris · 8 years ago
  71. 33913eb Merge "Add signal handling to the register object." by Christopher Ferris · 8 years ago
  72. 4f59afe Merge "system/core: use proper nativehelper headers" by Treehugger Robot · 8 years ago
  73. b674894 fs_mgr_verity: allow verification error when the device is unlocked by Bowgo Tsai · 8 years ago
  74. c59b822 dump stack before kill all by Keun-young Park · 8 years ago
  75. b84666c Merge "Add memcg related configs to init." by Robert Benea · 8 years ago
  76. a019665 Add signal handling to the register object. by Christopher Ferris · 8 years ago
  77. 00fe3ad system/core: use proper nativehelper headers by Steven Moreland · 8 years ago
  78. d485226 Add memcg related configs to init. by Robert Benea · 8 years ago
  79. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 8 years ago
  80. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 8 years ago
  81. d135473 Merge "Remove ALOGD_IF_SLOW" by Tom Cherry · 8 years ago android-o-preview-4
  82. 11649e8 Merge "Do not umount /vendor, /system, and /oem even if they are R/W." by Treehugger Robot · 8 years ago
  83. e036651 Merge "adbd: lessen security constraints when the device is unlocked" by Treehugger Robot · 8 years ago
  84. f1d3dbc adbd: lessen security constraints when the device is unlocked by Bowgo Tsai · 8 years ago
  85. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 8 years ago
  86. 420eabe Merge "Revert "Mark libmetricslogger vendor_available."" by Treehugger Robot · 8 years ago
  87. 0ba5609 Merge "ueventd: add tests for setegid()/setfscreatecon() and threads" by Treehugger Robot · 8 years ago
  88. 0430efb Revert "Mark libmetricslogger vendor_available." by Steven Moreland · 8 years ago
  89. d1c73b5 Merge "logcat: Add missing newline to read failure" by Treehugger Robot · 8 years ago
  90. c2e181c ueventd: add tests for setegid()/setfscreatecon() and threads by Tom Cherry · 8 years ago
  91. ca94f65 Merge "Make the library usable as a library." by Christopher Ferris · 8 years ago
  92. 5be0573 Merge changes from topic 'ext4_encryption_flag' by Tom Cherry · 8 years ago
  93. 91a17a4 Merge "rootdir: record last build signature and kernel version" by Treehugger Robot · 8 years ago
  94. d226a51 Make the library usable as a library. by Christopher Ferris · 8 years ago
  95. 9339403 rootdir: record last build signature and kernel version by Mark Salyzyn · 8 years ago
  96. b76158d Merge "fs_mgr: trim the terminating '\0' when reading from device tree" by Treehugger Robot · 8 years ago
  97. f610d6d Merge "crasher: add a case that leaks until OOM-kill." by Treehugger Robot · 8 years ago
  98. d312abe Merge "Move tools to separate directory." by Christopher Ferris · 8 years ago
  99. 399b4ee crasher: add a case that leaks until OOM-kill. by Josh Gao · 8 years ago
  100. b5d7a87 Move tools to separate directory. by Christopher Ferris · 8 years ago