summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_win.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-1115/+0
* Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""Vlad Tsyrklevich2019-03-021-1/+7
* Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"Vlad Tsyrklevich2019-03-021-7/+1
* [sanitizers] Don't use Windows Trace Logging on MinGWMartin Storsjo2019-03-011-1/+7
* [sanitizers] Explicitly use GetModuleFileNameW with wchar_tMartin Storsjo2019-03-011-1/+1
* Add username to TODO comment in sanitizer to satisfy sanitizer lint check. NFCDouglas Yung2019-02-281-1/+1
* [compiler-rt] Windows Trace Logging for error reports.Matthew G McGovern2019-02-271-0/+34
* [sanitizer] Fix fuchsia and windows build.Evgeniy Stepanov2019-02-061-2/+3
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-2/+2
* [ubsan] Make suppressions.cpp test pass for me on WindowsReid Kleckner2019-02-011-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)Michal Gorny2018-12-231-0/+4
* [SanitizerCommon] Remove RenameFileEugene Leviant2018-12-031-4/+0
* [sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+Kuba Mracek2018-11-061-0/+4
* [sanitizer] Add char **GetEnviron() on all other platformsVitaly Buka2018-11-061-0/+5
* [sanitizers] [windows] Use a linker directive pragma for psapiMartin Storsjo2018-10-101-0/+4
* [asan/win] Use SRW locks to fix a race in BlockingMutexReid Kleckner2018-07-301-28/+7
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-201-3/+5
* [TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memoryAlex Shlyapnikov2018-06-131-2/+4
* Introduce CheckASLR() in sanitizersKamil Rytarowski2018-06-051-0/+4
* [sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka2018-05-071-1/+1
* Fix clang-cl warnings in compiler-rtReid Kleckner2018-04-231-2/+2
* [sanitizer] Minor refactor of some ReservedAddressRange functionsKostya Kortchinsky2018-04-191-13/+6
* [sanitizer] Split stacktrace/symbolizer: Windows unwindKostya Kortchinsky2018-04-041-51/+0
* [sanitizer] Remove empty Symbolizer PrepareForSandboxingKostya Kortchinsky2018-04-031-2/+1
* [asan] Be more careful and verbose when allocating dynamic shadow memoryKuba Mracek2018-02-261-1/+2
* [sanitizer] Implement GetRSS on WindowsKostya Kortchinsky2018-02-131-1/+4
* [sanitizer] Implement NanoTime & MonotonicNanoTime for WindowsKostya Kortchinsky2018-02-011-4/+11
* [sanitizer] Implement GetNumberOfCPUs for WindowsKostya Kortchinsky2018-01-251-2/+3
* [sanitizer] Introduce a vDSO aware timing functionKostya Kortchinsky2017-12-131-0/+4
* [sanitizer] Revert rL320409Kostya Kortchinsky2017-12-111-4/+0
* [sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky2017-12-111-0/+4
* [fuchsia] Update Fuchsia with a new mmap implementation.Kostya Kortchinsky2017-11-271-0/+1
* [scudo] Make getNumberOfCPUs Fuchsia compliant v2Kostya Kortchinsky2017-11-211-0/+5
* [asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov2017-11-201-0/+4
* Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.Evgeniy Stepanov2017-11-181-4/+0
* [sanitizer] Update scudo to use new APIKostya Kortchinsky2017-11-131-0/+4
* [asan] Use dynamic shadow on 32-bit Android.Evgeniy Stepanov2017-11-101-0/+4
* [sanitizer] Revert rL317822Kostya Kortchinsky2017-11-091-5/+0
* [scudo] Make getNumberOfCPUs Fuchsia compliantKostya Kortchinsky2017-11-091-0/+5
* Revert "[scudo] Make getNumberOfCPUs Fuchsia compliant"Reid Kleckner2017-11-081-5/+0
* (NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov2017-11-071-1/+1
* [scudo] Make getNumberOfCPUs Fuchsia compliantKostya Kortchinsky2017-11-071-0/+5
* Update sanitizer_allocator to use new API.Kostya Kortchinsky2017-11-071-5/+5
* Fix warning + death test + failing test on Windows (D39072).Kostya Kortchinsky2017-10-301-2/+2
* [sanitizer] Fixing an error introduced in D39072Kostya Kortchinsky2017-10-301-1/+1
* Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky2017-10-301-0/+30
* Fix clang warnings in winasan codeReid Kleckner2017-10-301-3/+3
* Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg2017-10-121-37/+0
* Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek2017-10-111-0/+37