summaryrefslogtreecommitdiff
path: root/lib/asan/asan_linux.cc
Commit message (Expand)AuthorAge
* [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-08
* [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
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* [ASan] fixes for Android buildAlexey Samsonov2013-01-18
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-17
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-14
* [asan] pop the internal stack frames in SlowUnwindStack, extend the test to c...Kostya Serebryany2012-12-13
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [asan] two more bits for __sparc__Kostya Serebryany2012-12-03
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-23
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-23
* [asan] pop the two internal functions from the stack trace produced by _Unwin...Kostya Serebryany2012-11-20
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-20
* asan: sync with gcc r193553Dmitry Vyukov2012-11-16
* [asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-27
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-24
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* [Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov2012-06-14
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-14
* [ASan] don't include deleted headerAlexey Samsonov2012-06-14
* [Sanitizer] Fix mac build.Alexey Samsonov2012-06-07
* [Sanitizer] factor out GetThreadStackTopAndBottom from ASan runtime to common.Alexey Samsonov2012-06-07
* [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] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-06
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-05
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-05
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-05
* [ASan] use internal_open from sanitizer_libc in ASan runtimeAlexey Samsonov2012-06-05
* Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...Alexey Samsonov2012-06-04
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* Move AsanShadowRangeIsAvailable() from mac to posix.Evgeniy Stepanov2012-05-23
* asan: fix typo in commentDmitry Vyukov2012-05-23
* [asan] nuke some old unused codeKostya Serebryany2012-05-22
* [asan] increase the stack size limit to 256M (yes, that happens); also CHECK ...Kostya Serebryany2012-05-22
* Avoid including link.h.Evgeniy Stepanov2012-03-26
* [asan] don't use dl_iterate_phdr on linux, go back to using /proc/self/maps. ...Kostya Serebryany2012-03-08
* Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko2012-02-13
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-08
* [asan] don't crash if /proc/self/maps has enormous size (linux)Kostya Serebryany2012-02-07
* [asan] use raw syscalls for open/close on linux to avoid being interceptedKostya Serebryany2012-02-06
* [asan] remove dead codeKostya Serebryany2012-01-31