aboutsummaryrefslogtreecommitdiff
path: root/sys/tests/epoch/epoch_test.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix build of epoch_test module.Hans Petter Selasky2020-09-021-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* epoch_test: fix compileMatt Macy2018-07-151-4/+6
* epoch(9): Make epochs non-preemptible by defaultMatt Macy2018-05-181-7/+7
* epoch: add non-preemptible "critical" variantMatt Macy2018-05-181-1/+2
* Test priority handling in epoch test.Matt Macy2018-05-111-2/+12
* Add simple preempt safe epoch APIMatt Macy2018-05-101-0/+211