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

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.16   5 years  helg   Add man page for fuse_get_context(3).
[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.49   5 years  helg   fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should not replac...
[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.2   5 years  jmc   mop up;
[TXT] fuse_daemonize.3  1.2   5 years  jmc   mop up;
[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.5   5 years  jmc   mop up;
[TXT] fuse_mount.3  1.2   5 years  jmc   mop up;
[TXT] fuse_new.3  1.5   5 years  helg   Uncomment no-longer-dead Xr.
[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.2   5 years  jmc   mop up;
[TXT] fuse_opt.c  1.26   6 years  helg   Use memset(3) instead of bzero(3) for consistency and as per POSIX recommendatio...
[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_private.h  1.21   5 years  helg   Changes the default mount behaviour so only the user that mounts the file system...
[TXT] fuse_set_signal_handlers.3  1.2   5 years  jmc   tweak previous;
[TXT] fuse_setup.3  1.2   5 years  jmc   mop up;
[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_parse_cmd_line.3 (in the Attic) [Hide]  1.2   5 years  jmc   mop up;