index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
tsan
/
rtl
/
tsan_fd.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp
Nico Weber
2019-08-01
1
-315
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sanitizers] TSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-24
1
-3
/
+3
*
tsan: fix handling of dup2
Dmitry Vyukov
2015-06-25
1
-9
/
+27
*
tsan: fix false positive related to signals
Dmitry Vyukov
2014-10-15
1
-4
/
+5
*
tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
2014-05-29
1
-9
/
+6
*
[sanitizer] Intercept a bunch of stdio calls.
Evgeniy Stepanov
2014-04-25
1
-2
/
+2
*
tsan: deobfuscate global ctx variable
Dmitry Vyukov
2014-03-20
1
-1
/
+1
*
tsan: filter out more bogus fd values
Dmitry Vyukov
2013-11-25
1
-1
/
+1
*
tsan: do not crash when apparently bogus fd is passed to e.g. close
Dmitry Vyukov
2013-10-25
1
-2
/
+34
*
tsan: catch more races on file descriptors
Dmitry Vyukov
2013-10-11
1
-0
/
+2
*
tsan: fix potential false positive race on fd
Dmitry Vyukov
2013-06-20
1
-1
/
+1
*
[TSan] Allocate fd table in user heap instead of using internal allocator. We...
Alexey Samsonov
2013-04-19
1
-2
/
+3
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-5
/
+5
*
tsan: detect races on fd passed to epoll_ctl
Dmitry Vyukov
2013-01-09
1
-0
/
+6
*
tsan: intercept fork() to prevent false race reports on fd's
Dmitry Vyukov
2012-12-18
1
-0
/
+15
*
tsan: add signalfd() and inotify_init() interceptors
Dmitry Vyukov
2012-12-18
1
-2
/
+13
*
tsan: add io_sync flag that controls amount of IO synchronization
Dmitry Vyukov
2012-12-18
1
-2
/
+11
*
tsan: describe "file descriptor" location
Dmitry Vyukov
2012-12-18
1
-64
/
+91
*
tsan: synchronize connect->accept calls
Dmitry Vyukov
2012-12-14
1
-0
/
+9
*
tsan: add missing files
Dmitry Vyukov
2012-12-12
1
-0
/
+188