summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_fd.cc
AgeCommit message (Expand)Author
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2015-06-25tsan: fix handling of dup2 Dmitry Vyukov
2014-10-15tsan: fix false positive related to signalsDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-04-25[sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov
2014-03-20tsan: deobfuscate global ctx variableDmitry Vyukov
2013-11-25tsan: filter out more bogus fd valuesDmitry Vyukov
2013-10-25tsan: do not crash when apparently bogus fd is passed to e.g. closeDmitry Vyukov
2013-10-11tsan: catch more races on file descriptorsDmitry Vyukov
2013-06-20tsan: fix potential false positive race on fdDmitry Vyukov
2013-04-19[TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov
2013-02-01tsan: detect races between plain and atomic memory accessesDmitry Vyukov
2013-01-09tsan: detect races on fd passed to epoll_ctlDmitry Vyukov
2012-12-18tsan: intercept fork() to prevent false race reports on fd'sDmitry Vyukov
2012-12-18tsan: add signalfd() and inotify_init() interceptorsDmitry Vyukov
2012-12-18tsan: add io_sync flag that controls amount of IO synchronizationDmitry Vyukov
2012-12-18tsan: describe "file descriptor" locationDmitry Vyukov
2012-12-14tsan: synchronize connect->accept callsDmitry Vyukov
2012-12-12tsan: add missing filesDmitry Vyukov