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