freebsd-nq/tests/sys
Kyle Evans ce6a89e27c kqueue tests: fix -fno-common build
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
2020-04-06 23:08:07 +00:00
..
acl
aio
audit
auditpipe
capsicum
cddl
common Add tests verifying IPv4/IPv6 output for TCP/UDP/raw paths. 2020-03-23 12:21:32 +00:00
devrandom
fifo
file
fs fusefs: avoid cache corruption with buggy fuse servers 2020-03-11 04:29:45 +00:00
geom Temporarily skip sys.geom.class.gate.ggate_test.ggated in CI 2020-03-11 10:42:05 +00:00
kern Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__parent_exits_before_child 2020-02-11 23:17:58 +00:00
kqueue kqueue tests: fix -fno-common build 2020-04-06 23:08:07 +00:00
mac Reduce nc timeout in sys.mac.portacl.* 2020-02-11 20:41:51 +00:00
mqueue
net Add routing tests verifying basic RTM_CHANGE functionality. 2020-04-02 20:02:33 +00:00
netinet so_reuseport_lb_test: correct setsockopt parameter size 2020-03-25 20:20:08 +00:00
netinet6 Add tests verifying IPv4/IPv6 output for TCP/UDP/raw paths. 2020-03-23 12:21:32 +00:00
netipsec
netmap
netpfil Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64 2020-03-13 16:44:48 +00:00
opencrypto Refactor driver and consumer interfaces for OCF (in-kernel crypto). 2020-03-27 18:25:23 +00:00
pjdfstest Tag pjdfstest symlink with pkgbase package 2020-02-12 17:37:32 +00:00
posixshm
sys Revert r357246 2020-01-29 22:37:01 +00:00
vfs
vm
Makefile tests: Enable net tests 2020-02-13 14:09:09 +00:00
Makefile.depend
Makefile.inc