1. 34e7041 init: cleanup is_first_stage conditionals by Tom Cherry · 8 years ago
  2. d8a7257 init: fix DumpState() logging by Tom Cherry · 8 years ago
  3. a71dfec Remove hard-coded policy version from secilc step by Alex Klyubin · 8 years ago
  4. 2d19aeb Use precompiled sepolicy when available by Alex Klyubin · 8 years ago
  5. 1185050 Log stderr of secilc by Alex Klyubin · 8 years ago
  6. c2a4c9a Track the move of split SELinux policy CIL files by Alex Klyubin · 8 years ago
  7. 056eca2 Merge "Use split SELinux policy at boot, if available" by Treehugger Robot · 8 years ago
  8. 16696e2 Use split SELinux policy at boot, if available by Alex Klyubin · 8 years ago
  9. 3223272 init: skip early mount in recovery mode by Bowgo Tsai · 8 years ago
  10. f719c25 Merge "init: early_mount: removing hard-coded paths" by Treehugger Robot · 8 years ago
  11. d4beed2 init: early_mount: removing hard-coded paths by Bowgo Tsai · 8 years ago
  12. 4ec72cc Treblize init.rc location by Jaekyun Seok · 8 years ago
  13. c20c0c2 early_mount: fs_mgr: move all fstab logic into fs_mgr by Sandeep Patil · 8 years ago
  14. e9da79b init: early_mount: create device node for verity metadata partition by Sandeep Patil · 8 years ago
  15. 05ff38b init: early_mount: disallow partitions to be verified at boot by Sandeep Patil · 8 years ago
  16. 0a3e36f init: early_mount: add support to mount verity enabled partitions early by Sandeep Patil · 8 years ago
  17. 7635127 Set libavb version into system property for Treble OTA by bowgotsai · 8 years ago
  18. 1549257 Merge changes from topic 'pre-early-mount' by Treehugger Robot · 8 years ago
  19. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  20. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  21. fc86f24 init: fstab: add support to read fstab entries from device tree by Sandeep Patil · 8 years ago
  22. 35403eb init: early_mount: add support to mount non-verity partitions early by Sandeep Patil · 8 years ago
  23. 44a3ee2 init: remove the existing early_mount code by Sandeep Patil · 8 years ago
  24. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  25. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  26. 2d0fdaa init: clean up exec command by Wei Wang · 8 years ago
  27. c4af05f Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 8 years ago
  28. 132ac31 init: add wait_for_prop builtin command by Wei Wang · 8 years ago
  29. d04b1ac Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 8 years ago
  30. 27c0522 boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 8 years ago
  31. 7a5db4e init: split property context into platform & non-platform components by Sandeep Patil · 8 years ago
  32. 571cd23 Merge "init: add ro.boot.init_rc" by Treehugger Robot · 8 years ago
  33. 44f7e4f Move the kptr_restrict setting from init.rc to init.cpp. by Dave Weinstein · 8 years ago
  34. 959aeb1 init: add ro.boot.init_rc by Hung-ying Tyan · 8 years ago
  35. 01519a2 Revert "init: add ro.boot.init_rc" by Tao Bao · 8 years ago
  36. 7e6d30e init: add ro.boot.init_rc by Hung-ying Tyan · 8 years ago
  37. db929bf Enable seccomp in init with generated policy by Paul Lawrence · 8 years ago
  38. 77f0e9f init: Make 'write_file' return bool to match 'read_file'. by Jorge Lucangeli Obes · 8 years ago
  39. c249794 Move init bootcharting onto its own thread. by Elliott Hughes · 8 years ago
  40. a95e9af Merge "Remove obsolete __BRILLO__ ifdef." by Treehugger Robot · 8 years ago
  41. 405da69 Remove obsolete __BRILLO__ ifdef. by Jorge Lucangeli Obes · 8 years ago
  42. 41d0b6d Convert missed ERROR() to LOG(ERROR). by dcashman · 8 years ago
  43. 99dae54 Fix include order. by Elliott Hughes · 8 years ago
  44. baccc40 Set mmap_rnd_bits to maximum value. by Daniel Cashman · 9 years ago
  45. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 8 years ago
  46. 16db434 init: don't wait if we have more work to do by Wei Wang · 8 years ago
  47. b104c50 init: Fix sync issue on property trigger. by caozhiyuan · 8 years ago
  48. 102daa3 Revert "Revert "init: create /dev/urandom, /dev/random in first stage."" by Evgenii Stepanov · 8 years ago
  49. a8d8434 Add flags to restorecon_recursive to traverse filesystems by Paul Lawrence · 8 years ago
  50. 9605a94 init start time tracking. by Elliott Hughes · 8 years ago
  51. 9955609 Merge "init: Put init in group AID_READPROC" by Treehugger Robot · 8 years ago
  52. 80960d2 init: Put init in group AID_READPROC by Nick Kralevich · 8 years ago
  53. 313b352 Fix log for early_mount by Wei Wang · 8 years ago
  54. 4c8a76e Revert "init: create /dev/urandom, /dev/random in first stage." by Josh Gao · 8 years ago
  55. ab4fbe1 init: create /dev/urandom, /dev/random in first stage. by Josh Gao · 8 years ago
  56. 99c4a8a Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
  57. 35f5d04 Fix early init logging. by Elliott Hughes · 8 years ago
  58. d2e74db init: select usb gadget controller at run time by Amit Pundir · 8 years ago
  59. 171a829 Make klog_fd thread-safe and make klog_init a no-op. by Elliott Hughes · 8 years ago
  60. f86b5a6 Move init to libbase logging. by Elliott Hughes · 8 years ago
  61. 01e5a6c Remove more obsolete MTD stuff. by Elliott Hughes · 8 years ago
  62. bdeac39 Remove undocumented functionality from init. by Elliott Hughes · 9 years ago
  63. c8f026f Revert "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 9 years ago
  64. 39caeb5 init: improve mmap ASLR failure reporting by Kees Cook · 9 years ago
  65. 754dd96 init: Fix typo. by dcashman · 9 years ago
  66. 3396b4b Temporarily add set_mmap_rnd_bits brillo exception by dcashman · 9 years ago
  67. c819e78 Set mmap_rnd_bits to maximum value. by dcashman · 9 years ago
  68. 70daa67 Multiple consoles by Viorel Suman · 9 years ago
  69. efc7275 Revert "Enable multiple consoles" by Viorel Suman · 9 years ago
  70. caafe5c Enable multiple consoles by Viorel Suman · 9 years ago
  71. 3d1dff2 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 9 years ago
  72. 3d9e273 Mount selinuxfs when other filesystems are mounted by Nick Kralevich · 9 years ago
  73. 9e9efca init: set ro.boot.flash.locked from ro.boot.verifiedbootstate by Sami Tolvanen · 9 years ago
  74. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  75. e36a85c restorecon /property_contexts by Tom Cherry · 9 years ago
  76. 2d8f1d4 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 9 years ago
  77. c39ba5a Enable hidepid=2 on /proc by Nick Kralevich · 9 years ago
  78. 1dcf325 init: skip "name" DT entry by Rom Lemarchand · 9 years ago
  79. d7aea44 property_service: log pid,uid and gid of setprop client by William Roberts · 9 years ago
  80. b734990 init: Use classes for parsing and clean up memory allocations by Tom Cherry · 9 years ago
  81. bac3299 Create Service and ServiceManager classes by Tom Cherry · 9 years ago
  82. 96f6731 init: use std::vector<std::string> for argument passing by Tom Cherry · 9 years ago
  83. fa0c21c init: Create classes for Action and Command by Tom Cherry · 9 years ago
  84. f13b1b3 init: Adding support to import directories by Lee Campbell · 9 years ago
  85. ee53006 init: expand_props for onrestart commands. by Yabin Cui · 9 years ago
  86. 00ede7d init: do expand_props before calling the builtins. by Yabin Cui · 9 years ago
  87. 74edcea init: Let property_get return std::string. by Yabin Cui · 9 years ago
  88. 4800dbf init: refuse to start process if domain transition not defined by Nick Kralevich · 9 years ago
  89. d62f060 init support for cgroups. by Elliott Hughes · 9 years ago
  90. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 9 years ago
  91. 17fff89 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 9 years ago
  92. c7331d0 Reduce the coldboot timeout to 1s. by Elliott Hughes · 9 years ago
  93. e5ce30f Clean up init /proc/cmdline handling. by Elliott Hughes · 9 years ago
  94. d34e407 init: remove support for disabled SELinux by Nick Kralevich · 9 years ago
  95. f667a32 init: get rid of the remaining double mounts by Nick Kralevich · 9 years ago
  96. 178299f Merge "init: don't double mount /proc and /sys" by Nick Kralevich · 9 years ago
  97. 9dec93b init: don't double mount /proc and /sys by Nick Kralevich · 9 years ago
  98. eedbe81 init: fix write_file checkreqprot logic error by Nick Kralevich · 9 years ago
  99. a1f6a4b init: remove mkdir /dev /proc /sys by Nick Kralevich · 9 years ago
  100. 929f407 Switch init to epoll. by Elliott Hughes · 9 years ago