yar
cee18f9ca8
Introduce a new toy interface, edsc(4). It's a discard interface
...
imitating an Ethernet device, so vlan(4) and if_bridge(4) can be
attached to it for testing and benchmarking purposes. Its source
can be an introduction to the anatomy of a network interface driver
due to its simplicity as well as to a bunch of comments in it.
2007-03-26 04:39:18 +00:00
maxim
dd13276916
o While the script is correct and works well in sh(1) make it
...
works in tcsh(1) which does not support <<- redirection.
PR: docs/110097
Submitted by: Sameh Ghane
2007-03-24 01:39:24 +00:00
bms
52a90d88fa
Document net.link.tap.up_on_open.
...
PR: 110383
Submitted by: Frank Behrens
MFC after: 2 weeks
2007-03-19 18:27:00 +00:00
bms
1342a3e1d5
Point out that PIM is the way to go.
...
MFC after: 3 days
2007-03-18 15:34:57 +00:00
bms
d0cd4f87d4
Document a major IGMP related annoyance.
...
Add comments about IGMP bits which will go when we take SSM.
Xref multicast(4).
MFC after: 3 days
2007-03-18 15:31:06 +00:00
njl
29d911985b
Explain more about the "C" qualifier for Celsius.
...
MFC after: 3 days
2007-03-18 00:57:07 +00:00
bmah
95ed006b48
Remove an extra "The".
...
MFC after: 3 days
2007-03-16 16:07:49 +00:00
brueffer
48dd701262
Add missing @
2007-03-15 16:12:08 +00:00
simokawa
b29f3e2838
Add a description about hw.firewire.hold_count.
...
MFC: after 3 days
PR: kern/93083
2007-03-15 14:44:03 +00:00
brueffer
9fd234be34
Mention the first RELENG_6 release to include this driver.
...
MFC after: 3 days
2007-03-15 13:08:50 +00:00
brueffer
9f07de3caa
Add missing punctuation.
2007-03-14 08:03:20 +00:00
kmacy
12b5a0eec5
fix wording blunder
2007-03-14 07:49:45 +00:00
brueffer
44d987c83a
Various fixes, also the driver can be compiled into the kernel now.
2007-03-14 07:46:57 +00:00
kmacy
35376076cb
Add man page for cxgb
2007-03-14 05:12:25 +00:00
brueffer
fcc5a05bc5
my(4) doesn't need miibus(4).
...
Approved by: rwatson (mentor)
Obtained from: DragonFly
MFC after: 1 week
2007-03-11 15:20:04 +00:00
brueffer
81dfdc2206
Document Silicon Image SiI 3124 and SiI 3132 support.
2007-03-10 12:44:22 +00:00
brueffer
ea65834348
The firmware images must be loaded as modules at the moment.
2007-03-06 13:17:05 +00:00
brueffer
2de8c21107
The firmware files are included in the base system now, reflect this here..
...
While here, remove Xrefs to all other wlan drivers except the Intel ones,
these often get confused. Also remove pointers to the old ipw and iwi webpages,
they don't include any useful information that's not in the manpages yet.
Reviewed by: flz, ru
2007-03-05 11:52:17 +00:00
emaste
a0cb5666c5
Markup fixes.
...
Submitted by: ru
2007-03-02 12:55:24 +00:00
emaste
c685513e0b
Document the new {set,get}{timestamp,counter} messages supported by the
...
ng_source node. Also remove an obsolete email address.
Sponsored by: Sandvine Incorporated
2007-03-02 02:34:31 +00:00
brueffer
18480644ca
New sentence -> new line and contractions removed.
2007-03-01 09:07:04 +00:00
mjacob
9d599723bd
Update the isp man page.
...
MFC after: 2 weeks
2007-02-28 23:21:51 +00:00
brueffer
907049db84
More cleanup for rev. 1.56
...
Submitted by: ru
2007-02-28 22:40:21 +00:00
brueffer
277afd00bb
mdoc cleanup for the previous commit and touch .Dd
2007-02-28 21:36:11 +00:00
mohans
2c7f28ffd9
Update the tcp(4) manpage with the new (and some older undocumented) sysctls.
...
Remove a sysctl that is no longer used.
2007-02-28 19:32:46 +00:00
jkim
2bd7382fdc
Add three new ioctl(2) commands for bpf(4).
...
- BIOCGDIRECTION and BIOCSDIRECTION get or set the setting determining
whether incoming, outgoing, or all packets on the interface should be
returned by BPF. Set to BPF_D_IN to see only incoming packets on the
interface. Set to BPF_D_INOUT to see packets originating locally and
remotely on the interface. Set to BPF_D_OUT to see only outgoing
packets on the interface. This setting is initialized to BPF_D_INOUT
by default. BIOCGSEESENT and BIOCSSEESENT are obsoleted by these but
kept for backward compatibility.
- BIOCFEEDBACK sets packet feedback mode. This allows injected packets
to be fed back as input to the interface when output via the interface is
successful. When BPF_D_INOUT direction is set, injected outgoing packet
is not returned by BPF to avoid duplication. This flag is initialized to
zero by default.
Note that libpcap has been modified to support BPF_D_OUT direction for
pcap_setdirection(3) and PCAP_D_OUT direction is functional now.
Reviewed by: rwatson
2007-02-26 22:24:14 +00:00
rrs
dfdc42503b
Fix include declaration it was sys/sctp.h should be netinet/sctp.h,
...
reported by pluknet@gmail.com .
2007-02-26 12:23:32 +00:00
bms
865396057e
Update multicast(4) manual page to reflect the new reality of the code.
2007-02-25 14:31:41 +00:00
schweikh
6a2b828982
Correct two grammos.
2007-02-23 16:50:17 +00:00
rrs
ae6663525a
First cut of the sctp man pages. Still need work.
2007-02-22 14:32:39 +00:00
brueffer
c4321353f5
Document vge(4)'s support for altq(4).
2007-02-21 10:00:09 +00:00
joel
f6f8eb8e88
Oops, fix minor braino.
...
Noticed by: ariff
2007-02-17 11:31:58 +00:00
joel
c36ca004ca
Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.
...
Submitted by: ariff
2007-02-17 10:30:00 +00:00
joel
c2f30557f9
Add Sigmatel STAC9271D.
2007-02-16 18:23:17 +00:00
brueffer
1a7d88b933
Xref altq(4)
2007-02-16 13:53:45 +00:00
brueffer
a9a4d856ad
Mark up lkm with .Nm, since lkm is name of an api.
...
Submitted by: ru
2007-02-13 17:06:15 +00:00
brueffer
743bf399a1
"options PIM" is gone.
2007-02-12 21:30:34 +00:00
brueffer
8687c8db75
The KAME project has been dissolved and kame.4 isn't terribly useful.
...
=> Sayonara
Approved by: gnn, suz
2007-02-12 21:12:37 +00:00
brueffer
042b3cbf9d
Use the correct line to put into loader.conf. Duh!
...
Clue bat applied by: ru
Pointy hat to: brueffer
2007-02-12 20:58:32 +00:00
jkoshy
6868162c20
Improve a sentence.
...
Prodded by: billf
MFC after: 3 days
2007-02-12 03:26:22 +00:00
brueffer
6b5f1d5d9e
Don't reference lkm(4), it doesn't exist.
...
PR: 108980
Submitted by: Yonatan
2007-02-10 08:44:41 +00:00
brueffer
338df91073
Remove references to pccardd(8), pccardc(8) and OLDCARD.
...
PR: 108980
Submitted by: Yonatan
2007-02-09 21:05:47 +00:00
brueffer
2aef44627d
Remove Xref to non-existant uhub(4).
...
PR: 108980
Submitted by: Yonatan
2007-02-09 20:53:19 +00:00
brueffer
6495b74b26
Correct references to tcpdump(1).
...
PR: 108980
Submitted by: Yonatan
2007-02-09 20:39:14 +00:00
brueffer
0142ae7fc7
Remove an obsolete error message.
2007-02-09 18:26:13 +00:00
brueffer
f64d74256b
- Use the standard section 4 SYNOPSIS
...
- Utilize .Nm
MFC after: 3 days
2007-02-09 17:21:23 +00:00
le
44223c20a4
Add support for Huawei Technologies Mobile card (3G).
...
Submitted by: Thorsten Schroeder <ths_AT_dev.io>
MFC in: 3 days
2007-02-09 15:59:28 +00:00
bms
f171a45bf6
Add lists of ICMP types and codes for user and developer reference.
...
Cross-reference pf.conf(5) which is able to use these definitions.
PR: 85243
Submitted by: Daniel Gerzo
Obtained from: OpenBSD
MFC after: 1 day
2007-02-09 12:30:17 +00:00
brueffer
5ebe8e29b1
Document NetCell NC3000 and NC5000 support.
2007-02-06 09:50:17 +00:00
le
176abfa169
Add support for another 3G card and update man page accordingly.
...
The patch from the PR was a little outdated w/regards to the
Vodafone vendor string.
PR: kern/106033
Submitted by: Volker Werth <volker_AT_vwsoft.com>
MFC in: 3 days
2007-02-04 22:14:18 +00:00