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_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   7 years  natano   Generate pkg-config files at build time like everything else. This avoids permis...
[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.29   6 years  deraadt   Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), in c...
[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.2   8 years  jmc   update links; from ray
[TXT] fuse_ops.c  1.26   7 years  natano   Fix fuse node lookups. Currently fusefs nodes in the kernel remember the parent ...
[TXT] fuse_opt.c  1.18   7 years  stsp   Revert fuse_opt.c r1.17. It broke exfat-fuse and perhaps other plugins. http://m...
[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.14   7 years  natano   Fix fuse node lookups. Currently fusefs nodes in the kernel remember the parent ...
[TXT] fuse_subr.c  1.11   7 years  natano   Fix fuse node lookups. Currently fusefs nodes in the kernel remember the parent ...
[TXT] generate_pkgconfig.sh  1.2   11 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@.