summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-05[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany
2015-04-08[Sanitizer RT] Get rid of internal_isattyTimur Iskhodzhanov
2015-04-08Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov
2015-04-01[ASan] Make the remaining coverage tests pass on Darwin, move them to Posix/Alexander Potapenko
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov
2014-09-06Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers codeViktor Kutuzov
2014-09-04[ASan] allow deadly signals to be received in signal handlersAlexander Potapenko
2014-08-12[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov
2014-04-25[ASan] Use a non-null altstack.ss_size when disabling sigaltstack on Darwin.Alexander Potapenko
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-02-18[asan] Override default sigaltstack setting on Android.Evgeniy Stepanov
2014-01-31[libsanitizer] Fix compilation for gotsan.Alexander Potapenko
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the sigaltstack() bits to sanitizer_common.Alexander Potapenko
2013-11-07[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across ...Alexey Samsonov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with...Alexey Samsonov
2013-06-06[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev
2013-05-21[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne