Commit Graph

960 Commits

Author SHA1 Message Date
atatat
df13e3579e Change the rest of the sysctl subsystem to use const consistently.
The __UNCONST macro is now used only where necessary and the RW macros
are gone.  Most of the changes here are consumers of the
sysctl_createv(9) interface that now takes a pair of const pointers
which used not to be.
2005-06-20 02:49:18 +00:00
peter
9b5bad91b8 Use 'pattr' consistently, bump date. 2005-06-19 11:36:55 +00:00
peter
63e19c89a6 - Correct the IFQ_ENQUEUE macro.
- Fix some internal variable names for some macros.
- A few corrections from the OpenBSD manpage.
2005-06-17 14:10:50 +00:00
peter
34a350c3ee s/CPU_DUMPCONF/CPU_ROOTCONF/ 2005-06-14 12:51:19 +00:00
wiz
b0d70faefb Grammar fix and improvement from jmc@openbsd. 2005-06-06 02:04:03 +00:00
he
34094b7804 Catch up to changes in prototype for a few functions, which changed some
"char*" parameters to "const char*".
2005-06-05 15:36:47 +00:00
uwe
c7dd3646ae Update to reflect the constification of the arguments of
ttyldisc_lookup and ttyldisc_remove.
2005-06-04 22:49:32 +00:00
wiz
35d02e369c Update pool_prime description to match change in v1.55 of kern/subr_pool.c
(from 2001).
Noted by go@, no comment to diff for over a month from thorpej@.
2005-06-02 11:42:16 +00:00
bad
cf6ebbf616 Be explicit about which beginning the offset is applied to in m_copydata(). 2005-06-02 11:38:28 +00:00
skrll
999a31cf14 Grammar. 2005-05-11 05:40:46 +00:00
riz
a3332e6172 Tyop fix: s/selwakup/selwakeup/
Approved by jmcneill.
2005-04-28 20:27:30 +00:00
wiz
2756e1f633 tcpdump(8), not (1). 2005-04-25 14:37:49 +00:00
wiz
f4edf0a7d3 Add $NetBSD$ RCS Id. 2005-04-25 14:36:48 +00:00
wiz
2ed9c873eb Use \*[Gt]. Add $NetBSD$ RCS Id. 2005-04-25 14:36:36 +00:00
dyoung
9b9ed510b0 Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.
2005-04-24 21:43:03 +00:00
dyoung
6b4168a18a Add IEEE 802.11 manual pages from FreeBSD. 2005-04-24 21:11:07 +00:00
wiz
e1b1c648db Drop trailing whitespace, typo fix, and some additional articles. 2005-04-04 08:25:44 +00:00
yamt
3165a4e284 remove links to uvm.9 for removed functions. 2005-04-01 12:07:42 +00:00
yamt
6bc6330ab1 bump date for the previous. 2005-04-01 12:04:00 +00:00
yamt
dca4b888cf merge yamt-km-doc branch. 2005-04-01 12:03:26 +00:00
wiz
a9befaa6d5 Bump date for mtocl, cltom removal. 2005-03-18 11:02:40 +00:00
yamt
e087565b66 remove cltom and mtocl. they've gone away long time ago. 2005-03-18 10:57:18 +00:00
rumble
02b46a4b12 Fix a tiny typo. 2005-03-11 19:40:47 +00:00
matt
4efe350837 Add description of dm_maxsegsz. 2005-03-09 21:22:59 +00:00
mycroft
62480540a9 Document callout_active(). 2005-03-04 05:53:19 +00:00
wiz
4338b8bfb7 Grammar improvement. 2005-02-20 19:55:05 +00:00
wiz
776ec5b176 > -> \*[Gt] 2005-02-20 19:48:47 +00:00
wiz
d5b60ec1d9 Drop trailing whitespace. 2005-02-20 19:46:15 +00:00
fredb
cc046a4771 Delete a superfluous comma. 2005-02-14 13:29:03 +00:00
fredb
6849b2fd34 Clarify that controls affecting both playback and recording should also
be placed in the AudioCinputs class.
2005-02-14 13:28:24 +00:00
skrll
2c796d32fc Correct reference to uio_resid. PR 29355. 2005-02-14 12:44:15 +00:00
wiz
8cf42c3a78 Remove a superfluous .El. Noted by Nicolas Joly in PR 29186. 2005-02-02 17:13:08 +00:00
wiz
e3b661b128 Fix dot placement. Bump date for pci_conf_{capture,restore} documentation. 2005-01-28 13:02:33 +00:00
jmcneill
439b200f99 Document pci_conf_capture(9), pci_conf_restore(9) as well as
struct pci_conf_state.
2005-01-27 01:49:53 +00:00
rumble
4263db1a02 "is implement" -> "is implemented" 2005-01-21 21:14:06 +00:00
wiz
86eb0864bd We have 2005 now. 2005-01-11 09:46:17 +00:00
wiz
92cf03c9ee Grammar improvements. 2005-01-11 09:43:19 +00:00
simonb
554ce4f360 Document the EVCNT_TYPE_TRAP event type. 2005-01-11 07:23:49 +00:00
kent
040d52ef77 reflect the recent audio_hw_if changes for open(), close(), set_params(),
round_blocksize(), trigger_output(), and trigger_input().
bump date.
2005-01-11 07:19:28 +00:00
chs
717114639a typoes. 2005-01-11 01:51:12 +00:00
chs
8975a0856f adjust the UBC mapping code to support non-vnode uvm_objects.
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway.  there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
yamt
34b7d2ff5a document PMAP_PREFER. bump date. 2005-01-09 09:53:32 +00:00
wiz
2ce71f9bbf Mark up NULL, and replace null by nul where appropriate. 2005-01-02 18:38:04 +00:00
wiz
42150c082e Use Dq macro. s/null/nul/ in one case. Fix Xrefs. 2005-01-02 18:32:38 +00:00
thorpej
c8a6aeb225 Document file system extended attribute functions. 2005-01-02 17:34:43 +00:00
yamt
a3a4ee83e6 document PR_NOTOUCH and bump date. 2005-01-01 21:26:20 +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
snj
3f3ef0d7ea "\-" makes a minus, "-" does not. 2004-12-29 21:15:02 +00:00
bjh21
0b38b82a21 Document clock_ymdhms_to_secs()' returning -1 for unrepresentable input. 2004-12-29 20:56:43 +00:00