1. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  2. b8c9c60 [sanitizer] Disable tmpnam_r interceptor on Mac. by Evgeniy Stepanov · 11 years ago
  3. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  4. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  5. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  6. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  7. 220d1f7 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  8. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  9. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  10. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  11. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  12. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  13. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  14. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  15. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  16. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 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. 8283cce [sanitizer] Limit scandir interceptor to Linux. by Evgeniy Stepanov · 11 years ago
  20. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  21. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 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. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  27. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  28. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  29. 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
  30. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  31. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  32. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  33. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  34. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  35. 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
  36. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  37. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  38. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  39. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  40. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  41. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  42. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  43. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  44. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  45. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  46. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  47. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  48. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  49. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  50. f495479 [sanitizer] Enable pthread_getschedparam interceptor on Android. by Evgeniy Stepanov · 11 years ago
  51. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  52. 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
  53. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  54. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  55. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  56. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  57. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  58. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  59. fef6605 [msan] Intercept time(). by Evgeniy Stepanov · 11 years ago
  60. 8218584 [Sanitizer] Be more careful with arch-specific defines in StopTheWorld code by Alexey Samsonov · 11 years ago
  61. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  62. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  63. a548059 [sanitizer] Enable prctl interceptor on Android. by Evgeniy Stepanov · 11 years ago
  64. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  65. ff5d1fc [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h by Alexey Samsonov · 11 years ago
  66. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  67. 9eab858 [ASan] Make isoc99_*scanf intercepted on Linux only. Those are unavailable on Darwin. by Alexander Potapenko · 12 years ago
  68. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  69. 5fffb9f [sanitizer] Disable scanf interceptor on windows. by Evgeniy Stepanov · 12 years ago
  70. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  71. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  72. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  73. 153ba3f [sanitizer] move write/pwrite/pwrite64 interceptors to common by Kostya Serebryany · 12 years ago
  74. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  75. 74737d5 [Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should define whether or not given function should be intercepted on a given platform. by Alexey Samsonov · 12 years ago