Poul-Henning Kamp
f6ce2a64f7
Send the pcvt(4) driver off to retirement.
2006-05-17 09:33:15 +00:00
Giorgos Keramidas
3c0ebd45a5
Consistently use `superuser privileges' instead of its singular
...
form here and its plural there.
Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
MFC after: 3 days
2006-05-16 22:58:43 +00:00
Craig Rodrigues
5815047b57
Add reiserfs.5 man page to build.
2006-05-16 22:08:38 +00:00
Craig Rodrigues
e94a12b117
Add man page for ReiserFS.
...
Reviewed by: dumbbell
2006-05-16 22:06:47 +00:00
Wilko Bulte
7a0761c19c
Remove reference to Alpha architecture.
2006-05-15 20:58:05 +00:00
Wilko Bulte
5471115159
Remove reference to Alpha
2006-05-15 20:55:36 +00:00
Maxim Konovalov
62d065388d
o In the cross-build example replace alpha by sparc64.
2006-05-15 20:53:00 +00:00
Wilko Bulte
49d6fadab6
Remove reference to the Alpha architecture.
2006-05-15 20:51:53 +00:00
Wilko Bulte
631af821b0
Remove reference to Alpha.
2006-05-15 20:48:18 +00:00
Wilko Bulte
29d4ebe97f
Remove reference to Alpha machine
2006-05-15 20:42:42 +00:00
Marius Strobl
55191e9444
Now that lnc(4) is removed from the source tree, replace lnc0 in an example
...
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).
2006-05-15 20:28:18 +00:00
Marius Strobl
d204811f1e
Now that lnc(4) is removed from the source tree, remove it from the list
...
of drivers supporting ALTQ.
2006-05-15 20:16:42 +00:00
Maxime Henrion
ace2d8c00b
Refer to csup in the make.conf(5) manpage.
...
Insta-MFC to follow.
Reminded by: ru (some time ago)
2006-05-15 14:08:41 +00:00
Wilko Bulte
e3f8465ff0
With the demise of Alpha, remove Alpha specific diagnostic.
2006-05-14 22:19:11 +00:00
Christian Brueffer
390a6b58b2
Add if_* MLINKS for bce(4) and le(4).
...
MFC after: 3 days
2006-05-14 15:45:44 +00:00
Bruce M Simpson
2413531434
Don't quote IP_MAX_MEMBERSHIPS as 20 any more.
2006-05-14 14:13:30 +00:00
George V. Neville-Neil
842c485bf8
Remove the documentation from the Makefile as well.
2006-05-14 02:01:59 +00:00
George V. Neville-Neil
d72e36b914
Remove documentation for the deprecated lnc driver.
...
Reviewed By: simon
2006-05-14 01:55:20 +00:00
Max Laier
9277da52e1
Move etc/rc.firewall6 to ipfw2+v6, update related rc.d and periodic scripts.
...
Since ipfw2 now does dual-stack, statistics for IPv6 come from the ipfw
scripts as well.
2006-05-12 19:17:34 +00:00
Giorgos Keramidas
6ac5e06ca3
Fix the web-appearance of Hardware notes, in the simplest way
...
possible; by re-arranging a couple of sentences in the ath(4)
HARDWARE section.
Clue by: bmah
MFC after: 1 week
2006-05-12 17:58:11 +00:00
Giorgos Keramidas
52fc88b53b
apropos(1) does not expand *roff macros that should appear in .Nd
...
text and, as a result, 'FreeBSD' is not visible in apropos output
when security(7) is displayed. Fix this buglet by using a
literal 'FreeBSD' string in .Nd
PR: docs/85986
Submitted by: Matthias Schmidt <schmidtm@mathematik.uni-marburg.de>
MFC after: 1 week
2006-05-12 17:42:48 +00:00
Giorgos Keramidas
ab7350b7de
After a mini-discussion with Sam Leffler, remove the hardcoded
...
list of Atheros-based cards from ath(4). The online list is
always more up to date, anyway.
This invalidates:
PR: docs/95360
Submitted by: Erik Nordstr:om Andersen <erik@erik-n-andersen.dk>
2006-05-12 12:55:56 +00:00
Giorgos Keramidas
29886d86de
The 'device fd' line became obsolete some years ago, when the transition
...
to device hints was committed. The GENERIC kernel configuration lost
its 'device fd' line at revision 1.260, committed by peter@ on
2000/06/13 22:28:46 UTC.
Delete the reference to 'device fd', to avoid kernel build breakage like
the one described in the PR audit trail.
PR: docs/91448
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
MFC after: 1 week
2006-05-11 17:23:03 +00:00
Doug Ambrisko
0b1c233427
Remove the dependency on procfs since it isn't used.
...
Noticed by: des
2006-05-11 15:27:58 +00:00
Florent Thoumie
b246e9314d
- Change the "jail_" prefix for internal script variables. This fixes an
...
issue where some global jail_* variables were overriden in the script. [1]
- Change "jid" to "jname" in rc.conf(5), since it's more a jail name than a
jail id. [1]
- Update examples and comments in defaults/rc.conf to advertise new
variables and the fact that some of the jail-specific variables may be made
jail-global. [2]
Reported by: pjd [1], clsung [2]
Approved by: cperciva
X-MFC after: i got sufficient testing from people using rc.d/jail
2006-05-11 14:23:43 +00:00
Joe Marcus Clarke
da1081964c
Add a /media to FreeBSD. /media is a directory designed to contain
...
subdirectories that will be used for removable media mount points (i.e.
mount points for CDs, floppy disks, USB drives, etc.). While the primary
purpose of /media is to provide a location for HAL
(http://www.freedesktop.org/wiki/Software_2fhal ) to mount volumes, it could
be used by any application that needs to manage removable media volumes.
Discussed on: arch@
Approved by: mux
MFC after: 1 week
2006-05-10 18:53:15 +00:00
Doug Ambrisko
32397ce071
Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux
...
LSI MegaRAID SAS utility.
Sponsored by: IronPort Systems
Man page help from: brueffer
2006-05-09 22:27:01 +00:00
John-Mark Gurney
74c9ea0c37
match w/ prototype...
...
MFC after: 3 days
2006-05-08 04:25:35 +00:00
Christian Brueffer
e862bc666e
Correct the interrupt override information.
...
PR: 93429
Submitted by: Michaël Grünewald <michael.grunewald@laposte.net>
MFC after: 3 days
2006-05-01 11:56:18 +00:00
Andrew Thompson
93b23a8b16
Correct sentence, forwarding non IP packets is now an option.
2006-04-29 01:19:08 +00:00
Giorgos Keramidas
b1cc10206c
Typo.
2006-04-29 00:43:23 +00:00
Giorgos Keramidas
f4006aff16
Fix a couple of typos and other minor nits
...
Reviewed by: rwatson
2006-04-28 23:21:36 +00:00
Giorgos Keramidas
9dc894b630
Minor improvements after last revision.
...
Reviewed by: thompsa
2006-04-28 22:37:16 +00:00
Maxim Konovalov
64e16bf0e1
o Borrow from if_bridge.4: note that the bridge interface need to be upped.
...
PR: docs/94545
Submitted by: thompsa
2006-04-28 21:45:08 +00:00
Robert Watson
8a1f412960
Fix typo.
...
MFC after: 1 month
Submitted by: Antoine Brodin <antoine dot brodin@laposte dot net>
2006-04-28 19:43:44 +00:00
Christian Brueffer
8a2f9e6c0f
Minor wording and formatting fixes.
2006-04-28 13:12:40 +00:00
Andrew Thompson
25bcdd36e4
- use ath(4) in the wireless examples rather than the aging wi(4)
...
- make the packet filtering its own section and clarify a few points
- note that the interfaces need to be upped [1]
PR: docs/94545 [1]
2006-04-28 11:48:53 +00:00
Robert Watson
dba9e9ccbf
Add a basic man page for the sysctl(9) macro interfaces. Previously man
...
pages existed only for the dynamic sysctl interfaces. There's probably
more complete and accurate content, better advice, etc, that could be added
here.
Per scottl's suggest, add a small piece of moralizing text regarding the
fact that sysctl names quickly get embedded in system configuration files,
libraries, third party applications, and even books, so renaming and
removing names after they've been published is a tricky issue.
MFC after: 1 month
2006-04-28 10:45:27 +00:00
Scott Long
4905491fe3
Add a section about locking protocol for busdma.
2006-04-28 08:36:49 +00:00
Christian Brueffer
1f013205ec
Oops, forgot to remove the old entry in the last revision.
2006-04-28 06:23:42 +00:00
Christian Brueffer
dff1951e61
Install rr232x.4 only on i386 and amd64.
2006-04-28 06:13:19 +00:00
Scott Long
2de39eb9e2
Add a manpage for the rr232x driver.
2006-04-28 04:26:00 +00:00
Michael Reifenberger
88d524e515
document the new tunable.
2006-04-25 16:52:54 +00:00
Christian Brueffer
b981599f70
Mention VIA VT8251 support.
2006-04-25 15:07:10 +00:00
Marcel Moolenaar
95eb1796b1
Remove the sab(4) manpage.
2006-04-24 21:42:28 +00:00
John-Mark Gurney
af3b868186
document the various bus_space_*_stream_? functions...
2006-04-22 03:58:41 +00:00
Joseph Koshy
4f00efe0cb
Spelling/grammar fixes.
...
MFC after: 1 week
2006-04-21 01:33:04 +00:00
Christian Brueffer
4ed06e74ed
- ipmi is a device, not an option (1)
...
- use standard formatting for authors
Submitted by: Pawel Worach <pawel.worach@gmail.com> (1)
2006-04-20 18:29:59 +00:00
John Baldwin
c1ffaf8c9a
Add MLINKS for rwlock(9).
2006-04-19 21:09:39 +00:00
John Baldwin
96cb5f9912
Document rw_try_upgrade() and rw_downgrade().
2006-04-19 21:09:17 +00:00