1. 82625ea Merge "init: Check onrestart commands" by Tom Cherry · 6 years ago
  2. 4fd90bd Merge "init: ignore ENOENT from fewer builtins" by Tom Cherry · 6 years ago
  3. 4090e66 init: Check onrestart commands by Tom Cherry · 6 years ago
  4. 46c3c4f Merge "Fixes incorrect flag info for the inheritance hierarchy file." by Daniel Norman · 6 years ago
  5. 90528a8 Fixes incorrect flag info for the inheritance hierarchy file. by Daniel Norman · 6 years ago
  6. f72e897 Merge changes from topic "services_serve_interfaces_test" by Daniel Norman · 6 years ago
  7. 2cb8850 Merge changes Ied888249,Id8857c45 by Tom Cherry · 6 years ago
  8. a8faac7 init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
  9. e182118 init: don't log in expand_props directly by Tom Cherry · 6 years ago
  10. ed5d2d6a init: add timing log for oneshot and exec_background services by Wei Wang · 6 years ago
  11. 8661003 Adds new property for service name -> PID. by Daniel Norman · 6 years ago
  12. 8c094c0 Adds a library to parse service info from init_rc files for use in tests. by Daniel Norman · 6 years ago
  13. fb949ae Adds a visibility rule for init defaults. by Daniel Norman · 6 years ago
  14. 51c39c1 init: ignore ENOENT from fewer builtins by Tom Cherry · 6 years ago
  15. 57ed2e9 init: simplify keyword_map by Tom Cherry · 6 years ago
  16. ea75a8b Merge "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  17. b5f88c8 init: Write the reason in BCB on "reboot recovery" by Tianjie Xu · 6 years ago
  18. 2e9e117 Merge "Revert "init: Write the reason in BCB on "reboot recovery""" by Treehugger Robot · 6 years ago
  19. e9bf387 Revert "init: Write the reason in BCB on "reboot recovery"" by Tianjie Xu · 6 years ago
  20. 84e386c Ignore class_{reset|start}_post_data on non-updatable APEX. by Martijn Coenen · 6 years ago
  21. a7a6fca Merge "Reserve 'init'." by Treehugger Robot · 6 years ago
  22. 31efc04 Merge "Remove obsolete subdirs entry." by Treehugger Robot · 6 years ago
  23. 224417e Merge "init: clean up file / socket descriptor creation" by Tom Cherry · 6 years ago
  24. 013b810 Remove obsolete subdirs entry. by Steven Moreland · 6 years ago
  25. 7143c7e Reserve 'init'. by Steven Moreland · 6 years ago
  26. 83d9f7a init: clean up file / socket descriptor creation by Tom Cherry · 6 years ago
  27. cd85f49 Merge "libdm: Improve the reliability of dm device paths." by David Anderson · 6 years ago
  28. 1d6c47e Merge "init: fix clang-tidy performance issues" by Tom Cherry · 6 years ago
  29. 2b44040 Merge "Checks the interface inheritance hierarchy in init_rc files." by Daniel Norman · 6 years ago
  30. 9d527fb Merge "init: Write the reason in BCB on "reboot recovery"" by Tom Cherry · 6 years ago
  31. 56cb899 Merge "init: powerctl support and propagate longer canonical reboot reasons." by Treehugger Robot · 6 years ago
  32. e43e91b libdm: Improve the reliability of dm device paths. by David Anderson · 6 years ago
  33. 6c3362a Checks the interface inheritance hierarchy in init_rc files. by Daniel Norman · 6 years ago
  34. ac46aaa Merge "Remove binder dependency in init." by Steven Moreland · 6 years ago
  35. 43354d5 init: Write the reason in BCB on "reboot recovery" by Sam Protsenko · 6 years ago
  36. 9a35889 init: powerctl support and propagate longer canonical reboot reasons. by Mark Salyzyn · 6 years ago
  37. 117e58e init: fix clang-tidy performance issues by Tom Cherry · 6 years ago
  38. fbcb27a Remove binder dependency in init. by Steven Moreland · 6 years ago
  39. b531de7 Rename product_services to system_ext by Justin Yun · 6 years ago
  40. ff55a90 Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  41. 7c4f413 Merge "init: fix to avoid loading apex *.rc files twice" by Treehugger Robot · 6 years ago
  42. 5341e49 first_stage_init: add console by Steve Muckle · 6 years ago
  43. 474f94d init: fix to avoid loading apex *.rc files twice by Jooyung Han · 6 years ago
  44. 2592980 Checks each interface in an init_rc file is a known hidl_interface. by Daniel Norman · 6 years ago
  45. 1bd62e6 init: switch host_init_verifier to getopt() by Tom Cherry · 6 years ago
  46. de6bc74 init: clean up host_init_stubs a bit by Tom Cherry · 6 years ago
  47. cd61e39 init: remove last init.cpp global by Tom Cherry · 6 years ago
  48. 7cd1285 init: remove console_init_action by Tom Cherry · 6 years ago
  49. e8d353a Move actual parsing from Service to ServiceParser by Tom Cherry · 6 years ago
  50. 884a7cd Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
  51. 5c1a35e Merge "init: Handle properties in the background of calling fs_mgr" by Tom Cherry · 6 years ago
  52. a8b708c init: Handle properties in the background of calling fs_mgr by Tom Cherry · 6 years ago
  53. ff98638 Merge "init: use a property instead of file to communicate cold boot done" by Tom Cherry · 6 years ago
  54. 37e9870 Merge "Qualifies the mention of lazily starting services from 'interface'." by Treehugger Robot · 6 years ago
  55. e6a410d Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 6 years ago
  56. 564d273 create libmodprobe, integrate into first_stage_init by Steve Muckle · 6 years ago
  57. 46b1a5a init: use Errorf() now that we have it by Tom Cherry · 6 years ago
  58. d972b8b Support importing property file with expanded name by Dongcheol Shin · 6 years ago
  59. dcd5413 Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 6 years ago
  60. b13b239 init: use a property instead of file to communicate cold boot done by Tom Cherry · 6 years ago
  61. c3e0ade init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  62. edb0d66 Read *.rc files from flattened APEX by Jiyong Park · 6 years ago
  63. e9813f5 Move result.h from init to libbase by Jiyong Park · 6 years ago
  64. 632cc0d init: Refactor service.h/cpp by Vic Yang · 6 years ago
  65. 9c27f33 init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  66. b3207ac Merge changes I16ea9e32,Ib53b5d3e by Tom Cherry · 6 years ago
  67. 3457ade init: make fatal reboot target configurable by Tom Cherry · 6 years ago
  68. 0818607 init: dump stack when aborting by Tom Cherry · 6 years ago
  69. b7d0420 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 6 years ago
  70. 4dc058e Merge "init: replace Result<> with expected<>" by Treehugger Robot · 6 years ago
  71. 85b209e Merge "ueventd: add more logging when firmware loading fails" by Treehugger Robot · 6 years ago
  72. e7cb471 ueventd: add more logging when firmware loading fails by Tom Cherry · 6 years ago
  73. d9fcaad init: add error handling in control message by Wei Wang · 6 years ago
  74. 066e58f Merge "init: don't import rc files during mount_all after Q" by Tom Cherry · 6 years ago
  75. e73f5b7 Merge "Moving /odm/build.prop to /odm/etc/buid.prop" by Treehugger Robot · 6 years ago
  76. 55a1ea3 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  77. b24af40 Moving /odm/build.prop to /odm/etc/buid.prop by Bowgo Tsai · 6 years ago
  78. 549fb98 init: don't import rc files during mount_all after Q by Tom Cherry · 6 years ago
  79. d96b7ae Stop adding the bootstrap directory to rpath. by Peter Collingbourne · 6 years ago
  80. 15d9155 Merge "init: always initialize device-mapper" by Tom Cherry · 6 years ago
  81. 0236cc0 class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
  82. 46155f2 init: always initialize device-mapper by Tom Cherry · 6 years ago
  83. 1e1927f init: move "started at" environment var names to headers by Mark Salyzyn · 6 years ago
  84. b35f9c8 init: ro.boottime.init.first_stage by Mark Salyzyn · 6 years ago
  85. 634a400 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 6 years ago
  86. afc2d69 Merge "Vboot1.0: remove code to read verity state in userspace" by Tom Cherry · 6 years ago
  87. 990882e Load selinux compat file if it exists by Jeff Vander Stoep · 6 years ago
  88. 6e5019a Attempt native rollback for frequent crashes before boot completed by Zimuzo · 6 years ago
  89. 4a089e9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 6 years ago
  90. aa44e4a Merge "init: Add reboot timeout handler" by Joseph Jang · 6 years ago
  91. 1333c61 init: Add reboot timeout handler by josephjang · 6 years ago
  92. 568cadb Merge "init: simplify async restorecon" by Tom Cherry · 6 years ago
  93. b104cf6 init: simplify async restorecon by Tom Cherry · 6 years ago
  94. 1558d4a Merge "Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab()" by Treehugger Robot · 6 years ago
  95. bb3b59d Merge "init: handle getpeercon() errors" by Tom Cherry · 6 years ago
  96. b49d572 Merge "init: set up SelinuxAuditCallback() earlier" by Tom Cherry · 6 years ago
  97. 34e9335 Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab() by SzuWei Lin · 6 years ago
  98. 7f7bcce Merge "Adding adb_debug.prop into debug ramdisk" by Treehugger Robot · 6 years ago
  99. ed506ed init: handle getpeercon() errors by Tom Cherry · 6 years ago
  100. 70ed903 init: set up SelinuxAuditCallback() earlier by Tom Cherry · 6 years ago