Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | tsan: fix handling of dup2 | Dmitry Vyukov | 2015-06-25 | 1 | -2/+2 |
* | [sanitizer] Intercept a bunch of stdio calls. | Evgeniy Stepanov | 2014-04-25 | 1 | -2/+2 |
* | tsan: detect races on fd passed to epoll_ctl | Dmitry Vyukov | 2013-01-09 | 1 | -0/+1 |
* | tsan: intercept fork() to prevent false race reports on fd's | Dmitry Vyukov | 2012-12-18 | 1 | -0/+1 |
* | tsan: add signalfd() and inotify_init() interceptors | Dmitry Vyukov | 2012-12-18 | 1 | -0/+2 |
* | tsan: describe "file descriptor" location | Dmitry Vyukov | 2012-12-18 | 1 | -0/+1 |
* | tsan: synchronize connect->accept calls | Dmitry Vyukov | 2012-12-14 | 1 | -0/+1 |
* | tsan: add comment to tsan_fd.h file | Dmitry Vyukov | 2012-12-12 | 1 | -0/+21 |
* | tsan: add missing files | Dmitry Vyukov | 2012-12-12 | 1 | -0/+38 |