summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.h
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD specific version of sanitizer_platform_limits_posixKamil Rytarowski2017-08-281-0/+1
* Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci2017-04-131-0/+3
* [esan|wset] Ensure SIGSEGV is not blockedDerek Bruening2016-07-061-0/+2
* [esan] Ensure internal_sigaction() bypasses interceptorsDerek Bruening2016-06-031-0/+2
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-261-0/+2
* [tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui2016-01-151-0/+2
* [sanitizer] Implement internal_fork and internal_forkpty for OS XKuba Brecka2015-11-201-0/+1
* Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka2015-11-031-0/+2
* Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders2015-07-311-1/+1
* Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders2015-07-311-1/+1
* [Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders2015-07-301-1/+1
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-0/+1
* Use RenameFile instead of internal_rename in non-POSIX codeTimur Iskhodzhanov2015-04-091-0/+1
* Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov2015-04-091-0/+1
* Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov2015-04-091-0/+2
* Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov2015-04-091-0/+11
* Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov2015-04-091-0/+1
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-081-0/+64