1. e67c643 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  2. bc1395d Merge "Prevent dependency cycle due to system_shared_libs expansion" by Dan Willemsen · 6 years ago
  3. 578aa8c Merge "fs_mgr: Create a C++ Fstab struct" by Tom Cherry · 6 years ago
  4. 69749a6 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 6 years ago
  5. acfbe38 Prevent dependency cycle due to system_shared_libs expansion by Dan Willemsen · 6 years ago
  6. 1784b75 Merge "base: add more error-checking overloads for unique_fd." by Josh Gao · 6 years ago
  7. 45e693b Merge changes I6a4c3d9b,Ia5cdb797,I946eb605,Ieff3f6ea by Treehugger Robot · 6 years ago
  8. be056f6 Merge "fs_mgr fix flags/fs_mgr_flags mismatch" by Treehugger Robot · 6 years ago
  9. 87e1155 Merge "Increase netlink uevent rcvbuf size to 16M" by Daniel Mentz · 6 years ago
  10. 88e3dbc Increase netlink uevent rcvbuf size to 16M by Daniel Mentz · 6 years ago
  11. 414900d fs_mgr: Create a C++ Fstab struct by Tom Cherry · 6 years ago
  12. 49f5599 C++17 is the default now. by Elliott Hughes · 6 years ago
  13. e56ed3f init: overlay: allow fs_mgr_overlayfs_required_devices to report partitions by Mark Salyzyn · 6 years ago
  14. fa58eb2 fastboot: call fs_mgr_overlayfs_teardown() in UpdateSuper by Mark Salyzyn · 6 years ago
  15. 261ea83 fs_mgr: overlay: disable overrides in recovery or fastbootd. by Mark Salyzyn · 6 years ago
  16. 2c15d43 fs_mgr: overlay: umount scratch more aggressively by Mark Salyzyn · 6 years ago
  17. 469623f Merge "check_fs: skip check_fs if there is no matched EXT4|F2FS_SUPER_MAGIC" by Treehugger Robot · 6 years ago
  18. 99e8ece fs_mgr fix flags/fs_mgr_flags mismatch by Tom Cherry · 6 years ago
  19. 9dab4d7 Merge "fs_mgr: fix typo from off64_t change." by Tom Cherry · 6 years ago
  20. 38e76fa check_fs: skip check_fs if there is no matched EXT4|F2FS_SUPER_MAGIC by Jaegeuk Kim · 6 years ago
  21. f724fe4 Merge "fs_mgr: overlay: test assumption wrong if verity is enabled" by Mark Salyzyn · 6 years ago
  22. a7069a8 fs_mgr: fix typo from off64_t change. by Tom Cherry · 6 years ago
  23. 63b8276 Merge "fs_mgr: fixup 'size' attributes of fstab." by Tom Cherry · 6 years ago
  24. 7a92f13 fs_mgr: overlay: test assumption wrong if verity is enabled by Mark Salyzyn · 6 years ago
  25. 21a1567 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 6 years ago
  26. bf4fb6e Merge "fs_mgr: move AVB related source into libfs_avb" by Treehugger Robot · 6 years ago
  27. 4133df1 Merge "Support product partition for non-treblized devices" by Treehugger Robot · 6 years ago
  28. dfb09f4 Merge "Validate allocations against mappings" by Treehugger Robot · 6 years ago
  29. bae37be Merge "fs_mgr: add README.overlayfs.md" by Treehugger Robot · 6 years ago
  30. 0d943fd Merge "init: always create a symlink from /init to /system/bin/init" by Tom Cherry · 6 years ago
  31. da5a092 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
  32. c157f86 fs_mgr: fixup 'size' attributes of fstab. by Tom Cherry · 6 years ago
  33. 82d0a5f fs_mgr: add README.overlayfs.md by Mark Salyzyn · 6 years ago
  34. bc153ee Merge "fastboot: Delete logical "other" partitions on retrofit devices." by David Anderson · 6 years ago
  35. 2718068 Validate allocations against mappings by Colin Cross · 6 years ago
  36. 6fa641b init: always create a symlink from /init to /system/bin/init by Tom Cherry · 6 years ago
  37. c7eecf4 Merge "Run BoringSSL self test during startup" by Treehugger Robot · 6 years ago
  38. c815791 Merge "init: clean up the 1st/2nd stage init split" by Tom Cherry · 6 years ago
  39. 1fee8bf Merge "Revert "Disable XOM in init."" by Ivan Lozano · 6 years ago
  40. 6fd9e7a fs_mgr: move AVB related source into libfs_avb by Bowgo Tsai · 6 years ago
  41. ade28a8 Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 6 years ago
  42. 111cb5a Merge "Add OWNERS file to fastdeploy so idries@ can approve changes" by Idries Hamadi · 6 years ago
  43. 5ff175e Merge "fs_mgr: skip fs_mgr_overlayfs_required_devices w/o overlayfs in kernel" by Treehugger Robot · 6 years ago
  44. e834e03 Merge "tombstoned: fixed tombstones failed issue" by Elliott Hughes · 6 years ago
  45. 6f92476 fastboot: Delete logical "other" partitions on retrofit devices. by David Anderson · 6 years ago
  46. faf292e Merge "Add support for caching small reads." by Christopher Ferris · 6 years ago
  47. 289c83b fs_mgr: skip fs_mgr_overlayfs_required_devices w/o overlayfs in kernel by Mark Salyzyn · 6 years ago
  48. 0e3674b Merge changes Ic4e1a1de,Icfceaa46 by Treehugger Robot · 6 years ago
  49. 797e6de Merge "fastboot: do not die if ANDROID_PRODUCT_OUT undefined" by Hridya Valsaraju · 6 years ago
  50. 27b7d85 Add support for caching small reads. by Christopher Ferris · 6 years ago
  51. 67b1d33 Run BoringSSL self test during startup by Branden Archer · 6 years ago
  52. b1de00c Revert "Disable XOM in init." by Ivan Lozano · 6 years ago
  53. ddb697c Merge changes I99d46a2c,I6ff460d0 by Alistair Strachan · 6 years ago
  54. 0e9bf51 Skip logical partitions in non-AVB2 case too by Alistair Strachan · 6 years ago
  55. 9756ee1 Allow non-A/B, non-retrofit devices to override super_partition by Alistair Strachan · 6 years ago
  56. 9075735 fastboot: do not die if ANDROID_PRODUCT_OUT undefined by David Anderson · 6 years ago
  57. 529d2e9 Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 6 years ago
  58. 82c694e Support product partition for non-treblized devices by changho.shin · 6 years ago
  59. b8bdae9 tombstoned: fixed tombstones failed issue by Jinguang Dong · 6 years ago
  60. 8e6853c Merge "Reduce logging around segfaults" by Treehugger Robot · 6 years ago
  61. 9c62459 Merge "Fix null pointer dereference in auditParse" by Treehugger Robot · 6 years ago
  62. 918b11c Reduce logging around segfaults by Colin Cross · 6 years ago
  63. f995aa1 Merge "make_f2fs: use -g android by default" by Jaegeuk Kim · 6 years ago
  64. 4675267 Merge "TEST_MAPPING: add the rest of our actively maintained tests." by Elliott Hughes · 6 years ago
  65. 2a43cb6 Merge "Permissions for /dev/uinput" by Treehugger Robot · 6 years ago
  66. 2040cc7 Merge "Allow product partition to have vendor_overlay" by Treehugger Robot · 6 years ago
  67. e7e0eac Allow product partition to have vendor_overlay by Justin Yun · 6 years ago
  68. ff4e448 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  69. 465615a fastboot: propagate error for format command by Mark Salyzyn · 6 years ago
  70. d3fc615 fs_mgr: overlayfs: resize scratch should it be too small by Mark Salyzyn · 6 years ago
  71. 730fe9b Merge "adb: stop using adbkey.pub." by Treehugger Robot · 6 years ago
  72. b41a319 Merge "Tombstone support for XOM-related SIGSEGVs." by Ivan Lozano · 6 years ago
  73. 10463d6 Merge "Disable XOM in init." by Ivan Lozano · 6 years ago
  74. 5379bf7 Permissions for /dev/uinput by Siarhei Vishniakou · 6 years ago
  75. 332ac55 Disable XOM in init. by Ivan Lozano · 6 years ago
  76. b1bba37 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 6 years ago
  77. d492c73 Merge "Switch from dist-for-goals to dist in Android.bp" by Treehugger Robot · 6 years ago
  78. d113af0 make_f2fs: use -g android by default by Jaegeuk Kim · 6 years ago
  79. 469e8df Merge "fastbootd: Support two super partitions for retrofit devices." by David Anderson · 6 years ago
  80. f3542e6 Merge "fastboot: Warn when flashing dynamic partitions in the bootloader." by David Anderson · 6 years ago
  81. efba0a2 Merge "liblp: Modify NewForUpdate to accomodate two super partitions." by David Anderson · 6 years ago
  82. 8a8db9d liblp: Modify NewForUpdate to accomodate two super partitions. by David Anderson · 6 years ago
  83. 4b23845 fastbootd: Support two super partitions for retrofit devices. by David Anderson · 6 years ago
  84. 0558f97 Merge "storaged: emplace recent_perf in load_perf_history_proto" by Treehugger Robot · 6 years ago
  85. 4b172fa fastboot: Warn when flashing dynamic partitions in the bootloader. by David Anderson · 6 years ago
  86. ed9c537 Merge "liblp: Enable building on Windows." by David Anderson · 6 years ago
  87. 2fe68b8 storaged: emplace recent_perf in load_perf_history_proto by Mark Salyzyn · 6 years ago
  88. a2cb1c6 Merge "llkd: do not crash kernel if llkd stops running" by Treehugger Robot · 6 years ago
  89. 6bc1601 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
  90. 2e23bb0 liblp: Enable building on Windows. by David Anderson · 6 years ago
  91. d145b2d llkd: do not crash kernel if llkd stops running by Mark Salyzyn · 6 years ago
  92. 3ae0bfb Merge "liblp: Auto-suffix group names." by David Anderson · 6 years ago
  93. 1fd7148 Merge "Writes cpu variant information to dev/" by Treehugger Robot · 6 years ago
  94. 9d918b4 liblp: Auto-suffix group names. by David Anderson · 6 years ago
  95. 58f67ee Writes cpu variant information to dev/ by Haibo Huang · 6 years ago
  96. b4a50b8 Merge "fs_mgr: remove by_name_symlinks_map_ from AvpOps" by Treehugger Robot · 6 years ago
  97. 02a71b2 Merge "Convert libpixelflinger to Android.bp" by Treehugger Robot · 6 years ago
  98. 4e943dc Convert libpixelflinger to Android.bp by Dan Willemsen · 6 years ago
  99. e5a4a68 Merge "Don't fail when no glob match" by Treehugger Robot · 6 years ago
  100. 86ddb26 Merge "logical -> dynamic partitions." by Treehugger Robot · 6 years ago