Commit Graph

649 Commits

Author SHA1 Message Date
itojun
40606ab8f2 switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
implementation.  it will simplify porting across *bsd (such as kame/altq),
and make us more synchronized.  from Joel Wilsson
2003-01-17 08:11:49 +00:00
lha
7e3ef8185e s/pfil_get_head/pfil_head_get/
fixes Joel Wilsson's <joelw@unix.se> misc/19796
2003-01-11 22:45:39 +00:00
jonb
17f2be3d4e describe the CFATTACH decl macro, rather than defining struct cfattach 2003-01-07 17:13:07 +00:00
jonb
91fbd06a37 What is error.h? Perhaps it should be errno.h?... 2003-01-07 17:11:28 +00:00
wiz
45ad5c9584 successful with only one l. 2003-01-06 12:46:05 +00:00
wiz
5a91827c81 through, not throught. 2003-01-06 12:29:48 +00:00
wiz
6d8cbf7e43 descriptor with a c. 2003-01-06 12:14:26 +00:00
jschauma
0a4453cc1e Fix typos noted by Igor Sobrado in PR misc/19641 (some already fixed
by others):

MCHTYPE(9)      - implemntation (implementation)
VFS_CHECKEXP(9) - specied (specified), acces (access)
VOP_ABORTOP(9)  - singla (single), implments (implements),
		callling (calling), credientials (credentials)
2003-01-03 04:18:57 +00:00
wiz
9eea5ffeb1 New sentence, new line. 2003-01-02 10:17:27 +00:00
jschauma
60385de291 preceeding -> preceding
Pointed out by Igor Sobrado in PR misc/19636.
2003-01-01 21:58:39 +00:00
jschauma
0a354f2979 defacto -> de facto
Pointed out by Igor Sobrado in PR misc/19633.
2003-01-01 21:52:38 +00:00
thorpej
1fa13c5d00 Document aprint_error(), aprint_get_error_count(), and printf_nolog(). 2002-12-31 23:53:09 +00:00
thorpej
e0de80eb25 Document the "aprint" autoconfiguration message printing routines. 2002-12-31 17:49:14 +00:00
yamt
0fd87a8ffb update description of vflush.
from FreeBSD's vfs_subr.c.
2002-12-29 06:51:40 +00:00
wiz
7230c8277a dependent has no a. 2002-12-21 13:05:11 +00:00
wiz
8e62ab1c3f parameterized instead of parametrized, from Adrian Mrva. 2002-12-21 13:00:57 +00:00
scw
599e82b578 The walnut port has been subsumed by the new evbppc port. 2002-12-09 14:45:59 +00:00
uwe
65dd4ff755 Do a few overlooked s/shutdown/power/. 2002-12-09 13:22:48 +00:00
wiz
34fa57de10 Use correct macro. 2002-11-22 12:15:27 +00:00
chs
4b2625143d change uvm_uarea_alloc() to indicate whether the returned uarea is already
backed by physical pages (ie. because it reused a previously-freed one),
so that we can skip a bunch of useless work in that case.
this fixes the underlying problem behind PR 18543, and also speeds up fork()
quite a bit (eg. 7% on my pc, 1% on my ultra2) when we get a cache hit.
2002-11-17 08:32:43 +00:00
minoura
444fdc6bb9 Typo.
- missing argument
  - s/of of/of/
2002-11-12 15:45:42 +00:00
gmcgarry
2aaf72cb84 Fix Xref formatting 2002-11-11 06:06:27 +00:00
enami
06c8fdcc11 Sync with reality; The struct disk has been extended to have
separate read/write disk statistics.  Pointed out by itohy.
2002-11-06 03:55:01 +00:00
jdolecek
abf732873b update HISTORY - kqueue branch was merged
bump date
2002-10-23 09:35:24 +00:00
gmcgarry
f73425f16e Add vgonel(), although it is used only once. 2002-10-23 06:15:59 +00:00
gmcgarry
fa2f17c9b8 Some more xrefs. 2002-10-20 20:21:07 +00:00
wiz
152e83aab8 New sentence, new line; grammar fixes; use more markup. 2002-10-20 11:04:52 +00:00
wiz
9a8c339c78 Drop trailing whitespace. 2002-10-20 10:46:57 +00:00
wiz
25238abfbb Sort SEE ALSO. 2002-10-20 10:37:36 +00:00
gmcgarry
445a917506 Xr file.9 2002-10-20 05:18:38 +00:00
gmcgarry
174f011eed More kernel documentation. 2002-10-20 05:16:31 +00:00
jdolecek
067fc7cdda KNOTE() check if the list is nonempty now 2002-10-16 19:51:14 +00:00
gmcgarry
1b54fb00e8 link for vn_rdwr() 2002-10-14 21:03:19 +00:00
wiz
770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
wiz
bb63fa7b1b New sentence, new line, and fix a typo. 2002-10-14 13:37:57 +00:00
wiz
d581afbdc6 New sentence, new line. .Fn needs an argument, so give it one. 2002-10-14 13:37:40 +00:00
wiz
c490331080 New sentence, new line, and fix a typo. 2002-10-14 13:34:41 +00:00
gmcgarry
2bd7624b83 Some clarification on being reentrant. 2002-10-14 05:12:30 +00:00
gmcgarry
01d72a34e9 Slight markup. 2002-10-14 05:05:02 +00:00
gmcgarry
4bcdade258 Move the vnode file descriptor operations into their own file.
Add vn_marktext() and vn_statfile() descriptions.
2002-10-14 04:56:48 +00:00
gmcgarry
1e5d66967e vn_stat() now takes a struct vnode *. The description already implied this. 2002-10-14 04:21:14 +00:00
wiz
68fabd2693 Bump date and copyright for config_match addition.
New sentence, new line; and add a missing closing brace.
2002-10-13 00:52:50 +00:00
wiz
ed87c3c0af Move a comma. Closes PR 18600 by Hiten Pandya. 2002-10-09 19:18:44 +00:00
itojun
85aeb556eb fix typo. PR 18597
put full ANSI prototype in FUNCTIONS section for consistency.
2002-10-09 15:27:23 +00:00
gmcgarry
33ec7f1637 Document config_match(). 2002-10-05 05:39:35 +00:00
wiz
b7205c6129 misc mdoc fixes. 2002-09-29 20:42:45 +00:00
jdolecek
ecb97b038d bring knote(9) and kfilter_register(9) from kqueue branch to mainline
HISTORY section mentions the interface is only available on experimental
  kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz
81d41a5c52 Sort man page a bit after last. 2002-09-29 17:41:44 +00:00
wiz
18d7c27687 Rename sleep.9 to ltsleep.9, since sleep(9) is not there any more. 2002-09-29 17:36:16 +00:00
wiz
2d1a83668f Complete removal of sleep(9) references, update copyright and date. 2002-09-29 17:34:29 +00:00