1. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 6 years ago
  2. 4c67290 Merge "init: add [[nodiscard]] to Result" by Tom Cherry · 6 years ago
  3. d987264 init: add [[nodiscard]] to Result by Tom Cherry · 6 years ago
  4. b5de088 init: increase thermal shutdown timeout to 3s by Wei Wang · 6 years ago
  5. 29e9833 Merge "fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen()" by Treehugger Robot · 6 years ago
  6. f274e78 fs_mgr/init: use unique_ptr + CLO_EXEC for setmntent()/fopen() by Tom Cherry · 6 years ago
  7. 5425826 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 6 years ago
  8. 3231be6 Merge "Add sideload, fastboot as reboot targets in init" by Treehugger Robot · 6 years ago
  9. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 6 years ago
  10. 71fb82a Add sideload, fastboot as reboot targets in init by Hridya Valsaraju · 6 years ago
  11. 92c49bc init: Cleanly shut down subcontext processes by Luis Hector Chavez · 6 years ago
  12. 0a72e6c Revert "init: Reboot after timeout passes during reboot" by Tom Cherry · 6 years ago
  13. 1f9d540 init: add timers around sync() during shutdown by Tom Cherry · 6 years ago
  14. c9fec9d init: Reboot after timeout passes during reboot by Tom Cherry · 6 years ago
  15. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 6 years ago
  16. d5eccfd Init remove direct calls to light sys nodes. by Steven Moreland · 6 years ago
  17. 25dc30f init: call umount unconditionally by Wei Wang · 7 years ago
  18. 6290982 init+bootstat: reduce last reboot reason to canonical alias by Mark Salyzyn · 7 years ago
  19. 0f04f72 init/reboot: call MNT_FORCE at the last umount(2) by Jaegeuk Kim · 7 years ago
  20. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 7 years ago
  21. bfd05b6 init: shutdown,thermal shut off display immediately by Mark Salyzyn · 7 years ago
  22. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 7 years ago
  23. 9bde0dc Merge "init: log all failures of Service::Start()" by Tom Cherry · 7 years ago
  24. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 7 years ago
  25. 73e6b49 Switch /data/misc/reboot/last_reboot_reason to persistent property by Mark Salyzyn · 7 years ago
  26. 57a89f3 Merge "init: replace panic() with LOG(FATAL)" by Tom Cherry · 7 years ago
  27. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 7 years ago
  28. 8c00e42 Skip unnecessary sleep during shutdown by Wei Wang · 7 years ago
  29. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  30. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  31. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  32. eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 7 years ago
  33. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  34. 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 7 years ago
  35. a01c27e Do not umount roofs even if it is R/W. by Wei Wang · 7 years ago
  36. 1be2212 init: Fire shutdown trigger for thermal shutdown by Wei Wang · 7 years ago
  37. 3017387 init: Do full shutdown even for thermal shutdown by Keun-young Park · 7 years ago
  38. c59b822 dump stack before kill all by Keun-young Park · 7 years ago
  39. 6e12b38 Do not umount /vendor, /system, and /oem even if they are R/W. by Keun-young Park · 7 years ago
  40. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  41. b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 7 years ago
  42. cccb34f add "shutdown critical" to service by Keun-young Park · 7 years ago
  43. eeab491 init: Support custom shutdown actions by Wei Wang · 7 years ago
  44. 33391da Remove unnecessary SELinux dependencies by Nick Kralevich · 7 years ago
  45. 519e5f0 init: Reland "Terminate gracefully when CAP_SYS_BOOT is absent" by Luis Hector Chavez · 7 years ago
  46. c22f938 Revert "init: Terminate gracefully when CAP_SYS_BOOT is absent" by Guang Zhu · 7 years ago
  47. 683ebc8 init: Terminate gracefully when CAP_SYS_BOOT is absent by Luis Hector Chavez · 7 years ago
  48. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  49. 7264bee add ueventd to shutdown critial process by Keun-young Park · 7 years ago
  50. 59c74a3 Merge "init: fix last_reboot_reason string" by Treehugger Robot · 7 years ago
  51. 47d15ed Merge "set default shutdown timeout to 6 secs" by Keun-young Park · 7 years ago
  52. 84d43c8 Merge "do not start shutdown animation from init" by Treehugger Robot · 7 years ago
  53. 7feab68 set default shutdown timeout to 6 secs by Keun-young Park · 7 years ago
  54. 1663e97 add additional dump for timeout by Keun-young Park · 7 years ago
  55. 47336ce init: fix last_reboot_reason string by Tom Cherry · 7 years ago
  56. e2b04b7 do not start shutdown animation from init by Keun-young Park · 7 years ago
  57. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 7 years ago
  58. fc827be reboot: fix owner and permissions of last_reboot_reason file by Todd Poynor · 7 years ago
  59. 2ba5c81 poll umount completion from /proc/mounts by Keun-young Park · 7 years ago
  60. 3f5eaae5 init: more header cleanup by Tom Cherry · 7 years ago
  61. 7830d59 add shutdown animation by Keun-young Park · 7 years ago
  62. c4ffa5c set zero shutdown timeout for eng build by Keun-young Park · 7 years ago
  63. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 7 years ago
  64. 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 7 years ago
  65. 3ee0df9 update shutdown sequence and use shutdown_timeout to cover all wait by Keun-young Park · 7 years ago
  66. aa08ea4 add kill all for shutdown_timeout of 0 by Keun-young Park · 7 years ago
  67. 3cd8c6f add clear log for reboot start / end by Keun-young Park · 7 years ago
  68. 8d01f63 remove emergency shutdown and improve init's reboot logic by Keun-young Park · 7 years ago