1. 105e182 Set libavb version into system property for Treble OTA by Bowgo Tsai · 8 years ago
  2. a0a6a08 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 8 years ago
  3. 29c69c8 init: support early_mount with vboot 2.0 (external/avb/libavb) by Bowgo Tsai · 8 years ago
  4. 92d3c50 Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 8 years ago
  5. 6ee8485 Merge "Reflect move of mapping file to /system." by Treehugger Robot · 8 years ago
  6. 3226c6d init: more header cleanup by Tom Cherry · 8 years ago
  7. a640188 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  8. e579b3b Reflect move of mapping file to /system. by Dan Cashman · 8 years ago
  9. 550844a bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  10. 219828d init: consolidate restorecon after selinux initialization in single function by Sandeep Patil · 8 years ago
  11. f3570cb Merge changes from topic 'exec-start-update-verifier' by Treehugger Robot · 8 years ago
  12. 7236472 init: replace property_get with its android::base equivalent by Tom Cherry · 8 years ago
  13. 6ecce9c init: remove unused cutils includes by Tom Cherry · 8 years ago
  14. bfa91e2 init: add exec_start command by Tom Cherry · 8 years ago
  15. 725e806 init: Prevent spin loop while waiting for exec or property by Tom Cherry · 8 years ago
  16. 3fca3f3 init: reboot to bootloader on crash for development builds by Tom Cherry · 8 years ago
  17. 990b6d9 init: cleanup is_first_stage conditionals by Tom Cherry · 8 years ago
  18. 68a1b3b init: fix DumpState() logging by Tom Cherry · 8 years ago
  19. f9f540f Remove hard-coded policy version from secilc step by Alex Klyubin · 8 years ago
  20. 908dec6 Use precompiled sepolicy when available by Alex Klyubin · 8 years ago
  21. df1ca71 Log stderr of secilc by Alex Klyubin · 8 years ago
  22. 45a462a Track the move of split SELinux policy CIL files by Alex Klyubin · 8 years ago
  23. 4191d57 Merge "Use split SELinux policy at boot, if available" by Treehugger Robot · 8 years ago
  24. 52ef9ea Use split SELinux policy at boot, if available by Alex Klyubin · 8 years ago
  25. 6a4bfd2 init: skip early mount in recovery mode by Bowgo Tsai · 8 years ago
  26. 96aacc1 Merge "init: early_mount: removing hard-coded paths" by Treehugger Robot · 8 years ago
  27. 77298c7 init: early_mount: removing hard-coded paths by Bowgo Tsai · 8 years ago
  28. 8eb414f Treblize init.rc location by Jaekyun Seok · 8 years ago
  29. 1300702 early_mount: fs_mgr: move all fstab logic into fs_mgr by Sandeep Patil · 8 years ago
  30. 4ca31b1 init: early_mount: create device node for verity metadata partition by Sandeep Patil · 8 years ago
  31. c4be0d3 init: early_mount: disallow partitions to be verified at boot by Sandeep Patil · 8 years ago
  32. 0643bd1 init: early_mount: add support to mount verity enabled partitions early by Sandeep Patil · 8 years ago
  33. 36d78e0 Set libavb version into system property for Treble OTA by bowgotsai · 8 years ago
  34. 4269963 Merge changes from topic 'pre-early-mount' by Treehugger Robot · 8 years ago
  35. 6717c45 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  36. 09de906 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  37. e50080a init: fstab: add support to read fstab entries from device tree by Sandeep Patil · 8 years ago
  38. c6adcc5 init: early_mount: add support to mount non-verity partitions early by Sandeep Patil · 8 years ago
  39. f4ca7c6 init: remove the existing early_mount code by Sandeep Patil · 8 years ago
  40. 59be646 Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  41. 978d606 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  42. 1e17b93 init: clean up exec command by Wei Wang · 8 years ago
  43. 8a85e56 Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 8 years ago
  44. 3ab8bbe init: add wait_for_prop builtin command by Wei Wang · 9 years ago
  45. df4857f Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 8 years ago
  46. 046782f boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 9 years ago
  47. b785ef6 init: split property context into platform & non-platform components by Sandeep Patil · 9 years ago
  48. b0dfc93 Merge "init: add ro.boot.init_rc" by Treehugger Robot · 9 years ago
  49. d20b48e Move the kptr_restrict setting from init.rc to init.cpp. by Dave Weinstein · 9 years ago
  50. 37579a9 init: add ro.boot.init_rc by Hung-ying Tyan · 9 years ago
  51. 8e16a11 Revert "init: add ro.boot.init_rc" by Tao Bao · 9 years ago
  52. 291e83e init: add ro.boot.init_rc by Hung-ying Tyan · 9 years ago
  53. fd133d5 Enable seccomp in init with generated policy by Paul Lawrence · 9 years ago
  54. 592c5d4 init: Make 'write_file' return bool to match 'read_file'. by Jorge Lucangeli Obes · 9 years ago
  55. 125ba9b Move init bootcharting onto its own thread. by Elliott Hughes · 9 years ago
  56. 9b682d8 Merge "Remove obsolete __BRILLO__ ifdef." by Treehugger Robot · 9 years ago
  57. 0bc1e46 Remove obsolete __BRILLO__ ifdef. by Jorge Lucangeli Obes · 9 years ago
  58. 1199e42 Convert missed ERROR() to LOG(ERROR). by dcashman · 9 years ago
  59. 1ecd11e Fix include order. by Elliott Hughes · 9 years ago
  60. 4792fc7 Set mmap_rnd_bits to maximum value. by Daniel Cashman · 9 years ago
  61. 7dd2848 Replace the "coldboot" timeout with a property. by Elliott Hughes · 9 years ago
  62. 02c8530 init: don't wait if we have more work to do by Wei Wang · 9 years ago
  63. 0402f20 init: Fix sync issue on property trigger. by caozhiyuan · 9 years ago
  64. 8be2696 Revert "Revert "init: create /dev/urandom, /dev/random in first stage."" by Evgenii Stepanov · 9 years ago
  65. e50c7b0 Add flags to restorecon_recursive to traverse filesystems by Paul Lawrence · 9 years ago
  66. 66e1439 init start time tracking. by Elliott Hughes · 9 years ago
  67. fd2b99b Merge "init: Put init in group AID_READPROC" by Treehugger Robot · 9 years ago
  68. a24cf37 init: Put init in group AID_READPROC by Nick Kralevich · 9 years ago
  69. 43df3da Fix log for early_mount by Wei Wang · 9 years ago
  70. 015a72c Revert "init: create /dev/urandom, /dev/random in first stage." by Josh Gao · 9 years ago
  71. 8feca68 init: create /dev/urandom, /dev/random in first stage. by Josh Gao · 9 years ago
  72. d816f96 Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
  73. cc21f2a Fix early init logging. by Elliott Hughes · 9 years ago
  74. 7d34e8a init: select usb gadget controller at run time by Amit Pundir · 9 years ago
  75. 303a42b Make klog_fd thread-safe and make klog_init a no-op. by Elliott Hughes · 9 years ago
  76. 495d0be Move init to libbase logging. by Elliott Hughes · 9 years ago
  77. 63de69a Remove more obsolete MTD stuff. by Elliott Hughes · 9 years ago
  78. ba07086 Remove undocumented functionality from init. by Elliott Hughes · 9 years ago
  79. 29b9a19 Revert "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 9 years ago
  80. 30614fb init: improve mmap ASLR failure reporting by Kees Cook · 9 years ago
  81. 468e6eb init: Fix typo. by dcashman · 9 years ago
  82. 34717fd Temporarily add set_mmap_rnd_bits brillo exception by dcashman · 9 years ago
  83. 8698ef9 Set mmap_rnd_bits to maximum value. by dcashman · 9 years ago
  84. 15dc745 Multiple consoles by Viorel Suman · 9 years ago
  85. 00838b4 Revert "Enable multiple consoles" by Viorel Suman · 9 years ago
  86. ed26b34 Enable multiple consoles by Viorel Suman · 9 years ago
  87. 76874f8 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 9 years ago
  88. dfb99f6 Mount selinuxfs when other filesystems are mounted by Nick Kralevich · 9 years ago
  89. bfe62e8 init: set ro.boot.flash.locked from ro.boot.verifiedbootstate by Sami Tolvanen · 10 years ago
  90. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  91. 96e99e2 restorecon /property_contexts by Tom Cherry · 10 years ago
  92. 3cb436c Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 10 years ago
  93. e08eb02 Enable hidepid=2 on /proc by Nick Kralevich · 10 years ago
  94. 24012b2 init: skip "name" DT entry by Rom Lemarchand · 10 years ago
  95. d598cb6 property_service: log pid,uid and gid of setprop client by William Roberts · 10 years ago
  96. 1e07ace init: Use classes for parsing and clean up memory allocations by Tom Cherry · 10 years ago
  97. 26ab446 Create Service and ServiceManager classes by Tom Cherry · 10 years ago
  98. 5a578c5 init: use std::vector<std::string> for argument passing by Tom Cherry · 10 years ago
  99. 3d98067 init: Create classes for Action and Command by Tom Cherry · 10 years ago
  100. 0d379e2 init: Adding support to import directories by Lee Campbell · 10 years ago