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
/
lib
/
libfuse
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
spelling
jsg
1
-3
/
+3
2020-05-25
from edgar pettijohn:
jmc
1
-18
/
+25
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-4
/
+4
2018-11-30
Fix a typo and remove broken example.
mpi
1
-45
/
+3
2018-11-28
fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).
mpi
5
-25
/
+25
2018-11-16
Handle signals that get sent to any thread
tedu
2
-41
/
+46
2018-08-04
tweak previous;
jmc
1
-5
/
+4
2018-08-04
Uncomment no-longer-dead Xr.
helg
1
-3
/
+3
2018-08-03
Add man page for fuse_get_context(3).
helg
2
-5
/
+64
2018-07-21
comment out a dead Xr;
jmc
1
-3
/
+3
2018-07-16
Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).
helg
2
-14
/
+70
2018-07-08
mop up;
jmc
13
-367
/
+403
2018-07-08
Add man page for fuse_destroy(3).
helg
1
-0
/
+53
2018-07-08
Create separate man pages for each library function.
helg
13
-142
/
+1209
2018-07-05
tweak previous;
jmc
1
-8
/
+9
2018-07-05
fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should
helg
1
-9
/
+40
2018-07-05
Create new man page for fuse_set_signal_handlers(3) and
helg
3
-16
/
+65
2018-07-03
Remove residual debug statements.
helg
1
-3
/
+1
2018-06-19
Changes the default mount behaviour so only the user that mounts the
helg
2
-4
/
+8
2018-06-19
Send the calling thread id, effective uid and gid, and umask to the
helg
1
-5
/
+5
2018-06-08
Minor cleanup in ifuse_ops_setattr.
helg
1
-10
/
+10
2018-06-07
Prevent ggc3 error: redefinition of `fuse_dirh_t'
helg
1
-3
/
+3
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
3
-19
/
+26
2018-05-21
Reformat debug output to one line per opcode to make it easier to
helg
2
-33
/
+45
2018-05-20
Implement FBT_FLUSH. This is sent whenever a file descriptor is closed with
helg
1
-1
/
+35
2018-05-16
libfuse should not maintain state for FBT_READDIR. If a directory is
helg
3
-72
/
+48
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
3
-16
/
+16
2018-04-08
Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing
jca
1
-2
/
+2
2017-12-18
Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do the
helg
1
-1
/
+2
2017-12-18
Refactor libfuse option processing to better support options in the
helg
2
-73
/
+169
2017-12-15
Export only symbols to what's declared in fuse.h/fuse_opt.h
jca
6
-6
/
+75
2017-12-15
Fix formatting of libfuse version info.
helg
1
-2
/
+3
2017-12-14
Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so that
helg
1
-1
/
+7
2017-12-14
Drop -g from CFLAGS, bsd.lib.mk adds it by default
jca
1
-2
/
+2
2017-12-14
fuse_opt_add_opt_escaped needs to allocate space for the terminating NUL
jca
1
-1
/
+2
2017-12-14
Free FUSE channel if fuse_new(3) fails in fuse_setup(3).
helg
1
-1
/
+9
2017-12-13
Add support for the -d (-o debug) option to libfuse. Currently works for FUSE
helg
4
-19
/
+13
2017-12-13
If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then
helg
1
-5
/
+2
2017-12-11
sscanf(3) is now used to parse templates that contain format specifiers
helg
1
-9
/
+7
2017-12-11
Update to fuse_opt_parse(3) so that all option templates are now matched for
helg
1
-46
/
+54
2017-12-11
The fuse_opt_match(3) library function does not match options correctly.
helg
1
-57
/
+19
2017-11-30
vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't
helg
1
-51
/
+1
2017-11-26
Add support for -f option to libfuse. This keeps the FUSE file system
helg
2
-11
/
+19
2017-11-17
Implement safe signal handling and handle unmount failure gracefully.
helg
1
-42
/
+74
2017-11-17
Fixes the following bugs when getcwd(3) is used on a fuse file system
helg
2
-10
/
+24
2017-11-16
Add support for:
helg
1
-45
/
+101
2017-11-04
fuse_loop_mt() isn't implemented so return an error value.
mpi
1
-2
/
+2
2017-11-04
Use the correct version macro.
mpi
1
-2
/
+2
2017-11-02
Check if the arguments are NULL instead of dereferencing them blindly.
mpi
1
-10
/
+29
2017-10-25
Check for NULL before dereferencing untrusted pointers.
mpi
1
-5
/
+9
[next]