1. dc1f247 Init: error on oneway calls. by Steven Moreland · 6 years ago
  2. 044e027 Merge "Run BoringSSL self test during startup" by Treehugger Robot · 6 years ago nougat-iot-release android-n-iot-release-ihome-igv1
  3. d052118 Run BoringSSL self test during startup by Branden Archer · 6 years ago
  4. 7bfea3d init: clean up the 1st/2nd stage init split by Tom Cherry · 6 years ago
  5. c240440 init parses *.rc files from APEXes by Jiyong Park · 6 years ago
  6. 6bab0a9 Mount vendor overlay from the system partition by Justin Yun · 6 years ago
  7. e004241 init: Add some ASAN helpers by Tom Cherry · 6 years ago
  8. 64990d5 Merge "init: move InitKernelLogging() to first stage init" by Tom Cherry · 6 years ago
  9. 48e83e6 init: move InitKernelLogging() to first stage init by Tom Cherry · 6 years ago
  10. 5f2a21d Merge "init: allow customizable restart and timeout periods for services" by Tom Cherry · 6 years ago
  11. 73f535e init: allow customizable restart and timeout periods for services by Tom Cherry · 6 years ago
  12. 5952034 Merge "Set device lock status from kernel command line." by Treehugger Robot · 6 years ago
  13. 5ed3278 Set device lock status from kernel command line. by Hridya Valsaraju · 6 years ago
  14. d9e53da init: move selinux and seccomp set up to 2nd stage init. by Tom Cherry · 6 years ago
  15. 62e985a init: Allow restricted use of binder. by Martijn Coenen · 6 years ago
  16. ab5583b s/product-services/product_services/g by Dario Freni · 6 years ago
  17. 3143848 split first stage init into a separate executable by Tom Cherry · 6 years ago
  18. 44aceed Split init's source files init first stage and second stage by Tom Cherry · 6 years ago
  19. 132615b Merge "Move watchdogd out of init" by Tom Cherry · 6 years ago
  20. 40acb37 Move watchdogd out of init by Tom Cherry · 6 years ago
  21. 6e05552 Merge "init: run fsck for early mount partitions" by Tom Cherry · 6 years ago
  22. 81ae075 init: run fsck for early mount partitions by Tom Cherry · 6 years ago
  23. 3613710 Add support for /product-services partition. by Dario Freni · 6 years ago
  24. 1d2b29a Merge "init: rename init_first_stage" by Treehugger Robot · 6 years ago
  25. 38a11cc init: rename init_first_stage by Tom Cherry · 6 years ago
  26. 74069d1 init: clean up logging initialization by Tom Cherry · 6 years ago
  27. acc31ce Add /mnt/product rw mount point for product partitions. by Bowgo Tsai · 6 years ago
  28. 39d124b init: Don't set ro.serialno when androidboot.serialno is not set by Chris Morin · 6 years ago
  29. 788fc82 init: Actually check the return value for calls during first stage init by Tom Cherry · 6 years ago
  30. 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 6 years ago
  31. 06aeb41 init: turn keychords into a standalone class by Mark Salyzyn · 6 years ago
  32. eca2507 init: refactor keychord for testing by Mark Salyzyn · 6 years ago
  33. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 9 years ago
  34. 4880d44 Merge changes from topic "interface_builtins" by Steven Moreland · 6 years ago
  35. 6227e34 init: ServiceList FindInterface by Steven Moreland · 6 years ago
  36. 353bf1f init: switch from /dev/keychord to /dev/input/ by Mark Salyzyn · 6 years ago
  37. 8ae7375 init: use std::function for epoll handling by Tom Cherry · 6 years ago
  38. 4640149 Merge "Add /mnt/vendor rw mount point for vendor partitions." by Tri Vo · 7 years ago
  39. 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 7 years ago
  40. 0b66969 Add /mnt/vendor rw mount point for vendor partitions. by Tri Vo · 7 years ago
  41. 1325ec8 init: use signalfd to catch SIGCHLD by Ryan Prichard · 7 years ago
  42. 6f2d56d init: log control messages along with the process that sent them by Tom Cherry · 7 years ago
  43. 0f6417f Move ActionParser to its own file by Tom Cherry · 7 years ago
  44. 4a4ec14e Do not block SIGTERM in init's child processes by yusukes · 7 years ago
  45. dff165d Support /product partition by Jaekyun Seok · 7 years ago
  46. 618d310 Move all of init to libinit by Tom Cherry · 7 years ago
  47. e055d73 init language extension for lazy HIDL services. by Steven Moreland · 7 years ago
  48. 8e09b0b Merge "init: run vendor commands in a separate SELinux context" by Tom Cherry · 7 years ago
  49. cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 7 years ago
  50. d2b5a24 Merge "init: report shutdown,container for sigterm of init" by Mark Salyzyn · 7 years ago
  51. 161b862 init: report shutdown,container for sigterm of init by Mark Salyzyn · 7 years ago
  52. 4a67945 init: cleanup exit() uses by Tom Cherry · 7 years ago
  53. 3633a40 init: fix crash when reboot is triggered by a builtin by Tom Cherry · 7 years ago
  54. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 7 years ago
  55. 30bf4b7 Merge "init: fix signal handling and LOG(FATAL) in child processes" by Tom Cherry · 7 years ago
  56. 1ca8324 init: fix signal handling and LOG(FATAL) in child processes by Tom Cherry · 7 years ago
  57. 702ca9a init: log all failures of Service::Start() by Tom Cherry · 7 years ago
  58. 6de21f1 init: cleanup environment handling by Tom Cherry · 7 years ago
  59. d8db7ab init: replace panic() with LOG(FATAL) by Tom Cherry · 7 years ago
  60. 557946e init: use Result<T> for builtin functions by Tom Cherry · 7 years ago
  61. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 7 years ago
  62. 1f87cd1 init: fix format issue by Tom Cherry · 7 years ago
  63. 7c4609c init: more unique_fd, less goto by Tom Cherry · 7 years ago
  64. 2a2a8d9 Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe by Tom Cherry · 7 years ago
  65. 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 7 years ago
  66. 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 7 years ago
  67. eb3fa92 Merge "init: fix process restarting" by Tom Cherry · 7 years ago
  68. d269e3a init: fix process restarting by Tom Cherry · 7 years ago
  69. 6fa0884 Merge "Allow the use of a custom Android DT directory" by Bo Hu · 7 years ago
  70. c01022a Allow the use of a custom Android DT directory by Yu Ning · 7 years ago
  71. 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 7 years ago
  72. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  73. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 7 years ago
  74. 278b15c init: rename mke2fs tools with _static suffix by Jin Qian · 7 years ago
  75. a022ea4 Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp" by Treehugger Robot · 7 years ago
  76. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 7 years ago
  77. ede0d53 Move Timer from init to libbase by Tom Cherry · 7 years ago
  78. eeab491 init: Support custom shutdown actions by Wei Wang · 7 years ago
  79. 81f5d3e init: create android::init:: namespace by Tom Cherry · 7 years ago
  80. 1c3a53f init: cleanup some string usage by Tom Cherry · 7 years ago
  81. d2fd54e Move restorecon() of /sys from init to ueventd. by Tom Cherry · 7 years ago
  82. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 7 years ago
  83. 81824eb Merge "Add libkeyutils." by Elliott Hughes · 7 years ago
  84. f8627ce Add libkeyutils. by Elliott Hughes · 7 years ago
  85. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 7 years ago
  86. 2cbbe9f init: do not log directly from read_file() and write_file() by Tom Cherry · 7 years ago
  87. e2629c5 Merge "init: manually restorecon mke2fs tools on ramdisk" by Treehugger Robot · 7 years ago
  88. 2d019f8 init: manually restorecon mke2fs tools on ramdisk by Jin Qian · 7 years ago
  89. 4599627 init: setup keyring before ueventd starts by Mark Salyzyn · 7 years ago
  90. 26ed9cb init: rename 'Trigger' to 'Event' and convert to std::variant by Tom Cherry · 8 years ago
  91. f1bd536 Merge "init: set ro.boot.avb_version in recovery mode" by Treehugger Robot · 7 years ago
  92. bcd36a2 Merge "init: moving early mount logic into init_first_stage.cpp" by Treehugger Robot · 7 years ago
  93. fd18a45 init: set ro.boot.avb_version in recovery mode by Bowgo Tsai · 7 years ago
  94. d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 8 years ago
  95. 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
  96. 98ad32a init: handle sys.powerctl immediately by Tom Cherry · 8 years ago
  97. 1a898c2 Set libavb version into system property for Treble OTA by Bowgo Tsai · 8 years ago
  98. e3e4821 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 8 years ago
  99. 8bba52f init: support early_mount with vboot 2.0 (external/avb/libavb) by Bowgo Tsai · 8 years ago
  100. 72ca48e Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 8 years ago