martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
tnn
1b0f7f4f5a
Mention vfs_subr2.c.
2008-01-24 07:11:25 +00:00
pooka
d1e849f0c3
vprint takes a const char *label
2007-06-15 11:42:11 +00:00
dillo
ff885dda73
Fix typo, add comma.
2007-02-16 22:26:36 +00:00
wiz
361e86f38f
Bump date for previous.
2006-10-13 00:20:00 +00:00
chs
33c1fd1917
add support for O_DIRECT (I/O directly to application memory,
...
bypassing any kernel caching for file data).
2006-10-05 14:48:32 +00:00
pooka
9852bfb57e
ucred -> kauth sweep
2006-10-04 11:35:47 +00:00
rumble
3cc6712507
Bump date for previous commit, preempting wizd.
2006-03-03 13:38:29 +00:00
rumble
958a7fb3f0
Add missing vnode flags and tags from sys/vnode.h. Reorder a few things to
...
match the header file, and fix a few typos/grammar points.
2006-03-03 02:17:41 +00:00
rpaulo
ff8e3c8c68
More ktrace-lwp that I got wrong in the first try.
...
Thanks to Gregory McGarry for pointing this out.
2006-01-29 03:09:19 +00:00
rpaulo
7d7fe4b786
Adapt man pages to ktrace-lwp.
2005-12-20 19:53:14 +00:00
jmmv
1dae1602d4
vgonel takes two parameters, not one.
2005-08-05 13:37:25 +00:00
jmmv
dc8a3e3a58
Sync tag-types list with reality (missing VT_PTYFS) and fix some typos.
...
Bump date.
2005-08-05 13:28:50 +00:00
wiz
a7b3d5153b
Bump date for VDIRTY removal.
2005-01-01 04:06:48 +00:00
yamt
6b4c83b2d6
remove VDIRTY.
2004-12-31 14:55:27 +00:00
wiz
454816d146
Bump date for previous.
2004-12-28 19:23:12 +00:00
yamt
41fc72dca2
update to match with the recent reality. PR/28793.
2004-12-28 18:36:45 +00:00
wiz
cb0c78eebb
Bump date for previous.
2004-05-26 23:00:32 +00:00
wrstuden
f09a7d98b6
Change comments around locking. While you _can_ grab vnode locks
...
as LK_SHARED, the VOP_ code (in all our existing file systems)
was implememted assuming exclusive locking. Use of LK_SHARED
is technically a bug and only works right for uni-processor and
big-lock SMP systems. Our current file systems will blow up
(probably quite subtlely) with LK_SHARED and fine-grained SMP
locking.
2004-05-25 17:27:03 +00:00
wiz
48b267be4d
Mark up error code with .Er.
2003-10-24 07:43:35 +00:00
hubertf
49756bfb27
Document which error vflush may return. Saves some code-reading...
2003-10-23 22:30:47 +00:00
wiz
472351e13d
Use
...
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
334bfb30b4
More e.g. cleanup. Igor Sobrado, PR 19692.
2003-04-07 07:04:49 +00:00
gmcgarry
cb0c25c5a7
Back out previous.
2003-04-06 07:07:41 +00:00
wiz
cb1e852e85
Minimally document vfs_shutdown(9). XXX: Right man page?
2003-04-04 20:55:25 +00:00
wiz
a981ee0f3a
vinvalbuf and vtruncbuf are using ltsleep(9), not the non-existing
...
sleep(9).
2003-04-04 19:39:17 +00:00
perry
43e0efbdeb
"Utilize" has exactly the same meaning as "use," but it is more
...
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
yamt
0fd87a8ffb
update description of vflush.
...
from FreeBSD's vfs_subr.c.
2002-12-29 06:51:40 +00:00
gmcgarry
f73425f16e
Add vgonel(), although it is used only once.
2002-10-23 06:15:59 +00:00
wiz
770eef2122
New sentence, new line.
2002-10-14 13:43:14 +00:00
wiz
bc207f9d3c
Mdoc nit.
2002-08-15 03:22:49 +00:00
soren
a440a4971b
Misc fixes.
...
Cross-reference v*ops.9.
2002-08-14 18:50:48 +00:00
wiz
289b43b8f2
There is no vn_unlock; remove Xref and replace with explanation why not,
...
provided by fvdl. While here, ispell.
2002-06-11 23:56:21 +00:00
ross
4fa402f116
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-13 08:17:26 +00:00
deberg
83b973efe6
typos
2002-01-06 22:42:41 +00:00
wiz
267e4b3d45
No point in using __P in prototype declarations in man pages.
2001-11-28 16:49:02 +00:00
gmcgarry
8e84a660f0
Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec().
2001-10-31 19:53:07 +00:00
wiz
1978ea7c16
Whitespace, punctuation fixes; sort sections, fix xrefs.
2001-10-22 08:21:32 +00:00
gmcgarry
f9acd7a62a
Programmer's guide to the VFS interface.
2001-10-22 03:33:19 +00:00