aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_csan.c
Commit message (Expand)AuthorAgeFilesLines
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+30
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add char and short types to kcsanMateusz Guzik2020-07-041-0/+32
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-8/+0
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+8
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-8/+0
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-5/+2
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-3/+0
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Disable KCSAN within a panic.Andrew Turner2019-11-211-0/+2
* Add kcsan_md_unsupported from NetBSD.Andrew Turner2019-11-211-0/+2
* Fix the bus_space functions with KCSAN on arm64.Andrew Turner2019-11-211-4/+12
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-211-400/+497
* Import the NetBSD Kernel Concurrency Sanitizer (KCSAN) runtime.Andrew Turner2019-11-201-0/+754