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
/
fuse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-4
/
+4
2018-11-16
Handle signals that get sent to any thread
tedu
1
-39
/
+45
2018-07-05
fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should
helg
1
-9
/
+40
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
1
-3
/
+6
2018-06-19
Send the calling thread id, effective uid and gid, and umask to the
helg
1
-5
/
+5
2018-05-22
Implement support for libfuse use_ino option. This returns the file
helg
1
-2
/
+2
2018-05-15
Use memset(3) instead of bzero(3) for consistency and as per POSIX
helg
1
-4
/
+4
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
1
-71
/
+158
2017-12-15
Export only symbols to what's declared in fuse.h/fuse_opt.h
jca
1
-1
/
+12
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
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
1
-6
/
+7
2017-11-26
Add support for -f option to libfuse. This keeps the FUSE file system
helg
1
-9
/
+16
2017-11-17
Implement safe signal handling and handle unmount failure gracefully.
helg
1
-42
/
+74
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
2017-10-24
Add more sanity checks to prevent a segfault and a NULL-dereference
mpi
1
-4
/
+9
2017-08-21
Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),
deraadt
1
-3
/
+6
2016-05-24
Add missing strdup NULL checks; from Ray Lai.
okan
1
-1
/
+3
2015-12-24
remove NULL-check before free()
mmcc
1
-3
/
+2
2015-07-07
Skip mountpoint checking in case we only want the version or help
ajacoutot
1
-3
/
+3
2015-02-10
Add a stub option for big_writes. This is needed by gvfs.
ajacoutot
1
-1
/
+2
2014-05-20
Add -o max_read=XXX support in fuse. This is needed by usmb to have a
syl
1
-1
/
+2
2014-05-20
Add support for -o XXX or -oXXX options in libfuse.
syl
1
-12
/
+27
2014-05-19
as reported by Helg, should use realpath for mounts. ok guenther syl
tedu
1
-3
/
+3
2014-03-24
Warn the user if there is a missing mountpoint parameter.
syl
1
-2
/
+4
2014-02-05
Allow libfuse to compile with WARNINGS=yes. No functional change.
syl
1
-3
/
+4
2014-02-05
check return values in libfuse.
syl
1
-2
/
+2
2013-12-10
Remove an attempt to free a non-heap object.
syl
1
-3
/
+3
2013-11-11
In fuse_loop(), use ssize_t to store return values from read(2) and write(2).
stsp
1
-6
/
+6
2013-11-09
Simplify fuse_unmount(). No functional change.
stsp
1
-7
/
+3
2013-11-09
Properly check realpath() return value during argv processing in libfuse.
stsp
1
-3
/
+8
2013-11-07
add fuse_invalidate() and fuse_setup() functions.
syl
1
-10
/
+29
2013-11-06
Handle fuse client private data. Needed by encfs.
syl
1
-1
/
+3
2013-11-02
Update the fuse_opt to have option like -h working.
syl
1
-16
/
+106
2013-10-07
Adapt libfuse to FUSE kernel changes
syl
1
-14
/
+39
2013-08-10
Plug fd and mem leak in fuse_open's error path. ok syl@
jca
1
-5
/
+5
2013-08-10
Remove some useless DPRINTF.
syl
1
-2
/
+1
2013-07-05
Add support for fuse_teardown(3). This function
syl
1
-1
/
+8
2013-06-21
Make fuse device clonable.
syl
1
-39
/
+17
2013-06-14
Add support for fuse_get_context(3) needed by ntfs-3g.
syl
1
-1
/
+18
2013-06-14
add support for fuse_version(3). Needed by ntfs-3g.
syl
1
-1
/
+7
2013-06-12
style for loops
tedu
1
-2
/
+3
2013-06-12
fuse_opt support from Sylvestre
tedu
1
-1
/
+2
2013-06-03
rcsids
tedu
1
-0
/
+1
[next]