1. d548e30 Merge "init: Create classes for Action and Command" by Tom Cherry · 9 years ago
  2. fa0c21c init: Create classes for Action and Command by Tom Cherry · 9 years ago
  3. 138c540 Merge "init: Add C++ tokenizer." by Lee Campbell · 9 years ago
  4. 220ca84 init: Add C++ tokenizer. by Lee Campbell · 9 years ago
  5. b10e562 Merge "Introduce a mechanism to trace boot sequence." by Yasuhiro Matsuda · 9 years ago
  6. ab37983 Add a script to record Android boot time. by Yasuhiro Matsuda · 9 years ago
  7. f93db4b Introduce a mechanism to trace boot sequence. by Yasuhiro Matsuda · 9 years ago
  8. f13b1b3 init: Adding support to import directories by Lee Campbell · 9 years ago
  9. ee53006 init: expand_props for onrestart commands. by Yabin Cui · 9 years ago
  10. 00ede7d init: do expand_props before calling the builtins. by Yabin Cui · 9 years ago
  11. 74edcea init: Let property_get return std::string. by Yabin Cui · 9 years ago
  12. 12df1e1 init: use init's property expansion code for mount_all by Nan Liu · 9 years ago
  13. 636b1eb init: Fix logging stutter by Mark Salyzyn · 9 years ago
  14. 692abc2 init: Add additional logging levels by Mark Salyzyn · 9 years ago
  15. 0e3ce82 Merge "Use fsck.f2fs -a instead of -f for faster boot" by Yusuke Sato · 9 years ago
  16. 683790a Merge "init: Fix bootchart trigger for emulator" by Elliott Hughes · 9 years ago
  17. 4800dbf init: refuse to start process if domain transition not defined by Nick Kralevich · 9 years ago
  18. 0df0827 Use fsck.f2fs -a instead of -f for faster boot by Yusuke Sato · 9 years ago
  19. 9136f38 init: Fix bootchart trigger for emulator by Yu Ning · 9 years ago
  20. d2104df init/util.cpp: don't return a negative unsigned value by Nick Kralevich · 9 years ago
  21. d62f060 init support for cgroups. by Elliott Hughes · 9 years ago
  22. 21d605e Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 9 years ago
  23. 18ae44b init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS by Nick Kralevich · 9 years ago
  24. 83be2fd Merge "Compare two bootcharts and list timestamps for selected processes." by Ben Cheng · 9 years ago
  25. 50bbde0 Compare two bootcharts and list timestamps for selected processes. by Ben Cheng · 9 years ago
  26. 4d87095 Remove calls to is_selinux_enabled() by Nick Kralevich · 9 years ago
  27. 1115c25 Make it clearer to grep that init is built with clang. by Elliott Hughes · 9 years ago
  28. 17fff89 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 9 years ago
  29. dd0e316 init: expand_props on trigger by Mark Salyzyn · 9 years ago
  30. 47b0134 Don't use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 9 years ago
  31. c7331d0 Reduce the coldboot timeout to 1s. by Elliott Hughes · 9 years ago
  32. eaa3b4e Fix insmod module size by Tom Cherry · 9 years ago
  33. cb3fce8 load ro.recovery_id property from recovery partition by Andres Morales · 9 years ago
  34. dff1817 stop including rootdir build.prop by Andres Morales · 9 years ago
  35. e5ce30f Clean up init /proc/cmdline handling. by Elliott Hughes · 9 years ago
  36. 5138958 Merge "Enable property expansion for insmod" by Elliott Hughes · 9 years ago
  37. 806d10b Securely encrypt the master key by Paul Lawrence · 9 years ago
  38. d34e407 init: remove support for disabled SELinux by Nick Kralevich · 9 years ago
  39. 2b3a493 Merge "Revert "Securely encrypt the master key"" by Paul Lawrence · 9 years ago
  40. 7ac2807 Revert "Securely encrypt the master key" by Paul Lawrence · 9 years ago
  41. 6e8c8f5 Merge "Revert "Only run vold command when file encryption enabled"" by Paul Lawrence · 9 years ago
  42. 34276a1 Revert "Only run vold command when file encryption enabled" by Paul Lawrence · 9 years ago
  43. a71ef0d Merge "Only run vold command when file encryption enabled" by Paul Lawrence · 9 years ago
  44. 9234b16 Merge "Securely encrypt the master key" by Paul Lawrence · 9 years ago
  45. ac41230 Enable property expansion for insmod by Emmanuel Berthier · 9 years ago
  46. f667a32 init: get rid of the remaining double mounts by Nick Kralevich · 9 years ago
  47. e34577c init: use SELinux /dev/null if available by Nick Kralevich · 9 years ago
  48. 178299f Merge "init: don't double mount /proc and /sys" by Nick Kralevich · 9 years ago
  49. 9dec93b init: don't double mount /proc and /sys by Nick Kralevich · 9 years ago
  50. eedbe81 init: fix write_file checkreqprot logic error by Nick Kralevich · 9 years ago
  51. a1f6a4b init: remove mkdir /dev /proc /sys by Nick Kralevich · 9 years ago
  52. 929f407 Switch init to epoll. by Elliott Hughes · 9 years ago
  53. c6c26ed Clean up property service initialization. by Elliott Hughes · 9 years ago
  54. 9042cae Clean up init signal handling a little. by Elliott Hughes · 9 years ago
  55. 662baef Merge "Setup signal handler before any exec command" by Elliott Hughes · 9 years ago
  56. c7ca9dd Revert "Revert "Remove now-unusable 'setcon' command."" by Elliott Hughes · 9 years ago
  57. f65730e Revert "Revert "Make init re-exec itself for its SELinux domain transition."" by Elliott Hughes · 9 years ago
  58. 1225a61 init: consider all platform devices for find_platform_device by Tom Cherry · 9 years ago
  59. 4bf1887 Securely encrypt the master key by Paul Lawrence · 9 years ago
  60. efe190e Only run vold command when file encryption enabled by Paul Lawrence · 9 years ago
  61. 4f67330 Setup signal handler before any exec command by Johan Redestig · 9 years ago
  62. 95f709a Don't try to read /system/default.prop. by Elliott Hughes · 9 years ago
  63. ae392cf Fix memory leak in parse_action by Tom Cherry · 9 years ago
  64. 030ef359 Revert "Revert "fs_mgr_verity: Add support for squashfs"" by Mohamad Ayyash · 9 years ago
  65. e322ae1 Merge "Revert "fs_mgr_verity: Add support for squashfs"" by Mohamad Ayyash · 9 years ago
  66. 7b97c7a Revert "fs_mgr_verity: Add support for squashfs" by Mohamad Ayyash · 9 years ago
  67. 70f81ce Merge "fs_mgr_verity: Add support for squashfs" by Mohamad Ayyash · 9 years ago
  68. 284c5cb Merge "Set verity mode as the verified property value" by Sami Tolvanen · 9 years ago
  69. 807f470 fs_mgr_verity: Add support for squashfs by Mohamad Ayyash · 9 years ago
  70. e2837a9 Remove execonce. by Elliott Hughes · 9 years ago
  71. a57fb59 Merge "Remove no-op "capabilities"." by Elliott Hughes · 9 years ago
  72. 27cda9a Merge "Revert "Revert "Adding e4crypt support""" by Paul Lawrence · 9 years ago
  73. b022b84 Remove no-op "capabilities". by Elliott Hughes · 9 years ago
  74. b8c9d27 Revert "Revert "Adding e4crypt support"" by Paul Lawrence · 9 years ago
  75. 4547423 Set verity mode as the verified property value by Sami Tolvanen · 9 years ago
  76. 9efd95b Build init with clang. by Elliott Hughes · 9 years ago
  77. 59abac2 Clarify a few things about bootcharts. by Elliott Hughes · 9 years ago
  78. 56a0656 Further cleanup of the logic in device_init. by Elliott Hughes · 9 years ago
  79. 7473836 Fix clang build by removing unused locals. by Elliott Hughes · 9 years ago
  80. da40c00 Log more timing information from init. by Elliott Hughes · 9 years ago
  81. 7a3d66c init: missing break statement by Mark Salyzyn · 9 years ago
  82. 930974c Add missing parenthesis in init log message. by Elliott Hughes · 9 years ago
  83. 8d6ea4b Fix the number of arguments for verity commands by Sami Tolvanen · 9 years ago
  84. cd67f00 Always use strerror to report errno. by Elliott Hughes · 10 years ago
  85. bf68414 Merge "Ensure all init commands are documented." by Elliott Hughes · 10 years ago
  86. 91a3be5 Ensure all init commands are documented. by Elliott Hughes · 10 years ago
  87. 72510c5 Merge "init: refactor firmware loading locations into table" by Daniel Rosenberg · 10 years ago
  88. 81399e1 Use unique_ptr to call closedir. by Elliott Hughes · 10 years ago
  89. d1d9602 init: refactor firmware loading locations into table by Daniel Rosenberg · 10 years ago
  90. db3f267 Clean up property setting code. by Elliott Hughes · 10 years ago
  91. 1b8dbe7 Merge "Lose bootmode and console globals." by Elliott Hughes · 10 years ago
  92. ddd0639 Merge "Add init command to set verified properties" by Sami Tolvanen · 10 years ago
  93. d679bc9 Lose bootmode and console globals. by Elliott Hughes · 10 years ago
  94. 6a52443 Parse boot properties from device tree by Rom Lemarchand · 10 years ago
  95. bbc01d8 Merge "Remove /proc/cpuinfo parsing" by Elliott Hughes · 10 years ago
  96. acbf9be Add init command to set verified properties by Sami Tolvanen · 10 years ago
  97. ee2e362 Merge "Remove useless memset from init." by Elliott Hughes · 10 years ago
  98. 0dccc88 Remove useless memset from init. by Elliott Hughes · 10 years ago
  99. 7010301 Remove chroot from init. by Elliott Hughes · 10 years ago
  100. cc86fb2 Switch init over to _PATH_DEFPATH. by Elliott Hughes · 10 years ago