summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_mac.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* tsan: fix darwin Go crashesDmitry Vyukov2013-06-06
* tsan: fix darwin Go buildDmitry Vyukov2013-06-06
* [nolibc] Move GetPageSize to the individual platforms.Peter Collingbourne2013-05-20
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* Try to fix the mac buildbotsPeter Collingbourne2013-05-08
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-03
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-26
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov2013-03-14
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov2013-03-13
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* [Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov2013-03-11
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-26
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version...Alexander Potapenko2013-02-06
* [Sanitizer] use proper casting in *stat functions on MacAlexey Samsonov2013-02-04
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-04
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-01
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* asan: fix compilation errors in mutexDmitry Vyukov2013-01-14
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-14
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* Add caching to the MemoryMappingLayout class on Linux. This is necessary for ...Alexander Potapenko2012-12-01
* [Sanitizer] add sanity checks for communication with external symbolizerAlexey Samsonov2012-11-09
* Do not patch the instruction address when symbolizing the reports.Alexander Potapenko2012-10-02
* tsan: fix mac buildDmitry Vyukov2012-10-02
* [Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov2012-09-17
* [Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov2012-09-05
* [Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov2012-08-27
* [Sanitizer] move OS-dependent pieces of symbolizer to separate source filesAlexey Samsonov2012-08-14
* [Sanitizer] Fix warnings to please cmake buildAlexey Samsonov2012-08-02
* [ASan] fixup for r159652Alexey Samsonov2012-07-03
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-03
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-18
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-14
* [Sanitizer] Fix mac build.Alexey Samsonov2012-06-07
* [Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common.Alexey Samsonov2012-06-07
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-07
* [Sanitizer] move internal_filesize and internal_dup2 from TSan to sanitizer_c...Alexey Samsonov2012-06-06
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-05
* [Sanitizer] fix compilation on Mac OS 10.6 - don't use O_CLOEXECAlexey Samsonov2012-06-05
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-05
* [Sanitizer] add internal_{close,read,write} functions to sanitizer_libcAlexey Samsonov2012-06-05
* [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc...Alexey Samsonov2012-06-05
* Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...Alexey Samsonov2012-06-04