OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 6 16:32:56 2019 UTC (4 years, 7 months ago) by jmc
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, HEAD
Changes since 1.15: +5 -4 lines
Diff to previous 1.15 (colored)

tweak previous;

Revision 1.15 / (download) - annotate - [select for diffs], Sun Oct 6 16:24:14 2019 UTC (4 years, 7 months ago) by beck
Branch: MAIN
Changes since 1.14: +19 -4 lines
Diff to previous 1.14 (colored)

Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.

sweep tree to correct NDIINT op and flags ahead of time. document
the requirement. This allows KERNELPATH to be used to bypass
unveil for crash dumps with nosuidcoredump=2 or 3

ok visa@ deraadt@ florian@

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 2 02:24:55 2018 UTC (6 years, 1 month ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Remove proc from the parameters of vn_lock(). The parameter is
unnecessary because curproc always does the locking.

OK mpi@

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 19 16:06:18 2016 UTC (7 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

no more lock(9);

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 19 11:54:33 2016 UTC (7 years, 11 months ago) by natano
Branch: MAIN
Changes since 1.11: +14 -18 lines
Diff to previous 1.11 (colored)

Remove the lockmgr() API. It is only used by filesystems, where it is a
trivial change to use rrw locks instead. All it needs is LK_* defines
for the RW_* flags.

tested by naddy and sthen on package building infrastructure
input and ok jmc mpi tedu

Revision 1.11 / (download) - annotate - [select for diffs], Sat Sep 3 22:59:07 2011 UTC (12 years, 9 months ago) by jmc
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, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.10: +10 -9 lines
Diff to previous 1.10 (colored)

make -column lists pretty again;

specifically, rewrite them to permit some markup in the column headers,
and use "Ta" instead of literal tabs; mandoc does not currently match groff
100%, but a mandoc fix may be some time off, and we've gone enough releases
with poorly formatting column lists.

in some cases i have rewritten the lists as -tag, where -column made
little sense.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 21 07:54:33 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.9: +2 -5 lines
Diff to previous 1.9 (colored)

no more vnode_if.src;

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 18 18:26:34 2009 UTC (15 years, 2 months ago) by blambert
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.8: +3 -7 lines
Diff to previous 1.8 (colored)

Remove man page mentions of the vnode interlock, which is long dead.

ok jmc@ thib@

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:08 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.7: +2 -9 lines
Diff to previous 1.7 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 31 19:20:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

convert to new .Dd format;

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 5 12:57:06 2007 UTC (17 years, 1 month ago) by art
Branch: MAIN
Changes since 1.5: +1 -11 lines
Diff to previous 1.5 (colored)

No more vn_access.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 4 19:08:33 2005 UTC (18 years, 6 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.4: +11 -1 lines
Diff to previous 1.4 (colored)

Document vn_access(), okay jmc@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 2 15:42:12 2005 UTC (19 years ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.3: +45 -29 lines
Diff to previous 1.3 (colored)

tweaks, grammar, punctuation, typos

ok jmc

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 31 22:59:29 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.2: +12 -12 lines
Diff to previous 1.2 (colored)

minor tweaks;

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 28 00:58:48 2005 UTC (19 years ago) by marius
Branch: MAIN
Changes since 1.1: +7 -34 lines
Diff to previous 1.1 (colored)

fixups due to the careful eyes of pedro@

ok pedro@

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 27 22:31:47 2005 UTC (19 years ago) by marius
Branch: MAIN

add vnsubr(9) from NetBSD.  add the more detailed vn_lock(9) text to it
and remove vn_lock.

ok tedu@

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.