summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/gwp_asan/platform_specific
AgeCommit message (Expand)Author
2024-07-29Log errno (or fuchsia equivalent) on map failures (#95391)Mitch Phillips
2024-06-25[NFC] [GWP-ASan] Rename Check() to check() (#96605)Mitch Phillips
2023-01-10[GWP-ASan] Fix atfork handlers being installed multiple times in testsMitch Phillips
2021-02-17[GWP-ASan] Change sys/cdefs.h to features.hFangrui Song
2021-02-10[GWP-ASan] Add back some headers removed by IWYU.Mitch Phillips
2021-02-03[gwp_asan] Use zx_system_get_page_size() on FuchsiaRoland McGrath
2020-12-10[GWP-ASan] IWYU & clang-formatMitch Phillips
2020-10-31[GWP-ASan] Fuchsia specific mapping & utilities functionsKostya Kortchinsky
2020-10-29[GWP-ASan] Add mutexes for FuchsiaKostya Kortchinsky
2020-10-28[GWP-ASan] Abstract the thread local variables accessKostya Kortchinsky
2020-10-26[GWP-ASan] Refactor memory mapping functionsKostya Kortchinsky
2020-10-22[GWP-ASan] Move random-related code in the allocator (redo)Kostya Kortchinsky
2020-10-22Revert "[GWP-ASan] Move random-related code in the allocator"Nikita Popov
2020-10-22[GWP-ASan] Move random-related code in the allocatorKostya Kortchinsky
2020-10-20[GWP-ASan] Rework utilities (NFC)Kostya Kortchinsky
2020-10-19[GWP-ASan] Cleanup (NFC)Kostya Kortchinsky
2020-03-05[GWP-ASan] Fix thread ID.Mitch Phillips
2020-02-13[GWP-ASan] Silence gcc errorKostya Kortchinsky
2020-02-12[GWP-ASan] [NFC] Change enum from ANDROID->BIONIC.Mitch Phillips
2020-02-12[GWP-ASan] Update alignment on Android.Mitch Phillips
2020-02-06[GWP-ASan] Use weak abort message definition.Mitch Phillips
2020-02-05[GWP-ASan] Crash Handler API.Mitch Phillips
2020-01-24[GWP-ASan] Add names to anonymous mappings.Mitch Phillips
2020-01-24[GWP-ASan] enable/disable and fork support.Evgenii Stepanov
2019-06-05[GWP-ASan] Core Guarded Pool Allocator [4].Mitch Phillips
2019-05-30Attempt to fix 'mutex.h' not found when building mutex_posix.Mitch Phillips
2019-05-30[GWP-ASan] Mutex implementation [2].Mitch Phillips