1. 7733017 [TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds. by Alexey Samsonov · 12 years ago
  2. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  3. a597258 tsan: detect races on fd passed to epoll_ctl by Dmitry Vyukov · 12 years ago
  4. 4554b7a tsan: intercept fork() to prevent false race reports on fd's by Dmitry Vyukov · 12 years ago
  5. 45d4324 tsan: add signalfd() and inotify_init() interceptors by Dmitry Vyukov · 12 years ago
  6. e3178e8 tsan: add io_sync flag that controls amount of IO synchronization by Dmitry Vyukov · 12 years ago
  7. c2234cd tsan: describe "file descriptor" location by Dmitry Vyukov · 12 years ago
  8. ed513f6 tsan: synchronize connect->accept calls by Dmitry Vyukov · 12 years ago
  9. fb8ca81 tsan: add missing files by Dmitry Vyukov · 12 years ago