1. 92c49bc init: Cleanly shut down subcontext processes by Luis Hector Chavez · 8 years ago
  2. 18be1e2 Merge "Add support for /product-services partition." by Treehugger Robot · 8 years ago
  3. 3613710 Add support for /product-services partition. by Dario Freni · 8 years ago
  4. 9963847 ueventd: Add dynamic kernel module loading by Andrew F. Davis · 8 years ago
  5. 8c901dd init: fix typo in error message by Tom Cherry · 8 years ago
  6. 1d2b29a Merge "init: rename init_first_stage" by Treehugger Robot · 8 years ago
  7. 258109c Merge "init: clean up logging initialization" by Tom Cherry · 8 years ago
  8. f025069 init: removed unused includes by Tom Cherry · 8 years ago
  9. 38a11cc init: rename init_first_stage by Tom Cherry · 8 years ago
  10. 74069d1 init: clean up logging initialization by Tom Cherry · 8 years ago
  11. 881be58 Merge "fs_mgr: Remove early prototype code." by Treehugger Robot · 8 years ago
  12. 8ab1fd0 Merge "init: Don't look for logical partitions via uevents." by Treehugger Robot · 8 years ago
  13. e0384bb fs_mgr: Remove early prototype code. by David Anderson · 8 years ago
  14. ab8414d init: Don't look for logical partitions via uevents. by David Anderson · 8 years ago
  15. d76f174 Fix loading ueventd.${ro.hardware}.rc. by Sen Jiang · 8 years ago
  16. 5f0198b ueventd: add a test for ueventd_parser.cpp by Tom Cherry · 8 years ago
  17. b504f38 Merge "ueventd: let scripts provide firmware directories" by Tom Cherry · 8 years ago
  18. 7421fa1 ueventd: let scripts provide firmware directories by Tom Cherry · 8 years ago
  19. 9bb0a4d init: actually remount /sys when changing network namespaces by Tom Cherry · 8 years ago
  20. acc31ce Add /mnt/product rw mount point for product partitions. by Bowgo Tsai · 8 years ago
  21. 749ee86 Merge "init: add unit tests for tokenizer.cpp" by Tom Cherry · 8 years ago
  22. 2a5a4e7 init: add unit tests for tokenizer.cpp by Tom Cherry · 8 years ago
  23. 332afef init: fix the parse error when meeting escape characters by liwugang · 8 years ago
  24. 39d124b init: Don't set ro.serialno when androidboot.serialno is not set by Chris Morin · 8 years ago
  25. d41a1f9 Merge "init: print service name when started waiting" by Treehugger Robot · 8 years ago
  26. 16bb55c Merge "Revert "init: dummy host_init_verifier for mac"" by Yifan Hong · 8 years ago
  27. 2c4ee75 init: print service name when started waiting by Wei Wang · 8 years ago
  28. 3c4aa11 Revert "init: dummy host_init_verifier for mac" by Yifan Hong · 8 years ago
  29. b0e193c Merge "init: dummy host_init_verifier for mac" by Treehugger Robot · 8 years ago
  30. ab8131f Merge "init: document what host init verifier checks" by Treehugger Robot · 8 years ago
  31. f567367 init: dummy host_init_verifier for mac by Tom Cherry · 8 years ago
  32. 47111ae init: document what host init verifier checks by Tom Cherry · 8 years ago
  33. 81101cb Merge "Don't check permissions bits on init scripts for host_init_verifier" by Tom Cherry · 8 years ago
  34. 08839ff Merge "init: Create logical partitions via liblp." by Treehugger Robot · 8 years ago
  35. 20480a2 Merge "libselinux is dynamically linked from init" by Treehugger Robot · 8 years ago
  36. d72432d Don't check permissions bits on init scripts for host_init_verifier by Tom Cherry · 8 years ago
  37. 6590df2 init: Create logical partitions via liblp. by David Anderson · 8 years ago
  38. 012171d libselinux is dynamically linked from init by Jiyong Park · 8 years ago
  39. fe80d06 Merge "Support oem_#### users/groups for host_init_verifier" by Tom Cherry · 8 years ago
  40. 4632f4e Merge "Relax host init parser to work with the build system" by Tom Cherry · 8 years ago
  41. 290427b Support oem_#### users/groups for host_init_verifier by Tom Cherry · 8 years ago
  42. 863d808 Relax host init parser to work with the build system by Tom Cherry · 8 years ago
  43. 62dbf90 Merge "Revert "init: Add warning in init first stage mount"" by Treehugger Robot · 8 years ago
  44. 37acac4 Revert "init: Add warning in init first stage mount" by Wei Wang · 8 years ago
  45. 9106198 Merge changes from topic "sharedlib_in_recovery" by Treehugger Robot · 8 years ago
  46. fdafb3d init: Add warning in init first stage mount by Wei Wang · 8 years ago
  47. 86e65e9 Merge "ueventd: fix extraneous 'Invalid section' error" by Tom Cherry · 8 years ago
  48. 788fc82 init: Actually check the return value for calls during first stage init by Tom Cherry · 8 years ago
  49. d5d626c ueventd: fix extraneous 'Invalid section' error by Tom Cherry · 8 years ago
  50. 787322c Build init with shared libraries by Jiyong Park · 8 years ago
  51. 05625ab Merge "androidboot.lrap => logical_partitions" by Yifan Hong · 8 years ago
  52. 59bd65b androidboot.lrap => logical_partitions by Yifan Hong · 8 years ago
  53. 31525f5 init: implement getpwnam for host init verifier by Tom Cherry · 8 years ago
  54. 194b5d1 init: handle properties and imports for host init verifier by Tom Cherry · 8 years ago
  55. 680bc0b Merge "init: add keychords_test" by Treehugger Robot · 8 years ago
  56. e6a8786 Merge "init: switch out keychord id with std::vector match of chords" by Treehugger Robot · 8 years ago
  57. 75b901d init: add keychords_test by Mark Salyzyn · 8 years ago
  58. b0aba0f init; remove dead cruft. by Elliott Hughes · 8 years ago
  59. d580c44 Merge "libbase: add host properties support." by Elliott Hughes · 8 years ago
  60. 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 8 years ago
  61. 06aeb41 init: turn keychords into a standalone class by Mark Salyzyn · 8 years ago
  62. eca2507 init: refactor keychord for testing by Mark Salyzyn · 8 years ago
  63. dc80312 libbase: add host properties support. by Elliott Hughes · 8 years ago
  64. 05063a8 Merge "init: finer grained permissions for ctl. properties" by Tom Cherry · 8 years ago
  65. 98c1b1c Merge "Add StdioLogger for command-line tools." by Elliott Hughes · 8 years ago
  66. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 8 years ago
  67. 5ab2e1c init: finer grained permissions for ctl. properties by Tom Cherry · 8 years ago
  68. 59976b9 Merge "Property: Log errno for socket connect" by Treehugger Robot · 8 years ago
  69. 4053359 Property: Log errno for socket connect by DuXiao · 8 years ago
  70. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 11 years ago
  71. 98214c8 Merge "Adds /dev/block/by-name/<partition> symlinks" by Treehugger Robot · 8 years ago
  72. 4bfbd8e Merge "init: allow entering of network namespaces" by Tom Cherry · 8 years ago
  73. aead51b init: allow entering of network namespaces by Tom Cherry · 8 years ago
  74. 8eec38f Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 8 years ago
  75. 95591bd Removing block device by-num symlinks by Bowgo Tsai · 8 years ago
  76. 62e5b20 init/fs_mgr: prototype first-stage dm-linear support by David Anderson · 8 years ago
  77. f187715 init: keychord inotify add IN_ONLYDIR by Mark Salyzyn · 8 years ago
  78. 44692de init: Add inotify for /dev/input/ by Mark Salyzyn · 8 years ago
  79. 86dade8 Merge "Remove unused using statement / host stub" by Treehugger Robot · 8 years ago
  80. 2fa178a Remove unused using statement / host stub by Tom Cherry · 8 years ago
  81. 4880d44 Merge changes from topic "interface_builtins" by Steven Moreland · 8 years ago
  82. 6227e34 init: ServiceList FindInterface by Steven Moreland · 8 years ago
  83. 612d7a4 builtins: interface_{start, stop, restart} by Steven Moreland · 8 years ago
  84. 353bf1f init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 8 years ago
  85. 8ae7375 init: use std::function for epoll handling by Tom Cherry · 8 years ago
  86. 837b2a4 init: Use sepolicy version instead by Logan Chien · 8 years ago
  87. 29954f6 init: refactor first stage to not require fstab by David Anderson · 8 years ago
  88. 8fe363f First-stage mount: avoid triggering a FATAL error by Bowgo Tsai · 8 years ago
  89. 40fdf3f Add test_suites lines. by Elliott Hughes · 8 years ago
  90. 8cb3686 init: clarify documentation for disabled by Steven Moreland · 8 years ago
  91. 8e73e6f Merge "init: Use android::base::boot_clock instead of /proc/uptime" by Treehugger Robot · 8 years ago
  92. def2499 Merge "Set property for metadata encryption on first boot" by Treehugger Robot · 8 years ago
  93. e383334 Set property for metadata encryption on first boot by Paul Crowley · 8 years ago
  94. 4640149 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 8 years ago
  95. b418791 Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 8 years ago
  96. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 8 years ago
  97. 0b66969 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 8 years ago
  98. c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 8 years ago
  99. 07de838 Merge "init: use signalfd to catch SIGCHLD" by Treehugger Robot · 8 years ago
  100. ee1b5a6 Merge "Allow vendor-init-actionable for vold-related properties" by Treehugger Robot · 8 years ago