aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cuse
Commit message (Expand)AuthorAgeFilesLines
* Minor code optimisation.Hans Petter Selasky2017-05-311-2/+2
* Prevent cuse4bsd.ko and cuse.ko from loading at the same time byHans Petter Selasky2016-09-231-0/+6
* Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.Hans Petter Selasky2016-07-061-1/+1
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-6/+6
* Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky2015-12-222-3/+3
* Guard against the same process being both CUSE server and client atHans Petter Selasky2015-12-221-2/+13
* Don't use POLLNVAL as a return value from the client side pollHans Petter Selasky2015-01-131-10/+28
* Use existing PHOLD() and PRELE() macros.Hans Petter Selasky2014-06-241-16/+4
* Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-233-0/+2040