summaryrefslogtreecommitdiff
path: root/lib/asan/asan_posix.cc
AgeCommit message (Expand)Author
2012-06-15[Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov
2012-06-15[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov
2012-06-15[Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov
2012-06-14[ASan] don't include deleted headerAlexey Samsonov
2012-06-07[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.Alexey Samsonov
2012-06-06[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov
2012-06-06[asan] make tid u32 instead of intKostya Serebryany
2012-06-06[asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[ASan] Make printf arguments match format strings better.Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov
2012-06-06[ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-05[ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-30Be more verbose when installing the signals.Alexander Potapenko
2012-05-23Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov
2012-04-06[asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany
2012-04-05[asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany
2012-04-05Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko
2012-03-13[ASan] Fix build error on Linux; screen-reviewed by glider@google.comTimur Iskhodzhanov
2012-03-10[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany
2012-02-22AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov
2012-02-22Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko
2012-02-13[asan] implement __asan_set_death_callbackKostya Serebryany
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-02-07[asan] make sure the AsanThread object is destroyed if pthread_exit is calledKostya Serebryany
2012-01-31[asan] new run-time flag: sleep_before_dying (asan Issue #31)Kostya Serebryany
2012-01-19EHABI-based stack trace on ARM.Evgeniy Stepanov
2012-01-11[asan] remove OS-dependent headers from asan_internal.hKostya Serebryany
2012-01-11[asan] move TSD code into asan_posix.ccKostya Serebryany
2012-01-09[asan] don't include unistd.h in the headersKostya Serebryany
2012-01-09[asan] refactoring: move some common linux/mac code to asan_posix.ccKostya Serebryany