OpenBSD CVS

src/lib/libfuse/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libfuse


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.17   5 years  mpi   fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). Based on a diff from Ed...
[TXT] Symbols.map  1.1   6 years  jca   Export only symbols to what's declared in fuse.h/fuse_opt.h While here, use gue...
[TXT] debug.c  1.2   6 years  helg   Add support for the -d (-o debug) option to libfuse. Currently works for FUSE fi...
[TXT] debug.h  1.2   6 years  helg   Add support for the -d (-o debug) option to libfuse. Currently works for FUSE fi...
[TXT] dict.c  1.2   10 years  syl   Add support for 255 character file names in fuse. from Helg Bredow, thanks! inp...
[TXT] fuse.c  1.51   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] fuse.h  1.14   6 years  helg   libfuse should not maintain state for FBT_READDIR. If a directory is opened mult...
[TXT] fuse_chan_fd.3  1.3   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] fuse_daemonize.3  1.3   5 years  mpi   fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). Based on a diff from Ed...
[TXT] fuse_destroy.3  1.2   5 years  jmc   mop up;
[TXT] fuse_get_context.3  1.2   5 years  jmc   tweak previous;
[TXT] fuse_get_session.3  1.2   5 years  jmc   mop up;
[TXT] fuse_loop.3  1.2   5 years  jmc   mop up;
[TXT] fuse_main.3  1.7   3 years  jmc   from edgar pettijohn: fix example to compile without warnings and apply style ch...
[TXT] fuse_mount.3  1.2   5 years  jmc   mop up;
[TXT] fuse_new.3  1.7   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] fuse_ops.c  1.35   5 years  helg   Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). Currently ign...
[TXT] fuse_opt.3  1.3   5 years  mpi   Fix a typo and remove broken example. From Edgar Pettijohn.
[TXT] fuse_opt.c  1.27   2 years  naddy   libfuse: fix -Wunused-but-set-variable warning ok tb@
[TXT] fuse_opt.h  1.5   6 years  jca   Cast -1 to (unsigned long) to appease clang 6 -Wc++11-narrowing Fixes at least ...
[TXT] fuse_parse_cmdline.3  1.1   5 years  mpi   fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). Based on a diff from Ed...
[TXT] fuse_private.h  1.22   5 years  tedu   Handle signals that get sent to any thread from Rian Hunter
[TXT] fuse_set_signal_handlers.3  1.2   5 years  jmc   tweak previous;
[TXT] fuse_setup.3  1.3   5 years  mpi   fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). Based on a diff from Ed...
[TXT] fuse_subr.c  1.12   6 years  helg   Reformat debug output to one line per opcode to make it easier to interpret. ok...
[TXT] fuse_teardown.3  1.2   5 years  jmc   mop up;
[TXT] fuse_version.3  1.2   5 years  jmc   mop up;
[TXT] generate_pkgconfig.sh  1.2   10 years  jasper   s/zlib/fuse/ in comment.
[TXT] shlib_version  1.4   6 years  jca   Export only symbols to what's declared in fuse.h/fuse_opt.h While here, use gue...
[TXT] tree.c  1.2   10 years  syl   check return values in libfuse. inputs from stsp@. ok stsp@.
[TXT] fuse.3 (in the Attic) [Hide]  1.10   10 years  jmc   rename fuse docs after existent functions;
[TXT] fuse_parse_cmd_line.3 (in the Attic) [Hide]  1.3   5 years  mpi   fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). Based on a diff from Ed...