summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
Commit message (Expand)AuthorAge
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-05
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-03
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-23
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-23
* [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov2012-08-09
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-15
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-15
* [ASan] don't include deleted headerAlexey Samsonov2012-06-14
* [Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov2012-06-07
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-06
* [asan] make tid u32 instead of intKostya Serebryany2012-06-06
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-06
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [ASan] Make printf arguments match format strings better.Alexey Samsonov2012-06-06
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-06
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-05
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-05
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* Be more verbose when installing the signals.Alexander Potapenko2012-05-30
* Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov2012-05-23
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-06
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-05
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-05
* [ASan] Fix build error on Linux; screen-reviewed by glider@google.comTimur Iskhodzhanov2012-03-13
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-10
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-22
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-22
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-13
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-08
* [asan] make sure the AsanThread object is destroyed if pthread_exit is calledKostya Serebryany2012-02-07
* [asan] new run-time flag: sleep_before_dying (asan Issue #31)Kostya Serebryany2012-01-31
* EHABI-based stack trace on ARM.Evgeniy Stepanov2012-01-19
* [asan] remove OS-dependent headers from asan_internal.hKostya Serebryany2012-01-11
* [asan] move TSD code into asan_posix.ccKostya Serebryany2012-01-11
* [asan] don't include unistd.h in the headersKostya Serebryany2012-01-09
* [asan] refactoring: move some common linux/mac code to asan_posix.ccKostya Serebryany2012-01-09