1. d2b5a24 Merge "init: report shutdown,container for sigterm of init" by Mark Salyzyn · 7 years ago
  2. 161b862 init: report shutdown,container for sigterm of init by Mark Salyzyn · 7 years ago
  3. 4a67945 init: cleanup exit() uses by Tom Cherry · 7 years ago
  4. 3633a40 init: fix crash when reboot is triggered by a builtin by Tom Cherry · 7 years ago
  5. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 7 years ago
  6. 30bf4b7 Merge "init: fix signal handling and LOG(FATAL) in child processes" by Tom Cherry · 7 years ago
  7. 1ca8324 init: fix signal handling and LOG(FATAL) in child processes by Tom Cherry · 7 years ago
  8. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 7 years ago
  9. 6de21f1 init: cleanup environment handling by Tom Cherry · 7 years ago
  10. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 7 years ago
  11. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  12. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  13. 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
  14. 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
  15. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  16. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  17. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  18. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  19. d269e3a init: fix process restarting by Tom Cherry · 7 years ago
  20. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  21. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  22. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 7 years ago
  23. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  24. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 7 years ago
  25. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 7 years ago
  26. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 7 years ago
  27. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 7 years ago
  28. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  29. eeab491 init: Support custom shutdown actions by Wei Wang · 7 years ago
  30. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  31. 1c3a53f init: cleanup some string usage by Tom Cherry · 7 years ago
  32. d2fd54e Move restorecon() of /sys from init to ueventd. by Tom Cherry · 7 years ago
  33. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 7 years ago
  34. 81824eb Merge "Add libkeyutils." by Elliott Hughes · 7 years ago
  35. f8627ce Add libkeyutils. by Elliott Hughes · 7 years ago
  36. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 7 years ago
  37. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 7 years ago
  38. e2629c5 Merge "init: manually restorecon mke2fs tools on ramdisk" by Treehugger Robot · 7 years ago
  39. 2d019f8 init: manually restorecon mke2fs tools on ramdisk by Jin Qian · 7 years ago
  40. 4599627 init: setup keyring before ueventd starts by Mark Salyzyn · 7 years ago
  41. 26ed9cb init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 7 years ago
  42. f1bd536 Merge "init: set ro.boot.avb_version in recovery mode" by Treehugger Robot · 7 years ago
  43. bcd36a2 Merge "init: moving early mount logic into init_first_stage.cpp" by Treehugger Robot · 7 years ago
  44. fd18a45 init: set ro.boot.avb_version in recovery mode by Bowgo Tsai · 7 years ago
  45. d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 7 years ago
  46. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 7 years ago
  47. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 7 years ago
  48. 1a898c2 Set libavb version into system property for Treble OTA by Bowgo Tsai · 7 years ago
  49. e3e4821 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 7 years ago
  50. 8bba52f init: support early_mount with vboot 2.0 (external/avb/libavb) by Bowgo Tsai · 7 years ago
  51. 72ca48e Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 7 years ago
  52. a74635d Merge "Reflect move of mapping file to /system." by Treehugger Robot · 7 years ago
  53. 3f5eaae5 init: more header cleanup by Tom Cherry · 7 years ago
  54. bf2dd48 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  55. 2992311 Reflect move of mapping file to /system. by Dan Cashman · 7 years ago
  56. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  57. 7ef60b4 init: consolidate restorecon after selinux initialization in single function by Sandeep Patil · 8 years ago
  58. 8772b36 Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 8 years ago
  59. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  60. 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 8 years ago
  61. b27004a init: add exec_start command by Tom Cherry · 8 years ago
  62. 77ddcd5 init: Prevent spin loop while waiting for exec or property by Tom Cherry · 8 years ago
  63. 663fdfc init: reboot to bootloader on crash for development builds by Tom Cherry · 8 years ago
  64. 34e7041 init: cleanup is_first_stage conditionals by Tom Cherry · 8 years ago
  65. d8a7257 init: fix DumpState() logging by Tom Cherry · 8 years ago
  66. a71dfec Remove hard-coded policy version from secilc step by Alex Klyubin · 8 years ago
  67. 2d19aeb Use precompiled sepolicy when available by Alex Klyubin · 8 years ago
  68. 1185050 Log stderr of secilc by Alex Klyubin · 8 years ago
  69. c2a4c9a Track the move of split SELinux policy CIL files by Alex Klyubin · 8 years ago
  70. 056eca2 Merge "Use split SELinux policy at boot, if available" by Treehugger Robot · 8 years ago
  71. 16696e2 Use split SELinux policy at boot, if available by Alex Klyubin · 8 years ago
  72. 3223272 init: skip early mount in recovery mode by Bowgo Tsai · 8 years ago
  73. f719c25 Merge "init: early_mount: removing hard-coded paths" by Treehugger Robot · 8 years ago
  74. d4beed2 init: early_mount: removing hard-coded paths by Bowgo Tsai · 8 years ago
  75. 4ec72cc Treblize init.rc location by Jaekyun Seok · 8 years ago
  76. c20c0c2 early_mount: fs_mgr: move all fstab logic into fs_mgr by Sandeep Patil · 8 years ago
  77. e9da79b init: early_mount: create device node for verity metadata partition by Sandeep Patil · 8 years ago
  78. 05ff38b init: early_mount: disallow partitions to be verified at boot by Sandeep Patil · 8 years ago
  79. 0a3e36f init: early_mount: add support to mount verity enabled partitions early by Sandeep Patil · 8 years ago
  80. 7635127 Set libavb version into system property for Treble OTA by bowgotsai · 8 years ago
  81. 1549257 Merge changes from topic 'pre-early-mount' by Treehugger Robot · 8 years ago
  82. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  83. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  84. fc86f24 init: fstab: add support to read fstab entries from device tree by Sandeep Patil · 8 years ago
  85. 35403eb init: early_mount: add support to mount non-verity partitions early by Sandeep Patil · 8 years ago
  86. 44a3ee2 init: remove the existing early_mount code by Sandeep Patil · 8 years ago
  87. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  88. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  89. 2d0fdaa init: clean up exec command by Wei Wang · 8 years ago
  90. c4af05f Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 8 years ago
  91. 132ac31 init: add wait_for_prop builtin command by Wei Wang · 8 years ago
  92. d04b1ac Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 8 years ago
  93. 27c0522 boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 8 years ago
  94. 7a5db4e init: split property context into platform & non-platform components by Sandeep Patil · 8 years ago
  95. 571cd23 Merge "init: add ro.boot.init_rc" by Treehugger Robot · 8 years ago
  96. 44f7e4f Move the kptr_restrict setting from init.rc to init.cpp. by Dave Weinstein · 8 years ago
  97. 959aeb1 init: add ro.boot.init_rc by Hung-ying Tyan · 8 years ago
  98. 01519a2 Revert "init: add ro.boot.init_rc" by Tao Bao · 8 years ago
  99. 7e6d30e init: add ro.boot.init_rc by Hung-ying Tyan · 8 years ago
  100. db929bf Enable seccomp in init with generated policy by Paul Lawrence · 8 years ago