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_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Conditionalise inclusion of link.h on !SANITIZER_ANDROID.
Peter Collingbourne
2013-08-30
1
-0
/
+2
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-1
/
+1
*
[sanitizer] Disable ForEachMappedRegion on Android.
Evgeniy Stepanov
2013-07-30
1
-0
/
+2
*
Fix warning.
Peter Collingbourne
2013-07-29
1
-1
/
+1
*
Move UnpoisonMappedDSO to sanitizer_common.
Peter Collingbourne
2013-07-29
1
-0
/
+37
*
tsan: fix unitialized read warning under newer gcc (it does not have visibili...
Dmitry Vyukov
2013-07-17
1
-1
/
+1
*
[asan] workaround for the quemu bug in proc maps (http://code.google.com/p/ad...
Kostya Serebryany
2013-05-30
1
-1
/
+3
*
[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...
Peter Collingbourne
2013-05-29
1
-2
/
+1
*
[nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Peter Collingbourne
2013-05-28
1
-1
/
+2
*
[ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...
Alexander Potapenko
2013-05-23
1
-0
/
+3
*
[sanitizer] fix asan on the platforms where the page size is not a compile-ti...
Kostya Serebryany
2013-05-21
1
-0
/
+4
*
[nolibc] Move GetPageSize to the individual platforms.
Peter Collingbourne
2013-05-20
1
-0
/
+4
*
[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...
Peter Collingbourne
2013-05-20
1
-242
/
+1
*
[nolibc] Make GetArgsAndEnv libc-independent.
Peter Collingbourne
2013-05-20
1
-18
/
+18
*
[sanitizer] LibraryNameIs in sanitizer_linux
Sergey Matveev
2013-05-14
1
-0
/
+12
*
[nolibc] Change internal syscall API to remove reliance on libc's errno.
Peter Collingbourne
2013-05-08
1
-54
/
+72
*
[sanitizer] Fixed InitTlsSize for Android.
Sergey Matveev
2013-05-07
1
-1
/
+1
*
[sanitizer] Fixed includes in sanitizer_linux.cc for Android.
Sergey Matveev
2013-05-07
1
-0
/
+4
*
[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.
Sergey Matveev
2013-05-07
1
-0
/
+47
*
[sanitizer] Sanitizer __internal_*stat interface.
Evgeniy Stepanov
2013-05-07
1
-14
/
+33
*
Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...
Sergey Matveev
2013-04-26
1
-14
/
+0
*
[sanitizer] Clear LD_PRELOAD when forking an external symbolizer.
Sergey Matveev
2013-04-26
1
-0
/
+14
*
Revert r180082 and add a test for SetEnv function
Alexey Samsonov
2013-04-23
1
-0
/
+14
*
[Sanitizer] Delete unused function
Alexey Samsonov
2013-04-23
1
-14
/
+0
*
Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...
Alexey Samsonov
2013-04-05
1
-4
/
+5
*
[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
-8
/
+11
*
tsan: add SetEnv() function that can be used in frontends
Dmitry Vyukov
2013-03-25
1
-0
/
+14
*
tsan: use a single background thread for memory profiler and memory flush (an...
Dmitry Vyukov
2013-03-21
1
-0
/
+12
*
tsan: add internal_unlink() function
Dmitry Vyukov
2013-03-20
1
-0
/
+4
*
[sanitizer] Replace more platform checks with SANITIZER_ constants.
Evgeniy Stepanov
2013-03-19
1
-2
/
+4
*
[sanitizer] Avoid use of uintptr_t.
Evgeniy Stepanov
2013-03-19
1
-1
/
+1
*
[sanitizer] Don't adjust the size of the user-allocated stack.
Evgeniy Stepanov
2013-03-19
1
-0
/
+24
*
[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
/
+29
*
[Sanitizer] Fix a typo in function name
Alexey Samsonov
2013-03-13
1
-5
/
+5
*
[Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...
Alexey Samsonov
2013-03-13
1
-8
/
+23
*
[Sanitizer] Implement BlockingMutex::CheckLocked()
Alexey Samsonov
2013-03-11
1
-0
/
+5
*
[Sanitizer] don't include missing header on Android
Alexey Samsonov
2013-02-27
1
-2
/
+5
*
add Linux syscall wrappers and ThreadLister to sanitizer_common
Kostya Serebryany
2013-02-27
1
-0
/
+111
*
[Sanitizer] use raw syscall instead of _exit() function on Linux
Alexey Samsonov
2013-02-20
1
-0
/
+5
*
[msan] Fix ReExec on linux.
Evgeniy Stepanov
2013-02-19
1
-1
/
+3
*
[sanitizer] Get full argv and envp on glibc.
Evgeniy Stepanov
2013-02-14
1
-3
/
+24
*
[sanitizer] Raise argv limit for ReExec.
Evgeniy Stepanov
2013-02-14
1
-1
/
+1
*
[Sanitizer] extend internal libc with stat/fstat/lstat functions
Alexey Samsonov
2013-02-04
1
-4
/
+26
*
[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
-2
/
+10
*
asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is...
Dmitry Vyukov
2013-01-30
1
-2
/
+5
*
Have ReExec read environment from /proc/self/environ
Peter Collingbourne
2013-01-17
1
-13
/
+20
*
[sanitizer] hide PR_SET_NAME under an ifdef (for older kernels)
Kostya Serebryany
2013-01-15
1
-0
/
+8
[prev]
[next]