index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
fuse
/
fuse_device.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to simplify - no functional change.
helg
2018-06-27
1
-31
/
+14
*
Remove unused fbuf parameter from fuse_device_cleanup().
helg
2018-06-25
1
-30
/
+24
*
Don't timeout on fb_queue(9). The current process will block
helg
2018-06-21
1
-10
/
+6
*
Pass size argument to free(9).
helg
2018-05-17
1
-4
/
+4
*
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
2018-05-15
1
-4
/
+4
*
Use the proper address space when using a kernel that supports
helg
2018-01-22
1
-2
/
+11
*
Avoid possible NULL pointer dereference on fuseioctl()
mestre
2017-08-10
1
-1
/
+3
*
Remove the unused olddp parameter from function dounmount().
bluhm
2017-01-10
1
-3
/
+3
*
Use struct stat for storing attributes in fusebufs, because using struct
natano
2016-08-30
1
-1
/
+2
*
Straightforward uiomovei -> uiomove conversion. All size arguments for
stefan
2016-01-22
1
-2
/
+2
*
fairly easy size for free()
deraadt
2015-09-02
1
-2
/
+2
*
Convert uiomovei() with a constant size argument to uiomove().
miod
2015-02-10
1
-2
/
+2
*
Switch uiomovei(..., sizeof whatever, ...) to uiomove().
miod
2015-02-10
1
-2
/
+2
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-4
/
+4
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-4
/
+4
*
Do not rely on the fact that sys/vnode.h includes all the world
mpi
2014-03-18
1
-1
/
+2
*
Remove an infinite loop in fuse_device_cleanup().
syl
2014-01-16
1
-6
/
+25
*
Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.
pelikan
2013-12-10
1
-3
/
+3
*
Unmount the fuse filesystem if the communication end with
syl
2013-12-03
1
-2
/
+9
*
Remove some double free on fusebuf datas.
syl
2013-11-28
1
-1
/
+3
*
use printf(9) consistently in FUSE
syl
2013-10-07
1
-3
/
+3
*
Introduce fb_delete() helper and use it in FUSE code.
syl
2013-10-07
1
-5
/
+4
*
Add new ioctl for handling FUSE buffers
syl
2013-10-07
1
-2
/
+106
*
Rework fuseread() and fusewrite().
syl
2013-10-07
1
-86
/
+55
*
Remove debug printfs.
syl
2013-08-10
1
-7
/
+3
*
Fix a panic on multiple fuse device access.
syl
2013-07-11
1
-3
/
+8
*
Make fuse device clonable.
syl
2013-06-21
1
-120
/
+114
*
remove extra whitespace
tedu
2013-06-12
1
-5
/
+3
*
add a bunch of files for ISC-licensed FUSE support. ok beck deraadt
tedu
2013-06-03
1
-0
/
+512