summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-388/+0
* Don't crash if PR_SET_VMA_ANON_NAME fails.Evgeniy Stepanov2019-06-181-2/+1
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-23/+64
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-0/+10
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-10/+0
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-0/+10
* [sanitizer] Avoid memset call in tsanJordan Rupprecht2018-12-271-1/+2
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-201-7/+17
* Revert "[sanitizer] Support running without fd 0,1,2."Ilya Biryukov2018-12-201-17/+7
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-191-7/+17
* [SanitizerCommon] Remove RenameFileEugene Leviant2018-12-031-5/+0
* [sanitizer_common] Use O_TRUNC for WrOnly access mode.Fangrui Song2018-06-161-1/+1
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-1/+0
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-241-0/+4
* [compiler-rt] Cleanup SignalContext initializationVitaly Buka2017-09-141-8/+7
* [compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignalVitaly Buka2017-09-131-2/+2
* [compiler-rt] Add siginfo into SignalContextVitaly Buka2017-09-131-2/+7
* [compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the restVitaly Buka2017-09-131-47/+0
* [compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka2017-09-121-0/+47
* Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common"Vitaly Buka2017-09-121-47/+0
* [compiler-rt] Move IsStackOverflow from asan into sanitizer_commonVitaly Buka2017-09-111-0/+47
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci2017-07-111-18/+17
* More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek2017-07-061-8/+0
* Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek2017-07-061-39/+0
* [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek2017-07-061-35/+0
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* [sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky2017-06-301-11/+11
* [Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov2017-06-261-1/+11
* [Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov2017-06-221-2/+5
* [Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov2017-06-161-0/+16
* [sanitizer] Reverting D34152Kostya Kortchinsky2017-06-141-15/+8
* [sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky2017-06-141-8/+15
* [asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas2017-03-131-1/+3
* [sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori2017-02-021-0/+14
* [asan] Reapply: Switch to using dynamic shadow offset on iOSAnna Zaks2016-10-051-5/+0
* Revert "[asan] Switch to using dynamic shadow offset on iOS"Anna Zaks2016-10-051-0/+5
* [asan] Switch to using dynamic shadow offset on iOSAnna Zaks2016-10-041-5/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-301-0/+5
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-211-5/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-191-0/+5
* [sanitizer] [SystemZ] Add virtual space size.Marcin Koscielnicki2016-04-141-0/+6
* [Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner2016-03-101-0/+20
* [asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov2016-02-081-3/+3
* [asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany2016-02-041-2/+5
* [asan] Add iOS support.Anna Zaks2016-02-021-1/+5
* [cfi] Support for dlopen and dlclose.Evgeniy Stepanov2016-01-261-0/+4
OpenPOWER on IntegriCloud