wiz
8fbdb346a3
Bump date.
...
For single words, prefer ``.Dq foo'' over ``.Do\nfoo\n.Dc''.
Punctuation nits.
2002-09-06 15:45:28 +00:00
wiz
0b28c7d9d5
Bump date.
2002-09-06 15:44:45 +00:00
gehenna
ab093bca65
Add the description of device switch and naming convention.
2002-09-06 14:16:54 +00:00
gehenna
3fd2dc7121
Document the ``device-major'' statement and remove the ``major'' statement.
2002-09-06 14:13:48 +00:00
wiz
3c4b7573d6
initialize for consistency.
2002-09-04 00:47:12 +00:00
wiz
9b2aeac54a
Some more markup.
2002-09-04 00:41:40 +00:00
wiz
5f06c1dc25
file system, not filesystem; swappable with two ps, and mark up some paths.
2002-09-04 00:26:08 +00:00
wiz
3b79a9cb49
eg -> e.g.
2002-09-04 00:19:15 +00:00
wiz
a4aac7d5c0
tunneled with one l only.
2002-09-04 00:12:52 +00:00
wiz
3b81281107
tunneling and tunneled with one l only.
2002-09-04 00:04:20 +00:00
wiz
89e1f79b11
Fix a typo, from Lubomir Sedlacik in misc/18147.
2002-09-02 13:05:24 +00:00
wiz
2e8a87c393
No trailing space. Also, new sentences need two spaces after the dot.
...
Bump date for last changes.
2002-09-01 20:16:47 +00:00
schmonz
273368f404
Fix a couple spell-o's.
2002-09-01 17:40:07 +00:00
martin
7b46d3361c
Document "options PPPOE_TERM_UNKNOWN_SESSIONS".
2002-09-01 17:35:38 +00:00
wiz
93d0722c11
Add some commas in enumerations, and bump date for recent changes.
2002-08-30 22:13:03 +00:00
abs
f951ddc019
Fix AHC_NO_TAGS to actually disable tagged queuing, and document.
2002-08-30 21:54:10 +00:00
wiz
93a4c1ca59
Document link0 and link1 better, remove reference to non-existing sppp(4).
...
Reviewed by martin.
2002-08-30 13:38:38 +00:00
wiz
b05666de4a
Fix typo in last.
2002-08-29 12:23:42 +00:00
wiz
7f11cad18a
Mark up error values and NULL.
2002-08-29 12:20:21 +00:00
wiz
af01d9ecf0
Mdoc nit (\-1 instead of -1. \- is minus, - is hyphen).
2002-08-29 11:27:03 +00:00
wiz
510e2d9c43
Drop trailing space.
2002-08-29 10:45:17 +00:00
onoe
44fbd073c4
Add 2 APIs to get a list of available DLTs and use one for them.
...
BIOCGDLTLIST (struct bpf_dltlist)
BIOCSDLT (u_int)
2002-08-28 09:35:55 +00:00
gmcgarry
fa0313ca0b
Documentation for Restartable Atomic Sequences (RAS).
2002-08-28 07:56:30 +00:00
lukem
ed401558f2
Implement MKDYNAMICROOT, which currently defaults to "no", but will
...
be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur:
in <bsd.own.mk>:
SHLIBDIR?= /lib
SHLINKDIR?= /lib
in various Makefiles, the following entry is DISABLED.
LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
takemura
b8ce6e8201
Added touch panel calibration utility.
2002-08-27 14:12:09 +00:00
abs
9f39802939
Append ' - see rc.conf(5)' to unset variable warning:
...
/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.
2002-08-26 17:46:57 +00:00
thorpej
cc1d5833ef
uiomove()'s second argument is now a size_t.
2002-08-25 22:29:11 +00:00
bouyer
86514a3c90
Note support for HPT372 and (better late than never) HPT374.
2002-08-23 16:31:09 +00:00
bouyer
ceb355fe05
Add support for Promise Ultra133TX2, and Ultra133TX2v2.
2002-08-23 16:29:37 +00:00
scw
27ff9862b3
Override the last commit by auto-generating the file from walnut's
...
etc.MAKEDEV.
Pointed out by Thomas Klausner.
2002-08-23 13:01:21 +00:00
scw
a97e0cd99d
G/C satlink and wscons. Neither are applicable to the walnut port.
2002-08-23 12:18:46 +00:00
wiz
d4a8d9ed9e
Remove duplicate 'is' reported by Arto Huusko in misc/18048.
2002-08-23 12:04:39 +00:00
thorpej
11cad93278
Note that checksum offload is supported.
2002-08-22 18:16:13 +00:00
lukem
c2cfbd954d
document /lib and /rescue. other minor tweaks
2002-08-22 01:40:07 +00:00
onoe
0869b7a4ce
Change the media option for adhoc demo mode: adhoc -> adhoc,flag0
...
Fix the configuration for IBSS mode.
2002-08-21 04:08:06 +00:00
onoe
79d69cf115
Apply changes to ifmedia.h:
...
Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]
from media options, since IEEE80211_ADHOC [adhoc] is already defined for
IBSS. Instead, [ibss] is assigned as an alias for IEEE80211_ADHOC.
Also note that adhoc can be used with flag0 to specify non-standard adhoc
demo mode in some drivers.
2002-08-21 03:30:54 +00:00
christos
881d4466c6
PR/17402: Julio Merino: Mention /dev/ttyEstat
2002-08-20 16:56:05 +00:00
wiz
942e5d4c4f
Sort sections.
2002-08-20 16:39:09 +00:00
wiz
54ae9afa12
Sort SEE ALSO.
2002-08-20 16:37:47 +00:00
wiz
73b7d13bfe
Drop .Pp before .Ss.
2002-08-20 16:25:51 +00:00
wiz
76cbce1c77
Formatting error.
2002-08-20 15:54:08 +00:00
wiz
b93a6fd07e
Remove Ns.
2002-08-20 15:52:25 +00:00
wiz
47d5f6cf3b
Remove superfluous Ns.
2002-08-20 15:51:25 +00:00
wiz
33691f98a8
Drop some superfluous Ns.
2002-08-20 15:47:46 +00:00
wiz
64676e9ce7
Two major fixes for PS output; also cut down on Ns and No misuses.
2002-08-20 15:43:34 +00:00
enami
7be7957c9b
Mention RND_TYPE_RNG.
2002-08-20 00:48:31 +00:00
enami
68c5f07e0f
Add and xref wm(4).
2002-08-20 00:46:23 +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
gmcgarry
d00f8989a1
Document RND_COM option. Partially addresses PR17976 from
...
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
yamt
d43d55bc3a
mention argument promotion and change example
...
as well.
from OpenBSD.
2002-08-18 08:57:07 +00:00