1. d50d29e [sanitizer] Disable all ptrace-related definitions on Android. by Evgeniy Stepanov · 11 years ago
  2. 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
  3. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  4. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  5. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  6. 4f116ad [sanitizer] Fix build with OSS4 kernel headers. by Evgeniy Stepanov · 11 years ago
  7. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  8. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  9. bb273d5 [santizer] Disable several EVIOxxx ioctls on older kernels. by Evgeniy Stepanov · 11 years ago
  10. 4612aba [sanitizer] Handle EVIOxxxx ioctls. by Evgeniy Stepanov · 11 years ago
  11. 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
  12. 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  13. b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
  14. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  15. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  16. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  17. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  18. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  19. 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
  20. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  21. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  22. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  23. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  24. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  25. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  26. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  27. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  28. 0228452 [sanitizer] Fix gcc build. by Evgeniy Stepanov · 11 years ago
  29. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  30. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  31. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  32. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  33. 4fb04a8 [sanitizer] Android lacks ucontext_t definition. by Evgeniy Stepanov · 11 years ago
  34. 0727702 [sanitizer] Use ucontext_t instead of "struct ucontext". by Evgeniy Stepanov · 11 years ago
  35. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  36. 46f9395 [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  37. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  38. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  39. e4cded9 [sanitizer] No dirent64 on Android. by Evgeniy Stepanov · 11 years ago
  40. e4af4d2 [msan] Add changes missing from r177065. by Evgeniy Stepanov · 11 years ago
  41. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  42. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 12 years ago
  43. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago[Renamed (66%) from lib/msan/msan_platform_limits_posix.cc]
  44. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  45. e03345b [msan] More interceptors. by Evgeniy Stepanov · 12 years ago
  46. 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
  47. 2da893a [msan] Remove an extra semicolon. by Evgeniy Stepanov · 12 years ago
  48. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago