summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2017-06-21Revert "[compiler-rt] Don't reset non-default user handler if allow_user_segv...Vitaly Buka
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-26[compiler-rt] Don't reset non-default user handler if allow_user_segv_handler...Vitaly Buka
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-04-13Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-09-08Fix tsan-go build.Evgeniy Stepanov
2016-09-07[sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-05-28[esan] Add handling of large stack size rlimitsDerek Bruening
2016-04-23[sanitizer] add a function MmapNoAccess that mmaps a protected region *somewh...Kostya Serebryany
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-22[sanitizer] revert r267203 as it breaks aarch64 botsKostya Serebryany
2016-04-22[sanitizer] allow zero first parameter in MmapNoAccess; This is a part of r26...Kostya Serebryany
2016-04-22Revert "[sanitizer] Allow the sanitizer allocator to use a non-fixed address ...Renato Golin
2016-04-22[sanitizer] Allow the sanitizer allocator to use a non-fixed address range. A...Kostya Serebryany
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-27[sanitizers] using execv instead of execve with null env.Mike Aizatsky
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-11-12tsan: fix Go build on linuxDmitry Vyukov
2015-11-03Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03Revert r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03[tsan] Fix build errors for TSan on OS XKuba Brecka
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-04[asan] Fix undefined MAP_NORESERVE on FreeBSD.Evgeniy Stepanov
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