summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_fd.cc
Commit message (Expand)AuthorAge
* tsan: do not crash when apparently bogus fd is passed to e.g. closeDmitry Vyukov2013-10-25
* tsan: catch more races on file descriptorsDmitry Vyukov2013-10-11
* tsan: fix potential false positive race on fdDmitry Vyukov2013-06-20
* [TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov2013-04-19
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-01
* tsan: detect races on fd passed to epoll_ctlDmitry Vyukov2013-01-09
* tsan: intercept fork() to prevent false race reports on fd'sDmitry Vyukov2012-12-18
* tsan: add signalfd() and inotify_init() interceptorsDmitry Vyukov2012-12-18
* tsan: add io_sync flag that controls amount of IO synchronizationDmitry Vyukov2012-12-18
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-18
* tsan: synchronize connect->accept callsDmitry Vyukov2012-12-14
* tsan: add missing filesDmitry Vyukov2012-12-12