summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-5/+0
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-0/+13
* [compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks2015-02-271-0/+17
* [Sanitizer] Make BlockingMutex really linker initialized.Yury Gribov2015-01-301-4/+0
* [sanitizer-common] Fixing the ASan test build failure on OS XKuba Brecka2014-12-291-0/+4
* [asan] trying to fix Mac buildKostya Serebryany2014-12-161-1/+1
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+3
* Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.Kuba Brecka2014-12-161-1/+5
* [asan] move GetRSS from tsan to sanitizer_commonKostya Serebryany2014-12-091-0/+4
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-7/+0
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-0/+7
* Extend the OS X pthread_get_stacksize_np workaround to 10.10Kuba Brecka2014-11-051-1/+1
* Extend Mac OS versions to YosemiteKuba Brecka2014-11-051-0/+1
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+8
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-1/+2
* [libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko2014-05-131-0/+5
* Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...Alexey Samsonov2014-04-161-12/+0
* tsan: yet another attempt to fix pthread_cond interceptorsDmitry Vyukov2014-03-171-1/+1
* tsan: fix handling of pthread_cond_wait in presence of pthread_cancelDmitry Vyukov2014-03-121-0/+12
* [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...Alexander Potapenko2014-02-031-0/+14
* [ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko2014-02-031-3/+42
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-0/+11
* [Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov2013-12-251-26/+1
* [Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...Alexey Samsonov2013-12-251-144/+0
* [ASan] Don't call __asan_init() from certain interceptors on Darwin.Alexander Potapenko2013-11-131-1/+5
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+32
* tsan: fix darwin Go crashesDmitry Vyukov2013-06-061-0/+7
* tsan: fix darwin Go buildDmitry Vyukov2013-06-061-0/+4
* [nolibc] Move GetPageSize to the individual platforms.Peter Collingbourne2013-05-201-0/+4
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-0/+4
* Try to fix the mac buildbotsPeter Collingbourne2013-05-081-4/+5
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-9/+11
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-071-0/+10
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-031-1/+1
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-261-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+3
* [Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov2013-03-141-0/+4
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-131-0/+7
* [Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov2013-03-131-4/+5
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-131-3/+7
* [Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov2013-03-111-0/+4
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-261-2/+2
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-201-0/+4
* Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version...Alexander Potapenko2013-02-061-0/+6
* [Sanitizer] use proper casting in *stat functions on MacAlexey Samsonov2013-02-041-3/+3
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-041-1/+13
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-011-1/+1
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-011-3/+11
* asan: fix compilation errors in mutexDmitry Vyukov2013-01-141-0/+1
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-141-0/+19
OpenPOWER on IntegriCloud