1. 42a5129 Use fsck.f2fs -a instead of -f for faster boot by Yusuke Sato · 10 years ago
  2. 7833f4b init/util.cpp: don't return a negative unsigned value by Nick Kralevich · 10 years ago
  3. 2d6874f init support for cgroups. by Elliott Hughes · 10 years ago
  4. ca6907c Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 10 years ago
  5. c069a8f init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS by Nick Kralevich · 10 years ago
  6. b53ea97 Merge "Compare two bootcharts and list timestamps for selected processes." by Ben Cheng · 10 years ago
  7. ea4a15a Compare two bootcharts and list timestamps for selected processes. by Ben Cheng · 10 years ago
  8. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  9. 6668728 Make it clearer to grep that init is built with clang. by Elliott Hughes · 10 years ago
  10. e7475d3 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 10 years ago
  11. 50d6d13 init: expand_props on trigger by Mark Salyzyn · 10 years ago
  12. 5461148 Don't use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 10 years ago
  13. ddcdf46 Reduce the coldboot timeout to 1s. by Elliott Hughes · 10 years ago
  14. c6cfd94 Fix insmod module size by Tom Cherry · 10 years ago
  15. 02b375c load ro.recovery_id property from recovery partition by Andres Morales · 10 years ago
  16. 800715d stop including rootdir build.prop by Andres Morales · 10 years ago
  17. 508beaa Clean up init /proc/cmdline handling. by Elliott Hughes · 10 years ago
  18. e2653e9 Merge "Enable property expansion for insmod" by Elliott Hughes · 10 years ago
  19. 84a7e1a Securely encrypt the master key by Paul Lawrence · 10 years ago
  20. 9d96064 init: remove support for disabled SELinux by Nick Kralevich · 10 years ago
  21. a0cfe7c Merge "Revert "Securely encrypt the master key"" by Paul Lawrence · 10 years ago
  22. 2825f1e Revert "Securely encrypt the master key" by Paul Lawrence · 10 years ago
  23. 59296a4 Merge "Revert "Only run vold command when file encryption enabled"" by Paul Lawrence · 10 years ago
  24. 468ba48 Revert "Only run vold command when file encryption enabled" by Paul Lawrence · 10 years ago
  25. 5aefced Merge "Only run vold command when file encryption enabled" by Paul Lawrence · 10 years ago
  26. 46881b2 Merge "Securely encrypt the master key" by Paul Lawrence · 10 years ago
  27. 71317fa Enable property expansion for insmod by Emmanuel Berthier · 10 years ago
  28. e7350c1 init: get rid of the remaining double mounts by Nick Kralevich · 10 years ago
  29. 0a8869e init: use SELinux /dev/null if available by Nick Kralevich · 10 years ago
  30. c082266 Merge "init: don't double mount /proc and /sys" by Nick Kralevich · 10 years ago
  31. 51d9aaf init: don't double mount /proc and /sys by Nick Kralevich · 10 years ago
  32. 0e8a6a6 init: fix write_file checkreqprot logic error by Nick Kralevich · 10 years ago
  33. 6c46b34 init: remove mkdir /dev /proc /sys by Nick Kralevich · 10 years ago
  34. 7933051 Switch init to epoll. by Elliott Hughes · 10 years ago
  35. 6d3a868 Clean up property service initialization. by Elliott Hughes · 10 years ago
  36. 930cf05 Clean up init signal handling a little. by Elliott Hughes · 10 years ago
  37. 8c40afc Merge "Setup signal handler before any exec command" by Elliott Hughes · 10 years ago
  38. 585b83c Revert "Revert "Remove now-unusable 'setcon' command."" by Elliott Hughes · 10 years ago
  39. 23d7cf7 Revert "Revert "Make init re-exec itself for its SELinux domain transition."" by Elliott Hughes · 10 years ago
  40. df4b80b init: consider all platform devices for find_platform_device by Tom Cherry · 10 years ago
  41. 617203c Securely encrypt the master key by Paul Lawrence · 10 years ago
  42. 06e566e Only run vold command when file encryption enabled by Paul Lawrence · 10 years ago
  43. c52bc24 Setup signal handler before any exec command by Johan Redestig · 10 years ago
  44. 78035cd Don't try to read /system/default.prop. by Elliott Hughes · 10 years ago
  45. a53c125 Fix memory leak in parse_action by Tom Cherry · 10 years ago
  46. 2b24f13 Revert "Revert "fs_mgr_verity: Add support for squashfs"" by Mohamad Ayyash · 10 years ago
  47. 24dd031 Merge "Revert "fs_mgr_verity: Add support for squashfs"" by Mohamad Ayyash · 10 years ago
  48. 3fec2ff Revert "fs_mgr_verity: Add support for squashfs" by Mohamad Ayyash · 10 years ago
  49. cb60b5d Merge "fs_mgr_verity: Add support for squashfs" by Mohamad Ayyash · 10 years ago
  50. 491ad6e Merge "Set verity mode as the verified property value" by Sami Tolvanen · 10 years ago
  51. ff11bdd fs_mgr_verity: Add support for squashfs by Mohamad Ayyash · 10 years ago
  52. 3eadd21 Remove execonce. by Elliott Hughes · 10 years ago
  53. 1a09cc2 Merge "Remove no-op "capabilities"." by Elliott Hughes · 10 years ago
  54. d6cd23f Merge "Revert "Revert "Adding e4crypt support""" by Paul Lawrence · 10 years ago
  55. f63cfa9 Remove no-op "capabilities". by Elliott Hughes · 10 years ago
  56. 2e35fbf Revert "Revert "Adding e4crypt support"" by Paul Lawrence · 10 years ago
  57. 5d70a74 Set verity mode as the verified property value by Sami Tolvanen · 10 years ago
  58. f662934 Build init with clang. by Elliott Hughes · 10 years ago
  59. 968fe6e Clarify a few things about bootcharts. by Elliott Hughes · 10 years ago
  60. b9f7fb3 Further cleanup of the logic in device_init. by Elliott Hughes · 10 years ago
  61. f7407e2 Fix clang build by removing unused locals. by Elliott Hughes · 10 years ago
  62. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  63. b601df3 init: missing break statement by Mark Salyzyn · 10 years ago
  64. 5545c1e Add missing parenthesis in init log message. by Elliott Hughes · 10 years ago
  65. 26b0f1b Fix the number of arguments for verity commands by Sami Tolvanen · 10 years ago
  66. 6250cbc Always use strerror to report errno. by Elliott Hughes · 10 years ago
  67. 31243e8 Merge "Ensure all init commands are documented." by Elliott Hughes · 10 years ago
  68. 4b35932 Ensure all init commands are documented. by Elliott Hughes · 10 years ago
  69. 4d8fe77 Merge "init: refactor firmware loading locations into table" by Daniel Rosenberg · 10 years ago
  70. a8075be Use unique_ptr to call closedir. by Elliott Hughes · 10 years ago
  71. b2c315c init: refactor firmware loading locations into table by Daniel Rosenberg · 10 years ago
  72. 9671e3f Clean up property setting code. by Elliott Hughes · 10 years ago
  73. 8aa33a0 Merge "Lose bootmode and console globals." by Elliott Hughes · 10 years ago
  74. 7224b58 Merge "Add init command to set verified properties" by Sami Tolvanen · 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. 5e1f923 Add init command to set verified properties by Sami Tolvanen · 10 years ago
  79. 3646ff0 Merge "Remove useless memset from init." by Elliott Hughes · 10 years ago
  80. 34db963 Remove useless memset from init. by Elliott Hughes · 10 years ago
  81. e6bdb6c Remove chroot from init. by Elliott Hughes · 10 years ago
  82. c84bf27 Switch init over to _PATH_DEFPATH. by Elliott Hughes · 10 years ago
  83. 0bb5b0a Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  84. 01eb2ae Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  85. a025366 Remove chdir from init. by Elliott Hughes · 10 years ago
  86. 8a1d0d9 Document mkdir behavioural change by Johan Redestig · 10 years ago
  87. 1481a6f Merge "Document the mount option string in the readme.txt" by Elliott Hughes · 10 years ago
  88. 9e224b4 Document the mount option string in the readme.txt by Niklas Tibbling · 13 years ago
  89. 6aaf6b9 Create libbase. by Dan Albert · 10 years ago
  90. a2e4148 Remove /proc/cpuinfo parsing by Rom Lemarchand · 10 years ago
  91. 1e2c826 Remove obsolete setkey. by Elliott Hughes · 10 years ago
  92. 1eb0a9b Remove getsebool/setsebool from init and toolbox. by Stephen Smalley · 10 years ago
  93. e730971 builtins: remove setenforce command by Nick Kralevich · 10 years ago
  94. 2ed40fa Fix a printf format string (caught by clang but not GCC). by Elliott Hughes · 10 years ago
  95. b95e6b9 Merge "Implement exec." by Elliott Hughes · 10 years ago
  96. 2084083 Fix outdated comments in grab-bootchart.sh. by Elliott Hughes · 10 years ago
  97. 6483d3d Merge "Add init support for dm-verity logging mode" by Sami Tolvanen · 10 years ago
  98. 881c915 Add init support for dm-verity logging mode by Sami Tolvanen · 10 years ago
  99. f3ebb79 Implement exec. by Elliott Hughes · 10 years ago
  100. 2b8bddf init: grab-bootchart.sh: run bootchart and display results by Mark Salyzyn · 10 years ago