Commit Graph

682 Commits

Author SHA1 Message Date
wiz
c8be46a52c Uncomment vfs_shutdown xref. 2003-04-04 20:58:27 +00:00
wiz
cb1e852e85 Minimally document vfs_shutdown(9). XXX: Right man page? 2003-04-04 20:55:25 +00:00
wiz
69b897b880 Refer pmap(9) for pmap_activate. 2003-04-04 20:33:21 +00:00
wiz
f67e95ee41 Refer ltsleep(9) instead of non-existing sleep(9). 2003-04-04 20:31:43 +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
wiz
04508ad270 Sort SEE ALSO. 2003-04-04 19:34:21 +00:00
wiz
c748519600 Space before punctuation after macro argument (to avoid the punctuation
being marked up) and bump date.
2003-04-01 16:59:45 +00:00
perry
1d95bb4785 Fix a bit of grammar and remove some remnants I hadn't meant to commit
in the last.
2003-04-01 16:56:34 +00:00
perry
d6c006d00b Add bare-bones documentation for cnflush and cnhalt 2003-04-01 16:53:05 +00:00
wiz
5e6d862997 Separate "command" from "line". 2003-03-30 17:09:37 +00:00
thorpej
5472a338dd Document pci_vpd_read() and pci_vpd_write(). 2003-03-25 22:04:50 +00:00
wiz
83de4abed2 Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
2003-03-15 23:48:27 +00:00
manu
572d271ee8 Fix to uvm_map documentation, approved bu Chuck Silvers:
uvm_map size parameter is not in PAGE_SIZE units, it is a multiple of PAGE_SIZE.
2003-03-09 18:28:59 +00:00
wiz
990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
f7073a4b07 Bump date and copyright for last. 2003-02-23 21:43:31 +00:00
pk
8059957b3f Noet that knote() must not be called from interrupt contexts running at an
interrupt priority level higher than splsched().
2003-02-23 21:40:44 +00:00
wiz
60dacdf710 Fix some typos reported by Hiten Pandya in PR 20366. 2003-02-16 16:06:19 +00:00
grant
7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
perry
996ded7b6d Note that cngetc returns 0 if there is no console input device. 2003-02-14 01:05:22 +00:00
thorpej
4c275f2081 Improve the wording regarding the relationship between bus_dmamap_sync()
and memory barriers.
2003-02-11 07:02:26 +00:00
drochner
25d3c2e03b remove leftover pre-UVM manpages 2003-02-10 13:08:00 +00:00
briggs
fbbeb504a9 Update example to match current code. 2003-02-05 03:00:39 +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
thorpej
d14fe20bec Oops, forgot to remove links for callout_active and callout_deactivate. 2003-02-04 16:22:47 +00:00
thorpej
c6d7641749 Update for new callout(9) implemenatation. 2003-02-04 01:22:36 +00:00
wiz
6c3d6d7f8f Typo fix. 2003-02-01 12:52:49 +00:00
jdolecek
16ebe50674 slightly adjust to clarify handling of zero time (tv_sec == tv_usec == 0)
- itimerfix() leaves the time as zero in this case, doesn't adjust to one tick

also use 'one tick' rather than mere 'tick' in first paragraph
2003-02-01 10:43:20 +00:00
thorpej
09d0041ce2 Update for extensibe malloc types. 2003-02-01 06:27:23 +00:00
kent
cd7d9faeaf Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. 2003-01-28 01:07:51 +00:00
kleink
62ef5befab <sys/ucred.h> requires <sys/param.h> as a pre-requisite; suggested
by Martin Husemann.
2003-01-25 19:27:43 +00:00
tsarna
e4c4e3f3b9 "Obsolute" is a nonsklarkish English flutzpah... Replace it with "Absolute" 2003-01-24 22:21:43 +00:00
atatat
dd0a8acd21 The next release will be 2.0, not 1.7. 2003-01-19 21:25:36 +00:00
jdolecek
3d8d8663b9 g/c the NEXTRELEASE comment tag now that the next version number is decided 2003-01-19 20:12:31 +00:00
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