1. 3af7933 Merge changes from topic "sharedlib_in_recovery" by Treehugger Robot · 7 years ago
  2. 36f321c init: Add warning in init first stage mount by Wei Wang · 7 years ago
  3. f5fcc44 Merge "ueventd: fix extraneous 'Invalid section' error" by Tom Cherry · 7 years ago
  4. 52a9bac init: Actually check the return value for calls during first stage init by Tom Cherry · 7 years ago
  5. 216ce4b ueventd: fix extraneous 'Invalid section' error by Tom Cherry · 7 years ago
  6. 2807bf8 Build init with shared libraries by Jiyong Park · 7 years ago
  7. 2e01810 Merge "androidboot.lrap => logical_partitions" by Yifan Hong · 7 years ago
  8. 3cc413d androidboot.lrap => logical_partitions by Yifan Hong · 7 years ago
  9. cc863ef init: implement getpwnam for host init verifier by Tom Cherry · 7 years ago
  10. ca890e4 init: handle properties and imports for host init verifier by Tom Cherry · 7 years ago
  11. 5752971 Merge "init: add keychords_test" by Treehugger Robot · 7 years ago
  12. d2d4620 Merge "init: switch out keychord id with std::vector match of chords" by Treehugger Robot · 7 years ago
  13. 44f65bc init: add keychords_test by Mark Salyzyn · 7 years ago
  14. e8ba89a init; remove dead cruft. by Elliott Hughes · 7 years ago
  15. 726e0d7 Merge "libbase: add host properties support." by Elliott Hughes · 7 years ago
  16. 0cd437e init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 7 years ago
  17. 75c223f init: turn keychords into a standalone class by Mark Salyzyn · 7 years ago
  18. 1342526 init: refactor keychord for testing by Mark Salyzyn · 7 years ago
  19. 7151e0f libbase: add host properties support. by Elliott Hughes · 7 years ago
  20. 3cbacd0 Merge "init: finer grained permissions for ctl. properties" by Tom Cherry · 7 years ago
  21. b8c243e Merge "Add StdioLogger for command-line tools." by Elliott Hughes · 7 years ago
  22. 63141a1 Add StdioLogger for command-line tools. by Elliott Hughes · 7 years ago
  23. 8677251 init: finer grained permissions for ctl. properties by Tom Cherry · 7 years ago
  24. a50b8ac Merge "Property: Log errno for socket connect" by Treehugger Robot · 7 years ago
  25. 5b8ccbb Property: Log errno for socket connect by DuXiao · 7 years ago
  26. 8f547f8 init: separate out epoll into a class by Mark Salyzyn · 9 years ago
  27. 4c687a2 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 7 years ago
  28. 2cf104b Merge "init: allow entering of network namespaces" by Tom Cherry · 7 years ago
  29. 5a16976 init: allow entering of network namespaces by Tom Cherry · 7 years ago
  30. 773145d Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 7 years ago
  31. d84ec9a Removing block device by-num symlinks by Bowgo Tsai · 7 years ago
  32. 95f552c init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 7 years ago
  33. 0c76f83 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 7 years ago
  34. 8d708f7 init: Add inotify for /dev/input/ by Mark Salyzyn · 7 years ago
  35. 113b306 Merge "Remove unused using statement / host stub" by Treehugger Robot · 7 years ago
  36. a46f026 Remove unused using statement / host stub by Tom Cherry · 7 years ago
  37. f9331cf Merge changes from topic "interface_builtins" by Steven Moreland · 7 years ago
  38. 3ff00f0 init: ServiceList FindInterface by Steven Moreland · 7 years ago
  39. 579d48c builtins: interface_{start, stop, restart} by Steven Moreland · 7 years ago
  40. a132268 init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 7 years ago
  41. 9a9b137 init: use std::function for epoll handling by Tom Cherry · 7 years ago
  42. 5428faa init: Use sepolicy version instead by Logan Chien · 7 years ago
  43. 8a41d6c init: refactor first stage to not require fstab by David Anderson · 7 years ago
  44. 5844af3 First-stage mount: avoid triggering a FATAL error by Bowgo Tsai · 7 years ago
  45. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  46. 1f107af init: clarify documentation for disabled by Steven Moreland · 7 years ago
  47. e4ef504 Merge "init: Use android::base::boot_clock instead of /proc/uptime" by Treehugger Robot · 7 years ago
  48. 502c1d7 Merge "Set property for metadata encryption on first boot" by Treehugger Robot · 7 years ago
  49. f707c71 Set property for metadata encryption on first boot by Paul Crowley · 7 years ago
  50. 02a4a80 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 7 years ago
  51. a9b130f Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 7 years ago
  52. 4995b6f init: add sigstop option for debugging services from their start by Tom Cherry · 7 years ago
  53. dfa94b0 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 7 years ago
  54. 3087846 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  55. 96f5ddd Merge "init: use signalfd to catch SIGCHLD" by Treehugger Robot · 7 years ago
  56. bee98f6 Merge "Allow vendor-init-actionable for vold-related properties" by Treehugger Robot · 7 years ago
  57. 8a2546c Merge "init: do not impose vendor_init restrictions on old vendor images" by Tom Cherry · 7 years ago
  58. f4095cf init: use signalfd to catch SIGCHLD by Ryan Prichard · 7 years ago
  59. e01f271 init: do not impose vendor_init restrictions on old vendor images by Tom Cherry · 7 years ago
  60. 0a17a98 Allow vendor-init-actionable for vold-related properties by Jaekyun Seok · 7 years ago
  61. 8252f75 init: Use android::base::boot_clock instead of /proc/uptime by Luis Hector Chavez · 7 years ago
  62. 9148e92 Allow vendor-init-actionable for wlan.driver.status and init.svc.surfaceflinger by Jaekyun Seok · 7 years ago
  63. 616c91f Merge "Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr." by Tao Bao · 7 years ago
  64. 2aa8c27 Add dummy vndk library libmkbootimg to enable abi checks on boot_img_hdr. by Jayant Chowdhary · 7 years ago
  65. 70f26a4 Allow vendor-init-actionable for ro.board.platform and sys.boot_from_charger_mode by Jaekyun Seok · 7 years ago
  66. c132ce3 Allow vendor-init-actionable for ro.debuggable by Jaekyun Seok · 7 years ago
  67. c547b56 Revert "init: Reboot after timeout passes during reboot" by Tom Cherry · 7 years ago
  68. c830500 init: add timers around sync() during shutdown by Tom Cherry · 7 years ago
  69. a912924 Merge "Export init.svc.console as an actionable property" by Treehugger Robot · 7 years ago
  70. 073e841 ueventd: Increase uevent buffer size to 2MB by Daniel Mentz · 7 years ago
  71. fdaad8a Export init.svc.console as an actionable property by Jaekyun Seok · 7 years ago
  72. 53c34a7 Merge changes I443e733f,If1e89a67,I0481d87a by Tom Cherry · 7 years ago
  73. b733230 init: document previously undocumentary service options by Tom Cherry · 7 years ago
  74. d001459 init: alphabetize service options in README.md by Tom Cherry · 7 years ago
  75. 3bc38e6 init: alphabetize service options by Tom Cherry · 7 years ago
  76. 1d61d4f init: use FQName parse by Steven Moreland · 7 years ago
  77. b9387c4 Merge "Revert "If enablefilecrypto or init_user0 fails, reboot into recovery."" by Treehugger Robot · 7 years ago
  78. 158ab15 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
  79. 2a7094f Restrict setting platform properties from vendor .prop files by Tom Cherry · 7 years ago
  80. 9372720 Clean up property set error handling by Tom Cherry · 7 years ago
  81. 6f4e82b Don't build host_init_verifier on Android either by Tom Cherry · 7 years ago
  82. 8572560 Don't build host_init_verifier for darwin by Tom Cherry · 7 years ago
  83. 4717050 init: add host side parser for init by Tom Cherry · 7 years ago
  84. 9b9be79 Merge "init: Reboot after timeout passes during reboot" by Tom Cherry · 7 years ago
  85. f938a09 Merge "Document property expansion." by Treehugger Robot · 7 years ago
  86. fb151e1 init: Reboot after timeout passes during reboot by Tom Cherry · 7 years ago
  87. ee0d516 Document property expansion. by Elliott Hughes · 7 years ago
  88. 280c5d8 init: log control messages along with the process that sent them by Tom Cherry · 7 years ago
  89. a4da9c6 Merge "Fix intermittent crash in property_service_test" by Treehugger Robot · 7 years ago
  90. 5cf178c Fix intermittent crash in property_service_test by Tom Cherry · 7 years ago
  91. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  92. 8f6ee75 Merge "If enablefilecrypto or init_user0 fails, reboot into recovery." by Treehugger Robot · 7 years ago
  93. a09ad9d If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 7 years ago
  94. d9e7004 Move all Action parsing into ActionParser by Tom Cherry · 7 years ago
  95. a31195a Move ActionManager to its own file by Tom Cherry · 7 years ago
  96. 927d97e Move ActionParser to its own file by Tom Cherry · 7 years ago
  97. fb58214 Add support for non-partitioned devices for system by Greg Hartman · 7 years ago
  98. 29e277e Merge "init: add TODO for mount operations." by Treehugger Robot · 7 years ago
  99. fbbb5c2 init: add TODO for mount operations. by Tom Cherry · 7 years ago
  100. 8ff633b Merge "Do not block SIGTERM in init's child processes" by Treehugger Robot · 7 years ago