freebsd-dev/tests/sys/kqueue/libkqueue
Kyle Evans 7259ca3104 fifos: delegate unhandled kqueue filters to underlying filesystem
This gives the vfs layer a chance to provide handling for EVFILT_VNODE,
for instance.  Change pipe_specops to use the default vop_kqfilter to
accommodate fifoops that don't specify the method (i.e. all in-tree).

Based on a patch by Jan Kokemüller.

PR:		225934
Reviewed by:	kib, markj (both pre-KASSERT)
Differential Revision:	https://reviews.freebsd.org/D32271
2021-10-12 02:43:07 -05:00
..
common.h fifos: delegate unhandled kqueue filters to underlying filesystem 2021-10-12 02:43:07 -05:00
config.h
kqueue_test.sh Enable timer tests in sys.kqueue.libkqueue.kqueue_test.main on i386 2020-04-22 09:53:41 +00:00
main.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
Makefile Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
proc.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
read.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
signal.c Fix various warnings in tests/sys/kqueue and bump WARNS 2020-04-18 12:54:47 +00:00
timer.c kqueue: fix recent assertion 2021-10-01 13:17:30 -05:00
user.c kqueue: Add EV_KEEPUDATA flag 2021-09-23 17:31:39 -07:00
vnode.c fifos: delegate unhandled kqueue filters to underlying filesystem 2021-10-12 02:43:07 -05:00