1. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  2. a09507c Delete unused variables. by Eli Friedman · 11 years ago
  3. bd33d3a [tsan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  4. a27512c [tsan] add colors to tsan output by Kostya Serebryany · 11 years ago
  5. 8cde5cb tsan: catch races on condition variables by Dmitry Vyukov · 11 years ago
  6. da506a9 [TSan] fixup for r189791: don't put ; on the newline by Alexey Samsonov · 11 years ago
  7. a117492 tsan: add suppressions for true/false positives in standard libraries by Dmitry Vyukov · 11 years ago
  8. 2e13ca8 [TSan] Move the /proc/self/maps parsing logic to sanitizer_common by Alexander Potapenko · 11 years ago
  9. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  10. d9760ab [TSan] Move build rules a bit to ensure correct dependencies of check-tsan command by Alexey Samsonov · 11 years ago
  11. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  12. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  13. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  14. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  15. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  16. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago
  17. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  18. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  19. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  20. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  21. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  22. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  23. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  24. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  25. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  26. 158ca52 tsan: treat SIGSYS as synchronous signal by Dmitry Vyukov · 11 years ago
  27. 48016bc tsan: disable one more interceptor that causes recursion by Dmitry Vyukov · 11 years ago
  28. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  29. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  30. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  31. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  32. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  33. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  34. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  35. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  36. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  37. c8c312a Hide mlock/munlock info message under verbosity flag. by Alexey Samsonov · 11 years ago
  38. f2c29a5 Fix typo found by Clang fix for extern "C" function handling. by Richard Smith · 11 years ago
  39. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  40. 1d55ed1 tsan: revert dynamic symbols file to the old incorrect one by Dmitry Vyukov · 11 years ago
  41. 66385c9 tsan: remove non-existent functions from syms file by Dmitry Vyukov · 11 years ago
  42. f2c8445 [tsan] Fix build. by Sergey Matveev · 11 years ago
  43. a52e5c6 [tsan] Move some suppressions-related code to common. by Sergey Matveev · 11 years ago
  44. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  45. 1dcabd1 tsan: add missing __attribute__((visibility("default"))) to interface functions by Dmitry Vyukov · 11 years ago
  46. 6d81738 tsan: update dynamic export syms file by Dmitry Vyukov · 11 years ago
  47. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  48. 90a65aa [sanitizer] Fix TSan build. by Evgeniy Stepanov · 11 years ago
  49. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  50. 48e5420 tsan: fix potential false positive race on fd by Dmitry Vyukov · 11 years ago
  51. e7718bc tsan: consistently use return pc as top frame pc by Dmitry Vyukov · 11 years ago
  52. 0a05e5f [TSan] use InternalMmapVector to store fired suppressions by Alexey Samsonov · 11 years ago
  53. 9c4d7a4 tsan: fix Windows Go crash by Dmitry Vyukov · 11 years ago
  54. e0c4561 tsan: add -Wno-maybe-uninitialized to Go build script by Dmitry Vyukov · 11 years ago
  55. 3996833 tsan: allows to suppress races on global variables by Dmitry Vyukov · 11 years ago
  56. 917f62e tsan: disable getaddrinfo() interceptor for tsan (causes recursion) by Dmitry Vyukov · 11 years ago
  57. cc08fca tsan: fix old gcc warnings by Dmitry Vyukov · 11 years ago
  58. bb5aecb tsan: more detailed trace for atomic operations (include address and memory ordering) by Dmitry Vyukov · 11 years ago
  59. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  60. 48cd12d tsan: use memory access size for Go after all by Dmitry Vyukov · 11 years ago
  61. 1dc5f39 tsan: always strip bottom frame in Go reports by Dmitry Vyukov · 11 years ago
  62. 2e9ffcb [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. by Evgeniy Stepanov · 11 years ago
  63. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  64. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  65. 24cdfee tsan: match "race" suppressions against "race on vptr" reports by Dmitry Vyukov · 11 years ago
  66. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  67. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  68. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  69. 2a5c678 [tsan] Remove -Wgnu from Makefile.old. by Evgeniy Stepanov · 11 years ago
  70. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  71. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  72. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  73. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  74. dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
  75. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  76. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  77. 0c547de [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library by Peter Collingbourne · 11 years ago
  78. a1b3f0d tsan: remove "printing report from signal handler. Can crash or hang" output by Dmitry Vyukov · 11 years ago
  79. 8354fae tsan: introduce recursive mutex lock/unlock java interface by Dmitry Vyukov · 11 years ago
  80. 84b35c4 Add sanitizer syscall hooks to the tool's export lists. by Evgeniy Stepanov · 11 years ago
  81. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  82. 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 11 years ago
  83. 94d8b44 tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) by Dmitry Vyukov · 11 years ago
  84. 924047f tsan: reverse stack trace for failed CHECK's, this is how we print traces in other places by Dmitry Vyukov · 11 years ago
  85. 8ecd0e5 tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 by Dmitry Vyukov · 11 years ago
  86. 46fea91 tsan: fix stack traces for malloc and free by Dmitry Vyukov · 11 years ago
  87. edd2821 tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they cause interceptor recursion if user intercepts fopen() by Dmitry Vyukov · 11 years ago
  88. 0304941 tsan: fix crash when data race happens on out-of-bounds accesses. by Dmitry Vyukov · 11 years ago
  89. d36f07c tsan: support heap starting at 0x04c0 (used in some custom deplyments) by Dmitry Vyukov · 11 years ago
  90. 4860c68 tsan: update Go memory mapping, Go now uses 0x00c0 heap base by Dmitry Vyukov · 11 years ago
  91. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  92. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  93. 7733017 [TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds. by Alexey Samsonov · 11 years ago
  94. 881b677 [sanitizer] Add syscall handlers to ASan and TSan runtimes. by Evgeniy Stepanov · 11 years ago
  95. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  96. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  97. c9b626e [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit by Alexey Samsonov · 11 years ago
  98. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  99. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  100. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 11 years ago