1. d2217b5 Read *.rc files from flattened APEX by Jiyong Park · 6 years ago
  2. 8fd64c8 Move result.h from init to libbase by Jiyong Park · 6 years ago
  3. e01ca4d init: Refactor service.h/cpp by Vic Yang · 6 years ago
  4. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  5. e20f357 Merge changes I16ea9e32,Ib53b5d3e by Tom Cherry · 6 years ago
  6. 75e13ba init: make fatal reboot target configurable by Tom Cherry · 6 years ago
  7. 59656fb init: dump stack when aborting by Tom Cherry · 6 years ago
  8. d7f7c20 Don't use apexd when TARGET_FLATTEN_APEX == true by Jiyong Park · 7 years ago
  9. 7d1f117 Merge "init: replace Result<> with expected<>" by Treehugger Robot · 6 years ago
  10. 1c144d5 Merge "ueventd: add more logging when firmware loading fails" by Treehugger Robot · 6 years ago
  11. d38aafd ueventd: add more logging when firmware loading fails by Tom Cherry · 6 years ago
  12. 5f01d3a init: add error handling in control message by Wei Wang · 6 years ago
  13. cbe0876 Merge "init: don't import rc files during mount_all after Q" by Tom Cherry · 6 years ago
  14. 5436843 Merge "Moving /odm/build.prop to /odm/etc/buid.prop" by Treehugger Robot · 6 years ago
  15. 9949ec5 init: replace Result<> with expected<> by Tom Cherry · 6 years ago
  16. 9fc8dcf Moving /odm/build.prop to /odm/etc/buid.prop by Bowgo Tsai · 6 years ago
  17. 3041a51 init: don't import rc files during mount_all after Q by Tom Cherry · 6 years ago
  18. f6ce7d0 Stop adding the bootstrap directory to rpath. by Peter Collingbourne · 6 years ago
  19. 8a3630e Merge "init: always initialize device-mapper" by Tom Cherry · 6 years ago
  20. acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
  21. eef2a70 init: always initialize device-mapper by Tom Cherry · 6 years ago
  22. 44505ec init: move "started at" environment var names to headers by Mark Salyzyn · 7 years ago
  23. 10377df init: ro.boottime.init.first_stage by Mark Salyzyn · 7 years ago
  24. fc78be2 Merge "Support for stopping/starting post-data-mount class subsets." by Martijn Coenen · 7 years ago
  25. 1cd30df Merge "Vboot1.0: remove code to read verity state in userspace" by Tom Cherry · 7 years ago
  26. 0ac51cf Load selinux compat file if it exists by Jeff Vander Stoep · 7 years ago
  27. 88de80f Attempt native rollback for frequent crashes before boot completed by Zimuzo · 7 years ago
  28. 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 7 years ago
  29. 6723147 Merge "init: Add reboot timeout handler" by Joseph Jang · 7 years ago
  30. aaddf28 init: Add reboot timeout handler by josephjang · 7 years ago
  31. 7a03b5d Merge "init: simplify async restorecon" by Tom Cherry · 7 years ago
  32. fe81541 init: simplify async restorecon by Tom Cherry · 7 years ago
  33. 74d8422 Merge "Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab()" by Treehugger Robot · 7 years ago
  34. 87882c0 Merge "init: handle getpeercon() errors" by Tom Cherry · 7 years ago
  35. 4bc1658 Merge "init: set up SelinuxAuditCallback() earlier" by Tom Cherry · 7 years ago
  36. 77c2847 Remove the mount points defined in skip_mount.cfg from ReadDefaultFstab() by SzuWei Lin · 7 years ago
  37. 2ddb8df Merge "Adding adb_debug.prop into debug ramdisk" by Treehugger Robot · 7 years ago
  38. 7f160af init: handle getpeercon() errors by Tom Cherry · 7 years ago
  39. 2f113ad init: set up SelinuxAuditCallback() earlier by Tom Cherry · 7 years ago
  40. 05f07d8 Adding adb_debug.prop into debug ramdisk by Bowgo Tsai · 7 years ago
  41. 72d8d2f Merge "Copying debug ramdisk files to /debug_ramdisk/*" by Treehugger Robot · 7 years ago
  42. f7545ce Vboot1.0: remove code to read verity state in userspace by Tom Cherry · 7 years ago
  43. 9b33cbc Merge "init: small header clean up" by Treehugger Robot · 7 years ago
  44. a7c103e Merge "init: set oom_adj early before fork vendor_init" by Treehugger Robot · 7 years ago
  45. 30afda7 Copying debug ramdisk files to /debug_ramdisk/* by Bowgo Tsai · 7 years ago
  46. 45d8174 init: set oom_adj early before fork vendor_init by Wei Wang · 7 years ago
  47. 030ef18 init: small header clean up by Tom Cherry · 7 years ago
  48. 990483d init: do not fork before doing (u)mount_all() by Tom Cherry · 7 years ago
  49. e438843 Merge "init: add umount_all builtin." by Yifan Hong · 7 years ago
  50. 6aa0d7e Merge "init: fix loglevel docs." by Treehugger Robot · 7 years ago
  51. 402633d init: add umount_all builtin. by Yifan Hong · 7 years ago
  52. 8457f52 init: fix loglevel docs. by Elliott Hughes · 7 years ago
  53. a0f8b05 first-stage mount: support using other avb_keys by Bowgo Tsai · 7 years ago
  54. b833d17 init: fixes to README.mk by Mark Salyzyn · 7 years ago
  55. 9ca898f Avoid leaking property values into logs on error by Nick Kralevich · 7 years ago
  56. 25d42ee Merge changes from topic "libprocessgroup_rc" by Yifan Hong · 7 years ago
  57. 9d7b89a CgroupSetupCgroups -> CgroupSetup by Yifan Hong · 7 years ago
  58. d8ce1fb libprocessgroup_setup: use libcgrouprc_format by Yifan Hong · 7 years ago
  59. 6f9ce2e libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup by Yifan Hong · 7 years ago
  60. e419a79 ueventd: populate /dev/block/mapper link by Mark Salyzyn · 7 years ago
  61. 0a887aa Merge "Disallow operator!() on unique_fd" by Treehugger Robot · 7 years ago
  62. a896e2a Merge "init: mount_handler: system-as-root (legacy)" by Treehugger Robot · 7 years ago
  63. 81cfeb5 Merge "libprocessgroup: restrict SetupCgroups to one-time usage and only by init" by Suren Baghdasaryan · 7 years ago
  64. 5aa37dc Merge "init: Support booting off GSIs installed to non-userdata block devices." by David Anderson · 7 years ago
  65. 7cb72c9 Disallow operator!() on unique_fd by Bernie Innocenti · 7 years ago
  66. 5b53573 libprocessgroup: restrict SetupCgroups to one-time usage and only by init by Suren Baghdasaryan · 7 years ago
  67. 793f4b5 init: mount_handler: system-as-root (legacy) by Mark Salyzyn · 7 years ago
  68. f959fff Merge changes from topic "lpdumpd" by Yifan Hong · 7 years ago
  69. 567f187 init: expand prop in 'file' by Yifan Hong · 7 years ago
  70. 87215c2 Fix parse_apex_configs doc in README.md by Vic Yang · 7 years ago
  71. ee725f6 init: Support booting off GSIs installed to non-userdata block devices. by David Anderson · 7 years ago
  72. 402e4a6 init: make sepolicy dependency optional by Jeff Vander Stoep · 7 years ago
  73. e21d07f Merge "selinux: use the policy version defined in sepolicy" by Jeffrey Vander Stoep · 7 years ago
  74. cdb825e Check if we need to Poll for devices after RegenerateUevents by Mark Salyzyn · 7 years ago
  75. a73ed22 init: add MountHandler property handler by Mark Salyzyn · 7 years ago
  76. 4cd0914 Merge changes from topic "apex_earlymount_no_bionic_bindmount" by Treehugger Robot · 7 years ago
  77. 1dacd42 Allow overriding ro.debuggable to 1 on USER builds by Bowgo Tsai · 7 years ago
  78. 37bbf80 init: epoll: add events argument to RegisterHandler by Mark Salyzyn · 7 years ago
  79. 7b4801a Don't bind-mount bionic files by Jiyong Park · 7 years ago
  80. 076305e init: use PLOG rather than strerror. by Elliott Hughes · 7 years ago
  81. e5dc674 Make /apex on ramdisk by Jiyong Park · 7 years ago
  82. 8502ed3 Access apex sysprops via the generated API by Jiyong Park · 7 years ago
  83. dcbaf9f Activate system APEXes early by Jiyong Park · 7 years ago
  84. 4ba548d mount /apex during first_stage init by Jiyong Park · 7 years ago
  85. f3e28e1 libfs_avb: support key rotation for standalone partitions by Bowgo Tsai · 7 years ago
  86. 724eda5 selinux: use the policy version defined in sepolicy by Jeff Vander Stoep · 7 years ago
  87. 084d3b9 Merge "libfs_avb: support rollback protection for Live GSI" by Treehugger Robot · 7 years ago
  88. 1cdd96c Merge "init: Set a property indicating that we're booting into a GSI." by David Anderson · 7 years ago
  89. 918668a libfs_avb: support rollback protection for Live GSI by Bowgo Tsai · 7 years ago
  90. 86f38d5 Merge "init: Ignore "ro." restrictions when reading prop files" by Tom Cherry · 7 years ago
  91. be04892 init: Ignore "ro." restrictions when reading prop files by Tom Cherry · 7 years ago
  92. f42e08d load selinux property_contexts in /odm and /product by Jinguang Dong · 7 years ago
  93. 372278c init: Set a property indicating that we're booting into a GSI. by David Anderson · 7 years ago
  94. fffe439 Skip enabling dm-verity for live GSI when needed by Bowgo Tsai · 7 years ago
  95. 5272f9b Merge "Refactor fs_mgr_update_verity_state()" by Tom Cherry · 7 years ago
  96. 944e6f1 Merge "Allow properties to be derived from partition-specific properties during init" by Steven Laver · 7 years ago
  97. cf80b6d Refactor fs_mgr_update_verity_state() by Tom Cherry · 7 years ago
  98. 6576e13 Remove logic to fake /system in overlayfs by Tom Cherry · 7 years ago
  99. 57a740e Allow properties to be derived from partition-specific properties during init by Steven Laver · 7 years ago
  100. 500b6c0 Merge "init: allow services to have no capabilities set" by Tom Cherry · 7 years ago