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
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