1. 05063a8 Merge "init: finer grained permissions for ctl. properties" by Tom Cherry · 8 years ago
  2. 98c1b1c Merge "Add StdioLogger for command-line tools." by Elliott Hughes · 8 years ago
  3. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 8 years ago
  4. 5ab2e1c init: finer grained permissions for ctl. properties by Tom Cherry · 8 years ago
  5. 59976b9 Merge "Property: Log errno for socket connect" by Treehugger Robot · 8 years ago
  6. 4053359 Property: Log errno for socket connect by DuXiao · 8 years ago
  7. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 10 years ago
  8. 98214c8 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 8 years ago
  9. 4bfbd8e Merge "init: allow entering of network namespaces" by Tom Cherry · 8 years ago
  10. aead51b init: allow entering of network namespaces by Tom Cherry · 8 years ago
  11. 8eec38f Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 8 years ago
  12. 95591bd Removing block device by-num symlinks by Bowgo Tsai · 8 years ago
  13. 62e5b20 init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 8 years ago
  14. f187715 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 8 years ago
  15. 44692de init: Add inotify for /dev/input/ by Mark Salyzyn · 8 years ago
  16. 86dade8 Merge "Remove unused using statement / host stub" by Treehugger Robot · 8 years ago
  17. 2fa178a Remove unused using statement / host stub by Tom Cherry · 8 years ago
  18. 4880d44 Merge changes from topic "interface_builtins" by Steven Moreland · 8 years ago
  19. 6227e34 init: ServiceList FindInterface by Steven Moreland · 8 years ago
  20. 612d7a4 builtins: interface_{start, stop, restart} by Steven Moreland · 8 years ago
  21. 353bf1f init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 8 years ago
  22. 8ae7375 init: use std::function for epoll handling by Tom Cherry · 8 years ago
  23. 837b2a4 init: Use sepolicy version instead by Logan Chien · 8 years ago
  24. 29954f6 init: refactor first stage to not require fstab by David Anderson · 8 years ago
  25. 8fe363f First-stage mount: avoid triggering a FATAL error by Bowgo Tsai · 8 years ago
  26. 40fdf3f Add test_suites lines. by Elliott Hughes · 8 years ago
  27. 8cb3686 init: clarify documentation for disabled by Steven Moreland · 8 years ago
  28. 8e73e6f Merge "init: Use android::base::boot_clock instead of /proc/uptime" by Treehugger Robot · 8 years ago
  29. def2499 Merge "Set property for metadata encryption on first boot" by Treehugger Robot · 8 years ago
  30. e383334 Set property for metadata encryption on first boot by Paul Crowley · 8 years ago
  31. 4640149 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 8 years ago
  32. b418791 Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 8 years ago
  33. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 8 years ago
  34. 0b66969 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 8 years ago
  35. c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 8 years ago
  36. 07de838 Merge "init: use signalfd to catch SIGCHLD" by Treehugger Robot · 8 years ago
  37. ee1b5a6 Merge "Allow vendor-init-actionable for vold-related properties" by Treehugger Robot · 8 years ago
  38. 4396bb8 Merge "init: do not impose vendor_init restrictions on old vendor images" by Tom Cherry · 8 years ago
  39. 1325ec8 init: use signalfd to catch SIGCHLD by Ryan Prichard · 8 years ago
  40. a1dbeb8 init: do not impose vendor_init restrictions on old vendor images by Tom Cherry · 8 years ago
  41. 00ef7d5 Allow vendor-init-actionable for vold-related properties by Jaekyun Seok · 8 years ago
  42. 2980f57 init: Use android::base::boot_clock instead of /proc/uptime by Luis Hector Chavez · 8 years ago
  43. 167ec7f Allow vendor-init-actionable for wlan.driver.status and init.svc.surfaceflinger by Jaekyun Seok · 8 years ago
  44. b7ba61f Merge "Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr." by Tao Bao · 8 years ago
  45. 478c7c1 Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr. by Jayant Chowdhary · 8 years ago
  46. 1f90cce Allow vendor-init-actionable for ro.board.platform and sys.boot_from_charger_mode by Jaekyun Seok · 8 years ago
  47. 4f214c5 Allow vendor-init-actionable for ro.debuggable by Jaekyun Seok · 8 years ago
  48. 0a72e6c Revert "init: Reboot after timeout passes during reboot" by Tom Cherry · 8 years ago
  49. 1f9d540 init: add timers around sync() during shutdown by Tom Cherry · 8 years ago
  50. 9f5e6db Merge "Export init.svc.console as an actionable property" by Treehugger Robot · 8 years ago
  51. 636ed5f ueventd: Increase uevent buffer size to 2MB by Daniel Mentz · 8 years ago
  52. cba467e Export init.svc.console as an actionable property by Jaekyun Seok · 8 years ago
  53. c602f5a Merge changes I443e733f,If1e89a67,I0481d87a by Tom Cherry · 8 years ago
  54. cb336ee init: document previously undocumentary service options by Tom Cherry · 8 years ago
  55. bbbfed6 init: alphabetize service options in README.md by Tom Cherry · 8 years ago
  56. e2f341e init: alphabetize service options by Tom Cherry · 8 years ago
  57. 422367b init: use FQName parse by Steven Moreland · 8 years ago
  58. b9ee9ab Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 8 years ago
  59. e242a97 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 8 years ago
  60. dc37586 Restrict setting platform properties from vendor .prop files by Tom Cherry · 8 years ago
  61. 69d47aa Clean up property set error handling by Tom Cherry · 8 years ago
  62. 547f731 Don't build host_init_verifier on Android either by Tom Cherry · 8 years ago
  63. 96ff0fe Don't build host_init_verifier for darwin by Tom Cherry · 8 years ago
  64. de6bd50 init: add host side parser for init by Tom Cherry · 8 years ago
  65. 8906382 Merge "init: Reboot after timeout passes during reboot" by Tom Cherry · 8 years ago
  66. a4644c9 Merge "Document property expansion." by Treehugger Robot · 8 years ago
  67. c9fec9d init: Reboot after timeout passes during reboot by Tom Cherry · 8 years ago
  68. 7e469ce Document property expansion. by Elliott Hughes · 8 years ago
  69. 6f2d56d init: log control messages along with the process that sent them by Tom Cherry · 8 years ago
  70. ca26cbc Merge "Fix intermittent crash in property_service_test" by Treehugger Robot · 8 years ago
  71. b7ef7e7 Fix intermittent crash in property_service_test by Tom Cherry · 8 years ago
  72. dc699a2 bpfmt. by Elliott Hughes · 8 years ago
  73. 851803d Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 8 years ago
  74. 959b055 If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 8 years ago
  75. 9cbf570 Move all Action parsing into ActionParser by Tom Cherry · 8 years ago
  76. 7fd3bc2 Move ActionManager to its own file by Tom Cherry · 8 years ago
  77. 0f6417f Move ActionParser to its own file by Tom Cherry · 8 years ago
  78. 8864749 Add support for non-partitioned devices for system by Greg Hartman · 8 years ago
  79. 94e9305 Merge "init: add TODO for mount operations." by Treehugger Robot · 8 years ago
  80. 880d566 init: add TODO for mount operations. by Tom Cherry · 8 years ago
  81. 176afbb Merge "Do not block SIGTERM in init's child processes" by Treehugger Robot · 8 years ago
  82. 4a4ec14e Do not block SIGTERM in init's child processes by yusukes · 8 years ago
  83. c684696 Use vold's mount with metadata encryption service. by Paul Crowley · 8 years ago
  84. cf2da29 Update stable_properties.h by Jaekyun Seok · 8 years ago
  85. 8abe4e2 Merge "sepolicy: renames nonplat_* to vendor_*" by Treehugger Robot · 8 years ago
  86. dff165d Support /product partition by Jaekyun Seok · 8 years ago
  87. af0a1f8 Label /vendor_file_contexts as file_contexts_file by Tom Cherry · 8 years ago
  88. f09649c Merge "Make vendor_init check SELinux before setting properties" by Tom Cherry · 8 years ago
  89. 17b959c Merge "Init remove direct calls to light sys nodes." by Treehugger Robot · 8 years ago
  90. 3222848 Make vendor_init check SELinux before setting properties by Tom Cherry · 8 years ago
  91. d5eccfd Init remove direct calls to light sys nodes. by Steven Moreland · 8 years ago
  92. 618d310 Move all of init to libinit by Tom Cherry · 8 years ago
  93. 2c4f487 Merge "Apply the whitelist of actionable system properties" by Treehugger Robot · 8 years ago
  94. eeb2188 Apply the whitelist of actionable system properties by Jaekyun Seok · 8 years ago
  95. 927c5d5 Introduce property types by Tom Cherry · 8 years ago
  96. c49719f init: always expand args in subcontext by Tom Cherry · 8 years ago
  97. 36cf353 sepolicy: renames nonplat_* to vendor_* by Bowgo Tsai · 8 years ago
  98. 919458c Create a host side checker for property info file correctness by Tom Cherry · 8 years ago
  99. bb877e2 system property: property set without time spent asleep by Dong Jinguang · 8 years ago
  100. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 8 years ago