1. 2191fca Clean up StopTheWorld code after r192686. by Sergey Matveev · 11 years ago
  2. 0f7a2ac tsan: implement internal syscall-based versions of sigaction/sigprocmask by Dmitry Vyukov · 11 years ago
  3. d41fa1b [sanitizer] Fix the parent liveness check in StopTheWorld. by Sergey Matveev · 11 years ago
  4. 23a7a43 [sanitizer] Fix deadlock in StopTheWorld. by Sergey Matveev · 11 years ago
  5. cb33910 [sanitizer_common] Add internal_clone(). by Sergey Matveev · 11 years ago
  6. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  7. 90629fb [sanitizer] Handle Die() in StopTheWorld. by Sergey Matveev · 11 years ago
  8. ec29e26 [sanitizer] Remove optional arguments from clone() invocation. by Sergey Matveev · 11 years ago
  9. 5f672c4 [lsan] Prevent inlining of WipeStack(). by Sergey Matveev · 11 years ago
  10. c085fe8 [lsan] Move symbolization and reporting out of StopTheWorld callback. by Sergey Matveev · 11 years ago
  11. 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
  12. 705e310 [nolibc] Move stoptheworld to RTSanitizerCommonLibc. by Peter Collingbourne · 11 years ago[Renamed (99%) from lib/sanitizer_common/sanitizer_stoptheworld_linux.cc]
  13. f931da8 [asan] fix powerpc build and one test; fix lint by Kostya Serebryany · 11 years ago
  14. 115accb [sanitizer] Fix StopTheWorld build on non-Android ARM. by Sergey Matveev · 11 years ago
  15. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  16. 10f3ab7 Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Matveev. by Alexey Samsonov · 11 years ago
  17. 8218584 [Sanitizer] Be more careful with arch-specific defines in StopTheWorld code by Alexey Samsonov · 11 years ago
  18. 46f9395 [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  19. bb090b5 [Sanitizer] Fix StopTheWorld includes on Android. Patch by Sergey Matveev. by Alexey Samsonov · 11 years ago
  20. fd8726c [libsanitizer] Run the callback on a separate stack in StopTheWorld. by Alexander Potapenko · 11 years ago
  21. 53c18d7 [libsanitizer] Add register dumping support to SuspendedThreadsList. by Alexander Potapenko · 11 years ago
  22. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  23. 49960be tsan: fix huge stack frames by Dmitry Vyukov · 11 years ago
  24. 6d03606 [Sanitizer] Get rid of global mutexes in StopTheWorld implementation by Alexey Samsonov · 11 years ago
  25. 3614c16 [libsanitizer] StopTheWorld in sanitizer_common by Alexander Potapenko · 11 years ago