1. 8e16a11 Revert "init: add ro.boot.init_rc" by Tao Bao · 8 years ago
  2. 291e83e init: add ro.boot.init_rc by Hung-ying Tyan · 9 years ago
  3. 592c5d4 init: Make 'write_file' return bool to match 'read_file'. by Jorge Lucangeli Obes · 9 years ago
  4. 125ba9b Move init bootcharting onto its own thread. by Elliott Hughes · 9 years ago
  5. 9b682d8 Merge "Remove obsolete __BRILLO__ ifdef." by Treehugger Robot · 9 years ago
  6. 0bc1e46 Remove obsolete __BRILLO__ ifdef. by Jorge Lucangeli Obes · 9 years ago
  7. 1199e42 Convert missed ERROR() to LOG(ERROR). by dcashman · 9 years ago
  8. 1ecd11e Fix include order. by Elliott Hughes · 9 years ago
  9. 4792fc7 Set mmap_rnd_bits to maximum value. by Daniel Cashman · 9 years ago
  10. 7dd2848 Replace the "coldboot" timeout with a property. by Elliott Hughes · 9 years ago
  11. 02c8530 init: don't wait if we have more work to do by Wei Wang · 9 years ago
  12. 0402f20 init: Fix sync issue on property trigger. by caozhiyuan · 9 years ago
  13. 8be2696 Revert "Revert "init: create /dev/urandom, /dev/random in first stage."" by Evgenii Stepanov · 9 years ago
  14. e50c7b0 Add flags to restorecon_recursive to traverse filesystems by Paul Lawrence · 9 years ago
  15. 66e1439 init start time tracking. by Elliott Hughes · 9 years ago
  16. fd2b99b Merge "init: Put init in group AID_READPROC" by Treehugger Robot · 9 years ago
  17. a24cf37 init: Put init in group AID_READPROC by Nick Kralevich · 9 years ago
  18. 43df3da Fix log for early_mount by Wei Wang · 9 years ago
  19. 015a72c Revert "init: create /dev/urandom, /dev/random in first stage." by Josh Gao · 9 years ago
  20. 8feca68 init: create /dev/urandom, /dev/random in first stage. by Josh Gao · 9 years ago
  21. d816f96 Mount /vendor and /odm early by Hung-ying Tyan · 9 years ago
  22. cc21f2a Fix early init logging. by Elliott Hughes · 9 years ago
  23. 7d34e8a init: select usb gadget controller at run time by Amit Pundir · 9 years ago
  24. 303a42b Make klog_fd thread-safe and make klog_init a no-op. by Elliott Hughes · 9 years ago
  25. 495d0be Move init to libbase logging. by Elliott Hughes · 9 years ago
  26. 63de69a Remove more obsolete MTD stuff. by Elliott Hughes · 9 years ago
  27. ba07086 Remove undocumented functionality from init. by Elliott Hughes · 9 years ago
  28. 29b9a19 Revert "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 9 years ago
  29. 30614fb init: improve mmap ASLR failure reporting by Kees Cook · 9 years ago
  30. 468e6eb init: Fix typo. by dcashman · 9 years ago
  31. 34717fd Temporarily add set_mmap_rnd_bits brillo exception by dcashman · 9 years ago
  32. 8698ef9 Set mmap_rnd_bits to maximum value. by dcashman · 9 years ago
  33. 15dc745 Multiple consoles by Viorel Suman · 9 years ago
  34. 00838b4 Revert "Enable multiple consoles" by Viorel Suman · 9 years ago
  35. ed26b34 Enable multiple consoles by Viorel Suman · 9 years ago
  36. 76874f8 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 9 years ago
  37. dfb99f6 Mount selinuxfs when other filesystems are mounted by Nick Kralevich · 9 years ago
  38. bfe62e8 init: set ro.boot.flash.locked from ro.boot.verifiedbootstate by Sami Tolvanen · 10 years ago
  39. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  40. 96e99e2 restorecon /property_contexts by Tom Cherry · 10 years ago
  41. 3cb436c Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 10 years ago
  42. e08eb02 Enable hidepid=2 on /proc by Nick Kralevich · 10 years ago
  43. 24012b2 init: skip "name" DT entry by Rom Lemarchand · 10 years ago
  44. d598cb6 property_service: log pid,uid and gid of setprop client by William Roberts · 10 years ago
  45. 1e07ace init: Use classes for parsing and clean up memory allocations by Tom Cherry · 10 years ago
  46. 26ab446 Create Service and ServiceManager classes by Tom Cherry · 10 years ago
  47. 5a578c5 init: use std::vector<std::string> for argument passing by Tom Cherry · 10 years ago
  48. 3d98067 init: Create classes for Action and Command by Tom Cherry · 10 years ago
  49. 0d379e2 init: Adding support to import directories by Lee Campbell · 10 years ago
  50. 62284c7 init: expand_props for onrestart commands. by Yabin Cui · 10 years ago
  51. bdc1fdd init: do expand_props before calling the builtins. by Yabin Cui · 10 years ago
  52. c9f3297 init: Let property_get return std::string. by Yabin Cui · 10 years ago
  53. 2e02c77 init: refuse to start process if domain transition not defined by Nick Kralevich · 10 years ago
  54. 2d6874f init support for cgroups. by Elliott Hughes · 10 years ago
  55. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  56. e7475d3 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 10 years ago
  57. ddcdf46 Reduce the coldboot timeout to 1s. by Elliott Hughes · 10 years ago
  58. 508beaa Clean up init /proc/cmdline handling. by Elliott Hughes · 10 years ago
  59. 9d96064 init: remove support for disabled SELinux by Nick Kralevich · 10 years ago
  60. e7350c1 init: get rid of the remaining double mounts by Nick Kralevich · 10 years ago
  61. c082266 Merge "init: don't double mount /proc and /sys" by Nick Kralevich · 10 years ago
  62. 51d9aaf init: don't double mount /proc and /sys by Nick Kralevich · 10 years ago
  63. 0e8a6a6 init: fix write_file checkreqprot logic error by Nick Kralevich · 10 years ago
  64. 6c46b34 init: remove mkdir /dev /proc /sys by Nick Kralevich · 10 years ago
  65. 7933051 Switch init to epoll. by Elliott Hughes · 10 years ago
  66. 6d3a868 Clean up property service initialization. by Elliott Hughes · 10 years ago
  67. 930cf05 Clean up init signal handling a little. by Elliott Hughes · 10 years ago
  68. 8c40afc Merge "Setup signal handler before any exec command" by Elliott Hughes · 10 years ago
  69. 23d7cf7 Revert "Revert "Make init re-exec itself for its SELinux domain transition."" by Elliott Hughes · 10 years ago
  70. 3b7db9d Revert "Make init re-exec itself for its SELinux domain transition." by Nick Kralevich · 10 years ago
  71. da05139 Make init re-exec itself for its SELinux domain transition. by Elliott Hughes · 10 years ago
  72. c52bc24 Setup signal handler before any exec command by Johan Redestig · 10 years ago
  73. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  74. 9671e3f Clean up property setting code. by Elliott Hughes · 10 years ago
  75. 169d8af Lose bootmode and console globals. by Elliott Hughes · 10 years ago
  76. 9def76c Parse boot properties from device tree by Rom Lemarchand · 10 years ago
  77. b6eae5c Merge "Remove /proc/cpuinfo parsing" by Elliott Hughes · 10 years ago
  78. 34db963 Remove useless memset from init. by Elliott Hughes · 10 years ago
  79. c84bf27 Switch init over to _PATH_DEFPATH. by Elliott Hughes · 10 years ago
  80. a2e4148 Remove /proc/cpuinfo parsing by Rom Lemarchand · 10 years ago
  81. 2ed40fa Fix a printf format string (caught by clang but not GCC). by Elliott Hughes · 10 years ago
  82. f3ebb79 Implement exec. by Elliott Hughes · 10 years ago
  83. e4c29eb Move sprintf to snprintf. by Yabin Cui · 10 years ago
  84. 9f5700c bootchart: fix bootchart can not be triggered problem by Yongqin Liu · 11 years ago
  85. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  86. c0e919c Stop using #if for conditional compilation. by Elliott Hughes · 10 years ago
  87. f3cf438 Build init as C++. by Elliott Hughes · 10 years ago[Renamed (99%) from init/init.c]
  88. 0ab46c9 Init: Fix literal by Andreas Gampe · 10 years ago
  89. 429721c init: Implement 'exec' command. by San Mehat · 11 years ago
  90. 0b41512 init: Add support "&&" operator in property triggers by Badhri Jagan Sridharan · 11 years ago
  91. 45a884f Add O_CLOEXEC to lots of open() calls. by Nick Kralevich · 10 years ago
  92. 05345bf Move property_context label handling to libselinux. by dcashman · 11 years ago
  93. 59f64ec Revert "Move property_context label handling to libselinux." by Nick Kralevich · 11 years ago
  94. 9806902 Move property_context label handling to libselinux. by dcashman · 11 years ago
  95. a016c42 Init: Remove unused variables by Andreas Gampe · 11 years ago
  96. 3700373 Fixed the pacing logic in bootchart data collection. by Bo (Andover) Zhang · 11 years ago
  97. 9464e5a Move unlink("/dev/.booting") until after filesystems are mounted. by Riley Andrews · 11 years ago
  98. 381341f Fix environment variable assignment in init by James Morrissey · 11 years ago
  99. 24a3b78 Improve init's debug printing. by Riley Andrews · 11 years ago
  100. 439224e Redirect libselinux logging to dmesg for ueventd. by Stephen Smalley · 11 years ago