1. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  2. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  3. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  4. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  5. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  6. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  7. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  8. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  9. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  10. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  11. 39fa68e tsan: ignore malloc/free/strdup when called from libjvm by Dmitry Vyukov · 11 years ago
  12. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  13. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  14. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  15. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  16. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  17. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  18. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  19. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  20. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  21. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  22. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  23. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  24. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  25. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  26. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  27. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  28. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  29. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  30. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  31. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  32. 90a65aa [sanitizer] Fix TSan build. by Evgeniy Stepanov · 11 years ago
  33. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  34. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  35. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  36. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  37. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  38. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  39. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  40. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  41. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  42. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  43. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  44. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  45. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  46. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  47. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  48. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 11 years ago
  49. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  50. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  51. 5043f05 tsan: intercept abort() to fflush() libc streams by Dmitry Vyukov · 11 years ago
  52. 423bd20 tsan: add missing stat descriptions by Dmitry Vyukov · 11 years ago
  53. 0ebfc6f tsan: call fflush(0) on exit again by Dmitry Vyukov · 11 years ago
  54. 82dbc51 tsan: special handling of .rodata (don't try to find races, don't keep shadow, dont' put into traces) by Dmitry Vyukov · 11 years ago
  55. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  56. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  57. 86edb3b [sanitizer] Missing changes from r174960. by Evgeniy Stepanov · 12 years ago
  58. 03f2248 tsan: intercept libc __res_iclose by Dmitry Vyukov · 12 years ago
  59. 52c70e5 tsan: intercept bind/listen by Dmitry Vyukov · 12 years ago
  60. 31c05ea tsan: support for inprocess symbolizer by Dmitry Vyukov · 12 years ago
  61. 61ba1b5 tsan: add interceptor stubs for stat family of functions by Dmitry Vyukov · 12 years ago
  62. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  63. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  64. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  65. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  66. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  67. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  68. f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
  69. 4554b7a tsan: intercept fork() to prevent false race reports on fd's by Dmitry Vyukov · 12 years ago
  70. 45d4324 tsan: add signalfd() and inotify_init() interceptors by Dmitry Vyukov · 12 years ago
  71. 983518e tsan: add socketpair() interceptor and test by Dmitry Vyukov · 12 years ago
  72. c78839f tsan: more precise handling of IO synchronization by Dmitry Vyukov · 12 years ago
  73. 68230a1 tsan: even more fd interceptors + fixes by Dmitry Vyukov · 12 years ago
  74. ba3ae35 tsan: more fd interceptors + bug fixes + tests by Dmitry Vyukov · 12 years ago
  75. ddeb2c3 tsan: add pipe interceptors by Dmitry Vyukov · 12 years ago
  76. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  77. 1ffeded tsan: provide own implementation of __cxa_guard_xxx functions by Dmitry Vyukov · 12 years ago
  78. 07ba8ef tsan: add __libc_memalign interceptor (used by dynamic loader to allocate tls for dlopen'ed modules) by Dmitry Vyukov · 12 years ago
  79. 63da509 tsan: add 128-bit atomic operations by Dmitry Vyukov · 12 years ago
  80. 02b45d2 tsan: add atomic nand operation by Dmitry Vyukov · 12 years ago
  81. ee8ee24 tsan: eevn better handling of signals by Dmitry Vyukov · 12 years ago
  82. aad173b tsan: intercept gettimeofday() by Dmitry Vyukov · 12 years ago
  83. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  84. 223ff76 Revert the lockf() support. by Alexander Potapenko · 12 years ago
  85. 0ce948e Interceptors for lockf and lockf64, minor calloc() fix. by Alexander Potapenko · 12 years ago
  86. e954101 [Sanitizer]: Introduce a common internal printf function. For now, also use tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms). by Alexey Samsonov · 12 years ago
  87. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  88. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  89. f037f56 tsan: intercept longjmp() but die in it, greatly simplifies problem diagnostic by Dmitry Vyukov · 12 years ago
  90. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago