1. 924858c libdm: Improve the reliability of dm device paths. by David Anderson · 6 years ago
  2. d75f30a first_stage_init: add console by Steve Muckle · 6 years ago
  3. 18b981e create libmodprobe, integrate into first_stage_init by Steve Muckle · 6 years ago
  4. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  5. 59656fb init: dump stack when aborting by Tom Cherry · 6 years ago
  6. 2ddb8df Merge "Adding adb_debug.prop into debug ramdisk" by Treehugger Robot · 6 years ago
  7. 05f07d8 Adding adb_debug.prop into debug ramdisk by Bowgo Tsai · 6 years ago
  8. 30afda7 Copying debug ramdisk files to /debug_ramdisk/* by Bowgo Tsai · 6 years ago
  9. 402e4a6 init: make sepolicy dependency optional by Jeff Vander Stoep · 6 years ago
  10. e21d07f Merge "selinux: use the policy version defined in sepolicy" by Jeffrey Vander Stoep · 6 years ago
  11. e5dc674 Make /apex on ramdisk by Jiyong Park · 6 years ago
  12. 8502ed3 Access apex sysprops via the generated API by Jiyong Park · 6 years ago
  13. 724eda5 selinux: use the policy version defined in sepolicy by Jeff Vander Stoep · 6 years ago
  14. 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 6 years ago
  15. 0e330f1 init: Add support for GSI installations in first-stage mount. by David Anderson · 6 years ago
  16. c12e205 Fix /init -> /system/bin/init symlink creation race by Tom Cherry · 6 years ago
  17. 3c59cb8 C++17 is the default now. by Elliott Hughes · 6 years ago
  18. e43c146 Merge "fs_mgr: move AVB related source into libfs_avb" by Treehugger Robot · 6 years ago
  19. 9843007 init: always create a symlink from /init to /system/bin/init by Tom Cherry · 6 years ago
  20. c1bc281 fs_mgr: move AVB related source into libfs_avb by Bowgo Tsai · 6 years ago
  21. 055347e Disable XOM in init. by Ivan Lozano · 6 years ago
  22. 7bfea3d init: clean up the 1st/2nd stage init split by Tom Cherry · 6 years ago
  23. 1f47f4a Do not hwasanitize init_first_stage. by Evgenii Stepanov · 6 years ago
  24. f05da4a init: use libfscrypt for file-based encryption setup by Eric Biggers · 6 years ago
  25. 29e5348 init: separate init packaging for mainline by Tom Cherry · 6 years ago
  26. 1721645 Don't attempt to create 'mkdir' and '-p' directories. by Xin Li · 6 years ago
  27. 4590a2a Switch root to /system in first stage mount by Tom Cherry · 6 years ago
  28. 904bbd8 Remove init_second_stage.recovery dep. by Anton Hansson · 6 years ago
  29. 3143848 split first stage init into a separate executable by Tom Cherry · 6 years ago
  30. 40acb37 Move watchdogd out of init by Tom Cherry · 6 years ago
  31. f792e41 liblp: Allow building liblp as a shared library. by David Anderson · 6 years ago
  32. 012171d libselinux is dynamically linked from init by Jiyong Park · 7 years ago
  33. 787322c Build init with shared libraries by Jiyong Park · 7 years ago
  34. 618d310 Move all of init to libinit by Tom Cherry · 7 years ago
  35. 2ae2f60 Reland "Have property_service create a serialized property_contexts file" by Tom Cherry · 7 years ago
  36. 9822f3c Revert "Have property_service create a serialized property_contexts file" by Robert Greenwalt · 7 years ago
  37. c47dd6b Merge changes from topic "property-trie" by Tom Cherry · 7 years ago
  38. e8181c0 Have property_service create a serialized property_contexts file by Tom Cherry · 7 years ago
  39. 899ad55 fastboot/fs_mgr/init: add sload_f2fs by Jaegeuk Kim · 7 years ago
  40. e055d73 init language extension for lazy HIDL services. by Steven Moreland · 7 years ago
  41. a97faba init: use protobuf for serialization of persistent properties by Tom Cherry · 7 years ago
  42. 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 7 years ago
  43. c3bc509 init: Fix -DUSER_MODE_LINUX compilation by Dmitry Shmidt · 7 years ago
  44. 2a978d3 init: move property_service.cpp to libinit by Tom Cherry · 7 years ago
  45. 2ffd65e init: only use signed-integer-overflow sanitizer by Tom Cherry · 7 years ago
  46. 80ec81c Merge "Remove LOCAL_CLANG and clang: true" by Treehugger Robot · 7 years ago
  47. 9f1980e Merge "init: add support for global seccomp boot option" by Treehugger Robot · 7 years ago
  48. cd15fc7 Remove LOCAL_CLANG and clang: true by Lennart Wieboldt · 7 years ago
  49. af1a9bf init: add support for global seccomp boot option by Steve Muckle · 7 years ago
  50. 0045697 init: require e2fsdroid and mke2fs when building init by Jin Qian · 8 years ago
  51. dd6a85c uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp by Quang Luong · 7 years ago
  52. 47bd757 Revert workaround of clang-tidy segmentation fault. by Chih-Hung Hsieh · 8 years ago
  53. 14fc013 init: start move to Android.bp by Tom Cherry · 8 years ago
  54. 81824eb Merge "Add libkeyutils." by Elliott Hughes · 8 years ago
  55. f8627ce Add libkeyutils. by Elliott Hughes · 8 years ago
  56. 7275802 Work around clang-tidy segmentation fault. by Chih-Hung Hsieh · 8 years ago
  57. 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
  58. 960ed3c Merge changes I1f70f2c4,I698ca962,Idbbf2682 by Tom Cherry · 8 years ago
  59. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
  60. bcd36a2 Merge "init: moving early mount logic into init_first_stage.cpp" by Treehugger Robot · 8 years ago
  61. d262017 init: moving early mount logic into init_first_stage.cpp by Bowgo Tsai · 8 years ago
  62. ad54d09 init: create init_tests.cpp by Tom Cherry · 8 years ago
  63. d8f9356 Revert "Send property_service AVC messages to the kernel audit system" by Elliott Hughes · 8 years ago
  64. d738137 Merge changes from topic 'avb-early-mount' by Treehugger Robot · 8 years ago
  65. aaf70e7 fs_mgr: support AVB in fs_mgr_update_verity_state() by Bowgo Tsai · 8 years ago
  66. 060b74b ueventd: convert mkdir_recursive() to std::string by Tom Cherry · 8 years ago
  67. 2ba5c81 poll umount completion from /proc/mounts by Keun-young Park · 8 years ago
  68. 72ca48e Merge "crash_dump: during early boot, output to kmsg on userdebug." by Josh Gao · 8 years ago
  69. bf2dd48 crash_dump: during early boot, output to kmsg on userdebug. by Josh Gao · 8 years ago
  70. c44f6a4 ueventd: Write tests for the get_*_symlinks() functions by Tom Cherry · 8 years ago
  71. c4ffa5c set zero shutdown timeout for eng build by Keun-young Park · 8 years ago
  72. 7ef28f4 Move selinux policy build decisions to sepolicy Makefile by Jeff Vander Stoep · 8 years ago
  73. 8d01f63 remove emergency shutdown and improve init's reboot logic by Keun-young Park · 8 years ago
  74. 663fdfc init: reboot to bootloader on crash for development builds by Tom Cherry · 8 years ago
  75. 2bc0014 init: enable C++17 by Tom Cherry · 8 years ago
  76. 0cbbb83 Build split file_contexts on TREBLE builds by Jeff Vander Stoep · 8 years ago
  77. 2d19aeb Use precompiled sepolicy when available by Alex Klyubin · 8 years ago
  78. b51f9ab Include correct type of SELinux policy by Alex Klyubin · 8 years ago
  79. b005d90 Address property service DoS. by Elliott Hughes · 8 years ago
  80. c8ac067 Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils." by James Hawkins · 8 years ago
  81. 7c92e48 bootstat: Refactor init/utils/boot_clock into base/chrono_utils. by James Hawkins · 8 years ago
  82. 28e980b Add a sample service for testing init. by Jorge Lucangeli Obes · 8 years ago
  83. 0e3167e Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime." by James Hawkins · 8 years ago
  84. 26f40c0 bootstat: Remove custom uptime parser in favor of elapsedRealtime. by James Hawkins · 8 years ago
  85. c4af05f Revert "Enable seccomp in init with generated policy" by Paul Lawrence · 8 years ago
  86. b51722b fs_mgr: support using libavb to enable dm-verity by bowgotsai · 8 years ago
  87. cfb8800 Merge "Enable seccomp in init with generated policy" by Treehugger Robot · 8 years ago
  88. b0c3959 Remove "_host" and "_static" suffix from libsparse definition. by Alex Deymo · 8 years ago
  89. 705353a Remove "_static" and "_host" suffix from libext4_utils. by Alex Deymo · 8 years ago
  90. db929bf Enable seccomp in init with generated policy by Paul Lawrence · 8 years ago
  91. 8adb4d9 Send property_service AVC messages to the kernel audit system by Nick Kralevich · 8 years ago
  92. a26a987 Revert "Compile sepolicy on-device at early boot." by Daniel Cashman · 8 years ago
  93. 2fae5d6 Compile sepolicy on-device at early boot. by dcashman · 8 years ago
  94. 978fd0e init: service file command only opens existing files by Mark Salyzyn · 8 years ago
  95. 62767fe init: service file keyword by Mark Salyzyn · 8 years ago
  96. 24b2913 init: Add support for ambient capabilities. by Jorge Lucangeli Obes · 8 years ago
  97. 1051e10 init: use libbootloader_message. by Yabin Cui · 9 years ago
  98. 6d881d6 Update the header path for ext4_utils. by Tao Bao · 8 years ago
  99. 87ef590 Merge "libcrypto_utils: convert to Soong." am: c1a9a21ffe by Josh Gao · 8 years ago
  100. 47763c3 libcrypto_utils: convert to Soong. by Josh Gao · 8 years ago