1. 59c74a3 Merge "init: fix last_reboot_reason string" by Treehugger Robot · 7 years ago
  2. 47d15ed Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 7 years ago
  3. 84d43c8 Merge "do not start shutdown animation from init" by Treehugger Robot · 7 years ago
  4. 7feab68 set default shutdown timeout to 6 secs by Keun-young Park · 7 years ago
  5. 8cde090 Merge "add additional dump for timeout" by Keun-young Park · 7 years ago
  6. b0a14f8 Merge changes Ibe91fd2d,I59e2bd9e by Treehugger Robot · 7 years ago
  7. 1663e97 add additional dump for timeout by Keun-young Park · 7 years ago
  8. 47336ce init: fix last_reboot_reason string by Tom Cherry · 7 years ago
  9. 6f7ef2f init: remove 'computing context for service'... message by Tom Cherry · 7 years ago
  10. 86e31a8 init: use full command for exec services' names by Tom Cherry · 7 years ago
  11. 8df35dc Merge "init: fix first stage mount failure when two fstab entries have verity_loc" by Treehugger Robot · 7 years ago
  12. d9ebf06 Merge "init: rename 'Trigger' to 'Event' and convert to std::variant" by Tom Cherry · 7 years ago
  13. 960ed3c Merge changes I1f70f2c4,I698ca962,Idbbf2682 by Tom Cherry · 7 years ago
  14. ad6741c init: remove unused parts of parser.cpp by Tom Cherry · 7 years ago
  15. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 7 years ago
  16. 71881ff init: fix first stage mount failure when two fstab entries have verity_loc by Bowgo Tsai · 7 years ago
  17. 35c5bcc init: add Parser::AddSingleLineParser() by Tom Cherry · 7 years ago
  18. 26ed9cb init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 7 years ago
  19. 41346e5 Merge "Update persist.sys.usb.config on runtime" by Treehugger Robot · 7 years ago
  20. 0cf3a07 Update persist.sys.usb.config on runtime by Jaekyun Seok · 7 years ago
  21. f1bd536 Merge "init: set ro.boot.avb_version in recovery mode" by Treehugger Robot · 7 years ago
  22. bcd36a2 Merge "init: moving early mount logic into init_first_stage.cpp" by Treehugger Robot · 7 years ago
  23. fd18a45 init: set ro.boot.avb_version in recovery mode by Bowgo Tsai · 7 years ago
  24. d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 7 years ago
  25. ad54d09 init: create init_tests.cpp by Tom Cherry · 7 years ago
  26. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 7 years ago
  27. e6ec266 init: fix errno handling on KillProcessGroup by William Roberts · 7 years ago
  28. e2b04b7 do not start shutdown animation from init by Keun-young Park · 7 years ago
  29. 012c573 init: Stop combining actions by Tom Cherry · 7 years ago
  30. 19866bf init: add warning that `start` is not synchronous by Tom Cherry · 7 years ago
  31. 14ed55b Merge "init: handle sys.powerctl immediately" by Tom Cherry · 7 years ago
  32. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 7 years ago
  33. cc054c9 ueventd: create classes for dev and sys permissions by Tom Cherry · 7 years ago
  34. 1a898c2 Set libavb version into system property for Treble OTA by Bowgo Tsai · 7 years ago
  35. eea6080 Merge "Revert "Send property_service AVC messages to the kernel audit system"" by Elliott Hughes · 7 years ago
  36. d8f9356 Revert "Send property_service AVC messages to the kernel audit system" by Elliott Hughes · 7 years ago
  37. 1ab8f55 ueventd: convert platform_names from C list to std::vector by Tom Cherry · 7 years ago
  38. e3e4821 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 7 years ago
  39. e771b69 Merge changes I6a29c678,I76212f65 by Treehugger Robot · 7 years ago
  40. d738137 Merge changes from topic 'avb-early-mount' by Treehugger Robot · 7 years ago
  41. aaf70e7 fs_mgr: support AVB in fs_mgr_update_verity_state() by Bowgo Tsai · 7 years ago
  42. 8bba52f init: support early_mount with vboot 2.0 (external/avb/libavb) by Bowgo Tsai · 7 years ago
  43. fc827be reboot: fix owner and permissions of last_reboot_reason file by Todd Poynor · 7 years ago
  44. 659b78e Merge changes Ie5ec609a,I5a2ac369,I690137b5 by Tom Cherry · 7 years ago
  45. 3fa4673 ueventd: Fix up string handling in handle_*_device_event() by Tom Cherry · 7 years ago
  46. 060b74b ueventd: convert mkdir_recursive() to std::string by Tom Cherry · 7 years ago
  47. 780a71e ueventd: move subsystem logic from code to ueventd.rc by Tom Cherry · 7 years ago
  48. 00e1c4f Passing additional parameter to powerctl by Dmitri Plotnikov · 7 years ago
  49. 120add0 Merge "ueventd: remove /dev/log" by Treehugger Robot · 7 years ago
  50. 1621189 Merge "ueventd: replace char** links with std::vector<std::string>" by Treehugger Robot · 7 years ago
  51. d4ff8d8 ueventd: remove /dev/log by Tom Cherry · 7 years ago
  52. 2ba5c81 poll umount completion from /proc/mounts by Keun-young Park · 7 years ago
  53. 72ca48e Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 7 years ago
  54. 2e344f9 ueventd: replace char** links with std::vector<std::string> by Tom Cherry · 7 years ago
  55. 4f6feec Merge "init: clean up more headers" by Treehugger Robot · 7 years ago
  56. f57c0bf init: clean up more headers by Tom Cherry · 7 years ago
  57. a74635d Merge "Reflect move of mapping file to /system." by Treehugger Robot · 7 years ago
  58. ab5ab1e Merge "init: more header cleanup" by Treehugger Robot · 7 years ago
  59. 3f5eaae5 init: more header cleanup by Tom Cherry · 7 years ago
  60. bf2dd48 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 7 years ago
  61. 2992311 Reflect move of mapping file to /system. by Dan Cashman · 7 years ago
  62. c44f6a4 ueventd: Write tests for the get_*_symlinks() functions by Tom Cherry · 7 years ago
  63. 554c1fa Merge "init: use read_file and write_file to implement do_copy builtin" by Tom Cherry · 7 years ago
  64. dbe88e7 init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 8 years ago
  65. 815578c Merge "init: Use std::string for write_file()" by Treehugger Robot · 7 years ago
  66. fd72bbe Merge "Make ueventd error messages indicate where the error is in ueventd script" by Treehugger Robot · 7 years ago
  67. 53089aa init: Use std::string for write_file() by Tom Cherry · 7 years ago
  68. 7d3e2c4 Make ueventd error messages indicate where the error is in ueventd script by Christopher Desjardins · 7 years ago
  69. 7830d59 add shutdown animation by Keun-young Park · 7 years ago
  70. bc9cb38 Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 7 years ago
  71. cf29755 Merge "Make init builtin command installkey respect property updates" by Tom Cherry · 7 years ago
  72. 3428d0c Merge "Revert "init: use read_file and write_file to implement do_copy builtin"" by Wonsik Kim · 7 years ago
  73. 395e294 Revert "init: use read_file and write_file to implement do_copy builtin" by Wonsik Kim · 7 years ago
  74. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 7 years ago
  75. 9ead7c4 Merge "send SIGTERM only once" by Treehugger Robot · 7 years ago
  76. 9cc5172 Make init builtin command installkey respect property updates by Janis Danisevskis · 7 years ago
  77. acd55b3 send SIGTERM only once by Keun-young Park · 7 years ago
  78. 7ef60b4 init: consolidate restorecon after selinux initialization in single function by Sandeep Patil · 7 years ago
  79. c4ffa5c set zero shutdown timeout for eng build by Keun-young Park · 7 years ago
  80. 8772b36 Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 7 years ago
  81. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 7 years ago
  82. 20e43a2 Merge "init: remove unused cutils includes" by Treehugger Robot · 7 years ago
  83. 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 7 years ago
  84. 8678872 Merge "init: add class_restart" by Treehugger Robot · 7 years ago
  85. deb23ba Merge "init: remove superfluous forward definitions" by Treehugger Robot · 7 years ago
  86. 88d6b4a Merge "init: Fix README.md for writepid" by Treehugger Robot · 7 years ago
  87. 46b6c43 init: remove superfluous forward definitions by Tom Cherry · 7 years ago
  88. b27004a init: add exec_start command by Tom Cherry · 7 years ago
  89. 3c1568a Merge "init: add support of multiple class names" by Treehugger Robot · 7 years ago
  90. 59cebb6 Merge "update shutdown sequence and use shutdown_timeout to cover all wait" by Keun-young Park · 7 years ago
  91. 641ff0a init: add support of multiple class names by Wei Wang · 7 years ago
  92. 2b63d54 init: add class_restart by Steven Moreland · 7 years ago
  93. 3ee0df9 update shutdown sequence and use shutdown_timeout to cover all wait by Keun-young Park · 7 years ago
  94. 784c851 Merge "Move selinux policy build decisions to sepolicy Makefile" by Treehugger Robot · 7 years ago
  95. e564dac init: Fix README.md for writepid by Tom Cherry · 7 years ago
  96. 7ef28f4 Move selinux policy build decisions to sepolicy Makefile by Jeff Vander Stoep · 7 years ago
  97. dd26e1a Merge "add kill all for shutdown_timeout of 0" by Treehugger Robot · 7 years ago
  98. 7f0d15a Merge "init: use read_file and write_file to implement do_copy builtin" by Treehugger Robot · 7 years ago
  99. c1ca1a8 Merge "init: Prevent spin loop while waiting for exec or property" by Treehugger Robot · 7 years ago
  100. 186edb1 Merge "init: Remove superfluous error check" by Treehugger Robot · 7 years ago