summaryrefslogtreecommitdiff
path: root/sys/miscfs/fuse/fuse_device.c
AgeCommit message (Expand)Author
2016-01-22Straightforward uiomovei -> uiomove conversion. All size arguments forStefan Kempf
2015-09-02fairly easy size for free()Theo de Raadt
2015-02-10Convert uiomovei() with a constant size argument to uiomove().Miod Vallat
2015-02-10Switch uiomovei(..., sizeof whatever, ...) to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-18Do not rely on the fact that sys/vnode.h includes all the worldMartin Pieuchot
2014-01-16Remove an infinite loop in fuse_device_cleanup().Sylvestre Gallon
2013-12-10Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.pelikan
2013-12-03Unmount the fuse filesystem if the communication end withSylvestre Gallon
2013-11-28Remove some double free on fusebuf datas.Sylvestre Gallon
2013-10-07use printf(9) consistently in FUSESylvestre Gallon
2013-10-07Introduce fb_delete() helper and use it in FUSE code.Sylvestre Gallon
2013-10-07Add new ioctl for handling FUSE buffersSylvestre Gallon
2013-10-07Rework fuseread() and fusewrite().Sylvestre Gallon
2013-08-10Remove debug printfs.Sylvestre Gallon
2013-07-11Fix a panic on multiple fuse device access.syl
2013-06-21Make fuse device clonable.syl
2013-06-12remove extra whitespaceTed Unangst
2013-06-03add a bunch of files for ISC-licensed FUSE support. ok beck deraadtTed Unangst