summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
AgeCommit message (Expand)Author
2025-10-16Reapply "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#16...Thurston Dang
2025-10-13Revert "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#163...Thurston Dang
2025-10-13[sanitizer] Add cloak_sanitizer_signal_handlers runtime option (#162746)Thurston Dang
2024-10-31compiler-rt: sanitizer_common: use close_range() instead of looping (#114442)Kyle Evans
2024-10-17[sanitizer] Add TryMemCpy (#112668)Vitaly Buka
2024-10-17[sanitizer] Large range support in IsAccessibleMemoryRange (#112665)Vitaly Buka
2024-07-18[sanitizer_common] Use %p to print addresses (#98578)Vitaly Buka
2024-03-21Revert "[sanitizer_common] Suppress warning of cast from SignalHandlerType to...Thurston Dang
2024-03-20[sanitizer_common] Suppress warning of cast from SignalHandlerType to sa_siga...Thurston Dang
2024-03-18Reland "[compiler-rt] Avoid generating coredumps when piped to a tool"Alex Richardson
2024-03-15Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390)antoine moynault
2024-03-13[compiler-rt] Avoid generating coredumps when piped to a toolAlexander Richardson
2024-03-02[sanitizer_common] Remove unnecessary const_castAlex Richardson
2023-05-08[NFC][sanitizer] Rename internal functionVitaly Buka
2022-05-24[Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source filesMariusz Borsa
2022-02-11sanitizer_common: make internal/external headers compatibleDmitry Vyukov
2021-09-21[Sanitizer] Allow setting the report path to create directoryTeresa Johnson
2021-07-11sanitizer_common: sanitize time functionsDmitry Vyukov
2021-06-09Prevent generation of dependency on _cxa_guard for static initializationserge-sans-paille
2021-05-12sanitizer_common: fix SIG_DFL warningDmitry Vyukov
2021-04-16Address D100645 commentVitaly Buka
2021-04-16Sanitizer built against glibc 2.34 doesn't workVitaly Buka
2020-10-20[Sanitizers] Remove OpenBSD support (new attempt)David Carlier
2020-10-19Revert "[Sanitizers] Remove OpenBSD support" + 1Evgenii Stepanov
2020-10-18[Sanitizers] Remove OpenBSD supportDavid Carlier
2020-08-13sanitizer_common: Introduce internal_madvise and start using it.Peter Collingbourne
2020-07-23[compiler-rt][sanitizers] Fix Solaris madvise declarationRainer Orth
2020-07-22[compiler-rt] fix build on IllumosDavid Carlier
2020-03-24Add a `Symbolizer::GetEnvP()` method that allows symbolizer implementations t...Dan Liew
2019-09-24sanitizer_common: fix freebsd build errorDmitry Vyukov
2019-08-27NFC: clang-format r370008 to suppress lint errorsVitaly Buka
2019-08-27Fix buildbotDavid Carlier
2019-08-27[Sanitizer] Using huge page on FreeBSD for shadow mappingDavid Carlier
2019-08-06[Sanitizer] little typoDavid Carlier
2019-08-06[Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge PageDavid Carlier
2019-08-05[Sanitizer] Linux refactor shadow huge page mode handlingDavid Carlier
2019-07-31compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber