freebsd-skq/sys/fs/cuse
hselasky 4d7a9f7cc1 Don't use POLLNVAL as a return value from the client side poll
function. Many existing clients don't understand POLLNVAL and instead
relies on an error code from the read(), write() or ioctl() system
call. Also make sure we wakeup any client pollers before the cuse
server is closing, so they don't wait forever for an event.
2015-01-13 13:32:18 +00:00
..
cuse_defs.h
cuse_ioctl.h
cuse.c Don't use POLLNVAL as a return value from the client side poll 2015-01-13 13:32:18 +00:00