1. 69754eb Move watchdogd out of init by Tom Cherry · 7 years ago
  2. 8f3b1a8 Merge "liblp: Allow building liblp as a shared library." by Treehugger Robot · 7 years ago
  3. 88475a7 liblp: Allow building liblp as a shared library. by David Anderson · 7 years ago
  4. 2226247 Merge "init: Cleanly shut down subcontext processes" by Treehugger Robot · 7 years ago
  5. d5c210f Merge "Move recovery to /system/bin" by Treehugger Robot · 7 years ago
  6. cfb350c init: Cleanly shut down subcontext processes by Luis Hector Chavez · 7 years ago
  7. e719b80 Merge "Add support for /product-services partition." by Treehugger Robot · 7 years ago
  8. 21e485d Add support for /product-services partition. by Dario Freni · 7 years ago
  9. e935f51 ueventd: Add dynamic kernel module loading by Andrew F. Davis · 7 years ago
  10. 9ff28d2 Move recovery to /system/bin by Jerry Zhang · 7 years ago
  11. 44b1127 init: fix typo in error message by Tom Cherry · 7 years ago
  12. 7fd525c Merge "init: rename init_first_stage" by Treehugger Robot · 7 years ago
  13. f88de1b Merge "init: clean up logging initialization" by Tom Cherry · 7 years ago
  14. b82877f init: removed unused includes by Tom Cherry · 7 years ago
  15. b9c4530 init: rename init_first_stage by Tom Cherry · 7 years ago
  16. 3639b84 init: clean up logging initialization by Tom Cherry · 7 years ago
  17. 8c9bd77 Merge "fs_mgr: Remove early prototype code." by Treehugger Robot · 7 years ago
  18. 03eefb8 Merge "init: Don't look for logical partitions via uevents." by Treehugger Robot · 7 years ago
  19. 1537da3 fs_mgr: Remove early prototype code. by David Anderson · 7 years ago
  20. b50d649 init: Don't look for logical partitions via uevents. by David Anderson · 7 years ago
  21. 2deb548 Fix loading ueventd.${ro.hardware}.rc. by Sen Jiang · 7 years ago
  22. b751e48 ueventd: add a test for ueventd_parser.cpp by Tom Cherry · 7 years ago
  23. bff86aa Merge "ueventd: let scripts provide firmware directories" by Tom Cherry · 7 years ago
  24. 1b3e6b8 ueventd: let scripts provide firmware directories by Tom Cherry · 7 years ago
  25. 05f694d init: actually remount /sys when changing network namespaces by Tom Cherry · 7 years ago
  26. 8b00b2a Add /mnt/product rw mount point for product partitions. by Bowgo Tsai · 7 years ago
  27. 743b769 Merge "init: add unit tests for tokenizer.cpp" by Tom Cherry · 7 years ago
  28. 7759fc3 init: add unit tests for tokenizer.cpp by Tom Cherry · 7 years ago
  29. 26e763b init: fix the parse error when meeting escape characters by liwugang · 7 years ago
  30. 9164ec4 init: Don't set ro.serialno when androidboot.serialno is not set by Chris Morin · 7 years ago
  31. c2373ad Merge "init: print service name when started waiting" by Treehugger Robot · 7 years ago
  32. a2898d8 Merge "Revert "init: dummy host_init_verifier for mac"" by Yifan Hong · 7 years ago
  33. 1955c42 init: print service name when started waiting by Wei Wang · 7 years ago
  34. 21219dc Revert "init: dummy host_init_verifier for mac" by Yifan Hong · 7 years ago
  35. 0408f80 Merge "init: dummy host_init_verifier for mac" by Treehugger Robot · 7 years ago
  36. 1e8123c Merge "init: document what host init verifier checks" by Treehugger Robot · 7 years ago
  37. b787ab2 init: dummy host_init_verifier for mac by Tom Cherry · 7 years ago
  38. 4193d7f init: document what host init verifier checks by Tom Cherry · 7 years ago
  39. da2b0a4 Merge "Don't check permissions bits on init scripts for host_init_verifier" by Tom Cherry · 7 years ago
  40. 1ca0df2 Merge "init: Create logical partitions via liblp." by Treehugger Robot · 7 years ago
  41. cd4643f Merge "libselinux is dynamically linked from init" by Treehugger Robot · 7 years ago
  42. f3dfddf Don't check permissions bits on init scripts for host_init_verifier by Tom Cherry · 7 years ago
  43. 7fa6c88 init: Create logical partitions via liblp. by David Anderson · 7 years ago
  44. db1789a libselinux is dynamically linked from init by Jiyong Park · 7 years ago
  45. 3b2254f Merge "Support oem_#### users/groups for host_init_verifier" by Tom Cherry · 7 years ago
  46. 24ddde5 Merge "Relax host init parser to work with the build system" by Tom Cherry · 7 years ago
  47. ba10d3c Support oem_#### users/groups for host_init_verifier by Tom Cherry · 7 years ago
  48. 6f65651 Relax host init parser to work with the build system by Tom Cherry · 7 years ago
  49. ba9be56 Merge "Revert "init: Add warning in init first stage mount"" by Treehugger Robot · 7 years ago
  50. fcc22f6 Revert "init: Add warning in init first stage mount" by Wei Wang · 7 years ago
  51. 3af7933 Merge changes from topic "sharedlib_in_recovery" by Treehugger Robot · 7 years ago
  52. 36f321c init: Add warning in init first stage mount by Wei Wang · 7 years ago
  53. f5fcc44 Merge "ueventd: fix extraneous 'Invalid section' error" by Tom Cherry · 7 years ago
  54. 52a9bac init: Actually check the return value for calls during first stage init by Tom Cherry · 7 years ago
  55. 216ce4b ueventd: fix extraneous 'Invalid section' error by Tom Cherry · 7 years ago
  56. 2807bf8 Build init with shared libraries by Jiyong Park · 7 years ago
  57. 2e01810 Merge "androidboot.lrap => logical_partitions" by Yifan Hong · 7 years ago
  58. 3cc413d androidboot.lrap => logical_partitions by Yifan Hong · 7 years ago
  59. cc863ef init: implement getpwnam for host init verifier by Tom Cherry · 7 years ago
  60. ca890e4 init: handle properties and imports for host init verifier by Tom Cherry · 7 years ago
  61. 5752971 Merge "init: add keychords_test" by Treehugger Robot · 7 years ago
  62. d2d4620 Merge "init: switch out keychord id with std::vector match of chords" by Treehugger Robot · 7 years ago
  63. 44f65bc init: add keychords_test by Mark Salyzyn · 7 years ago
  64. e8ba89a init; remove dead cruft. by Elliott Hughes · 7 years ago
  65. 726e0d7 Merge "libbase: add host properties support." by Elliott Hughes · 7 years ago
  66. 0cd437e init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 7 years ago
  67. 75c223f init: turn keychords into a standalone class by Mark Salyzyn · 7 years ago
  68. 1342526 init: refactor keychord for testing by Mark Salyzyn · 7 years ago
  69. 7151e0f libbase: add host properties support. by Elliott Hughes · 7 years ago
  70. 3cbacd0 Merge "init: finer grained permissions for ctl. properties" by Tom Cherry · 7 years ago
  71. b8c243e Merge "Add StdioLogger for command-line tools." by Elliott Hughes · 7 years ago
  72. 63141a1 Add StdioLogger for command-line tools. by Elliott Hughes · 7 years ago
  73. 8677251 init: finer grained permissions for ctl. properties by Tom Cherry · 7 years ago
  74. a50b8ac Merge "Property: Log errno for socket connect" by Treehugger Robot · 7 years ago
  75. 5b8ccbb Property: Log errno for socket connect by DuXiao · 7 years ago
  76. 8f547f8 init: separate out epoll into a class by Mark Salyzyn · 9 years ago
  77. 4c687a2 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 7 years ago
  78. 2cf104b Merge "init: allow entering of network namespaces" by Tom Cherry · 7 years ago
  79. 5a16976 init: allow entering of network namespaces by Tom Cherry · 7 years ago
  80. 773145d Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 7 years ago
  81. d84ec9a Removing block device by-num symlinks by Bowgo Tsai · 7 years ago
  82. 95f552c init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 7 years ago
  83. 0c76f83 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 7 years ago
  84. 8d708f7 init: Add inotify for /dev/input/ by Mark Salyzyn · 7 years ago
  85. 113b306 Merge "Remove unused using statement / host stub" by Treehugger Robot · 7 years ago
  86. a46f026 Remove unused using statement / host stub by Tom Cherry · 7 years ago
  87. f9331cf Merge changes from topic "interface_builtins" by Steven Moreland · 7 years ago
  88. 3ff00f0 init: ServiceList FindInterface by Steven Moreland · 7 years ago
  89. 579d48c builtins: interface_{start, stop, restart} by Steven Moreland · 7 years ago
  90. a132268 init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 7 years ago
  91. 9a9b137 init: use std::function for epoll handling by Tom Cherry · 7 years ago
  92. 5428faa init: Use sepolicy version instead by Logan Chien · 7 years ago
  93. 8a41d6c init: refactor first stage to not require fstab by David Anderson · 7 years ago
  94. 5844af3 First-stage mount: avoid triggering a FATAL error by Bowgo Tsai · 7 years ago
  95. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  96. 1f107af init: clarify documentation for disabled by Steven Moreland · 7 years ago
  97. e4ef504 Merge "init: Use android::base::boot_clock instead of /proc/uptime" by Treehugger Robot · 7 years ago
  98. 502c1d7 Merge "Set property for metadata encryption on first boot" by Treehugger Robot · 7 years ago
  99. f707c71 Set property for metadata encryption on first boot by Paul Crowley · 7 years ago
  100. 02a4a80 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 7 years ago