summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-1/+1
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-131-0/+5
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-131-5/+0
* [FreeBSD] Port sanitizers' syscalls.Alexey Samsonov2014-03-071-4/+7
* A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov2014-03-041-2/+2
* AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany2014-02-241-2/+0
* Make signal-related functions use __sanitizer_* structures instead of __sanit...Alexander Potapenko2014-01-311-6/+8
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-151-1/+1
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-151-21/+7
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-151-0/+22
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-111-3/+0
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-111-0/+2
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-101-0/+5
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-021-0/+4
* Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne2013-07-291-0/+4
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-111-2/+0
* [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev2013-05-291-0/+2
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-291-0/+5
* [sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev2013-05-141-0/+4
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-3/+4
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-071-0/+3
* Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov2013-04-051-1/+2
* [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-191-0/+3
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-0/+53