summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.h
AgeCommit message (Expand)Author
2017-08-28Add NetBSD specific version of sanitizer_platform_limits_posixKamil Rytarowski
2017-04-13Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci
2016-07-06[esan|wset] Ensure SIGSEGV is not blockedDerek Bruening
2016-06-03[esan] Ensure internal_sigaction() bypasses interceptorsDerek Bruening
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-15[tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui
2015-11-20[sanitizer] Implement internal_fork and internal_forkpty for OS XKuba Brecka
2015-11-03Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-07-31Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders
2015-07-31Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders
2015-07-30[Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders
2015-04-10Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov
2015-04-09Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov