summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Add use_madv_dontdump flag.Yury Gribov2015-02-031-0/+6
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-0/+6
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-1/+1
* PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov2014-09-171-0/+22
* Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers codeViktor Kutuzov2014-09-061-3/+3
* [ASan] allow deadly signals to be received in signal handlersAlexander Potapenko2014-09-041-1/+3
* [TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov2014-08-121-15/+34
* [ASan] Use a non-null altstack.ss_size when disabling sigaltstack on Darwin.Alexander Potapenko2014-04-251-1/+1
* A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov2014-03-041-4/+4
* Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger2014-02-261-1/+1
* Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner2014-02-221-1/+1
* Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger2014-02-211-1/+1
* [asan] Override default sigaltstack setting on Android.Evgeniy Stepanov2014-02-181-1/+2
* [libsanitizer] Fix compilation for gotsan.Alexander Potapenko2014-01-311-0/+2
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-0/+25
* [ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko2014-01-281-0/+28
* [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov2013-11-071-16/+0
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-4/+4
* [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov2013-10-111-15/+9
* [sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev2013-06-061-1/+1
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-211-0/+116
OpenPOWER on IntegriCloud