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
2018-06-27
Refactor to simplify - no functional change.
helg
2018-06-25
Remove unused fbuf parameter from fuse_device_cleanup().
helg
2018-06-21
Don't timeout on fb_queue(9). The current process will block
helg
2018-05-17
Pass size argument to free(9).
helg
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
2018-01-22
Use the proper address space when using a kernel that supports
helg
2017-08-10
Avoid possible NULL pointer dereference on fuseioctl()
Ricardo Mestre
2017-01-10
Remove the unused olddp parameter from function dounmount().
Alexander Bluhm
2016-08-30
Use struct stat for storing attributes in fusebufs, because using struct
Martin Natano
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