summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/fuse/fuse_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to simplify - no functional change.helg2018-06-271-31/+14
* Remove unused fbuf parameter from fuse_device_cleanup().helg2018-06-251-30/+24
* Don't timeout on fb_queue(9). The current process will blockhelg2018-06-211-10/+6
* Pass size argument to free(9).helg2018-05-171-4/+4
* Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg2018-05-151-4/+4
* Use the proper address space when using a kernel that supportshelg2018-01-221-2/+11
* Avoid possible NULL pointer dereference on fuseioctl()mestre2017-08-101-1/+3
* Remove the unused olddp parameter from function dounmount().bluhm2017-01-101-3/+3
* Use struct stat for storing attributes in fusebufs, because using structnatano2016-08-301-1/+2
* Straightforward uiomovei -> uiomove conversion. All size arguments forstefan2016-01-221-2/+2
* fairly easy size for free()deraadt2015-09-021-2/+2
* Convert uiomovei() with a constant size argument to uiomove().miod2015-02-101-2/+2
* Switch uiomovei(..., sizeof whatever, ...) to uiomove().miod2015-02-101-2/+2
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-4/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* Do not rely on the fact that sys/vnode.h includes all the worldmpi2014-03-181-1/+2
* Remove an infinite loop in fuse_device_cleanup().syl2014-01-161-6/+25
* Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan2013-12-101-3/+3
* Unmount the fuse filesystem if the communication end withsyl2013-12-031-2/+9
* Remove some double free on fusebuf datas.syl2013-11-281-1/+3
* use printf(9) consistently in FUSEsyl2013-10-071-3/+3
* Introduce fb_delete() helper and use it in FUSE code.syl2013-10-071-5/+4
* Add new ioctl for handling FUSE bufferssyl2013-10-071-2/+106
* Rework fuseread() and fusewrite().syl2013-10-071-86/+55
* Remove debug printfs.syl2013-08-101-7/+3
* Fix a panic on multiple fuse device access.syl2013-07-111-3/+8
* Make fuse device clonable.syl2013-06-211-120/+114
* remove extra whitespacetedu2013-06-121-5/+3
* add a bunch of files for ISC-licensed FUSE support. ok beck deraadttedu2013-06-031-0/+512