aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fifo/fifo_kqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Avoid hard-coding pipe buffer sizes in the pipe and fifo kqueue tests.Mark Johnston2020-05-201-17/+20
* Add some regression tests for read and write kevents on pipes.Mark Johnston2020-04-271-0/+430