Commit Graph

3157 Commits

Author SHA1 Message Date
augustss
bf71f0bf59 Fix typo. 2001-11-18 23:23:11 +00:00
augustss
d9694b2e25 Xref each other. 2001-11-18 23:21:38 +00:00
augustss
ba78f1455a Fix typo. 2001-11-18 23:13:37 +00:00
wiz
c503012367 Sort sections. 2001-11-18 23:00:10 +00:00
wiz
b8554660b9 Grammar fix and markup improvement. 2001-11-18 22:59:34 +00:00
wiz
c2f2c277e3 Sort SEE ALSO. 2001-11-18 22:49:36 +00:00
augustss
d774666fd6 Add autri(4) man page. 2001-11-18 16:46:49 +00:00
kleink
735f41a128 Create a bus_space_mmap(9) link, too. 2001-11-18 12:02:13 +00:00
mrg
eeaa44ea8e note linksys prism2 support. 2001-11-18 06:38:23 +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
augustss
c8a7be2fc5 Improve wording. 2001-11-16 17:22:54 +00:00
augustss
9d5ba0c4d4 Add a man page for ehci(4) despite the driver not being finished yet. 2001-11-16 17:08:12 +00:00
gmcgarry
63a43ab235 Clarify some chipset models. 2001-11-12 07:33:40 +00:00
itohy
adb46cd666 fix ascii art 2001-11-11 14:02:18 +00:00
tsutsui
2cf8d764c2 Note DC-390UW as well as DC-390U/F (to use siop(4) for them). 2001-11-11 05:24:45 +00:00
perry
06ccd5c20e make a couple of comments reflect termios.h again following changes
to termios.h
2001-11-11 00:03:20 +00:00
wiz
ab7d80e97b Misc regens with more xrefs. 2001-11-10 22:58:27 +00:00
wiz
84b670bf3e Add MAKEDEV(8) for evbarm 2001-11-10 22:57:57 +00:00
gmcgarry
22d5bd5eb8 - cross-reference skey(3)
- relegate FILES section to library pages
2001-11-10 06:32:37 +00:00
gmcgarry
965d17cd26 Reference krb5(3) and add description for libcom_err. 2001-11-08 19:52:51 +00:00
tsutsui
061889c028 - Add adv, adw, iha, mesh, osiop, pcscp and trm, and remove ncr in SYNOPSIS.
- s/TurboBus/TURBOchannel/
2001-11-07 16:45:50 +00:00
wiz
dcfbb9ec97 Fix Dd. 2001-11-07 16:44:44 +00:00
tsutsui
bf527533cc - Note trm(4) for DC-395U/UW/F.
- Note DC-390UW as well as DC-390U/F.
- Remove reference of ncr(4).
2001-11-07 16:43:12 +00:00
tsutsui
6170e0c5cd Add note and xref trm(4). 2001-11-07 16:38:58 +00:00
tsutsui
c9f78bae39 Add trm(4) man page. 2001-11-07 16:37:13 +00:00
gmcgarry
4889f499f1 Rework to describe the plethora of libraries that arrived with the
introduction of crypto/Kerberos into the base system.

Doesn't have a hope of being complete since there is little (no?)
documentation available on what the libraries actually do, much
less how to use the functions included within them.  It's questionable
whether some of the libraries should exist in the first place.

Does NOT address lib/11191, lib/11171 + others I haven't found yet.
2001-11-06 00:06:21 +00:00
itohy
031207a029 Document mpu at cmpci and opl at cmpci attachment.
Document the mixer structure.
2001-11-04 07:00:39 +00:00
itohy
2869e4213e Document "opl at cmpci" and "flags 1". 2001-11-04 06:46:47 +00:00
hubertf
a5378d2cae Make comment about scripts/* go the same place as the scripts/* code: /dev/null 2001-11-03 20:49:56 +00:00
wiz
496a336cb0 Slight markup change. 2001-11-01 01:15:42 +00:00
wiz
73680f8d68 Drop a spare .Pp. 2001-11-01 01:13:43 +00:00
atatat
6e885d365a Turn the tun device/network interface into a cloning device. 2001-10-31 20:08:17 +00:00
gmcgarry
8e84a660f0 Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec(). 2001-10-31 19:53:07 +00:00
skrll
04b6a0a047 You can build libraries with more than just cc(1) now you know. 2001-10-31 18:44:11 +00:00
jdolecek
39ecb68bcf fix typo in example code 2001-10-29 23:04:29 +00:00
augustss
28fed02bd7 Document the wsmuxctl device. Xref moused(8) (soon to appear). 2001-10-29 22:51:33 +00:00
gmcgarry
103408cb36 Turbochannel -> TURBOchannel 2001-10-29 19:02:23 +00:00
gmcgarry
305a93a18f TurboChannel -> TURBOchannel. Pointed out by Tohru Nishimura. 2001-10-29 18:59:55 +00:00
pooka
0e8598ed82 make struct ifaliasreq match the one found in net/if.h 2001-10-29 15:08:31 +00:00
wiz
b45940a186 Sort SEE ALSO, sort sections, other minor cleanups. 2001-10-28 18:47:03 +00:00
jdolecek
4a5ea306b8 s/Soundblaster/SoundBlaster/. Addresses kern/14321 by Gergely EGERVARY 2001-10-28 16:28:39 +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
jdolecek
e1d5d53574 remove the mention of /usr/mdec/biosboot_ps2.sym, it no longer exist
(the support is part of standard bootblocks)
2001-10-25 21:34:30 +00:00
bouyer
786a6026c6 Note that the ethernet function of Xircom RealPort 10/100 Ethernet + Modem
works.
2001-10-25 20:23:46 +00:00
augustss
c642c12a27 Add a BUGS section mentioning the difficulties with using ddb during boot. 2001-10-24 22:37:07 +00:00
enami
4644bbe41d s/fnctl/fcntl/ 2001-10-24 09:01:47 +00:00