1. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  2. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  3. 90a65aa [sanitizer] Fix TSan build. by Evgeniy Stepanov · 11 years ago
  4. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  5. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  6. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  7. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  8. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  9. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  10. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  11. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  12. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  13. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  14. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  15. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 12 years ago
  16. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 12 years ago
  17. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 12 years ago
  18. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 12 years ago
  19. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 12 years ago
  20. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 12 years ago
  21. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 12 years ago
  22. 5043f05 tsan: intercept abort() to fflush() libc streams by Dmitry Vyukov · 12 years ago
  23. 423bd20 tsan: add missing stat descriptions by Dmitry Vyukov · 12 years ago
  24. 0ebfc6f tsan: call fflush(0) on exit again by Dmitry Vyukov · 12 years ago
  25. 82dbc51 tsan: special handling of .rodata (don't try to find races, don't keep shadow, dont' put into traces) by Dmitry Vyukov · 12 years ago
  26. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 12 years ago
  27. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  28. 86edb3b [sanitizer] Missing changes from r174960. by Evgeniy Stepanov · 12 years ago
  29. 03f2248 tsan: intercept libc __res_iclose by Dmitry Vyukov · 12 years ago
  30. 52c70e5 tsan: intercept bind/listen by Dmitry Vyukov · 12 years ago
  31. 31c05ea tsan: support for inprocess symbolizer by Dmitry Vyukov · 12 years ago
  32. 61ba1b5 tsan: add interceptor stubs for stat family of functions by Dmitry Vyukov · 12 years ago
  33. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  34. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  35. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  36. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  37. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  38. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  39. f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
  40. 4554b7a tsan: intercept fork() to prevent false race reports on fd's by Dmitry Vyukov · 12 years ago
  41. 45d4324 tsan: add signalfd() and inotify_init() interceptors by Dmitry Vyukov · 12 years ago
  42. 983518e tsan: add socketpair() interceptor and test by Dmitry Vyukov · 12 years ago
  43. c78839f tsan: more precise handling of IO synchronization by Dmitry Vyukov · 12 years ago
  44. 68230a1 tsan: even more fd interceptors + fixes by Dmitry Vyukov · 12 years ago
  45. ba3ae35 tsan: more fd interceptors + bug fixes + tests by Dmitry Vyukov · 12 years ago
  46. ddeb2c3 tsan: add pipe interceptors by Dmitry Vyukov · 12 years ago
  47. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  48. 1ffeded tsan: provide own implementation of __cxa_guard_xxx functions by Dmitry Vyukov · 12 years ago
  49. 07ba8ef tsan: add __libc_memalign interceptor (used by dynamic loader to allocate tls for dlopen'ed modules) by Dmitry Vyukov · 12 years ago
  50. 63da509 tsan: add 128-bit atomic operations by Dmitry Vyukov · 12 years ago
  51. 02b45d2 tsan: add atomic nand operation by Dmitry Vyukov · 12 years ago
  52. ee8ee24 tsan: eevn better handling of signals by Dmitry Vyukov · 12 years ago
  53. aad173b tsan: intercept gettimeofday() by Dmitry Vyukov · 12 years ago
  54. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  55. 223ff76 Revert the lockf() support. by Alexander Potapenko · 12 years ago
  56. 0ce948e Interceptors for lockf and lockf64, minor calloc() fix. by Alexander Potapenko · 12 years ago
  57. 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
  58. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  59. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  60. f037f56 tsan: intercept longjmp() but die in it, greatly simplifies problem diagnostic by Dmitry Vyukov · 12 years ago
  61. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago