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