1. 3dcfa3f Most accept/accept4 calls in system/core don't actually want the remote address. by Elliott Hughes · 8 years ago
  2. 99c4a8a Mount /vendor and /odm early by Hung-ying Tyan · 8 years ago
  3. c1a9a21 Merge "libcrypto_utils: convert to Soong." by Josh Gao · 8 years ago
  4. 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago
  5. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 8 years ago
  6. 1e73024 Have init kill the process group. by Elliott Hughes · 8 years ago
  7. 4efbce1 Merge "Fix clang-tidy performance warnings in syste/core." by Treehugger Robot · 8 years ago
  8. 8f7b9e3 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 8 years ago
  9. 6dc68cb Merge "Fix google-explicit-constructor warnings in system/core." by Chih-hung Hsieh · 8 years ago
  10. 7eed474 ueventd: Remove verbose restorecon_recursive: message by Dmitry Shmidt · 8 years ago
  11. 6d232ab Merge "Fix early init logging." by Treehugger Robot · 8 years ago
  12. 034c475 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  13. 35f5d04 Fix early init logging. by Elliott Hughes · 8 years ago
  14. e18e7e5 Improve init Service logging. by Elliott Hughes · 8 years ago
  15. d2e74db init: select usb gadget controller at run time by Amit Pundir · 8 years ago
  16. 82d2bcc Merge "Refactor Service::Start method." by Treehugger Robot · 8 years ago
  17. 344d01f Refactor Service::Start method. by Jorge Lucangeli Obes · 8 years ago
  18. 171a829 Make klog_fd thread-safe and make klog_init a no-op. by Elliott Hughes · 8 years ago
  19. 177b27d Rename "Handle(r)" to "Parse(r)" in Android init. by Jorge Lucangeli Obes · 8 years ago
  20. 1b3fa3d init: Add option to run a service in a new PID/mount namespace. by Jorge Lucangeli Obes · 8 years ago
  21. f86b5a6 Move init to libbase logging. by Elliott Hughes · 8 years ago
  22. 3195116 Remove MTD cruft from init. by Elliott Hughes · 8 years ago
  23. aa9f371 Merge "Remove more obsolete MTD stuff." by Treehugger Robot · 8 years ago
  24. 01e5a6c Remove more obsolete MTD stuff. by Elliott Hughes · 8 years ago
  25. 66277db Merge "Add -f to insmod" by Hung-ying Tyan · 8 years ago
  26. bfa6d75 Add -f to insmod by Hung-ying Tyan · 8 years ago
  27. cdb2ca5 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  28. ad8e94e init: report createProcessGroup failure. by Elliott Hughes · 8 years ago
  29. 9542881 Merge "ueventd: only relabel devices if there's a delta" by Treehugger Robot · 8 years ago
  30. 86cd314 Merge "init: expand arguments of services when they start" by Tom Cherry · 8 years ago
  31. 081705c Add process priority to service definition. by Vitalii Tomkiv · 8 years ago
  32. bac3536 init: expand arguments of services when they start by Tom Cherry · 8 years ago
  33. 4b56162 init: Add support for ${x.y:-default} expansion by Mark Salyzyn · 8 years ago
  34. f7e79b9 use process groups for processes started by init by Collin Mulliner · 8 years ago
  35. 397de14 ueventd: only relabel devices if there's a delta by William Roberts · 8 years ago
  36. c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 8 years ago
  37. 6de783a init: support matching sysfs class paths in ueventd.rc by Rob Herring · 8 years ago
  38. e5636a3 init: rework fixup_sys_perms to use perm_path_matches by Rob Herring · 8 years ago
  39. 7bdd6a8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  40. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  41. 24a3cbf ueventd: relabel block devices nodes when processing subsequent add events by Mihai Serban · 8 years ago
  42. bdeac39 Remove undocumented functionality from init. by Elliott Hughes · 8 years ago
  43. 097b6bb Switch fs_mgr and adb to libcrypto_utils. by Mattias Nissler · 8 years ago
  44. 5b5a8ac ueventd: convert to use pwd family of functions by William Roberts · 8 years ago
  45. 8e1dce8 property_service: drop unused header by William Roberts · 8 years ago
  46. 6df1570 init: drop unused header android_filesystem_config.h by William Roberts · 8 years ago
  47. 3792e6c init: switch from android_ids to getpwnam by William Roberts · 8 years ago
  48. a98cc9c init: turn off backlight when performing shutdown cleanup by Mark Salyzyn · 8 years ago
  49. ad575e0 init: watchdog restarted during shutdown fsck by Mark Salyzyn · 8 years ago
  50. 124a9c9 init/builtins.cpp: Switch to finit_module by Nick Kralevich · 8 years ago
  51. 7f84a07 Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 8 years ago
  52. dce9b61 Merge "Fix const issues in preparation for libcxx rebase." by Dan Austin · 8 years ago
  53. 60b976d Address const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  54. a27bbd2 Fix const issues in preparation for libcxx rebase. by Dan Austin · 8 years ago
  55. c8f026f Revert "Set mmap_rnd_bits to maximum value." by Daniel Cashman · 8 years ago
  56. 39caeb5 init: improve mmap ASLR failure reporting by Kees Cook · 8 years ago
  57. 754dd96 init: Fix typo. by dcashman · 8 years ago
  58. 3396b4b Temporarily add set_mmap_rnd_bits brillo exception by dcashman · 8 years ago
  59. c819e78 Set mmap_rnd_bits to maximum value. by dcashman · 8 years ago
  60. 70daa67 Multiple consoles by Viorel Suman · 8 years ago
  61. efc7275 Revert "Enable multiple consoles" by Viorel Suman · 8 years ago
  62. caafe5c Enable multiple consoles by Viorel Suman · 8 years ago
  63. 3d1dff2 Leftovers of the SELinux policy update mechanism by Janis Danisevskis · 8 years ago
  64. 2c5b89a Merge "Cleanup uses of sprintf so we can deprecate it." by George Burgess IV · 8 years ago
  65. e7aa2b2 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  66. 3d9e273 Mount selinuxfs when other filesystems are mounted by Nick Kralevich · 8 years ago
  67. 9bcfd64 init: harden socket creation against symlinks by Nick Kralevich · 8 years ago
  68. 246b0fd Use ro.debuggable instead of ro.build.type by Yusuke Sato · 8 years ago
  69. 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 8 years ago
  70. b702b46 init: fix writepid wrong pid written in file(s) by Anestis Bechtsoudis · 8 years ago
  71. dc84856 init: Fix load_firmware error by Biao Lu · 8 years ago
  72. 1fb20b8 init: Update readme.txt to reflect recent changes to init by Tom Cherry · 8 years ago
  73. e7f9779 Merge "Allow paths of .rc files to be specified at mount_all" by Hung-ying Tyan · 8 years ago
  74. dc738ea Allow paths of .rc files to be specified at mount_all by Hung-ying Tyan · 8 years ago
  75. 5db8d6a logging: avoid unnecessary printfs by Nick Kralevich · 8 years ago
  76. c787cf2 Remove special case handling of "ro." properties permissions by Tom Cherry · 8 years ago
  77. 710056e Merge "libinit: depend on libselinux" by Colin Cross · 8 years ago
  78. b7e03e8 init: Allows shutting down cleanly. by Bertrand SIMONNET · 9 years ago
  79. c1caf88 libinit: depend on libselinux by Colin Cross · 9 years ago
  80. dbddb40 Update init documentation to reflect fs_config changes by Tom Cherry · 9 years ago
  81. 0d1214c Merge "Set up dm-verity in EIO mode instead of logging mode" by Sami Tolvanen · 9 years ago
  82. 9e9efca init: set ro.boot.flash.locked from ro.boot.verifiedbootstate by Sami Tolvanen · 9 years ago
  83. 1563d65 Remove property_area_initialized by Tom Cherry · 9 years ago
  84. c689984 Merge "Remove ANDROID_PROPERTY_WORKSPACE" by Tom Cherry · 9 years ago
  85. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  86. 265f525 Remove ANDROID_PROPERTY_WORKSPACE by Tom Cherry · 9 years ago
  87. 6036114 Abort if __system_property_area_init fails by Tom Cherry · 9 years ago
  88. 90f52df Set up dm-verity in EIO mode instead of logging mode by Sami Tolvanen · 9 years ago
  89. e36a85c restorecon /property_contexts by Tom Cherry · 9 years ago
  90. 83ccb1c init: Don't ignore setsockcreatecon errors by Nick Kralevich · 9 years ago
  91. 2d8f1d4 Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 9 years ago
  92. c39ba5a Enable hidepid=2 on /proc by Nick Kralevich · 9 years ago
  93. 1dcf325 init: skip "name" DT entry by Rom Lemarchand · 9 years ago
  94. 27ff124 Merge "init/adb: correct static lib dependencies for libselinux" am: 38aee48fc6 by Daniel Cashman · 9 years ago
  95. 38aee48 Merge "init/adb: correct static lib dependencies for libselinux" by Daniel Cashman · 9 years ago
  96. bd2d961 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  97. eea68c6 Merge "Remove __DATE__/__TIME__ from init and debuggerd" am: 512b0e60b4 by Dan Willemsen · 9 years ago
  98. 30622bb Remove __DATE__/__TIME__ from init and debuggerd by Dan Willemsen · 9 years ago
  99. 234aedf am b8cc70a9: Merge "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  100. 99e3a92 Error correction: Use libfec in fs_mgr by Sami Tolvanen · 9 years ago