1. 3707d32 Revert "init: Handle properties in the background of calling fs_mgr" by Tom Cherry · 6 years ago
  2. 53620ca Merge "Actually add README contents for ueventd" by Tom Cherry · 6 years ago
  3. b85c72c Merge "init: first stage init tie stdout and stderr to /dev/kmsg" by Treehugger Robot · 6 years ago
  4. aefb141 Actually add README contents for ueventd by Tom Cherry · 6 years ago
  5. 6fd8d3b init: Allow matching empty property values by Tom Cherry · 6 years ago
  6. 0d061b2 Merge "Adds check_interface_{restart,start,stop} check_builtins." by Daniel Norman · 6 years ago
  7. d2533c3 Adds check_interface_{restart,start,stop} check_builtins. by Daniel Norman · 6 years ago
  8. 980cbef Merge "init: Check onrestart commands" by Tom Cherry · 6 years ago
  9. e269a72 Merge "init: ignore ENOENT from fewer builtins" by Tom Cherry · 6 years ago
  10. 6737a6b init: Check onrestart commands by Tom Cherry · 6 years ago
  11. a022e47 Merge "Fixes incorrect flag info for the inheritance hierarchy file." by Daniel Norman · 6 years ago
  12. e6586c4 Fixes incorrect flag info for the inheritance hierarchy file. by Daniel Norman · 6 years ago
  13. fb54b74 Merge changes from topic "services_serve_interfaces_test" by Daniel Norman · 6 years ago
  14. 549ea48 Merge changes Ied888249,Id8857c45 by Tom Cherry · 6 years ago
  15. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
  16. c5cf85d init: don't log in expand_props directly by Tom Cherry · 6 years ago
  17. f7c2bfe init: add timing log for oneshot and exec_background services by Wei Wang · 6 years ago
  18. c788771 Adds new property for service name -> PID. by Daniel Norman · 6 years ago
  19. d19c5a5 Adds a library to parse service info from init_rc files for use in tests. by Daniel Norman · 6 years ago
  20. 8082ba2 Adds a visibility rule for init defaults. by Daniel Norman · 6 years ago
  21. d17c379 init: ignore ENOENT from fewer builtins by Tom Cherry · 6 years ago
  22. beb6abe init: first stage init tie stdout and stderr to /dev/kmsg by Mark Salyzyn · 6 years ago
  23. d52a5b3 init: simplify keyword_map by Tom Cherry · 6 years ago
  24. cccb573 Merge "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  25. 5e98b63 init: Write the reason in BCB on "reboot recovery" by Tianjie Xu · 6 years ago
  26. 85bbbe5 Merge "Revert "init: Write the reason in BCB on "reboot recovery""" by Treehugger Robot · 6 years ago
  27. 137943d Revert "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  28. 728586f Ignore class_{reset|start}_post_data on non-updatable APEX. by Martijn Coenen · 6 years ago
  29. a19f51e Merge "Reserve 'init'." by Treehugger Robot · 6 years ago
  30. 100e8ff Merge "Remove obsolete subdirs entry." by Treehugger Robot · 6 years ago
  31. c8620dd Merge "init: clean up file / socket descriptor creation" by Tom Cherry · 6 years ago
  32. 4c79df9 Remove obsolete subdirs entry. by Steven Moreland · 6 years ago
  33. ceb36d0 Reserve 'init'. by Steven Moreland · 6 years ago
  34. 2e4c85f init: clean up file / socket descriptor creation by Tom Cherry · 6 years ago
  35. c9b797a Merge "libdm: Improve the reliability of dm device paths." by David Anderson · 6 years ago
  36. 8a779ee Merge "init: fix clang-tidy performance issues" by Tom Cherry · 6 years ago
  37. 4b505fe Merge "Checks the interface inheritance hierarchy in init_rc files." by Daniel Norman · 6 years ago
  38. e7a010d Merge "init: Write the reason in BCB on "reboot recovery"" by Tom Cherry · 6 years ago
  39. 5c296a0 Merge "init: powerctl support and propagate longer canonical reboot reasons." by Treehugger Robot · 6 years ago
  40. 924858c libdm: Improve the reliability of dm device paths. by David Anderson · 6 years ago
  41. 3f42a76 Checks the interface inheritance hierarchy in init_rc files. by Daniel Norman · 6 years ago
  42. 4280165 Merge "Remove binder dependency in init." by Steven Moreland · 6 years ago
  43. 4d35f2e init: Write the reason in BCB on "reboot recovery" by Sam Protsenko · 6 years ago
  44. d7931f1 init: powerctl support and propagate longer canonical reboot reasons. by Mark Salyzyn · 6 years ago
  45. 7c1d87e init: fix clang-tidy performance issues by Tom Cherry · 6 years ago
  46. 4ee2703 Remove binder dependency in init. by Steven Moreland · 6 years ago
  47. 7eaf9b5 Rename product_services to system_ext by Justin Yun · 6 years ago
  48. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  49. 3d3f24b Merge "init: fix to avoid loading apex *.rc files twice" by Treehugger Robot · 6 years ago
  50. d75f30a first_stage_init: add console by Steve Muckle · 6 years ago
  51. 9c4fa66 init: fix to avoid loading apex *.rc files twice by Jooyung Han · 6 years ago
  52. 3df8dc5 Checks each interface in an init_rc file is a known hidl_interface. by Daniel Norman · 6 years ago
  53. 3f1bce8 init: switch host_init_verifier to getopt() by Tom Cherry · 6 years ago
  54. f1a044b init: clean up host_init_stubs a bit by Tom Cherry · 6 years ago
  55. 172c83f init: remove last init.cpp global by Tom Cherry · 6 years ago
  56. ff88e30 init: remove console_init_action by Tom Cherry · 6 years ago
  57. b1ffb1d Move actual parsing from Service to ServiceParser by Tom Cherry · 6 years ago
  58. 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
  59. 84fc269 Merge "init: Handle properties in the background of calling fs_mgr" by Tom Cherry · 6 years ago
  60. 71bdf28 init: Handle properties in the background of calling fs_mgr by Tom Cherry · 6 years ago
  61. af274fd Merge "init: use a property instead of file to communicate cold boot done" by Tom Cherry · 6 years ago
  62. 411fb88 Merge "Qualifies the mention of lazily starting services from 'interface'." by Treehugger Robot · 6 years ago
  63. d6d09c6 Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 6 years ago
  64. 18b981e create libmodprobe, integrate into first_stage_init by Steve Muckle · 6 years ago
  65. f4db2aa init: use Errorf() now that we have it by Tom Cherry · 6 years ago
  66. a87c0f9 Support importing property file with expanded name by Dongcheol Shin · 6 years ago
  67. b3093ff Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 6 years ago
  68. 39fafed init: use a property instead of file to communicate cold boot done by Tom Cherry · 6 years ago
  69. bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  70. d2217b5 Read *.rc files from flattened APEX by Jiyong Park · 6 years ago
  71. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  72. e01ca4d init: Refactor service.h/cpp by Vic Yang · 6 years ago
  73. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  74. e20f357 Merge changes I16ea9e32,Ib53b5d3e by Tom Cherry · 6 years ago
  75. 75e13ba init: make fatal reboot target configurable by Tom Cherry · 6 years ago
  76. 59656fb init: dump stack when aborting by Tom Cherry · 6 years ago
  77. d7f7c20 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 6 years ago
  78. 7d1f117 Merge "init: replace Result<> with expected<>" by Treehugger Robot · 6 years ago
  79. 1c144d5 Merge "ueventd: add more logging when firmware loading fails" by Treehugger Robot · 6 years ago
  80. d38aafd ueventd: add more logging when firmware loading fails by Tom Cherry · 6 years ago
  81. 5f01d3a init: add error handling in control message by Wei Wang · 6 years ago
  82. cbe0876 Merge "init: don't import rc files during mount_all after Q" by Tom Cherry · 6 years ago
  83. 5436843 Merge "Moving /odm/build.prop to /odm/etc/buid.prop" by Treehugger Robot · 6 years ago
  84. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  85. 9fc8dcf Moving /odm/build.prop to /odm/etc/buid.prop by Bowgo Tsai · 6 years ago
  86. 3041a51 init: don't import rc files during mount_all after Q by Tom Cherry · 6 years ago
  87. f6ce7d0 Stop adding the bootstrap directory to rpath. by Peter Collingbourne · 6 years ago
  88. 8a3630e Merge "init: always initialize device-mapper" by Tom Cherry · 6 years ago
  89. acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
  90. eef2a70 init: always initialize device-mapper by Tom Cherry · 6 years ago
  91. 44505ec init: move "started at" environment var names to headers by Mark Salyzyn · 6 years ago
  92. 10377df init: ro.boottime.init.first_stage by Mark Salyzyn · 6 years ago
  93. fc78be2 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 6 years ago
  94. 1cd30df Merge "Vboot1.0: remove code to read verity state in userspace" by Tom Cherry · 6 years ago
  95. 0ac51cf Load selinux compat file if it exists by Jeff Vander Stoep · 6 years ago
  96. 88de80f Attempt native rollback for frequent crashes before boot completed by Zimuzo · 6 years ago
  97. 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 6 years ago
  98. 6723147 Merge "init: Add reboot timeout handler" by Joseph Jang · 6 years ago
  99. aaddf28 init: Add reboot timeout handler by josephjang · 6 years ago
  100. 7a03b5d Merge "init: simplify async restorecon" by Tom Cherry · 6 years ago