summaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue/read.c
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
2020-04-18Fix various warnings in tests/sys/kqueue and bump WARNSAlex Richardson
Reviewed By: kevans Differential Revision: https://reviews.freebsd.org/D24296 Notes: svn path=/head/; revision=360073
2020-04-06kqueue tests: fix -fno-common buildKyle Evans
vnode_fd and kqfd are both shared among multiple CU; define them exactly once. In the case of vnode_fd, it was simply the declaration that needed correction. -fno-common will become the default in GCC10/LLVM11. MFC after: 3 days Notes: svn path=/head/; revision=359675
2016-09-06Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...Enji Cooper
This is being done to clearly distinguish the libkqueue tests from the (soon to be imported) NetBSD tests. MFC after: 58 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=305467