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. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  13. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  14. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  15. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  16. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  17. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  18. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  19. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  20. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  21. e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  22. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  23. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  24. a05fd31 [sanitizer] Fix Mac build one more time. by Evgeniy Stepanov · 11 years ago
  25. 73c9878 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  26. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  27. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  28. 447ef19 [msan] getaddrinfo & nested interceptor support. 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. 0ecc437 [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  42. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  43. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 12 years ago
  44. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago