1. 077d1ea Simplify code that parses ifa_flags. by Lorenzo Colitti · 5 years ago
  2. 6153b71 Merge changes I57cb2003,I569d2b81,I01a10e36 by Treehugger Robot · 5 years ago
  3. b7dd293 Merge "Parse IFA_F_* values above 0x80." by Lorenzo Colitti · 5 years ago
  4. 096fc53 Parse IFA_F_* values above 0x80. by Lorenzo Colitti · 5 years ago
  5. 39c26d6 libnetutils/packet.c - create socket with close-on-exec by Maciej Żenczykowski · 5 years ago
  6. 0129aaa libnetutils/packet.c - fix a raw socket reception race by Maciej Żenczykowski · 5 years ago
  7. b7f370c libnetutils/packet.c - fix a socket leak on bind error by Maciej Żenczykowski · 5 years ago
  8. 5445c73 Merge "Fix mac build." by Christopher Ferris · 5 years ago
  9. c5f0640 Merge "InitFatalReboot: Trigger panic explicitly for init_fatal_panic" by Woody Lin · 5 years ago
  10. 8a6dff2 Fix mac build. by Christopher Ferris · 5 years ago
  11. 5d97966 Merge "Add stack trace coverage to MTE tests." by Peter Collingbourne · 5 years ago
  12. be1cf90 InitFatalReboot: Trigger panic explicitly for init_fatal_panic by Woody Lin · 5 years ago
  13. bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 5 years ago
  14. d427b54 Merge "Revert "Make libstatssocket a shared_lib"" by Jiyong Park · 5 years ago
  15. 3e0ec0f Revert "Make libstatssocket a shared_lib" by Jiyong Park · 5 years ago
  16. d25f5db Merge "Make libstatssocket a shared_lib" by Jiyong Park · 5 years ago
  17. 7821048 Merge "Change call to mmap64." by Christopher Ferris · 5 years ago
  18. 4cd4b45 Merge "Add support for MTE error reports in tombstones." by Peter Collingbourne · 5 years ago
  19. 972f1ba Merge changes Ib0f33d2f,Ife6c09dd,I55ed5656 by Tom Cherry · 5 years ago
  20. 7b9f35c Change call to mmap64. by Christopher Ferris · 5 years ago
  21. 1af4a81 Merge "libsnapshot: fix incorrect assumption of cow images" by Yifan Hong · 5 years ago
  22. 2814928 Merge "[adb client] Fix mdns discovery service registry." by Joshua Duong · 5 years ago
  23. 053daca logd: enable -Wextra by Tom Cherry · 5 years ago
  24. 5178089 logd: don't check of the timestamp of audit messages is monotonic by Tom Cherry · 5 years ago
  25. f2c2746 Remove the monotonic option for logging by Tom Cherry · 5 years ago
  26. 72fdec1 Merge changes I9a357a3e,I7cfc6393,I69148243 by Tom Cherry · 5 years ago
  27. c3d30bf Merge "Fix GetGlobalVariableOffset with tagged pointer in aarch64" by Treehugger Robot · 5 years ago
  28. 6bc06af Merge "libfiemap: Remove brittle tests." by David Anderson · 5 years ago
  29. f74f58f Merge "liblp: Add integer overflow checks when aligning." by David Anderson · 5 years ago
  30. e6c1a84 libsnapshot: fix incorrect assumption of cow images by Yifan Hong · 5 years ago
  31. e3fa729 libfiemap: Remove brittle tests. by David Anderson · 5 years ago
  32. 42c2733 liblp: Add integer overflow checks when aligning. by David Anderson · 5 years ago
  33. 2e66043 Merge "Add tests for zero snapshot size." by Yifan Hong · 5 years ago
  34. 077ac11 [adb client] Fix mdns discovery service registry. by Joshua Duong · 5 years ago
  35. cef47bb logd: start cleaning up LogReaderThread by Tom Cherry · 5 years ago
  36. 320f596 logd: use std::function and lambdas where appropriate by Tom Cherry · 5 years ago
  37. 6ec71e9 logd: rename LogTimes -> LogReaderThread by Tom Cherry · 5 years ago
  38. 794acfc Merge changes Ic7620978,I6d5bab58,Id1668c26,Icdb56b6f,Ic0c86a2b by Tom Cherry · 5 years ago
  39. 79d54f7 logd: remove FlushCommand by Tom Cherry · 5 years ago
  40. f2554ab Merge "fiemap_image_test: libcrypto_utils as static lib" by Alessio Balsini · 5 years ago
  41. 20118ee logd: rename mOldest -> oldest_ by Tom Cherry · 5 years ago
  42. 5a3db39 logd: separate PruneList from LogBuffer by Tom Cherry · 5 years ago
  43. e170d1a logd: don't use SIGHUP to reinitialize by Tom Cherry · 5 years ago
  44. 1a12ae3 logd: decouple LogTags from LogBuffer by Tom Cherry · 5 years ago
  45. 67da093 Merge "fastboot: Fix snapshot-update merge behavior." by David Anderson · 5 years ago
  46. f9273c2 Merge "processgroup: Set min_sdk_version" by Treehugger Robot · 5 years ago
  47. 6789753 Merge "libcutils: Set min_sdk_version" by Jooyung Han · 5 years ago
  48. 2a2e9e0 Merge "gralloc: Set min_sdk_version" by Treehugger Robot · 5 years ago
  49. 29512fb Make libstatssocket a shared_lib by Tej Singh · 6 years ago
  50. 2f44810 Merge "Add libnativehelper.so to public libraries" by Orion Hodson · 5 years ago
  51. 5a0177d fastboot: Fix snapshot-update merge behavior. by David Anderson · 5 years ago
  52. f4cd49a Merge changes from topic "snapshot_fuzz" by Yifan Hong · 5 years ago
  53. 0964727 Merge "first_stage_init: add support to skip module load failures" by Treehugger Robot · 5 years ago
  54. 8f9d4af Merge "Fix dangling pointer issue in LocalUpdatbleMaps" by Christopher Ferris · 5 years ago
  55. c890742 first_stage_init: add support to skip module load failures by Will McVicker · 5 years ago
  56. e0c2e62 Add tests for zero snapshot size. by Yifan Hong · 5 years ago
  57. d2a8418 Merge "Handle zero snapshot size appropriately." by Yifan Hong · 5 years ago
  58. a7a194b Fix dangling pointer issue in LocalUpdatbleMaps by Sim Sun · 5 years ago
  59. 83c690c Handle zero snapshot size appropriately. by Yifan Hong · 5 years ago
  60. c43f513 Enable automatic libsnapshot fuzzer runs by Yifan Hong · 5 years ago
  61. 4d5bfab Also log corpus when aborted through libbase. by Yifan Hong · 5 years ago
  62. b827d1d Merge "remount: Improve messaging when a reboot is needed." by David Anderson · 5 years ago
  63. e874875 Merge "Reject services that are both critical and oneshot" by Nikita Ioffe · 5 years ago
  64. dfcf2e8 Merge "Add reason why userspace reboot shutdown sequence failed" by Nikita Ioffe · 5 years ago
  65. 51c251c Reject services that are both critical and oneshot by Nikita Ioffe · 5 years ago
  66. 39d4553 Add reason why userspace reboot shutdown sequence failed by Nikita Ioffe · 5 years ago
  67. ce036fd fiemap_image_test: libcrypto_utils as static lib by Alessio Balsini · 5 years ago
  68. 8bb2b3f Merge "task_profiles.json: add a new task profile used by camera HAL" by Treehugger Robot · 5 years ago
  69. ee024b0 Merge "snapshot_test: Fix overflow in statvfs arithmetics" by Treehugger Robot · 5 years ago
  70. 0d4a47b libsnapshot_fuzzer: Fuzz MapUpdateSnapshot. by Yifan Hong · 5 years ago
  71. db0e62b libsnapshot_fuzzer: construct valid super partition metadata. by Yifan Hong · 5 years ago
  72. 74d1fb4 libsnapshot_fuzzer: Fuzz CreateUpdateSnapshots by Yifan Hong · 5 years ago
  73. c0df932 libsnapshot_fuzzer: add additional tests for more APIs by Yifan Hong · 5 years ago
  74. 90a9393 libsnapshot_fuzzer: use protobuf by Yifan Hong · 5 years ago
  75. 5eb2d6f libsnapshot_fuzzer: map super image by Yifan Hong · 5 years ago
  76. 8c604e8 task_profiles.json: add a new task profile used by camera HAL by Suren Baghdasaryan · 5 years ago
  77. 13c6574 Merge "init: Add task_profiles init command" by Suren Baghdasaryan · 5 years ago
  78. c941236 Merge changes I5b3ca4f0,I610bed59 by Tom Cherry · 5 years ago
  79. c9c0bba init: Add task_profiles init command by Suren Baghdasaryan · 5 years ago
  80. 20d4d23 liblog: mark tests as require_root: true by Tom Cherry · 5 years ago
  81. 710825c liblog: require root for multi_connect_dgram_socket test by Tom Cherry · 5 years ago
  82. 75672f8 snapshot_test: Fix overflow in statvfs arithmetics by Alessio Balsini · 5 years ago
  83. 1a342a1 Merge "logd: refactor mLast setting into a GetOldest function" by Tom Cherry · 5 years ago
  84. 385c2c9 logd: refactor mLast setting into a GetOldest function by Tom Cherry · 5 years ago
  85. 2e3af86 Merge "Reland "bionic_libc_platform_headers is only available when building with Bionic"." by Martin Stjernholm · 5 years ago
  86. 45253ae remount: Improve messaging when a reboot is needed. by David Anderson · 5 years ago
  87. a5fa1ae Merge "rootdir: init.rc: mount tracefs" by Treehugger Robot · 5 years ago
  88. 5842928 Merge "Switch to new kernel ptrace interface for reading tags." by Peter Collingbourne · 5 years ago
  89. 7cae334 Merge "Avoid zero-initializing our most-used buffers." by Elliott Hughes · 5 years ago
  90. a34edf5 Merge "Add METADATA to system/core: Apache2+BSD=NOTICE" by Bob Badour · 5 years ago
  91. 8c253d4 Avoid zero-initializing our most-used buffers. by Elliott Hughes · 5 years ago
  92. 7609e44 Merge "init: add even more debugging information for reboot" by Tom Cherry · 5 years ago
  93. 0fc5ac0 Add METADATA to system/core: Apache2+BSD=NOTICE by Bob Badour · 5 years ago
  94. 6923de1 Merge "logd: disable flaky logd.timeout test" by Tom Cherry · 5 years ago
  95. 09eae50 Merge "liblog: clean up log_id.h includes" by Tom Cherry · 5 years ago
  96. 9d19a05 rootdir: init.rc: mount tracefs by Kyle Lin · 5 years ago
  97. 597559a Merge "stats: Set min_sdk_version" by Jooyung Han · 5 years ago
  98. 4a27a81 Reland "bionic_libc_platform_headers is only available when building with Bionic". by Martin Stjernholm · 5 years ago
  99. 25a4d70 logd: disable flaky logd.timeout test by Tom Cherry · 5 years ago
  100. e123b3c Add libnativehelper.so to public libraries by Orion Hodson · 5 years ago