OpenBSD CVS

CVS log for src/share/man/man9/fb_setup.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 30 11:29:03 2017 UTC (6 years, 6 months ago) by helg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, HEAD
Changes since 1.6: +3 -5 lines
Diff to previous 1.6 (colored)

vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't
support FBT_CREATE. Fall back to FBT_MKNOD + FBT_OPEN so that a valid
sequence of FUSE messages is sent to the file system when creating files.

input from mpi@, otto@

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 30 16:45:54 2016 UTC (7 years, 9 months ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.5: +7 -8 lines
Diff to previous 1.5 (colored)

Use struct stat for storing attributes in fusebufs, because using struct
vattr in userspace is suboptimal as some related helpers are not
available, e.g. VATTR_NULL() and IFTOVT(). The conversion is now done in
the kernel where it belongs. As a side effect the <sys/vnode.h> include
can be removed from libfuse.

tweaks and ok guenther

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 16 20:12:20 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

uncomment the Xr for fuse_main(3); from ray

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 19 08:21:19 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Obvious typo in macro, .Fn fb_queue, not .Fa.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 28 21:27:41 2013 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (colored)

add fb_queue and fb_delete to NAME, so man -k picks them up;

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 28 14:54:18 2013 UTC (10 years, 6 months ago) by syl
Branch: MAIN
Changes since 1.1: +35 -36 lines
Diff to previous 1.1 (colored)

update fb_setup(9) to follow changes that occurs in struct fusebuf few
month ago. Add also a few words about fb_delete(9).

ok jmc@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 8 06:41:06 2013 UTC (10 years, 10 months ago) by jmc
Branch: MAIN

rename fuse docs after existent functions;

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.