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
/
fusebuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spelling
jsg
2021-03-11
1
-2
/
+2
*
Convert infinite sleeps to tsleep_nsec(9).
mpi
2019-12-05
1
-2
/
+2
*
Don't timeout on fb_queue(9). The current process will block
helg
2018-06-21
1
-8
/
+22
*
Send the calling thread id, effective uid and gid, and umask to the
helg
2018-06-19
1
-1
/
+11
*
Change wait text when waiting for FUSE file system daemon to respond.
helg
2018-05-23
1
-2
/
+2
*
Pass size argument to free(9).
helg
2018-05-17
1
-2
/
+2
*
Use struct stat for storing attributes in fusebufs, because using struct
natano
2016-08-30
1
-1
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
use arc4random_buf() instead of (r << 32) | r; discussed with matthew
deraadt
2014-12-03
1
-2
/
+2
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-3
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Introduce fb_delete() helper and use it in FUSE code.
syl
2013-10-07
1
-1
/
+11
*
Use full 64-bit UUIDs in FUSE.
syl
2013-10-07
1
-2
/
+2
*
Allocate fb_dat in fb_setup(9)
syl
2013-10-07
1
-1
/
+6
*
Rework fuseread() and fusewrite().
syl
2013-10-07
1
-2
/
+1
*
Remove debug printfs.
syl
2013-08-10
1
-9
/
+1
*
add a bunch of files for ISC-licensed FUSE support. ok beck deraadt
tedu
2013-06-03
1
-0
/
+70