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