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