aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/cuse
Commit message (Expand)AuthorAgeFilesLines
* cuse: Use NULL for SYSUNINIT's last arg, which is a pointer typeZhenlei Huang2024-12-091-1/+1
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* cuse(3): Cosmetic change about testing boolean values.Hans Petter Selasky2022-10-041-2/+2
* cuse(3): Optimise small reads and writes.Hans Petter Selasky2022-10-031-6/+130
* cuse(3): Use bool type for boolean value instead of int type.Hans Petter Selasky2022-10-031-4/+4
* cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky2022-07-203-73/+46
* cuse(3): Fix an off-by-one.Hans Petter Selasky2022-07-201-1/+1
* cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky2022-06-252-4/+11
* Fix for loading cuse.ko via rc.d . Make sure we declare the cuse(3)Hans Petter Selasky2020-10-231-0/+18
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+0
* cuse: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-231-13/+0
* Fine grain locking inside the cuse(3) kernel module.Hans Petter Selasky2020-03-301-141/+171
* Free all allocated unit IDs in cuse(3) after the client characterHans Petter Selasky2019-06-251-2/+2
* Fix for deadlock situation in cuse(3)Hans Petter Selasky2019-06-251-14/+29
* Implement flag for telling cuse(3) clients if the peer is running in 32-bitHans Petter Selasky2019-04-182-2/+7
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Allow CUSE(3) to free all memory mapped memory by using regular SWAP objectsHans Petter Selasky2017-11-032-130/+137
* Add support for new cuse(3) error code, CUSE_ERR_NO_DEVICE.Hans Petter Selasky2017-10-052-1/+4
* 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