summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.h
Commit message (Expand)AuthorAge
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-15
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-15
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-15
* [sanitizer] Define kPthreadDestructorIterations on POSIX systems.Sergey Matveev2013-10-11
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-11
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-02
* Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne2013-07-29
* [Sanitizer] support running external llvm-symbolizer on MacAlexey Samsonov2013-06-11
* [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descript...Sergey Matveev2013-05-29
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-29
* [sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev2013-05-14
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov2013-04-05
* [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-19
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-27