summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.cc
Commit message (Expand)AuthorAge
* [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug....Kostya Serebryany2013-11-06
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* Use internal_memset to initialize this variable.Peter Collingbourne2013-10-21
* tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platf...Dmitry Vyukov2013-10-15
* tsan: implement internal syscall-based versions of sigaction/sigprocmaskDmitry Vyukov2013-10-15
* [sanitizer] Do not break the CFI unwind chain in clone().Sergey Matveev2013-10-08
* Check the function we just called for errors, not an incoming argument. NoticedNick Lewycky2013-09-17
* [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a G...Alexey Samsonov2013-09-11
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* [libsanitizer] Remove an unused variable introduced in r189789Alexander Potapenko2013-09-03
* [TSan] Move the /proc/self/maps parsing logic to sanitizer_common Alexander Potapenko2013-09-03
* [sanitizer_common] Add internal_clone().Sergey Matveev2013-09-02
* Conditionalise inclusion of link.h on !SANITIZER_ANDROID.Peter Collingbourne2013-08-30
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [sanitizer] Disable ForEachMappedRegion on Android.Evgeniy Stepanov2013-07-30
* Fix warning.Peter Collingbourne2013-07-29
* Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne2013-07-29
* tsan: fix unitialized read warning under newer gcc (it does not have visibili...Dmitry Vyukov2013-07-17
* [asan] workaround for the quemu bug in proc maps (http://code.google.com/p/ad...Kostya Serebryany2013-05-30
* [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independen...Peter Collingbourne2013-05-29
* [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.Peter Collingbourne2013-05-28
* [ASan] Introduce SymbolizerPrepareForSandboxing(), which is a no-op on every ...Alexander Potapenko2013-05-23
* [sanitizer] fix asan on the platforms where the page size is not a compile-ti...Kostya Serebryany2013-05-21
* [nolibc] Move GetPageSize to the individual platforms.Peter Collingbourne2013-05-20
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-20
* [nolibc] Make GetArgsAndEnv libc-independent.Peter Collingbourne2013-05-20
* [sanitizer] LibraryNameIs in sanitizer_linuxSergey Matveev2013-05-14
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [sanitizer] Fixed InitTlsSize for Android.Sergey Matveev2013-05-07
* [sanitizer] Fixed includes in sanitizer_linux.cc for Android.Sergey Matveev2013-05-07
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-07
* [sanitizer] Sanitizer __internal_*stat interface.Evgeniy Stepanov2013-05-07
* Revert r180599 "[sanitizer] Clear LD_PRELOAD when forking an external symboli...Sergey Matveev2013-04-26
* [sanitizer] Clear LD_PRELOAD when forking an external symbolizer.Sergey Matveev2013-04-26
* Revert r180082 and add a test for SetEnv functionAlexey Samsonov2013-04-23
* [Sanitizer] Delete unused functionAlexey Samsonov2013-04-23
* Remove InternalAlloc/InternalFree calls from StopTheWorld. Patch by Sergey Ma...Alexey Samsonov2013-04-05
* [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ de...Alexey Samsonov2013-04-03
* [libsanitizer] Unmapping the old cache partially invalidates the memory layou...Alexander Potapenko2013-03-26
* tsan: add SetEnv() function that can be used in frontendsDmitry Vyukov2013-03-25
* tsan: use a single background thread for memory profiler and memory flush (an...Dmitry Vyukov2013-03-21
* tsan: add internal_unlink() functionDmitry Vyukov2013-03-20
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] Avoid use of uintptr_t.Evgeniy Stepanov2013-03-19
* [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-19
* [Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov2013-03-14
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Fix a typo in function nameAlexey Samsonov2013-03-13
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* [Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov2013-03-11