summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.h
AgeCommit message (Expand)Author
2016-04-26[sanitizer] [SystemZ] Implement internal_clone.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2016-01-15[tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-02-27[compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-03-07[FreeBSD] Port sanitizers' syscalls.Alexey Samsonov
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-01-31Make signal-related functions use __sanitizer_* structures instead of __sanit...Alexander Potapenko
2013-10-15tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov
2013-10-15tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov
2013-10-15tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov
2013-10-11[sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-09-10[Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov
2013-09-02[sanitizer_common] Add internal_clone().Sergey Matveev
2013-07-29Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne
2013-06-11[Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov
2013-05-29[sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev
2013-05-29[nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne
2013-05-14[sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-05-07[sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev
2013-04-05Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov
2013-03-19[sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany