1. ed5f51c Merge "Expand seccomp whitelist" by Treehugger Robot · 8 years ago
  2. 9b46fac Expand seccomp whitelist by Paul Lawrence · 8 years ago
  3. 267cf15 Merge "Expand seccomp whitelist" by Treehugger Robot · 8 years ago
  4. 0a9c50d Expand seccomp whitelist by Paul Lawrence · 8 years ago
  5. f18d6ed Merge "logcat: test: inject() tuning" by Treehugger Robot · 8 years ago
  6. 19a43ea Merge changes Ibd7bbddb,I2f571009 by Treehugger Robot · 8 years ago
  7. 559e3d7 Merge "debuggerd_handler: improve nonfatal signal message." by Josh Gao · 8 years ago
  8. e6b1399 debuggerd: fix `debuggerd <pid>` by Josh Gao · 8 years ago
  9. a07ac7e debuggerd_handler: improve nonfatal signal message. by Josh Gao · 8 years ago
  10. a76a83e debuggerd: fix `debuggerd -b <pid>` by Josh Gao · 8 years ago
  11. 63f588f Merge "libsync: Replace inserting tuple into unordered_map in favour of pair." by Treehugger Robot · 8 years ago
  12. c5b89bc Merge "Revert "Continue using the legacy NDK android/log.h."" by Treehugger Robot · 8 years ago
  13. fcbfea3 logcat: test: inject() tuning by Mark Salyzyn · 8 years ago
  14. 5fdb5f8 libsync: Replace inserting tuple into unordered_map in favour of pair. by mtezych · 8 years ago
  15. deab287 Merge "Do not build any host targets on mac." by Treehugger Robot · 8 years ago
  16. e22939f Revert "Continue using the legacy NDK android/log.h." by Mark Salyzyn · 8 years ago
  17. 3f88e0a Do not build any host targets on mac. by Christopher Ferris · 8 years ago
  18. 6a430d8 Merge "Remote reference to log/logger.h" by Christopher Ferris · 8 years ago
  19. 9ba2d2d Remote reference to log/logger.h by Christopher Ferris · 8 years ago
  20. fec24a6 Merge "New version of unwinder." by Christopher Ferris · 8 years ago
  21. df4857f Merge "init: split property context into platform & non-platform components" by Sandeep Patil · 8 years ago
  22. b097608 Merge "bionic and init don't need to share knowledge of property file locations." by Treehugger Robot · 8 years ago
  23. 4428b38 Merge "fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h>" by Treehugger Robot · 8 years ago
  24. 5eb8351 bionic and init don't need to share knowledge of property file locations. by Elliott Hughes · 8 years ago
  25. 5bd5afd Merge "Allow failing app through seccomp policy" by Treehugger Robot · 8 years ago
  26. 1660e4e Merge "boottime/init: Report ro.boottime.init* properties in milliseconds." by James Hawkins · 8 years ago
  27. 761bf89 Allow failing app through seccomp policy by Paul Lawrence · 8 years ago
  28. a17e01d Merge "Allow __NR_perf_event_open" by Treehugger Robot · 8 years ago
  29. 046782f boottime/init: Report ro.boottime.init* properties in milliseconds. by James Hawkins · 8 years ago
  30. 3d3e908 Allow __NR_perf_event_open by Paul Lawrence · 8 years ago
  31. b48dfd8 Merge "logd: multiple identical do not report expired" by Treehugger Robot · 8 years ago
  32. 0dd78be Merge "Support arbitrary-length properties in property_list." by Treehugger Robot · 8 years ago
  33. 0404907 Merge "liblog: export log/log_read.h to vndk" by Treehugger Robot · 8 years ago
  34. f660edf Support arbitrary-length properties in property_list. by Elliott Hughes · 8 years ago
  35. 7871658 Merge "Don't use private libc++ macros." by Treehugger Robot · 8 years ago
  36. c3ce80e liblog: export log/log_read.h to vndk by Mark Salyzyn · 8 years ago
  37. b785ef6 init: split property context into platform & non-platform components by Sandeep Patil · 8 years ago
  38. fca39a0 Merge "debuggerd_handler: remove PR_SET_DUMPABLE check." by Josh Gao · 8 years ago
  39. 8d04f3d debuggerd_handler: remove PR_SET_DUMPABLE check. by Josh Gao · 8 years ago
  40. 870b198 Don't use private libc++ macros. by Dan Albert · 8 years ago
  41. c4c178c Merge "Allow __NR_pipe for 32-bit processes" by Treehugger Robot · 8 years ago
  42. e4d931e Merge "adb: fix darwin build." by Josh Gao · 8 years ago
  43. df5e3f4 adb: fix darwin build. by Josh Gao · 8 years ago
  44. a802490 Merge "fastboot: Workaround for touchbar hang on MBP 2016" by Elliott Hughes · 8 years ago
  45. c455788 Merge changes Ib3354417,I400cf4cc by Mark Salyzyn · 8 years ago
  46. b7c637b Merge "liblog: add log/log_system.h" by Mark Salyzyn · 8 years ago
  47. 89eb051 Merge "adb: add libusb implementation for Linux/Darwin." by Josh Gao · 8 years ago
  48. 39028f8 liblog: add log/log_read.h by Mark Salyzyn · 8 years ago
  49. 326feb8 Allow __NR_pipe for 32-bit processes by Paul Lawrence · 8 years ago
  50. 509f2db fastboot: Workaround for touchbar hang on MBP 2016 by Keith Mok · 8 years ago
  51. 937c73c Merge changes Iad5b5abf,Iad3704cc,If182dd9b by Treehugger Robot · 8 years ago
  52. f6ed728 Merge "fs_mgr_verity: correct dm_target_spec->next" by Treehugger Robot · 8 years ago
  53. f9a30da Merge "logcat: test: increase retry on fgetLongTimestamp to 4, and sleep to settle to 3" by Treehugger Robot · 8 years ago
  54. be6c1c8 fs_mgr: Switch to LOG()/PLOG() defined in <android-base/logging.h> by bowgotsai · 8 years ago
  55. 37c0f78 Merge "Fix a crash when parsing fastboot command-line arguments" by Treehugger Robot · 8 years ago
  56. 295df92 Merge "Add mode bits to a call to open with O_CREAT" by Treehugger Robot · 8 years ago
  57. 1037322 fs_mgr_verity: correct dm_target_spec->next by bowgotsai · 8 years ago
  58. 590f642 Fix a crash when parsing fastboot command-line arguments by Pavlin Radoslavov · 8 years ago
  59. 4a48b05 Merge "base: support logging before enter main function." by Yabin Cui · 8 years ago
  60. cd50cd4 Merge "Switch fs_mgr/*.c to C++." by Treehugger Robot · 8 years ago
  61. a5e5dd1 Merge "Exporting C++ headers from system/core" by Vijay Venkatraman · 8 years ago
  62. fed63d1 Add mode bits to a call to open with O_CREAT by George Burgess IV · 8 years ago
  63. 6b13e9f Merge "init.rc, typo: fs-post-data -> post-fs-data" by Treehugger Robot · 8 years ago
  64. b76c01c base: support logging before enter main function. by Yabin Cui · 8 years ago
  65. 12725b6 Switch fs_mgr/*.c to C++. by bowgotsai · 8 years ago
  66. 596ae13 liblog: add log/log_system.h by Mark Salyzyn · 8 years ago
  67. bca409b liblog: add log/log_time.h by Mark Salyzyn · 8 years ago
  68. c76bd9c liblog: add log/log_radio.h by Mark Salyzyn · 8 years ago
  69. ad87cec liblog: add log/log_id.h by Mark Salyzyn · 8 years ago
  70. eca9447 ndk: reverse course on android/log.h by Mark Salyzyn · 8 years ago
  71. c8cf2ff Merge "Revert "Revert "Exporting C headers from system/core""" by Vijay Venkatraman · 8 years ago
  72. f778f4b logcat: test: increase retry on fgetLongTimestamp to 4, and sleep to settle to 3 by Mark Salyzyn · 8 years ago
  73. 850625f adb: add libusb implementation for Linux/Darwin. by Josh Gao · 9 years ago
  74. d2ee375 Merge changes I21eefab9,I0ac7d78a by Josh Gao · 8 years ago
  75. 04a2a3c Merge "Give crash_dump CAP_SYS_PTRACE." by Josh Gao · 8 years ago
  76. 98b5036 Revert "Revert "Exporting C headers from system/core"" by Vijay Venkatraman · 8 years ago
  77. c826af3 New version of unwinder. by Christopher Ferris · 8 years ago
  78. 9e4cafa Merge changes Ie6c1832a,I0275ffca by Josh Gao · 8 years ago
  79. 1db8a02 Give crash_dump CAP_SYS_PTRACE. by Josh Gao · 8 years ago
  80. 7603344 debuggerd_handler: don't dump PR_NO_NEW_PRIVS processes. by Josh Gao · 8 years ago
  81. eca5e7c debuggerd_handler: don't resend nonfatal signals when not dumping. by Josh Gao · 8 years ago
  82. 1b1102f Merge "crash_dump: properly dump when we can't talk to tombstoned." by Josh Gao · 8 years ago
  83. 1a1ee41 init.rc, typo: fs-post-data -> post-fs-data by Steven Moreland · 8 years ago
  84. b3d0b86 Merge "fs_mgr: support using libavb to enable dm-verity" by Treehugger Robot · 8 years ago
  85. 33689d6 Merge "Ensure property_set connection sockets are CLOEXEC." by Treehugger Robot · 8 years ago
  86. 392595b Merge "Remove unused klog_get_level." by Elliott Hughes · 8 years ago
  87. 88a96d8 Ensure property_set connection sockets are CLOEXEC. by Robert Sesek · 8 years ago
  88. 824e31f fs_mgr: support using libavb to enable dm-verity by bowgotsai · 8 years ago
  89. ec882ad Merge "fastboot: add EDL mode support" by Treehugger Robot · 8 years ago
  90. 17af9f4 Merge "Add eraseblk and logicalblk fs_mgr flags" by Treehugger Robot · 8 years ago
  91. 38f5d36 Merge "Revert "Revert "New protocol for property_service""" by Dimitry Ivanov · 8 years ago
  92. e56dc9f fastboot: add EDL mode support by Alexey Polyudov · 8 years ago
  93. 6798e08 Add eraseblk and logicalblk fs_mgr flags by Connor O'Brien · 8 years ago
  94. af30205 Merge "Revert "Exporting C headers from system/core"" by Vijay Venkatraman · 8 years ago
  95. 0223645 Merge "healthd: Track the API change of minui/minui.h." by Tao Bao · 8 years ago
  96. 07f7337 Revert "Exporting C headers from system/core" by Vijay Venkatraman · 8 years ago
  97. d147f6f crash_dump: properly dump when we can't talk to tombstoned. by Josh Gao · 8 years ago
  98. f98e036 Merge "Don't disable all sanitizers in liblog, just asan." by Evgenii Stepanov · 8 years ago
  99. fcceacf Exporting C++ headers from system/core by Vijay Venkatraman · 8 years ago
  100. 7494566 Merge "Exporting C headers from system/core" by Vijay Venkatraman · 8 years ago