1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  3. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  4. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  5. 6fafcc0 [sanitizer] Fix build with _FILE_OFFSET_BITS=64. by Evgeniy Stepanov · 10 years ago
  6. fd6618a Fix compiler-rt build on FreeBSD 10.1 by Ed Maste · 10 years ago
  7. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  8. 92f36fe Remove's uses of sys/timeb.h for Android. by Dan Albert · 10 years ago
  9. a797a50 Revert "Bionic is getting rid of sys/timeb.h" by Stephen Hines · 10 years ago
  10. f39cd2e Bionic is getting rid of sys/timeb.h by Dan Albert · 10 years ago
  11. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  12. 25ecb75 [sanitizer] struct ustat and a bunch of other definitions are missing on Android. by Evgeniy Stepanov · 11 years ago
  13. 388e818 Merging r196779: by Bill Wendling · 11 years ago
  14. e1e6883 Merging r195427: by Evgeniy Stepanov · 11 years ago
  15. efb0226 Remove #include of net/ip_mroute.h for SANITIZER_MAC. by Bob Wilson · 11 years ago
  16. 11f5309 tsan: add support for robust mutexes by Dmitry Vyukov · 11 years ago
  17. e041c60 [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018) by Kostya Serebryany · 11 years ago
  18. bd65956 [sanitizer] Enhance io_submti syscall handler. by Evgeniy Stepanov · 11 years ago
  19. b8a141f [libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator. by Alexander Potapenko · 11 years ago
  20. 1bb2229 [asan] Fix syscall hooks build on Android. by Evgeniy Stepanov · 11 years ago
  21. 3ee98e3 [sanitizer] Ptrace syscall handler. by Evgeniy Stepanov · 11 years ago
  22. f360389 [msan] Intercept shmat. by Evgeniy Stepanov · 11 years ago
  23. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  24. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  25. acd18b9 [ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX. by Alexander Potapenko · 11 years ago
  26. 9d06f1b [sanitizer] Fix OSX build some more. by Evgeniy Stepanov · 11 years ago
  27. 0489e11 [sanitizer] Fix OSX build. by Evgeniy Stepanov · 11 years ago
  28. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  29. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  30. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  31. cf39032 [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. by Evgeniy Stepanov · 11 years ago
  32. 9c4fd16 [Sanitizer] Don't include wordexp.h on Android by Alexey Samsonov · 11 years ago
  33. c5a3855 [sanitizer] Intercept wordexp. 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. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  36. b32d1bf [sanitizer] Simplify sigaction and sigset_t handling. by Evgeniy Stepanov · 11 years ago
  37. 8766b81 Revert r188369 (and r188455) which breaks the build on at least some by Chandler Carruth · 11 years ago
  38. e6e564d [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. by Evgeniy Stepanov · 11 years ago
  39. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  40. b6bde4d [ASan] Bump min supported Mac OS X version to 10.6 by Alexey Samsonov · 11 years ago
  41. eaca82c Fix check_lint warnings in sanitizers' runtime libraries by Timur Iskhodzhanov · 11 years ago
  42. 5a482cd Fix a veritable conucopia of bugs in the readdir_r interceptors. by Chandler Carruth · 11 years ago
  43. 57a1095 [sanitizer] More checks in mbstowcs-like interceptors. by Evgeniy Stepanov · 11 years ago
  44. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  45. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  46. 737da2f [msan] Intercept pthread_key_create. by Evgeniy Stepanov · 11 years ago
  47. 22d8767 [sanitizer] Disable ptrace interception on non-x86(_64). by Evgeniy Stepanov · 11 years ago
  48. 1cdae25 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  49. 906f2c1 [sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit. by Evgeniy Stepanov · 11 years ago
  50. b2b0194 [sanitizer] Fix build with older kernels. 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. 22ec6d9 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  63. b588bfd [sanitizer] Fix build on RHEL 6.3, 6.4. by Evgeniy Stepanov · 11 years ago
  64. 7028c1e [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  65. 5ec4741 [sanitizer] Remove a set of deprecated ioctls. by Evgeniy Stepanov · 11 years ago
  66. 7965e95 [sanitizer] Replace ext2_ ioctls with generic fs_ ioctls. by Evgeniy Stepanov · 11 years ago
  67. 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
  68. 4f0fd8e tsan: fix lint warnings by Dmitry Vyukov · 11 years ago
  69. 1d89b67 Reverting r183529: by Bill Wendling · 11 years ago
  70. 4757c47 [sanitizer] Handle SIOCGIFCONF ioctl. by Evgeniy Stepanov · 11 years ago
  71. 4ce6f79 [sanitizer] Fix Android build. by Evgeniy Stepanov · 11 years ago
  72. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  73. 00c35cf [sanitizer] Fix wrong size of addrinfo::ai_addrlen. by Evgeniy Stepanov · 11 years ago
  74. 512c616 [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size. by Evgeniy Stepanov · 11 years ago
  75. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  76. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  77. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  78. 0228452 [sanitizer] Fix gcc build. 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. 10fd322 [msan] Increase stack size as required. by Evgeniy Stepanov · 11 years ago
  92. b711ca6 [sanitizer] Fix Android build. by Evgeniy Stepanov · 12 years ago
  93. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago[Renamed (66%) from lib/msan/msan_platform_limits_posix.cc]
  94. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  95. e03345b [msan] More interceptors. by Evgeniy Stepanov · 12 years ago
  96. 7b719df [msan] Improve recvfrom interceptor. by Evgeniy Stepanov · 12 years ago
  97. 2da893a [msan] Remove an extra semicolon. by Evgeniy Stepanov · 12 years ago
  98. 78c56c3 [msan] MemorySanitizer runtime. by Evgeniy Stepanov · 12 years ago