1. 1aa20b3 Merge "liblp: Handle invalid alignment offsets correctly." by David Anderson · 6 years ago
  2. 3e4383b Merge "Remove fs_mgr_wait_for_file." by David Anderson · 6 years ago
  3. f208dae Merge changes Iae25434a,I13fd6699 by David Anderson · 6 years ago
  4. cddc1c6 Merge "Remove fs_config endianness functions" by Tom Cherry · 6 years ago
  5. f6ce523 Remove fs_config endianness functions by Tom Cherry · 6 years ago
  6. d256702 Merge "Remove fs_config_generate()" by Tom Cherry · 6 years ago
  7. f9fd4ef Merge "Fix potential race condition." by Christopher Ferris · 6 years ago
  8. 7ea65f0 libdm: Add LoopControl helpers for enabling direct IO. by David Anderson · 6 years ago
  9. 3fbf2e3 libdm: Add helpers for getting the device number of a dm device. by David Anderson · 6 years ago
  10. f04107f liblp: Handle invalid alignment offsets correctly. by David Anderson · 6 years ago
  11. a282c1e Fix potential race condition. by Christopher Ferris · 6 years ago
  12. f78b8a4 Merge "[zip] Save 1 malloc and memset for each added file in ZipWriter" by Treehugger Robot · 6 years ago
  13. d724532 Merge "Introduce inotify-based replacements for fs_mgr_wait_for_file." by David Anderson · 6 years ago
  14. 1e9fb2d Merge "[zip] Change const char* to string_view in ZipWriter" by Treehugger Robot · 6 years ago
  15. c660274 [zip] Save 1 malloc and memset for each added file in ZipWriter by Yurii Zubrytskyi · 6 years ago
  16. 9fdab37 Merge "init: Create /data/apex/hashtree folder at boot" by Treehugger Robot · 6 years ago
  17. 549bdb9 [zip] Change const char* to string_view in ZipWriter by Yurii Zubrytskyi · 6 years ago
  18. 37e9870 Merge "Qualifies the mention of lazily starting services from 'interface'." by Treehugger Robot · 6 years ago
  19. 9df4132 Merge "Start Vold on early-fs" by Treehugger Robot · 6 years ago
  20. e529f81 Merge "create libmodprobe, integrate into first_stage_init" by Treehugger Robot · 6 years ago
  21. 4937af2 Merge "adb: turn CHECKs into an error + transport restart." by Treehugger Robot · 6 years ago
  22. e6a410d Qualifies the mention of lazily starting services from 'interface'. by Daniel Norman · 6 years ago
  23. 1f92cc8 Remove fs_mgr_wait_for_file. by David Anderson · 6 years ago
  24. 708c7cb Introduce inotify-based replacements for fs_mgr_wait_for_file. by David Anderson · 6 years ago
  25. 564d273 create libmodprobe, integrate into first_stage_init by Steve Muckle · 6 years ago
  26. 8705678 Start Vold on early-fs by Daniel Rosenberg · 6 years ago
  27. 8d4485c Merge "Remove system/core/mkbootimg" by Treehugger Robot · 6 years ago
  28. 61cda99 Merge "Remove ACgroupController_getFlags to fix API breakage" by Treehugger Robot · 6 years ago
  29. 4decee3 Merge "libprocessgroup: move native_bridge_support" by Treehugger Robot · 6 years ago
  30. 37ca424 Merge "liblp: Remove the slot-suffix requirement in MetadataBuilder." by David Anderson · 6 years ago
  31. fcaf8d9 Remove fs_config_generate() by Tom Cherry · 6 years ago
  32. 3f9c943 libprocessgroup: move native_bridge_support by Steven Moreland · 6 years ago
  33. f0f47ee Remove ACgroupController_getFlags to fix API breakage by Suren Baghdasaryan · 6 years ago
  34. c212ced Merge "Create android-base/format.h that includes fmtlib headers" by Tom Cherry · 6 years ago
  35. 1f960bc Merge "init: use Errorf() now that we have it" by Tom Cherry · 6 years ago
  36. 204c249 Merge "Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND."" by Josh Gao · 6 years ago
  37. af4d786 Revert "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Josh Gao · 6 years ago
  38. c136933 Merge "VtsKernelLiblpTest: use static test" by Treehugger Robot · 6 years ago
  39. 46b1a5a init: use Errorf() now that we have it by Tom Cherry · 6 years ago
  40. dcbdb1d Create android-base/format.h that includes fmtlib headers by Tom Cherry · 6 years ago
  41. 3063a95 Merge "fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr" by Jaegeuk Kim · 6 years ago
  42. 1a52ecb VtsKernelLiblpTest: use static test by Steve Muckle · 6 years ago
  43. e962690 Merge "Add Errorf and ErrnoErrorf" by Tom Cherry · 6 years ago
  44. ca5b8e7 fs_mgr_fstab: translate reserve_root to reserved_size in fsmgr by Jaegeuk Kim · 6 years ago
  45. 939a605 Merge "Link the sanitizer runtime libraries to the default unrestricted namespace." by Treehugger Robot · 6 years ago
  46. 7d5e924 init: Create /data/apex/hashtree folder at boot by Jooyung Han · 6 years ago
  47. 6eee1ae Add Errorf and ErrnoErrorf by Jiyong Park · 6 years ago
  48. 84a7c50 Link the sanitizer runtime libraries to the default unrestricted namespace. by Peter Collingbourne · 6 years ago
  49. 2e7df06 liblp: Remove the slot-suffix requirement in MetadataBuilder. by David Anderson · 6 years ago
  50. ff7753a Merge "Support importing property file with expanded name" by Treehugger Robot · 6 years ago
  51. d972b8b Support importing property file with expanded name by Dongcheol Shin · 6 years ago
  52. 6bd352a adb: turn CHECKs into an error + transport restart. by Josh Gao · 6 years ago
  53. 62765e3 Merge "ziparchive: add a std::string_view overload to Next." by Elliott Hughes · 6 years ago
  54. 11baf9d Merge "fastbootd: Don't include all of the fs_mgr namespace in commands.cpp." by David Anderson · 6 years ago
  55. ed58afe Merge "libfiemap_writer: Handle dm stacking more accurately." by David Anderson · 6 years ago
  56. 642a0c2 Remove system/core/mkbootimg by Hridya Valsaraju · 6 years ago
  57. 7b3c6d0 ziparchive: add a std::string_view overload to Next. by Elliott Hughes · 6 years ago
  58. c3c32c5 Merge "Internalize subclasses of Memory" by Christopher Ferris · 6 years ago
  59. 0813fae Merge "Add libcgrouprc to ld.config.txt." by Jiyong Park · 6 years ago
  60. 1624b1d Merge "adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND." by Treehugger Robot · 6 years ago
  61. 94d6df6 Merge "race condition in libprocessgroup" by Suren Baghdasaryan · 6 years ago
  62. 05c153e adbd: don't close ep0 until we receive FUNCTIONFS_UNBIND. by Josh Gao · 6 years ago
  63. 190eb4f Add libcgrouprc to ld.config.txt. by Min Yun · 6 years ago
  64. bac6849 Merge "fix: passing ResultError to Error thru operator<<" by Treehugger Robot · 6 years ago
  65. 4315161 fastbootd: Don't include all of the fs_mgr namespace in commands.cpp. by David Anderson · 6 years ago
  66. 524b540 libfiemap_writer: Handle dm stacking more accurately. by David Anderson · 6 years ago
  67. 9a4b6c5 Merge "liblp: Add helpers for finding partitions and partition sizes." by David Anderson · 6 years ago
  68. eb836f7 Internalize subclasses of Memory by Casey Dahlin · 6 years ago
  69. c37f395 race condition in libprocessgroup by mtk16036 · 6 years ago
  70. af0d15c Merge "fs_mgr: run fsck.f2fs with -f option when full mount fails" by Jaegeuk Kim · 6 years ago
  71. c268298 Merge "Set elf_start_offset for invalid elf maps." by Christopher Ferris · 6 years ago
  72. dcd5413 Merge "Read *.rc files from flattened APEX" by Treehugger Robot · 6 years ago
  73. 971e5f0 fix: passing ResultError to Error thru operator<< by Jooyung Han · 6 years ago
  74. 71ab050 Merge "adb: avoid freeing argv entries on Windows." by Josh Gao · 6 years ago
  75. a3e9d7f Set elf_start_offset for invalid elf maps. by Christopher Ferris · 6 years ago
  76. 584da00 fs_mgr: run fsck.f2fs with -f option when full mount fails by Sahitya Tummala · 6 years ago
  77. db51288 Merge "Remove Result<Success> in favor of Result<void>" by Tom Cherry · 6 years ago
  78. bd1b253 Merge "init: replace Result<Success> with Result<void>" by Tom Cherry · 6 years ago
  79. be5600a Merge "fs_mgr: support -o sync" by Treehugger Robot · 6 years ago
  80. 952e202 adb: avoid freeing argv entries on Windows. by Josh Gao · 6 years ago
  81. 95d7dbf Remove Result<Success> in favor of Result<void> by Tom Cherry · 6 years ago
  82. c3e0ade init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
  83. 93c9a81 Merge "liblp: Replace some |const char*| inputs with std::string." by David Anderson · 6 years ago
  84. 312da56 fs_mgr: support -o sync by Jaegeuk Kim · 6 years ago
  85. 2be3f50 Merge "Switch tzdatacheck to comparing tzdata module file" by Neil Fuller · 6 years ago
  86. d4d5684 Merge "logd: handle uidToName() directly" by Tom Cherry · 6 years ago
  87. e8af1a4 Merge "base: Add MmapFile as a synonym for MappedFile" by Tom Cherry · 6 years ago
  88. 7eb2bb0 Switch tzdatacheck to comparing tzdata module file by Neil Fuller · 6 years ago
  89. edb0d66 Read *.rc files from flattened APEX by Jiyong Park · 6 years ago
  90. ab5bdd8 base: Add MmapFile as a synonym for MappedFile by Tom Cherry · 6 years ago
  91. 1cb92b4 Merge "liblog: fix benchmark build after google-benchmark upgrade." by Treehugger Robot · 6 years ago
  92. b4aa5f2 logd: handle uidToName() directly by Tom Cherry · 8 years ago
  93. 87b978c liblp: Add helpers for finding partitions and partition sizes. by David Anderson · 6 years ago
  94. 0ff950a liblp: Replace some |const char*| inputs with std::string. by David Anderson · 6 years ago
  95. b1f51f7 Merge "init.rc: move rlimit setting earlier" by Tom Cherry · 6 years ago
  96. 95579cb Merge "logd: don't drop user/groups/capabilities/priority in drop_privs()" by Tom Cherry · 6 years ago
  97. ff79757 logd: don't drop user/groups/capabilities/priority in drop_privs() by Tom Cherry · 6 years ago
  98. 5787793 Merge "toolbox: add setprop, start, and stop" by Tom Cherry · 6 years ago
  99. 088302b liblog: fix benchmark build after google-benchmark upgrade. by Elliott Hughes · 6 years ago
  100. c7b3489 Merge "fs_mgr: Don't report 'Skip mounting partitions'" by Bo Hu · 6 years ago