summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-151-1/+1
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-0/+4
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-0/+2
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-2/+0
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-0/+2
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-201-0/+4
* Revert "[sanitizer] Support running without fd 0,1,2."Ilya Biryukov2018-12-201-4/+0
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-191-0/+4
* [Sanitizer] Separate FreeBSD interception data structuresDavid Carlier2018-12-071-0/+1
* Introduce internal_sysctlbyname in place of sysctlbynameKamil Rytarowski2018-10-051-0/+2
* Add internal_sysctl() used by FreeBSD, NetBSD, OpenBSD and MacOSXKamil Rytarowski2018-08-311-0/+3
* OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski2018-03-031-0/+1
* Revert r324847, there's bot failures.Kuba Mracek2018-02-111-1/+1
* [compiler-rt] Replace forkpty with posix_spawnKuba Mracek2018-02-111-1/+1
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-0/+1
* 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