index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
sanitizer_mac.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Distinguish between read, write and read-write file access modes in Op...
Alexander Potapenko
2015-03-23
1
-5
/
+0
*
asan: fix signal handling during stoptheworld
Dmitry Vyukov
2015-03-02
1
-0
/
+13
*
[compiler-rt] Allow suppression file to be relative to the location of the ex...
Anna Zaks
2015-02-27
1
-0
/
+17
*
[Sanitizer] Make BlockingMutex really linker initialized.
Yury Gribov
2015-01-30
1
-4
/
+0
*
[sanitizer-common] Fixing the ASan test build failure on OS X
Kuba Brecka
2014-12-29
1
-0
/
+4
*
[asan] trying to fix Mac build
Kostya Serebryany
2014-12-16
1
-1
/
+1
*
[asan] new flag: hard_rss_limit_mb
Kostya Serebryany
2014-12-16
1
-0
/
+3
*
Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.
Kuba Brecka
2014-12-16
1
-1
/
+5
*
[asan] move GetRSS from tsan to sanitizer_common
Kostya Serebryany
2014-12-09
1
-0
/
+4
*
Removed r221896, it seems to break build in various ways.
Yury Gribov
2014-11-13
1
-7
/
+0
*
[ASan] Add process basename to log name and error message to simplify analysi...
Yury Gribov
2014-11-13
1
-0
/
+7
*
Extend the OS X pthread_get_stacksize_np workaround to 10.10
Kuba Brecka
2014-11-05
1
-1
/
+1
*
Extend Mac OS versions to Yosemite
Kuba Brecka
2014-11-05
1
-0
/
+1
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+8
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-1
/
+2
*
[libsanitizer] Use internal_fork() to spawn the symbolizer process.
Alexander Potapenko
2014-05-13
1
-0
/
+5
*
Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...
Alexey Samsonov
2014-04-16
1
-12
/
+0
*
tsan: yet another attempt to fix pthread_cond interceptors
Dmitry Vyukov
2014-03-17
1
-1
/
+1
*
tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
Dmitry Vyukov
2014-03-12
1
-0
/
+12
*
[libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/iss...
Alexander Potapenko
2014-02-03
1
-0
/
+14
*
[ASan] Move GetMacosVersion() to sanitizer_common.
Alexander Potapenko
2014-02-03
1
-3
/
+42
*
[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_common
Alexander Potapenko
2014-01-31
1
-0
/
+11
*
[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.
Alexey Samsonov
2013-12-25
1
-26
/
+1
*
[Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...
Alexey Samsonov
2013-12-25
1
-144
/
+0
*
[ASan] Don't call __asan_init() from certain interceptors on Darwin.
Alexander Potapenko
2013-11-13
1
-1
/
+5
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-0
/
+32
*
tsan: fix darwin Go crashes
Dmitry Vyukov
2013-06-06
1
-0
/
+7
*
tsan: fix darwin Go build
Dmitry Vyukov
2013-06-06
1
-0
/
+4
*
[nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
2013-05-20
1
-0
/
+4
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-0
/
+4
*
Try to fix the mac buildbots
Peter Collingbourne
2013-05-08
1
-4
/
+5
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-9
/
+11
*
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
Sergey Matveev
2013-05-07
1
-0
/
+10
*
[Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...
Alexey Samsonov
2013-04-03
1
-1
/
+1
*
[libsanitizer] Unmapping the old cache partially invalidates the memory layou...
Alexander Potapenko
2013-03-26
1
-1
/
+1
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-1
/
+3
*
[Sanitizer] Add default constructor for BlockingMutex
Alexey Samsonov
2013-03-14
1
-0
/
+4
*
[sanitizer] Move GetTlsSize code from TSan to sanitizer_common.
Evgeniy Stepanov
2013-03-13
1
-0
/
+7
*
[Sanitizer] Fixup for r176931 for Mac and Windows
Alexey Samsonov
2013-03-13
1
-4
/
+5
*
[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...
Alexey Samsonov
2013-03-13
1
-3
/
+7
*
[Sanitizer] Implement BlockingMutex::CheckLocked()
Alexey Samsonov
2013-03-11
1
-0
/
+4
*
[asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...
Kostya Serebryany
2013-02-26
1
-2
/
+2
*
[Sanitizer] use raw syscall instead of _exit() function on Linux
Alexey Samsonov
2013-02-20
1
-0
/
+4
*
Use 64-bit inodes in file operations. ASan is now built with -mmacosx-version...
Alexander Potapenko
2013-02-06
1
-0
/
+6
*
[Sanitizer] use proper casting in *stat functions on Mac
Alexey Samsonov
2013-02-04
1
-3
/
+3
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
1
-1
/
+13
*
[Sanitizer] use u32 instead of mode_t, which is defined in Darwin headers
Alexey Samsonov
2013-02-01
1
-1
/
+1
*
[Sanitizer] make internal_open have the same interface as libc version
Alexey Samsonov
2013-02-01
1
-3
/
+11
*
asan: fix compilation errors in mutex
Dmitry Vyukov
2013-01-14
1
-0
/
+1
*
asan/tsan: move blocking mutex from asan to sanitizer_common
Dmitry Vyukov
2013-01-14
1
-0
/
+19
[next]