1. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  2. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  3. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  4. 175599b tsan: do not crash when apparently bogus fd is passed to e.g. close by Dmitry Vyukov · 11 years ago
  5. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  6. 48e5420 tsan: fix potential false positive race on fd by Dmitry Vyukov · 11 years ago
  7. 7733017 [TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds. by Alexey Samsonov · 11 years ago
  8. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  9. a597258 tsan: detect races on fd passed to epoll_ctl by Dmitry Vyukov · 12 years ago
  10. 4554b7a tsan: intercept fork() to prevent false race reports on fd's by Dmitry Vyukov · 12 years ago
  11. 45d4324 tsan: add signalfd() and inotify_init() interceptors by Dmitry Vyukov · 12 years ago
  12. e3178e8 tsan: add io_sync flag that controls amount of IO synchronization by Dmitry Vyukov · 12 years ago
  13. c2234cd tsan: describe "file descriptor" location by Dmitry Vyukov · 12 years ago
  14. ed513f6 tsan: synchronize connect->accept calls by Dmitry Vyukov · 12 years ago
  15. fb8ca81 tsan: add missing files by Dmitry Vyukov · 12 years ago