wiz
|
c503012367
|
Sort sections.
|
2001-11-18 23:00:10 +00:00 |
|
kleink
|
735f41a128
|
Create a bus_space_mmap(9) link, too.
|
2001-11-18 12:02:13 +00:00 |
|
lukem
|
69e1926249
|
document M_PIPE, M_AGP, M_PROP
|
2001-11-17 03:54:36 +00:00 |
|
lukem
|
576eed5512
|
Add new malloc(9) flag M_ZERO - zeros memory before returning.
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
|
2001-11-17 03:50:27 +00:00 |
|
wiz
|
73680f8d68
|
Drop a spare .Pp.
|
2001-11-01 01:13:43 +00:00 |
|
gmcgarry
|
8e84a660f0
|
Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec().
|
2001-10-31 19:53:07 +00:00 |
|
jdolecek
|
39ecb68bcf
|
fix typo in example code
|
2001-10-29 23:04:29 +00:00 |
|
gmcgarry
|
305a93a18f
|
TurboChannel -> TURBOchannel. Pointed out by Tohru Nishimura.
|
2001-10-29 18:59:55 +00:00 |
|
gmcgarry
|
a51e9664a9
|
- simple_lock_unlock() -> simple_unlock()
- include description of LK_INTERLOCK flag
Improvements suggested by Anthony Mallet in PR-14367.
|
2001-10-27 06:06:19 +00:00 |
|
jdolecek
|
9f786f908f
|
Fix typo - it's <dev/mca/mcadevs.h>, not <dev/tc/mcadevs.h>.
Reported by Miod Vallat in misc/14365.
|
2001-10-26 17:10:22 +00:00 |
|
yamt
|
2b98bd0728
|
- VOP_READDIR will remain vnode locked.
- our VOP_FSYNC doesn't have argument "waitfor".
- IO_SYNC is synchronous.
- remove a repeated sentence in VOP_UNLOCK.
- fix some misspells.
|
2001-10-26 06:24:08 +00:00 |
|
yamt
|
43a577818e
|
s/falg/flag/
|
2001-10-26 03:48:41 +00:00 |
|
enami
|
4644bbe41d
|
s/fnctl/fcntl/
|
2001-10-24 09:01:47 +00:00 |
|
gmcgarry
|
18a46c1d6c
|
mount.9 doesn't exist (yet?)
|
2001-10-22 20:47:05 +00:00 |
|
gmcgarry
|
3cda02af37
|
wsemul.9 was merged with wsdisplay.9
|
2001-10-22 20:43:03 +00:00 |
|
gmcgarry
|
ec7180252d
|
fnctl -> fcntl
|
2001-10-22 19:22:42 +00:00 |
|
wiz
|
1978ea7c16
|
Whitespace, punctuation fixes; sort sections, fix xrefs.
|
2001-10-22 08:21:32 +00:00 |
|
gmcgarry
|
d67daa9469
|
Update for new pages and sort.
|
2001-10-22 03:34:39 +00:00 |
|
gmcgarry
|
f9acd7a62a
|
Programmer's guide to the VFS interface.
|
2001-10-22 03:33:19 +00:00 |
|
gmcgarry
|
3609682ad9
|
Programmer's guide for wscons.
|
2001-10-22 03:29:58 +00:00 |
|
gmcgarry
|
c6f6ff8c51
|
Programmer's guide for the rasops subsystem.
|
2001-10-22 03:28:44 +00:00 |
|
gmcgarry
|
f878fc9982
|
Programmer's guide for TurboChannel.
|
2001-10-22 03:25:52 +00:00 |
|
gmcgarry
|
4d4c103867
|
Programmer's guide for MicroChannel.
|
2001-10-22 03:25:26 +00:00 |
|
wiz
|
70925a0ded
|
Remove an empty line.
|
2001-10-18 19:41:48 +00:00 |
|
gmcgarry
|
f599563f29
|
Improve the descriptions of the detach and activate/deactivate interfaces.
|
2001-10-18 19:35:25 +00:00 |
|
bouyer
|
eceedc163a
|
Note that ADAPTER_REQ_GROW_RESOURCES is called from the completion thread.
|
2001-10-14 21:12:52 +00:00 |
|
hubertf
|
99e2cfa498
|
fix typo (shaed)
|
2001-10-10 10:40:54 +00:00 |
|
jdolecek
|
263dfb9f86
|
xref hz(9), remove dot after lock(9)
|
2001-10-07 09:47:45 +00:00 |
|
wiz
|
819c6ef3ac
|
Whitespace fixes, formatting improvements, drop some unnecessary .Pp, sort
sections.
|
2001-10-04 19:39:41 +00:00 |
|
eeh
|
15a1a192f2
|
Build the properties.9 manpage.
|
2001-10-04 18:58:04 +00:00 |
|
eeh
|
e1bd5ac110
|
Add generic properties.
|
2001-10-04 18:56:06 +00:00 |
|
augustss
|
3d2be4cf9b
|
Fix pasto in type of dev_ioctl method.
|
2001-10-03 20:48:41 +00:00 |
|
augustss
|
8972205779
|
Document a new method, dev_ioctl, for passing ioctl() down to the hardware
driver.
|
2001-10-02 23:58:03 +00:00 |
|
hubertf
|
9c540fd029
|
Fix some typos,
submitted in PR 14053 by Michael K. Sanders <msanders@confusion.net>
|
2001-09-24 12:15:11 +00:00 |
|
uwe
|
571e595ff4
|
Fix duplicate "is is".
|
2001-09-15 23:57:33 +00:00 |
|
briggs
|
94a1fb639f
|
Correct the return value description for config_found_sm().
Talk about return values for config_attach(), too.
|
2001-09-13 21:41:01 +00:00 |
|
atatat
|
28b7bb87a2
|
Add mention of the _IO() ioctl type: ioctls that just frob something
in the kernel, but don't copy anything in or out.
|
2001-09-13 17:19:55 +00:00 |
|
uwe
|
be7ed09a36
|
Fix quotes for `time-of-day'.
|
2001-09-11 05:41:37 +00:00 |
|
wiz
|
1f8c01ef58
|
Use standard section headers.
|
2001-09-10 23:32:29 +00:00 |
|
chris
|
526acc0e8f
|
Update man page with pmap_update change.
|
2001-09-10 21:25:23 +00:00 |
|
gmcgarry
|
f1ad946ad3
|
Document pci_find_device().
|
2001-09-10 20:13:17 +00:00 |
|
gmcgarry
|
a4d0e4c970
|
Fix formatting glitches, from Thomas Klausner.
|
2001-09-09 04:23:19 +00:00 |
|
wiz
|
4ba2e18ea5
|
Add hardclock(9). Written by myself, improved via some comments from
Christos (thanks!).
|
2001-09-09 03:07:09 +00:00 |
|
gmcgarry
|
8f0d50ef8b
|
Spelling and punctuation fixes.
|
2001-09-05 05:37:41 +00:00 |
|
gmcgarry
|
7f677635d3
|
Spelling fixes.
|
2001-09-05 05:30:29 +00:00 |
|
wiz
|
4537f2cc42
|
Xref hz(9), now that it exists.
|
2001-09-04 04:03:50 +00:00 |
|
wiz
|
b35bc23d45
|
Add hz(9) man page.
|
2001-09-04 04:01:49 +00:00 |
|
wiz
|
6d1c80037a
|
Two punctuation fixes.
|
2001-09-04 03:05:54 +00:00 |
|
wiz
|
ab1b3c443e
|
Two punctuation nits, and sort SEE ALSO.
|
2001-09-04 03:05:07 +00:00 |
|
wiz
|
c5d58619a3
|
One formatting and two punctuation fixes.
|
2001-09-04 03:03:46 +00:00 |
|