summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
Commit message (Expand)AuthorAge
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-15
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-15
* Clean up StopTheWorld code after r192686.Sergey Matveev2013-10-15
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-15
* [sanitizer] Fix the parent liveness check in StopTheWorld.Sergey Matveev2013-10-09
* [sanitizer] Fix deadlock in StopTheWorld.Sergey Matveev2013-10-08
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-02
* [sanitizer] fix code styleAlexey Samsonov2013-08-28
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-26
* [sanitizer] Remove optional arguments from clone() invocation.Sergey Matveev2013-07-11
* [lsan] Prevent inlining of WipeStack().Sergey Matveev2013-06-19
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-19
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [nolibc] Move stoptheworld to RTSanitizerCommonLibc.Peter Collingbourne2013-05-21