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