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
*
compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp
Nico Weber
2019-07-31
1
-2106
/
+0
*
[Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSD
Alexander Richardson
2019-07-31
1
-1
/
+5
*
SanitizerCommon: 64-bit SPARC/Linux port
Vitaly Buka
2019-03-12
1
-0
/
+2
*
SanitizerCommon: fixes for unwinding & backtrace on SPARC
Vitaly Buka
2019-03-12
1
-19
/
+28
*
Remove esan.
Nico Weber
2019-03-11
1
-24
/
+0
*
Revert "Revert "[sanitizers] Restore internal_readlink for x32""
H.J. Lu
2019-02-28
1
-1
/
+1
*
Revert "[sanitizers] Restore internal_readlink for x32"
Matt Morehouse
2019-02-21
1
-1
/
+1
*
[sanitizers] Restore internal_readlink for x32
H.J. Lu
2019-02-20
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Move android's GetPageSize to a header (NFC)
Evgeniy Stepanov
2019-01-12
1
-4
/
+3
*
[asan] Support running without /proc
Evgeniy Stepanov
2019-01-08
1
-0
/
+4
*
Revert "[asan] Support running without /proc.", +1
Evgeniy Stepanov
2018-12-28
1
-4
/
+0
*
[asan] Support running without /proc.
Evgeniy Stepanov
2018-12-27
1
-0
/
+4
*
[xray] Detect MPROTECT and error out when it's enabled (on NetBSD)
Michal Gorny
2018-12-23
1
-0
/
+24
*
[sanitizer] Support running without fd 0,1,2.
Evgeniy Stepanov
2018-12-20
1
-0
/
+4
*
Revert "[sanitizer] Support running without fd 0,1,2."
Ilya Biryukov
2018-12-20
1
-4
/
+0
*
[sanitizer] Support running without fd 0,1,2.
Evgeniy Stepanov
2018-12-19
1
-0
/
+4
*
[sanitizer] Fix nolibc internal_sleep
Fangrui Song
2018-12-14
1
-1
/
+1
*
Unbreak build due to style.
David Carlier
2018-12-04
1
-1
/
+2
*
[Sanitizer] intercept part of sysctl Api
David Carlier
2018-12-04
1
-1
/
+9
*
[sanitizer] Return headed to fix build after r346258
Vitaly Buka
2018-11-06
1
-0
/
+1
*
[sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+
Kuba Mracek
2018-11-06
1
-0
/
+4
*
[sanitizer] Fix nolibc unittests broken by r346215
Vitaly Buka
2018-11-06
1
-30
/
+1
*
[sanitizer] Add char **GetEnviron() on all other platforms
Vitaly Buka
2018-11-06
1
-3
/
+7
*
[sanitizer] Use AT_EXECFN in ReExec() if available
Benjamin Kramer
2018-11-06
1
-0
/
+4
*
Fix build on sparc64-linux-gnu.
Martin Liska
2018-11-05
1
-2
/
+2
*
[PowerPC]Disable randomized address space on Linux ppc64le
Lei Huang
2018-11-02
1
-0
/
+11
*
[Sanitizer] openbsd does not have sysctlbyname call
David Carlier
2018-10-21
1
-5
/
+2
*
Remove remnant code of using indirect syscall on NetBSD
Kamil Rytarowski
2018-10-08
1
-25
/
+24
*
[Sanitizer] fix internal_sysctlbyname build for FreeBSD.
David Carlier
2018-10-08
1
-1
/
+1
*
Introduce internal_sysctlbyname in place of sysctlbyname
Kamil Rytarowski
2018-10-05
1
-1
/
+11
*
[Esan] Port cache frag to FreeBSD
David Carlier
2018-10-04
1
-2
/
+12
*
Switch syscall(2)/__syscall(2) calls to libc calls on NetBSD
Kamil Rytarowski
2018-10-01
1
-51
/
+23
*
[sanitizer] AndroidGetApiLevel for static executables.
Evgeniy Stepanov
2018-09-26
1
-1
/
+14
*
Fix buildbot test
David Carlier
2018-09-02
1
-1
/
+1
*
[Sanitizer] openbsd build fix
David Carlier
2018-09-02
1
-0
/
+6
*
Improve portability of internal_sysctl()
Kamil Rytarowski
2018-08-31
1
-1
/
+1
*
Add internal_sysctl() used by FreeBSD, NetBSD, OpenBSD and MacOSX
Kamil Rytarowski
2018-08-31
1
-6
/
+14
*
[sanitizer] Use private futex operations for BlockingMutex
Kostya Kortchinsky
2018-08-20
1
-2
/
+6
*
[Sanitizer] Fix build openbsd
David Carlier
2018-08-16
1
-1
/
+10
*
Reland "SafeStack: Delay thread stack clean-up""
Vlad Tsyrklevich
2018-08-14
1
-0
/
+8
*
Revert "SafeStack: Delay thread stack clean-up"
Vlad Tsyrklevich
2018-08-10
1
-8
/
+0
*
SafeStack: Delay thread stack clean-up
Vlad Tsyrklevich
2018-08-09
1
-0
/
+8
*
[sanitizer] Remove rsp from the clobber list in internal_clone
Kostya Kortchinsky
2018-08-09
1
-1
/
+1
*
Enable getentropy for FreeBSD 12
David Carlier
2018-08-09
1
-1
/
+6
*
[sanitizer] Include signal.h instead of sys/signal.h
Fangrui Song
2018-07-26
1
-5
/
+1
*
[sanitizer] Cleanup ReadFileToVector and ReadFileToBuffer
Vitaly Buka
2018-06-06
1
-1
/
+1
*
Introduce CheckASLR() in sanitizers
Kamil Rytarowski
2018-06-05
1
-0
/
+24
*
Fix internal_mmap() on 32-bit NetBSD platforms
Kamil Rytarowski
2018-05-23
1
-1
/
+1
*
[sanitizer] Fix typo in comment
Vitaly Buka
2018-05-10
1
-1
/
+1
[next]