summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-2106/+0
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-311-1/+5
* SanitizerCommon: 64-bit SPARC/Linux portVitaly Buka2019-03-121-0/+2
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-121-19/+28
* Remove esan.Nico Weber2019-03-111-24/+0
* Revert "Revert "[sanitizers] Restore internal_readlink for x32""H.J. Lu2019-02-281-1/+1
* Revert "[sanitizers] Restore internal_readlink for x32"Matt Morehouse2019-02-211-1/+1
* [sanitizers] Restore internal_readlink for x32H.J. Lu2019-02-201-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Move android's GetPageSize to a header (NFC)Evgeniy Stepanov2019-01-121-4/+3
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-0/+4
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-4/+0
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-0/+4
* [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)Michal Gorny2018-12-231-0/+24
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-201-0/+4
* Revert "[sanitizer] Support running without fd 0,1,2."Ilya Biryukov2018-12-201-4/+0
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-191-0/+4
* [sanitizer] Fix nolibc internal_sleepFangrui Song2018-12-141-1/+1
* Unbreak build due to style.David Carlier2018-12-041-1/+2
* [Sanitizer] intercept part of sysctl ApiDavid Carlier2018-12-041-1/+9
* [sanitizer] Return headed to fix build after r346258Vitaly Buka2018-11-061-0/+1
* [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+Kuba Mracek2018-11-061-0/+4
* [sanitizer] Fix nolibc unittests broken by r346215Vitaly Buka2018-11-061-30/+1
* [sanitizer] Add char **GetEnviron() on all other platformsVitaly Buka2018-11-061-3/+7
* [sanitizer] Use AT_EXECFN in ReExec() if availableBenjamin Kramer2018-11-061-0/+4
* Fix build on sparc64-linux-gnu.Martin Liska2018-11-051-2/+2
* [PowerPC]Disable randomized address space on Linux ppc64leLei Huang2018-11-021-0/+11
* [Sanitizer] openbsd does not have sysctlbyname callDavid Carlier2018-10-211-5/+2
* Remove remnant code of using indirect syscall on NetBSDKamil Rytarowski2018-10-081-25/+24
* [Sanitizer] fix internal_sysctlbyname build for FreeBSD.David Carlier2018-10-081-1/+1
* Introduce internal_sysctlbyname in place of sysctlbynameKamil Rytarowski2018-10-051-1/+11
* [Esan] Port cache frag to FreeBSDDavid Carlier2018-10-041-2/+12
* Switch syscall(2)/__syscall(2) calls to libc calls on NetBSDKamil Rytarowski2018-10-011-51/+23
* [sanitizer] AndroidGetApiLevel for static executables.Evgeniy Stepanov2018-09-261-1/+14
* Fix buildbot testDavid Carlier2018-09-021-1/+1
* [Sanitizer] openbsd build fixDavid Carlier2018-09-021-0/+6
* Improve portability of internal_sysctl()Kamil Rytarowski2018-08-311-1/+1
* Add internal_sysctl() used by FreeBSD, NetBSD, OpenBSD and MacOSXKamil Rytarowski2018-08-311-6/+14
* [sanitizer] Use private futex operations for BlockingMutexKostya Kortchinsky2018-08-201-2/+6
* [Sanitizer] Fix build openbsdDavid Carlier2018-08-161-1/+10
* Reland "SafeStack: Delay thread stack clean-up""Vlad Tsyrklevich2018-08-141-0/+8
* Revert "SafeStack: Delay thread stack clean-up"Vlad Tsyrklevich2018-08-101-8/+0
* SafeStack: Delay thread stack clean-upVlad Tsyrklevich2018-08-091-0/+8
* [sanitizer] Remove rsp from the clobber list in internal_cloneKostya Kortchinsky2018-08-091-1/+1
* Enable getentropy for FreeBSD 12David Carlier2018-08-091-1/+6
* [sanitizer] Include signal.h instead of sys/signal.hFangrui Song2018-07-261-5/+1
* [sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka2018-06-061-1/+1
* Introduce CheckASLR() in sanitizersKamil Rytarowski2018-06-051-0/+24
* Fix internal_mmap() on 32-bit NetBSD platformsKamil Rytarowski2018-05-231-1/+1
* [sanitizer] Fix typo in commentVitaly Buka2018-05-101-1/+1
OpenPOWER on IntegriCloud