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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   9 years  reyk   Remove -Werror from the Makefile: as it happened with asprintf, it breaks the tr...
[TXT] debug.c  1.1   11 years  tedu   add userland fuse library. ok beck deraadt from Sylvestre Gallon ccna.syl gmail....
[TXT] debug.h  1.1   11 years  tedu   add userland fuse library. ok beck deraadt from Sylvestre Gallon ccna.syl gmail....
[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.26   8 years  ajacoutot   Skip mountpoint checking in case we only want the version or help (-V, -h). ok ...
[TXT] fuse.h  1.12   10 years  syl   Include fuse_opt.h in fuse.h. Reported by Helg Bredow (xx404 AT msn DOT com), t...
[TXT] fuse_main.3  1.1   10 years  jmc   rename fuse docs after existent functions;
[TXT] fuse_ops.c  1.24   10 years  syl   check return values in libfuse. inputs from stsp@. ok stsp@.
[TXT] fuse_opt.c  1.13   8 years  ajacoutot   Unbreak option parsing: fuse_opt_pase is called with an opaque void * and struct...
[TXT] fuse_opt.h  1.4   10 years  syl   Add support for -o XXX or -oXXX options in libfuse. inputs from tedu@, ok tedu@...
[TXT] fuse_private.h  1.11   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] fuse_subr.c  1.9   9 years  reyk   It is better to check the asprintf return value for -1 instead of the input buff...
[TXT] generate_pkgconfig.sh  1.2   10 years  jasper   s/zlib/fuse/ in comment.
[TXT] shlib_version  1.3   10 years  syl   Handle fuse client private data. Needed by encfs. Bump shlib_version. ok stsp@....
[TXT] tree.c  1.2   10 years  syl   check return values in libfuse. inputs from stsp@. ok stsp@.