summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
AgeCommit message (Expand)Author
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2016-08-16sanitizer_common: Fix warningMatthias Braun
2016-02-02[asan] Add iOS support.Anna Zaks
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2015-05-06[Msan] Fix the ioctl_custom.cc test to pass on FreeBSDViktor Kutuzov
2014-12-08Update bogus file permissions.Alexey Samsonov
2014-06-10[sanitizer] Relax sanity checks in ioctl decoding.Evgeniy Stepanov
2014-02-05[sanitizer] Implement ioctl decoding.Sergey Matveev
2014-01-31[sanitizer] Partial revert of recent ioctl changes.Sergey Matveev
2014-01-31[sanitizer] Attempt to fix Android build.Sergey Matveev
2014-01-31[sanitizer] Support most ioctls from /usr/include/sound/.Sergey Matveev
2013-11-15Remove #include of net/ip_mroute.h for SANITIZER_MAC.Bob Wilson
2013-08-18Revert r188369 (and r188455) which breaks the build on at least someChandler Carruth
2013-08-14[sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.Evgeniy Stepanov
2013-06-26[sanitizer] Fix build with OSS4 kernel headers.Evgeniy Stepanov
2013-06-21[santizer] Disable several EVIOxxx ioctls on older kernels.Evgeniy Stepanov
2013-06-20[sanitizer] Fix Mac build.Evgeniy Stepanov
2013-06-20Remove an outdated comment.Evgeniy Stepanov
2013-06-20[sanitizer] Handle EVIOxxxx ioctls.Evgeniy Stepanov
2013-06-18[sanitizer] Fix Android build.Evgeniy Stepanov
2013-06-18[sanitizer] Remove a set of deprecated ioctls.Evgeniy Stepanov
2013-06-18[sanitizer] Replace ext2_ ioctls with generic fs_ ioctls.Evgeniy Stepanov
2013-06-18[sanitizer] Symbolic ioctl names.Evgeniy Stepanov
2013-06-10[asan] fix the bug with memalign and malloc_usable_size (http://code.google.c...Kostya Serebryany
2013-06-07[sanitizer] Handle SIOCGIFCONF ioctl.Evgeniy Stepanov
2013-06-07[sanitizer] Fix Android build.Evgeniy Stepanov
2013-06-07[sanitizer] Fix windows build.Evgeniy Stepanov
2013-06-07[sanitizer] ioctl interceptor.Evgeniy Stepanov