Commit Graph

6015 Commits

Author SHA1 Message Date
kent
eb3540055c Note VIA VT8235. 2002-10-05 17:10:01 +00:00
tsutsui
4bc7794182 Add Xref fmv(4) and mbe(4) and fix some description. 2002-10-05 15:55:22 +00:00
grant
c8edb21a86 New sentence, new line.
Improve kernel config line comment.
2002-10-05 15:52:25 +00:00
tsutsui
bc5439a731 - Add note isapnp attachment in synopsis.
- Add FMV-181A/182A/183 to supported boards.
- Remove Xref pci(4), and add Xref ate(4), isa(4), isapnp(4) and mbe(4).
- Fix some description to reflect reality.
- Bump .Dd.
2002-10-05 15:45:04 +00:00
gmcgarry
33ec7f1637 Document config_match(). 2002-10-05 05:39:35 +00:00
tron
6e40068171 Automatically create and destroy cloning interfaces and sync IP Filter
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.
2002-10-05 05:24:40 +00:00
elric
d6392bab7e Documentation told me to do this after modifying src/etc/etc.*/MAKEDEV. 2002-10-04 19:04:17 +00:00
elric
0c79a2434b Install documentation about cgd(4). 2002-10-04 19:01:31 +00:00
elric
76f283beeb A [much needed] document describing cgd. 2002-10-04 18:57:35 +00:00
kent
9dd05d2197 Mention nForce MCP support. 2002-10-04 15:16:21 +00:00
wiz
5ee5f9c514 Fix typo. 2002-10-02 16:51:15 +00:00
wiz
9287b22a99 Fix typo. Spotted by Adrian Mrva. 2002-10-02 15:41:53 +00:00
wiz
933a0bcac0 Use color. 2002-10-02 15:33:10 +00:00
wiz
2746d79357 file systems, not filesystems. 2002-10-02 15:26:29 +00:00
wiz
ac1eed2103 authoritative instead of authoritive. From Adrian Mrva. 2002-10-02 15:22:44 +00:00
wiz
72faabe41b file system, not filesystem. 2002-10-02 11:15:18 +00:00
wiz
27b162ff28 file system, not filesystem. 2002-10-02 11:12:57 +00:00
wiz
816c57a9d3 register with only one "ist". 2002-10-02 11:00:53 +00:00
wiz
b7205c6129 misc mdoc fixes. 2002-09-29 20:42:45 +00:00
jdolecek
ecb97b038d bring knote(9) and kfilter_register(9) from kqueue branch to mainline
HISTORY section mentions the interface is only available on experimental
  kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz
81d41a5c52 Sort man page a bit after last. 2002-09-29 17:41:44 +00:00
wiz
18d7c27687 Rename sleep.9 to ltsleep.9, since sleep(9) is not there any more. 2002-09-29 17:36:16 +00:00
wiz
2d1a83668f Complete removal of sleep(9) references, update copyright and date. 2002-09-29 17:34:29 +00:00
jdolecek
fd22a64c93 sleep(9) was nuked in rev. 1.95 of <sys/proc.h> on 2000/05/27; remove it
from manpage too
2002-09-29 17:14:16 +00:00
wiz
d54826f715 options FD_SCRIPTS, not option FD_SCRIPTS.
From Ben Collver in PR 18467.
2002-09-29 15:36:34 +00:00
wiz
b1e5c9ad31 net.inet6.ip6.bindv6only was renamed net.inet6.ip6.v6only, from Stoned
Elipot in PR 18463.
While here: New sentence, new line; \- for minus signs.
2002-09-29 11:06:37 +00:00
wiz
7d6cfacbee Remove ppp(4) options here (moved to ppp(4)); add Xr to ppp(4); bump date. 2002-09-29 00:36:43 +00:00
wiz
8910aec04b Add Xref to brgphy too, requested by Matt Thomas. 2002-09-28 22:23:53 +00:00
martin
bb1e0c8e8e Regen (added USB devices) 2002-09-28 20:05:58 +00:00
wiz
11255a6d43 regen (+pci) 2002-09-28 10:52:11 +00:00
wiz
204f44c565 Xref bmtphy, proposed by aymeric. 2002-09-28 10:33:30 +00:00
wiz
5b42f9022e Mention supported kernel config options. Based on PR 17633 by Julio
Merino and options(4). Bump date.
2002-09-27 22:40:58 +00:00
wiz
668c7500e7 Mention various *VERBOSE kernel options in the corresponding man pages.
From Julio Merino in misc/17637.
Bump dates.
2002-09-27 22:31:41 +00:00
thorpej
09a0767aa9 Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.

This is done by decoupling where a shlib is installed from how it
is located.  Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR,
contain the former information, and key off MKDYNAMICROOT only.  SHLIBDIR
and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.

The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and
SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README
for usage details.
2002-09-27 21:37:50 +00:00
thorpej
0f181e084a Back out previous; it was incomplete. 2002-09-27 17:03:08 +00:00
thorpej
6a244932ed Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.
2002-09-27 15:56:39 +00:00
wiz
062d0b32cf Add a line saying that a trailing '\n' is not needed. Bump date.
While here: new sentence, new line.
2002-09-27 15:53:33 +00:00
wiz
4a47c952db Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.
2002-09-27 15:02:24 +00:00
wiz
84ce8e9698 Begin new sentences on new lines; drop trailing whitespace; some mdoc
and typo fixes.
2002-09-27 08:38:58 +00:00
wiz
ccf057f25b Correct argument to SCHED_LOCK; drop a trailing whitespace, fix an xref.
Begin a sentence on a new line.
2002-09-27 07:56:55 +00:00
wiz
1cef8ffb3b Bump date for recent changes.
Begin new sentences on new lines.
Use .Aq instead of \*[Lt]\*[Gt] if possible.
2002-09-27 07:52:48 +00:00
wiz
79bd62667c Bump date for pmap_remove addition.
Begin new sentences on new lines.
Use .Aq as much as possible instead of \*[Lt]foo\*[Gt].
2002-09-27 07:46:37 +00:00
wiz
61ae06d7d0 Sort sections. Limit line length to 80. Begin new sentences on new lines.
Bump date and add 2002 to copyright notice for BUGS section addition.
2002-09-27 07:30:38 +00:00
junyoung
e11fe6e660 EOL: end of life. 2002-09-27 03:40:46 +00:00
wiz
15223283f6 Kilo abbreviation is a small k (PR 18408). Unrelated mdoc fix. 2002-09-26 15:06:06 +00:00
grant
59fce28e02 Fix minor formatting bug. From Joerg Klemenz <joerg@gmx.net> in
misc/18428.
2002-09-26 13:21:52 +00:00
itojun
d24389cf67 MDC2 is a patented algorithm; don't ship it in default libcrypto.
MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
2002-09-26 13:05:54 +00:00
wiz
70b4d4ce4e Begin sentences on new lines. 2002-09-26 01:05:04 +00:00
dan
6fd63681ed Note that tqphy can be found on mini-pci cards as well as cardbus, and
comment on buggy rev <= 3 chips.
2002-09-25 23:27:03 +00:00
heinz
9417418675 small typo 2002-09-25 22:59:40 +00:00