summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interceptors.cc
Commit message (Expand)AuthorAge
* tsna: do not call user code from within runtime (from fflush)Dmitry Vyukov2013-11-01
* [tsan] Fix unused variable warnings.Evgeniy Stepanov2013-10-29
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-29
* tsan: start the background thread with signals blocked, otherwise it can stea...Dmitry Vyukov2013-10-28
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-25
* [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common int...Alexey Samsonov2013-10-17
* Make some pthread_mutex_* and pthread_cond_* interceptors common.Alexey Samsonov2013-10-16
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-15
* tsan: resolve symlinks for called_from_lib suppressionsDmitry Vyukov2013-10-15
* tsan: catch more races on file descriptorsDmitry Vyukov2013-10-11
* tsan: fix epoll_ctl interceptorDmitry Vyukov2013-10-11
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-11
* tsan: fix a bug in pthread_once when called from an ignored libraryDmitry Vyukov2013-10-04
* asan/msan/tsan: move _exit interceptor to common interceptorsDmitry Vyukov2013-10-03
* tsan: intercept _exit so that we can override exit statusDmitry Vyukov2013-10-03
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-03
* [sanitizer] A bunch of libc interceptors.Evgeniy Stepanov2013-09-25
* tsan: ignore malloc/free/strdup when called from libjvmDmitry Vyukov2013-09-21
* tsan: ignore all interceptors coming directly from JVMDmitry Vyukov2013-09-21
* tsan: intercept fork syscallDmitry Vyukov2013-09-21
* tsan: intercept close syscallDmitry Vyukov2013-09-21
* tsan: handle memory read/write in syscallsDmitry Vyukov2013-09-20
* tsan: do not crash when user intercepts fopen()Dmitry Vyukov2013-09-20
* tsan: fix linking of tsan runtime into dynamic librariesDmitry Vyukov2013-09-19
* [TSan] Fix -Wempty-body warningAlexey Samsonov2013-09-19
* tsan: prevent the following false positive due to __cxa_atexitDmitry Vyukov2013-09-19
* tsan: refactor internal IgnoreCtl interfaceDmitry Vyukov2013-09-19
* Delete unused variables.Eli Friedman2013-09-10
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-06
* tsan: catch races on condition variablesDmitry Vyukov2013-09-03
* tsan: properly intercept pthread_cond functionsDmitry Vyukov2013-09-02
* tsan: intercept getaddrinfoDmitry Vyukov2013-08-13
* [*San/RTL] Fix minor breakageTimur Iskhodzhanov2013-08-13
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [sanitizer] Intercept poll/ppoll.Evgeniy Stepanov2013-08-12
* tsan: treat SIGSYS as synchronous signalDmitry Vyukov2013-07-18
* tsan: disable one more interceptor that causes recursionDmitry Vyukov2013-07-17
* [Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov2013-07-16
* tsan: support sigsuspend() callDmitry Vyukov2013-07-16
* [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.Evgeniy Stepanov2013-07-09
* Hide mlock/munlock info message under verbosity flag.Alexey Samsonov2013-07-01
* tsan: add missing __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2013-06-25
* [sanitizer] Intercept readv, preadv, writev, pwritev.Evgeniy Stepanov2013-06-24
* tsan: consistently use return pc as top frame pcDmitry Vyukov2013-06-17
* tsan: disable getaddrinfo() interceptor for tsan (causes recursion)Dmitry Vyukov2013-06-10
* [sanitizer] Move TSan and MSan recvmsg interceptors to common.Evgeniy Stepanov2013-05-29
* [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers.Evgeniy Stepanov2013-05-29
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov2013-04-24
* [sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov2013-04-12