1. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  2. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  3. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  4. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  5. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  6. 25ecb75 [sanitizer] struct ustat and a bunch of other definitions are missing on Android. by Evgeniy Stepanov · 11 years ago
  7. 7f790ca Merging r-196802: by Bill Wendling · 11 years ago
  8. 0d2a935 Merging r195442: by Evgeniy Stepanov · 11 years ago
  9. f17dd74 Merging r195436: by Evgeniy Stepanov · 11 years ago
  10. d7041c6 Merging r195434: by Evgeniy Stepanov · 11 years ago
  11. 43e7e4e Merging r195433: by Evgeniy Stepanov · 11 years ago
  12. e1e6883 Merging r195427: by Evgeniy Stepanov · 11 years ago
  13. efb0226 Remove #include of net/ip_mroute.h for SANITIZER_MAC. by Bob Wilson · 11 years ago
  14. 11f5309 tsan: add support for robust mutexes by Dmitry Vyukov · 11 years ago
  15. e041c60 [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018) by Kostya Serebryany · 11 years ago
  16. c50f796 [sanitizer] Switch to an older version of struct iocb that is found in the latest Android NDK. by Evgeniy Stepanov · 11 years ago
  17. bd65956 [sanitizer] Enhance io_submti syscall handler. by Evgeniy Stepanov · 11 years ago
  18. b8a141f [libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator. by Alexander Potapenko · 11 years ago
  19. 1bb2229 [asan] Fix syscall hooks build on Android. by Evgeniy Stepanov · 11 years ago
  20. 3ee98e3 [sanitizer] Ptrace syscall handler. by Evgeniy Stepanov · 11 years ago
  21. f360389 [msan] Intercept shmat. by Evgeniy Stepanov · 11 years ago
  22. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  23. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  24. 9d06f1b [sanitizer] Fix OSX build some more. by Evgeniy Stepanov · 11 years ago
  25. 0489e11 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  26. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  27. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  28. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  29. 5f4984d tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platform_limits_posix.h by Dmitry Vyukov · 11 years ago
  30. 70db33e [sanitizer] Define kPthreadDestructorIterations on POSIX systems. by Sergey Matveev · 11 years ago
  31. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  32. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  33. 85626e8 [sanitizer] Delete extra whitespace. by Evgeniy Stepanov · 11 years ago
  34. a3cb27e [sanitizer] Avoid including any system headers in the system-header-free part of the runtime library. by Evgeniy Stepanov · 11 years ago
  35. 9a4a159 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  36. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  37. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  38. 8766b81 Revert r188369 (and r188455) which breaks the build on at least some by Chandler Carruth · 11 years ago
  39. e6e564d [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. by Evgeniy Stepanov · 11 years ago
  40. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  41. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  42. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  43. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  44. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  45. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  46. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  47. 8be684c [sanitizer] Fix mac build. by Evgeniy Stepanov · 11 years ago
  48. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  49. 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
  50. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  51. d50d29e [sanitizer] Disable all ptrace-related definitions on Android. by Evgeniy Stepanov · 11 years ago
  52. 3678cf9 [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android. by Evgeniy Stepanov · 11 years ago
  53. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  54. a0379b5 [sanitizer] Fix dirent interceptors. by Evgeniy Stepanov · 11 years ago
  55. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  56. 4f116ad [sanitizer] Fix build with OSS4 kernel headers. by Evgeniy Stepanov · 11 years ago
  57. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  58. 9d60087 [sanitizer] Intercept inet_aton. by Evgeniy Stepanov · 11 years ago
  59. bb273d5 [santizer] Disable several EVIOxxx ioctls on older kernels. by Evgeniy Stepanov · 11 years ago
  60. 4612aba [sanitizer] Handle EVIOxxxx ioctls. by Evgeniy Stepanov · 11 years ago
  61. 89d1eee [sanitizer] Fix struct ifconf definition on Mac and restore the size checks. by Evgeniy Stepanov · 11 years ago
  62. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  63. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  64. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  65. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  66. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  67. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  68. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  69. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  70. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  71. e215980 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  72. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  73. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  74. a05fd31 [sanitizer] Fix Mac build one more time. by Evgeniy Stepanov · 11 years ago
  75. 73c9878 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  76. 761cabb [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  77. e0f18f2 [sanitizer] Fix Mac build. by Evgeniy Stepanov · 11 years ago
  78. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  79. 1aad6b5 [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor. by Evgeniy Stepanov · 11 years ago
  80. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  81. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  82. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  83. 4fb04a8 [sanitizer] Android lacks ucontext_t definition. by Evgeniy Stepanov · 11 years ago
  84. 0727702 [sanitizer] Use ucontext_t instead of "struct ucontext". by Evgeniy Stepanov · 11 years ago
  85. 06658ea [msan] Unpoison siginfo_t and ucontext_t in signal handlers. by Evgeniy Stepanov · 11 years ago
  86. 46f9395 [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  87. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  88. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  89. e4cded9 [sanitizer] No dirent64 on Android. by Evgeniy Stepanov · 11 years ago
  90. e4af4d2 [msan] Add changes missing from r177065. by Evgeniy Stepanov · 11 years ago
  91. 0ecc437 [sanitizer] Fix lint. by Evgeniy Stepanov · 11 years ago
  92. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  93. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 12 years ago
  94. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago