1. a74635d Merge "Reflect move of mapping file to /system." by Treehugger Robot · 8 years ago
  2. ab5ab1e Merge "init: more header cleanup" by Treehugger Robot · 8 years ago
  3. 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
  4. 2992311 Reflect move of mapping file to /system. by Dan Cashman · 8 years ago
  5. c44f6a4 ueventd: Write tests for the get_*_symlinks() functions by Tom Cherry · 8 years ago
  6. 554c1fa Merge "init: use read_file and write_file to implement do_copy builtin" by Tom Cherry · 8 years ago
  7. dbe88e7 init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 8 years ago
  8. 815578c Merge "init: Use std::string for write_file()" by Treehugger Robot · 8 years ago
  9. fd72bbe Merge "Make ueventd error messages indicate where the error is in ueventd script" by Treehugger Robot · 8 years ago
  10. 53089aa init: Use std::string for write_file() by Tom Cherry · 8 years ago
  11. 7d3e2c4 Make ueventd error messages indicate where the error is in ueventd script by Christopher Desjardins · 8 years ago
  12. 7830d59 add shutdown animation by Keun-young Park · 8 years ago
  13. bc9cb38 Merge "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  14. cf29755 Merge "Make init builtin command installkey respect property updates" by Tom Cherry · 8 years ago
  15. 3428d0c Merge "Revert "init: use read_file and write_file to implement do_copy builtin"" by Wonsik Kim · 8 years ago
  16. 395e294 Revert "init: use read_file and write_file to implement do_copy builtin" by Wonsik Kim · 8 years ago
  17. e78ea77 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  18. 9ead7c4 Merge "send SIGTERM only once" by Treehugger Robot · 8 years ago
  19. 9cc5172 Make init builtin command installkey respect property updates by Janis Danisevskis · 8 years ago
  20. acd55b3 send SIGTERM only once by Keun-young Park · 8 years ago
  21. 7ef60b4 init: consolidate restorecon after selinux initialization in single function by Sandeep Patil · 8 years ago
  22. c4ffa5c set zero shutdown timeout for eng build by Keun-young Park · 8 years ago
  23. 8772b36 Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 8 years ago
  24. ccf2353 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  25. 20e43a2 Merge "init: remove unused cutils includes" by Treehugger Robot · 8 years ago
  26. 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 8 years ago
  27. 8678872 Merge "init: add class_restart" by Treehugger Robot · 8 years ago
  28. deb23ba Merge "init: remove superfluous forward definitions" by Treehugger Robot · 8 years ago
  29. 88d6b4a Merge "init: Fix README.md for writepid" by Treehugger Robot · 8 years ago
  30. 46b6c43 init: remove superfluous forward definitions by Tom Cherry · 8 years ago
  31. b27004a init: add exec_start command by Tom Cherry · 8 years ago
  32. 3c1568a Merge "init: add support of multiple class names" by Treehugger Robot · 8 years ago
  33. 59cebb6 Merge "update shutdown sequence and use shutdown_timeout to cover all wait" by Keun-young Park · 8 years ago
  34. 641ff0a init: add support of multiple class names by Wei Wang · 8 years ago
  35. 2b63d54 init: add class_restart by Steven Moreland · 8 years ago
  36. 3ee0df9 update shutdown sequence and use shutdown_timeout to cover all wait by Keun-young Park · 8 years ago
  37. 784c851 Merge "Move selinux policy build decisions to sepolicy Makefile" by Treehugger Robot · 8 years ago
  38. e564dac init: Fix README.md for writepid by Tom Cherry · 8 years ago
  39. 7ef28f4 Move selinux policy build decisions to sepolicy Makefile by Jeff Vander Stoep · 8 years ago
  40. dd26e1a Merge "add kill all for shutdown_timeout of 0" by Treehugger Robot · 8 years ago
  41. 7f0d15a Merge "init: use read_file and write_file to implement do_copy builtin" by Treehugger Robot · 8 years ago
  42. c1ca1a8 Merge "init: Prevent spin loop while waiting for exec or property" by Treehugger Robot · 8 years ago
  43. 186edb1 Merge "init: Remove superfluous error check" by Treehugger Robot · 8 years ago
  44. aa08ea4 add kill all for shutdown_timeout of 0 by Keun-young Park · 8 years ago
  45. 82bac0d init: use read_file and write_file to implement do_copy builtin by Yongqin Liu · 8 years ago
  46. 77ddcd5 init: Prevent spin loop while waiting for exec or property by Tom Cherry · 8 years ago
  47. 3cd8c6f add clear log for reboot start / end by Keun-young Park · 8 years ago
  48. 9bdddd7 init: Remove superfluous error check by Tom Cherry · 8 years ago
  49. 8d01f63 remove emergency shutdown and improve init's reboot logic by Keun-young Park · 8 years ago
  50. 2fdcf37 Merge "Add 'ro.cpuset.default' system property for default cpusets." by Treehugger Robot · 8 years ago
  51. ac8a3bd Merge "init: reboot to bootloader on crash for development builds" by Treehugger Robot · 8 years ago
  52. 663fdfc init: reboot to bootloader on crash for development builds by Tom Cherry · 8 years ago
  53. 0828676 Add 'ro.cpuset.default' system property for default cpusets. by Alex Vakulenko · 9 years ago
  54. 40578ab init: Fix leaking fd and error print by Tom Cherry · 8 years ago
  55. 16663a2 powerctl: add thermal-shutdown command by Todd Poynor · 8 years ago
  56. 34e7041 init: cleanup is_first_stage conditionals by Tom Cherry · 8 years ago
  57. f31abeb Merge "init: fix DumpState() logging" by Tom Cherry · 8 years ago
  58. 0b4d34e Merge "ueventd: support by-name symlinks for virtual block devices" by Treehugger Robot · 8 years ago
  59. e3aef3d Merge "init: enable C++17" by Tom Cherry · 8 years ago
  60. 62a9f32 init: Remove custom clang-format by Tom Cherry · 8 years ago
  61. d8a7257 init: fix DumpState() logging by Tom Cherry · 8 years ago
  62. 2bc0014 init: enable C++17 by Tom Cherry · 8 years ago
  63. 2d03e64 Merge "Build split file_contexts on TREBLE builds" by Treehugger Robot · 8 years ago
  64. ac13718 Merge changes from topic 'fstab_relocation' by Treehugger Robot · 8 years ago
  65. a71dfec Remove hard-coded policy version from secilc step by Alex Klyubin · 8 years ago
  66. c9a1842 init: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 8 years ago
  67. 0cbbb83 Build split file_contexts on TREBLE builds by Jeff Vander Stoep · 8 years ago
  68. 2d19aeb Use precompiled sepolicy when available by Alex Klyubin · 8 years ago
  69. 937309d ueventd: support by-name symlinks for virtual block devices by Jeremy Compostella · 8 years ago
  70. 0c93ab6 Merge "add ro.boottime.init.mount_all.* for measuring mount time" by Keun-young Park · 8 years ago
  71. 1185050 Log stderr of secilc by Alex Klyubin · 8 years ago
  72. 69fae7b add ro.boottime.init.mount_all.* for measuring mount time by Keun-young Park · 8 years ago
  73. c2a4c9a Track the move of split SELinux policy CIL files by Alex Klyubin · 8 years ago
  74. 0ab93fd Merge "Include correct type of SELinux policy" by Treehugger Robot · 8 years ago
  75. 22cc398 Merge "use ro.persistent_properties.ready for persistent props ready" by Keun-young Park · 8 years ago
  76. b51f9ab Include correct type of SELinux policy by Alex Klyubin · 8 years ago
  77. 056eca2 Merge "Use split SELinux policy at boot, if available" by Treehugger Robot · 8 years ago
  78. 404906d use ro.persistent_properties.ready for persistent props ready by Keun-young Park · 8 years ago
  79. 16696e2 Use split SELinux policy at boot, if available by Alex Klyubin · 8 years ago
  80. 3223272 init: skip early mount in recovery mode by Bowgo Tsai · 8 years ago
  81. b6cb9b0 Merge "There's no longer a limit to property names." by Treehugger Robot · 8 years ago
  82. b7788fd There's no longer a limit to property names. by Elliott Hughes · 8 years ago
  83. 7d32026 set ro.boottime.persistent_properties when persisted props are restored by Keun-young Park · 8 years ago
  84. f719c25 Merge "init: early_mount: removing hard-coded paths" by Treehugger Robot · 8 years ago
  85. d4beed2 init: early_mount: removing hard-coded paths by Bowgo Tsai · 8 years ago
  86. 4ec72cc Treblize init.rc location by Jaekyun Seok · 8 years ago
  87. 93072f2 Merge changes from topic 'early-mount-verity' by Treehugger Robot · 8 years ago
  88. c20c0c2 early_mount: fs_mgr: move all fstab logic into fs_mgr by Sandeep Patil · 8 years ago
  89. 0506b18 Check setegid() return values by Tom Cherry · 8 years ago
  90. 4bd3fac Merge changes from topic 'early-mount-support' by Treehugger Robot · 8 years ago
  91. b005d90 Address property service DoS. by Elliott Hughes · 8 years ago
  92. e9da79b init: early_mount: create device node for verity metadata partition by Sandeep Patil · 8 years ago
  93. 05ff38b init: early_mount: disallow partitions to be verified at boot by Sandeep Patil · 8 years ago
  94. 0a3e36f init: early_mount: add support to mount verity enabled partitions early by Sandeep Patil · 8 years ago
  95. 971a460 init: refactor to allow successive device_init calls by Sandeep Patil · 8 years ago
  96. a20c678 Merge "init: minor fix to READEME.md" by Treehugger Robot · 8 years ago
  97. a08f002 init: minor fix to READEME.md by Bin Chen · 8 years ago
  98. 7635127 Set libavb version into system property for Treble OTA by bowgotsai · 8 years ago
  99. 1549257 Merge changes from topic 'pre-early-mount' by Treehugger Robot · 8 years ago
  100. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago