summaryrefslogtreecommitdiff
path: root/sys/fs/cuse
AgeCommit message (Expand)Author
2025-11-13cuse: Fix cdevpriv bugs in cuse_client_open()Christos Margiolis
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2024-12-10cuse: Use NULL for SYSUNINIT's last arg, which is a pointer typeZhenlei Huang
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-10-04cuse(3): Cosmetic change about testing boolean values.Hans Petter Selasky
2022-10-03cuse(3): Optimise small reads and writes.Hans Petter Selasky
2022-10-03cuse(3): Use bool type for boolean value instead of int type.Hans Petter Selasky
2022-07-20cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky
2022-07-20cuse(3): Fix an off-by-one.Hans Petter Selasky
2022-06-25cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky
2020-10-23Fix for loading cuse.ko via rc.d . Make sure we declare the cuse(3)Hans Petter Selasky
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-23cuse: Stop checking for failures from malloc(M_WAITOK).Mark Johnston
2020-03-30Fine grain locking inside the cuse(3) kernel module.Hans Petter Selasky
2019-06-25Free all allocated unit IDs in cuse(3) after the client characterHans Petter Selasky
2019-06-25Fix for deadlock situation in cuse(3)Hans Petter Selasky
2019-04-18Implement flag for telling cuse(3) clients if the peer is running in 32-bitHans Petter Selasky
2018-05-18Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-03Allow CUSE(3) to free all memory mapped memory by using regular SWAP objectsHans Petter Selasky
2017-10-05Add support for new cuse(3) error code, CUSE_ERR_NO_DEVICE.Hans Petter Selasky
2017-05-31Minor code optimisation.Hans Petter Selasky
2016-09-23Prevent cuse4bsd.ko and cuse.ko from loading at the same time byHans Petter Selasky
2016-07-06Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.Hans Petter Selasky
2015-12-22Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky
2015-12-22Make CUSE usable with platforms where the size of "unsigned long" isHans Petter Selasky
2015-12-22Guard against the same process being both CUSE server and client atHans Petter Selasky
2015-01-13Don't use POLLNVAL as a return value from the client side pollHans Petter Selasky
2014-06-24Use existing PHOLD() and PRELE() macros.Hans Petter Selasky
2014-05-23Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky