summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix_libcdep.cc
AgeCommit message (Expand)Author
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-14[sanitizer] Use MADV_FREE on Darwin/BSD to release pages to the OSKuba Mracek
2017-11-27[fuchsia] Update Fuchsia with a new mmap implementation.Kostya Kortchinsky
2017-11-13[sanitizer] Update scudo to use new APIKostya Kortchinsky
2017-11-07Update sanitizer_allocator to use new API.Kostya Kortchinsky
2017-10-30Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg
2017-10-11Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11[sanitizer] Introduce ReservedAddressRange to sanitizer_commonPetr Hosek
2017-09-18[sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdepVitaly Buka
2017-09-17[compiler-rt] Fix build break after r313277 on s390xUlrich Weigand
2017-09-14[sanitizer] Move IsStackOverflow into SignalContextVitaly Buka
2017-09-13[compiler-rt] Add siginfo into SignalContextVitaly Buka
2017-09-13Fix line breaks.Vitaly Buka
2017-09-13[compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common partVitaly Buka
2017-09-13[compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the restVitaly Buka
2017-08-28Add NetBSD specific version of sanitizer_platform_limits_posixKamil Rytarowski
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