1. abd5046 Merge "Remove service defined in an APEX during userspace reboot" by Nikita Ioffe · 6 years ago
  2. 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 6 years ago
  3. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 6 years ago
  4. bee7b8c Add basic support for remounting ext4 userdata into checkpoint by Nikita Ioffe · 6 years ago
  5. 57d7bb6 Fix typo in userspace reboot watchdog by Nikita Ioffe · 6 years ago
  6. 23dbd6d Make userspace_reboot.in_progress sysprop-as-api by Nikita Ioffe · 6 years ago
  7. 82a431e Add a very basic userspace reboot watchdog by Nikita Ioffe · 6 years ago
  8. c0df187 Add sysprops for start & end of userspace reboot by Nikita Ioffe · 6 years ago
  9. 18278d2 init: make triggering shutdown from vendor_init better by Tom Cherry · 6 years ago
  10. ab91ee9 userspace reboot: unmount apexes and switch to bootstrap namespace by Nikita Ioffe · 6 years ago
  11. 42697d3 Make remount into checkpointing for ext4 userdata a no-op by Nikita Ioffe · 6 years ago
  12. 8a603a7 Merge "Userspace reboot: Support remounting userdata for f2fs" by Nikita Ioffe · 6 years ago
  13. 12a3607 Userspace reboot: Support remounting userdata for f2fs by Nikita Ioffe · 6 years ago
  14. e7ec8c8 init/reboot.cpp: user lower_snake_case instead of camelCase by Nikita Ioffe · 6 years ago
  15. 0dbfea7 init: trigger shutdown directly from builtins by Tom Cherry · 6 years ago
  16. 3f4b0d6 userspace reboot: stop post-data services and wait for them to be killed by Nikita Ioffe · 6 years ago
  17. ba6968e Add a skeleton of userspace reboot by Nikita Ioffe · 6 years ago
  18. 3a803eb Update init/fs_mgr for new logwrapper function by Tom Cherry · 6 years ago
  19. 2436e6b init: reboot immediately if /data isn't mounted by Tom Cherry · 6 years ago
  20. 1ab3dfc Reland^2: "init: run property service in a thread" by Tom Cherry · 7 years ago
  21. 5e98b63 init: Write the reason in BCB on "reboot recovery" by Tianjie Xu · 6 years ago
  22. 137943d Revert "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  23. e7a010d Merge "init: Write the reason in BCB on "reboot recovery"" by Tom Cherry · 6 years ago
  24. 4d35f2e init: Write the reason in BCB on "reboot recovery" by Sam Protsenko · 6 years ago
  25. d7931f1 init: powerctl support and propagate longer canonical reboot reasons. by Mark Salyzyn · 6 years ago
  26. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 7 years ago
  27. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 7 years ago
  28. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 7 years ago
  29. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 7 years ago
  30. aaddf28 init: Add reboot timeout handler by josephjang · 7 years ago
  31. 5d7439f Merge "Revert "do not start shutdown animation from init"" by Tom Cherry · 7 years ago
  32. 1945fbe Merge "init: dump less debug logs when unmount timeout" by Treehugger Robot · 7 years ago
  33. 2fdbdfd Merge "zram: support zram_writeback" by Jaegeuk Kim · 7 years ago
  34. 28a2c92 init: dump less debug logs when unmount timeout by Jonglin Lee · 7 years ago
  35. df2faa4 reboot: only run fsck when detecting filesystem inconsistency by Randall Huang · 7 years ago
  36. 2aedc82 zram: support zram_writeback by Jaegeuk Kim · 7 years ago
  37. 4f4cacc Revert "do not start shutdown animation from init" by Tom Cherry · 7 years ago
  38. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  39. 4c67290 Merge "init: add [[nodiscard]] to Result" by Tom Cherry · 7 years ago
  40. d987264 init: add [[nodiscard]] to Result by Tom Cherry · 7 years ago
  41. b5de088 init: increase thermal shutdown timeout to 3s by Wei Wang · 7 years ago
  42. 29e9833 Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()" by Treehugger Robot · 7 years ago
  43. f274e78 fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen() by Tom Cherry · 7 years ago
  44. 5425826 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 7 years ago
  45. 3231be6 Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 7 years ago
  46. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 7 years ago
  47. 71fb82a Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 7 years ago
  48. 92c49bc init: Cleanly shut down subcontext processes by Luis Hector Chavez · 7 years ago
  49. 0a72e6c Revert "init: Reboot after timeout passes during reboot" by Tom Cherry · 8 years ago
  50. 1f9d540 init: add timers around sync() during shutdown by Tom Cherry · 8 years ago
  51. c9fec9d init: Reboot after timeout passes during reboot by Tom Cherry · 8 years ago
  52. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 8 years ago
  53. d5eccfd Init remove direct calls to light sys nodes. by Steven Moreland · 8 years ago
  54. 25dc30f init: call umount unconditionally by Wei Wang · 8 years ago
  55. 6290982 init+bootstat: reduce last reboot reason to canonical alias by Mark Salyzyn · 8 years ago
  56. 0f04f72 init/reboot: call MNT_FORCE at the last umount(2) by Jaegeuk Kim · 8 years ago
  57. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
  58. bfd05b6 init: shutdown,thermal shut off display immediately by Mark Salyzyn · 8 years ago
  59. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 8 years ago
  60. 9bde0dc Merge "init: log all failures of Service::Start()" by Tom Cherry · 8 years ago
  61. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 8 years ago
  62. 73e6b49 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 8 years ago
  63. 57a89f3 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 8 years ago
  64. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 8 years ago
  65. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 8 years ago
  66. 557946e init: use Result<T> for builtin functions by Tom Cherry · 8 years ago
  67. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  68. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
  69. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 8 years ago
  70. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
  71. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
  72. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 8 years ago
  73. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 8 years ago
  74. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 8 years ago
  75. c59b822 dump stack before kill all by Keun-young Park · 8 years ago
  76. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 8 years ago
  77. ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
  78. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 8 years ago
  79. cccb34f add "shutdown critical" to service by Keun-young Park · 8 years ago
  80. eeab491 init: Support custom shutdown actions by Wei Wang · 9 years ago
  81. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 8 years ago
  82. 519e5f0 init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent" by Luis Hector Chavez · 8 years ago
  83. c22f938 Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent" by Guang Zhu · 9 years ago
  84. 683ebc8 init: Terminate gracefully when CAP_SYS_BOOT is absent by Luis Hector Chavez · 9 years ago
  85. 81f5d3e init: create android::init:: namespace by Tom Cherry · 9 years ago
  86. 7264bee add ueventd to shutdown critial process by Keun-young Park · 9 years ago
  87. 59c74a3 Merge "init: fix last_reboot_reason string" by Treehugger Robot · 9 years ago
  88. 47d15ed Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 9 years ago
  89. 84d43c8 Merge "do not start shutdown animation from init" by Treehugger Robot · 9 years ago
  90. 7feab68 set default shutdown timeout to 6 secs by Keun-young Park · 9 years ago
  91. 1663e97 add additional dump for timeout by Keun-young Park · 9 years ago
  92. 47336ce init: fix last_reboot_reason string by Tom Cherry · 9 years ago
  93. e2b04b7 do not start shutdown animation from init by Keun-young Park · 9 years ago
  94. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 9 years ago
  95. fc827be reboot: fix owner and permissions of last_reboot_reason file by Todd Poynor · 9 years ago
  96. 2ba5c81 poll umount completion from /proc/mounts by Keun-young Park · 9 years ago
  97. 3f5eaae5 init: more header cleanup by Tom Cherry · 9 years ago
  98. 7830d59 add shutdown animation by Keun-young Park · 9 years ago
  99. c4ffa5c set zero shutdown timeout for eng build by Keun-young Park · 9 years ago
  100. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 9 years ago