summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.cc
Commit message (Expand)AuthorAge
* tsan: add missing stat descriptionsDmitry Vyukov2013-03-20
* tsan: call fflush(0) on exit againDmitry Vyukov2013-03-20
* tsan: special handling of .rodata (don't try to find races, don't keep shadow...Dmitry Vyukov2013-03-20
* [sanitizer] Intercept frexp and friends.Evgeniy Stepanov2013-03-14
* [sanitizer] Add interceptors for localtime and friends.Evgeniy Stepanov2013-02-19
* [sanitizer] Missing changes from r174960.Evgeniy Stepanov2013-02-12
* tsan: intercept libc __res_icloseDmitry Vyukov2013-02-07
* tsan: intercept bind/listenDmitry Vyukov2013-02-04
* tsan: support for inprocess symbolizerDmitry Vyukov2013-01-29
* tsan: add interceptor stubs for stat family of functionsDmitry Vyukov2013-01-29
* [sanitizer] Common *scanf interceptors.Evgeniy Stepanov2013-01-18
* [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...Kostya Serebryany2013-01-18
* Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen2013-01-17
* [tsan] move prctl interceptor from asan to common_interceptors thus enabling ...Kostya Serebryany2013-01-17
* tsan: fix crash when user defines own fopen/filenoDmitry Vyukov2013-01-09
* tsan: fix crash when user defines own fopen/filenoDmitry Vyukov2013-01-09
* tsan: update mutex table for javaDmitry Vyukov2012-12-21
* 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 socketpair() interceptor and testDmitry Vyukov2012-12-14
* tsan: more precise handling of IO synchronizationDmitry Vyukov2012-12-12
* tsan: even more fd interceptors + fixesDmitry Vyukov2012-12-07
* tsan: more fd interceptors + bug fixes + testsDmitry Vyukov2012-12-07
* tsan: add pipe interceptorsDmitry Vyukov2012-12-07
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: provide own implementation of __cxa_guard_xxx functionsDmitry Vyukov2012-12-05
* tsan: add __libc_memalign interceptor (used by dynamic loader to allocate tls...Dmitry Vyukov2012-11-30
* tsan: add 128-bit atomic operationsDmitry Vyukov2012-11-27
* tsan: add atomic nand operationDmitry Vyukov2012-11-26
* tsan: eevn better handling of signalsDmitry Vyukov2012-11-15
* tsan: intercept gettimeofday()Dmitry Vyukov2012-11-09
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* Revert the lockf() support. Alexander Potapenko2012-09-11
* Interceptors for lockf and lockf64, minor calloc() fix.Alexander Potapenko2012-09-11
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-06
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* tsan: intercept longjmp() but die in it, greatly simplifies problem diagnosticDmitry Vyukov2012-05-31
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10