summaryrefslogtreecommitdiffstats
path: root/lib/libfuse (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-121-3/+3
* from edgar pettijohn:jmc2020-05-251-18/+25
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Fix a typo and remove broken example.mpi2018-11-301-45/+3
* fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3).mpi2018-11-285-25/+25
* Handle signals that get sent to any threadtedu2018-11-162-41/+46
* tweak previous;jmc2018-08-041-5/+4
* Uncomment no-longer-dead Xr.helg2018-08-041-3/+3
* Add man page for fuse_get_context(3).helg2018-08-032-5/+64
* comment out a dead Xr;jmc2018-07-211-3/+3
* Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).helg2018-07-162-14/+70
* mop up;jmc2018-07-0813-367/+403
* Add man page for fuse_destroy(3).helg2018-07-081-0/+53
* Create separate man pages for each library function.helg2018-07-0813-142/+1209
* tweak previous;jmc2018-07-051-8/+9
* fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) shouldhelg2018-07-051-9/+40
* Create new man page for fuse_set_signal_handlers(3) andhelg2018-07-053-16/+65
* Remove residual debug statements.helg2018-07-031-3/+1
* Changes the default mount behaviour so only the user that mounts thehelg2018-06-192-4/+8
* Send the calling thread id, effective uid and gid, and umask to thehelg2018-06-191-5/+5
* Minor cleanup in ifuse_ops_setattr.helg2018-06-081-10/+10
* Prevent ggc3 error: redefinition of `fuse_dirh_t'helg2018-06-071-3/+3
* Implement support for libfuse use_ino option. This returns the filehelg2018-05-223-19/+26
* Reformat debug output to one line per opcode to make it easier tohelg2018-05-212-33/+45
* Implement FBT_FLUSH. This is sent whenever a file descriptor is closed withhelg2018-05-201-1/+35
* libfuse should not maintain state for FBT_READDIR. If a directory ishelg2018-05-163-72/+48
* Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg2018-05-153-16/+16
* Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowingjca2018-04-081-2/+2
* Add call to fuse_remove_signal_handlers(3) in fuse_teardown(3) to do thehelg2017-12-181-1/+2
* Refactor libfuse option processing to better support options in thehelg2017-12-182-73/+169
* Export only symbols to what's declared in fuse.h/fuse_opt.hjca2017-12-156-6/+75
* Fix formatting of libfuse version info.helg2017-12-151-2/+3
* Add a missing call to fuse_set_signal_handlers(3) in fuse_setup(3) so thathelg2017-12-141-1/+7
* Drop -g from CFLAGS, bsd.lib.mk adds it by defaultjca2017-12-141-2/+2
* fuse_opt_add_opt_escaped needs to allocate space for the terminating NULjca2017-12-141-1/+2
* Free FUSE channel if fuse_new(3) fails in fuse_setup(3).helg2017-12-141-1/+9
* Add support for the -d (-o debug) option to libfuse. Currently works for FUSEhelg2017-12-134-19/+13
* If the list of templates 'o' passed to fuse_opt_parse(3) is NULL thenhelg2017-12-131-5/+2
* sscanf(3) is now used to parse templates that contain format specifiershelg2017-12-111-9/+7
* Update to fuse_opt_parse(3) so that all option templates are now matched forhelg2017-12-111-46/+54
* The fuse_opt_match(3) library function does not match options correctly.helg2017-12-111-57/+19
* vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg2017-11-301-51/+1
* Add support for -f option to libfuse. This keeps the FUSE file systemhelg2017-11-262-11/+19
* Implement safe signal handling and handle unmount failure gracefully.helg2017-11-171-42/+74
* Fixes the following bugs when getcwd(3) is used on a fuse file systemhelg2017-11-172-10/+24
* Add support for:helg2017-11-161-45/+101
* fuse_loop_mt() isn't implemented so return an error value.mpi2017-11-041-2/+2
* Use the correct version macro.mpi2017-11-041-2/+2
* Check if the arguments are NULL instead of dereferencing them blindly.mpi2017-11-021-10/+29
* Check for NULL before dereferencing untrusted pointers.mpi2017-10-251-5/+9