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