summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_fd.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-315/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov2017-07-241-3/+3
* tsan: fix handling of dup2 Dmitry Vyukov2015-06-251-9/+27
* tsan: fix false positive related to signalsDmitry Vyukov2014-10-151-4/+5
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-9/+6
* [sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov2014-04-251-2/+2
* tsan: deobfuscate global ctx variableDmitry Vyukov2014-03-201-1/+1
* tsan: filter out more bogus fd valuesDmitry Vyukov2013-11-251-1/+1
* tsan: do not crash when apparently bogus fd is passed to e.g. closeDmitry Vyukov2013-10-251-2/+34
* tsan: catch more races on file descriptorsDmitry Vyukov2013-10-111-0/+2
* tsan: fix potential false positive race on fdDmitry Vyukov2013-06-201-1/+1
* [TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov2013-04-191-2/+3
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-011-5/+5
* tsan: detect races on fd passed to epoll_ctlDmitry Vyukov2013-01-091-0/+6
* tsan: intercept fork() to prevent false race reports on fd'sDmitry Vyukov2012-12-181-0/+15
* tsan: add signalfd() and inotify_init() interceptorsDmitry Vyukov2012-12-181-2/+13
* tsan: add io_sync flag that controls amount of IO synchronizationDmitry Vyukov2012-12-181-2/+11
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-181-64/+91
* tsan: synchronize connect->accept callsDmitry Vyukov2012-12-141-0/+9
* tsan: add missing filesDmitry Vyukov2012-12-121-0/+188
OpenPOWER on IntegriCloud