summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.h
Commit message (Expand)AuthorAgeFilesLines
* 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