579 Commits

Author SHA1 Message Date
wiz
af01d9ecf0 Mdoc nit (\-1 instead of -1. \- is minus, - is hyphen). 2002-08-29 11:27:03 +00:00
gmcgarry
fa0313ca0b Documentation for Restartable Atomic Sequences (RAS). 2002-08-28 07:56:30 +00:00
thorpej
cc1d5833ef uiomove()'s second argument is now a size_t. 2002-08-25 22:29:11 +00:00
wiz
73b7d13bfe Drop .Pp before .Ss. 2002-08-20 16:25:51 +00:00
wiz
b93a6fd07e Remove Ns. 2002-08-20 15:52:25 +00:00
wiz
75839d2a59 It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
wiz
ac8c16f96b Don't xref ourselves in SEE ALSO; separate SEE ALSO entries by comma;
use more mark up in some places.
2002-08-15 03:23:55 +00:00
wiz
323eb1eff6 Comma-separate entries in SEE ALSO. 2002-08-15 03:23:15 +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
f4091be169 Mdoc nits unrelated to last commit, and bump date for last commit. 2002-08-14 15:30:11 +00:00
thorpej
b890d48c5a * Document the existing requirement that machine-independent code
not pmap_kenter_pa() a mapping at a virtual address for which a
  valid mapping already exists.
* Document the new requirement that machine-independent code not
  not pmap_kenter_pa() a mapping with VM_PROT_EXEC.
2002-08-14 15:25:50 +00:00
bjh21
96d74ccf91 Update the list of controller capabilities, and document the one I added
(WDC_CAPABILITY_NOIRQ).
2002-08-14 12:30:22 +00:00
soren
756b85e71a Sync with reality. 2002-08-11 12:12:23 +00:00
soren
6c2f3b0542 POOL_STORAGE_SIZE no longer exists. 2002-08-11 11:20:48 +00:00
wiz
e13303c61a Uncomment hardclock(9) reference now that we have one. 2002-08-07 13:43:33 +00:00
tron
81fd73e616 Fix incorret (and obiously untested) symlink targets. 2002-08-07 11:01:20 +00:00
briggs
81f3050a76 Document new performance monitoring interface. 2002-08-07 04:48:55 +00:00
pooka
a463a940f5 document FORK_CLEANFILES 2002-08-06 14:00:03 +00:00
wiz
1715ae66f5 Fix .Fn arguments. 2002-08-06 13:02:52 +00:00
wiz
05981609c2 Add a missing brace. 2002-08-06 13:01:04 +00:00
thorpej
9c2889aa78 Fix a typo. 2002-08-04 04:54:19 +00:00
thorpej
07468576da Document "xor5", "xor6", "xor7", and "xor8". 2002-08-04 04:53:36 +00:00
gmcgarry
42fef49b5c Expand. From discussion on tech-kern. 2002-08-04 01:16:09 +00:00
gmcgarry
704898a9ea Document pci_set_powerstate()/pci_get_powerstate(). 2002-08-04 01:03:12 +00:00
soren
5fd285aac4 ifattach(9) has been split into *_ifattach(). 2002-08-03 14:56:18 +00:00
wiz
f4fa257831 ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes. 2002-08-02 23:20:34 +00:00
thorpej
5eb844a0f7 Document "xor2", "xor3", and "xor4". 2002-08-02 06:50:05 +00:00
thorpej
d09e51c588 Manual page for hardware-assisted data mover interface. 2002-08-02 00:41:53 +00:00
soren
6d5026b75e boot(9) is now cpu_reboot(9).
Adresses part of PR kern/4901.
2002-07-31 00:47:55 +00:00
manu
08a69f7d15 Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +00:00
hannken
91f71a4f61 The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
hannken
7de36862a8 Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.

From Chuck Silvers.
2002-07-21 15:32:17 +00:00
thorpej
67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
yamt
406ebf54e0 usually, VOP_SEEK checks new offset, not old one. 2002-07-19 17:28:29 +00:00
hannken
3f2c0f99e3 Add manpage for new device buffer queue interface.
With help from Thomas Klausner <wiz@netbsd.org>.
2002-07-17 15:53:50 +00:00
lha
5fd41a12f3 add missing pfil_head_get in manpage
add missing MLINKS
add new files to sets lists

fixes my own pr kern/15060
2002-07-16 00:36:45 +00:00
gmcgarry
f289290626 simple_lock_unlock -> simple_unlock 2002-07-14 04:08:42 +00:00
pooka
5443f88666 document missing flags
XXX: this man page is still out-of-date
2002-07-11 10:45:58 +00:00
wiz
190d4218c8 ispell 2002-07-09 14:05:29 +00:00
thorpej
3acbaeb040 Overhaul documentation of the kernel signal facilities. Some text
liberally borrowed from Paul's psignal(9) manpage.

More work can be done here, but there's more here than before, at least.
2002-07-09 02:28:08 +00:00
wiz
c065268e41 Nitpicks in last. 2002-07-05 10:46:44 +00:00
nathanw
b15d37b9dc Note that these functions must be called with the scheduler lock held. 2002-07-05 04:03:15 +00:00
junyoung
72b7223680 alloc_attr -> allocattr
Approved by Matthias Drochner.
2002-07-04 17:33:19 +00:00
gmcgarry
0ff16469a7 Xref hardclock(9). 2002-06-29 04:36:17 +00:00
gmcgarry
0dadbe49d2 Document flags to VOP_UPDATE(). 2002-06-29 01:43:05 +00:00
yamt
e3dec71c5b note that MALLOC is intended to be used with a constant size. 2002-06-27 17:31:25 +00:00
wiz
10ab13d967 Drop a trailing space, and markup an error code. 2002-06-25 20:28:36 +00:00
gmcgarry
4f8707c5a1 Document for driver authors. 2002-06-24 22:45:41 +00:00
bjh21
2f6c7b64f6 Mention wsdisplay(4), since the ioctl documentation there is likely to be
useful to implementors as well.
2002-06-22 19:09:38 +00:00