aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/atomic_san.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* atomic: Fix the atomic_load_ptr() *SAN interceptorMark Johnston2023-02-091-10/+4
* atomic: Remove cdefs.h includes from atomic_*.hMark Johnston2023-01-161-1/+0
* atomic: Make atomic_san.h self-containedMark Johnston2023-01-041-0/+3
* atomic: Intercept atomic_(load|store)_bool for kernel sanitizersMark Johnston2022-10-291-2/+16
* Only define sanitizer wrappers for atomic fences once.John Baldwin2021-09-151-3/+6
* Simplify kernel sanitizer interceptorsMark Johnston2021-07-301-7/+3
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-231-304/+326
* Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston2021-03-081-0/+380