summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.h
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-0/+3
* Remove esan.Nico Weber2019-03-111-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-191-0/+11
* Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)""Evgeniy Stepanov2019-01-051-5/+5
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-1/+0
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-0/+1
* Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov2018-12-131-5/+5
* Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)Ryan Prichard2018-12-121-5/+5
* [Sanitizer] Separate FreeBSD interception data structuresDavid Carlier2018-12-071-0/+1
* [Esan] Port cache frag to FreeBSDDavid Carlier2018-10-041-0/+2
* [sanitizer] Don't miss threads by ThreadSuspenderVitaly Buka2018-05-101-1/+8
* [sanitizer] Use tid_t in ThreadListerVitaly Buka2018-05-091-3/+3
* [sanitizer] Simplify ThreadLister interfaceVitaly Buka2018-05-071-11/+2
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-1/+1
* OpenBSD UBsan support final missing bitsVitaly Buka2018-03-161-4/+4
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-2/+5
* [sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky2017-12-131-0/+1
* [sanitizer] Revert rL320409Kostya Kortchinsky2017-12-111-1/+0
* [sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky2017-12-111-0/+1
* Removed platform-specific ifdefs from sanitizer_procmaps.hFrancis Ricci2017-09-221-0/+13
* Add NetBSD specific version of sanitizer_platform_limits_posixKamil Rytarowski2017-08-281-1/+2
* Reuse sanitizer_linux for NetBSDKamil Rytarowski2017-08-081-2/+2
* Fix sanitizer build against latest glibcKostya Serebryany2017-07-131-3/+1
* [compiler-rt] move tsan's Android __get_tls() to sanitizer_commonKostya Kortchinsky2017-05-021-0/+40
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-1/+2
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-2/+1
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-1/+2
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-1/+1
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-1/+1
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-1/+1
* [ESan][MIPS] Adds support for MIPS64Sagar Thakur2016-10-061-1/+1
* Revert "[ESan][MIPS] Adds support for MIPS64"Qin Zhao2016-09-081-1/+1
* [ESan][MIPS] Adds support for MIPS64Sagar Thakur2016-09-071-1/+1
* [sanitizer][esan] Add internal_sigaction_syscallDerek Bruening2016-06-141-0/+4
* Revert r272591, http://lab.llvm.org:8011/builders/clang-x64-ninja-win7 has be...Nico Weber2016-06-141-4/+0
* [sanitizer][esan] Add internal_sigaction_syscallDerek Bruening2016-06-131-0/+4
* Revert "[sanitizer][esan] Add internal_sigaction_syscall"Derek Bruening2016-06-131-4/+0
* [sanitizer][esan] Add internal_sigaction_syscallDerek Bruening2016-06-131-0/+4
* [sanitizer] [SystemZ] Implement internal_clone.Marcin Koscielnicki2016-04-261-1/+1
* Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki2016-04-151-5/+0
* [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki2016-04-141-0/+5
* Revert "[sanitizers] extracted process management functions"Mike Aizatsky2016-01-251-2/+0
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-251-0/+2
* [tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui2016-01-151-1/+0
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-081-1/+2
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-1/+1
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-3/+0
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-081-0/+1
* [compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks2015-02-271-2/+0