summaryrefslogtreecommitdiffstats
path: root/share/man/man4
Commit message (Collapse)AuthorAgeFilesLines
* Sync with recent KAME.ume2001-06-117-207/+196
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* Fix cross-references:sobomax2001-06-101-1/+1
| | | | | | | | xntpd.8 --> ntpd.8 acl_delete_perms.3 --> acl_delete_perm.3 getname.2 --> getsockname.2 MFC after: 1 week
* Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x versionimp2001-06-101-8/+0
| | | | of this code doesn't do that.
* fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't sinceimp2001-06-101-1/+1
| | | | ft was removed from the tree prior to branching releng_3!
* Talk a bit about how cloning works with devfs(5).brian2001-06-051-42/+108
| | | | | Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE. Tidy up a little.
* Correct cross-references:sobomax2001-06-052-3/+3
| | | | | | | | setsockopt.3 --> setsockopt.2 syslog.8 --> syslogd.8 tcpdump.8 --> tcpdump.1 MFC after: 1 week
* Correct cross-references:sobomax2001-06-054-5/+4
| | | | | | | | | | | | ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week
* Man page for orm driver.imp2001-06-012-0/+48
| | | | | PR: 22078 Submitted by: Nikolai Saoukh <nms@otdel-1.org>
* Fix a spacing issue. (No content changes.)dd2001-06-011-4/+3
|
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-312-0/+142
| | | | | | | | | | | | | | | gigabit ethernet controller chip. This device is used on some fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and TCP/IP checksum offload on receive are supported. Hardware VLAN filtering is not, because it doesn't play well with our existing VLAN code. Also add manual page. There is a 4.x version of this driver available at http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous and wants to test it. I still need to do performance testing and tuning with this device. (For my next trick, I will make the 3Com 3cR990 sit up and beg.)
* Fix date. This man page was not written on July 11, 2001, because thatwpaul2001-05-311-1/+1
| | | | | day hasn't happened yet. It should be May. Ignore failed time-travel experiment, K PLZ THX.
* Forgot to cvs add these two files for the previous commit.phk2001-05-261-0/+234
|
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+1
| | | | | | | | | | | | despite the fact that most people want to set exactly the same settings regardless of which card they have. It has been repeatidly suggested that this configuration should be done via ifconfig. This patch implements the required functionality in ifconfig and add support to the wi and an drivers. It also provides partial, untested support for the awi driver. PR: 25577 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* Ensure the generated BPF in the example deliver the whole packet.archie2001-05-191-1/+1
|
* Describe all current net.inet.tcp MIB variables.ru2001-05-171-3/+61
| | | | | Submitted by: jlemon MFC after: 1 week
* Add BUGS section describing the requirement to manually load the KLD.archie2001-05-161-0/+13
|
* mdoc(7) police: fix markup and spelling.ru2001-05-161-33/+32
|
* Fix typo.archie2001-05-161-1/+1
| | | | Noticed by: ade
* mdoc(7) police: FreeBSD -> .Fx.ru2001-05-152-2/+6
|
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-112-0/+206
| | | | | | | | | | | | | | | | | | | and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000 copper PHY. There are a whole bunch of very low cost cards available with this chipset selling for $150USD or less. This includes the SMC9462TX, D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards from Addtron. This chip supports TCP/IP checksum offload, VLAN tagging/insertion. 2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs. I have not done serious performance testing with this driver. I know it works, and I want it under CVS control so I can keep tabs on it. Note that there's no serious mutex stuff in here yet either: I need to talk more with jhb to figure out the right way to do this. That said, I don't think there will be any problems. This driver should also work on the alpha. It's not turned on in GENERIC.
* Add information about the 2400A controllers. Fix erroneous reference toscottl2001-05-102-8/+22
| | | | BSD/OS.
* Add hint about how to build an ISA NMI card and why you'd want to do so.imp2001-05-021-0/+12
| | | | Reviewed by: bde, dima dorfman
* ulpt(4) doesn't exist, so don't cross ref to it.imp2001-05-011-1/+0
| | | | Reviewed by: n_hibma
* Fixed typos: decendant -> descendantschweikh2001-05-012-2/+2
|
* pseudo-device -> device in kernel config lines. Removed whitespace at EOL.schweikh2001-05-0126-275/+275
| | | | Reviewed by: joerg, dd
* Add cross reference to ast, for folks with IDE tape drives.imp2001-05-011-0/+1
|
* Fix typo: Descriptions of SK-9842 and SK-9843 were reversed.bmah2001-04-301-2/+2
| | | | | PR: docs/21700 Submitted by: neuf@lrs.e-technik.uni-erlangen.de
* Add xref to sym(4)dd2001-04-291-1/+2
| | | | PR: 26881
* mdoc(7) police: shrink list width by one character.ru2001-04-271-1/+1
|
* Remove references to block devices.dd2001-04-201-4/+0
| | | | | PR: 26734 Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Fix miscellaneous spelling and grammar errors.dd2001-04-201-8/+10
| | | | | PR: 26672 Submitted by: Seth <seth@psychotic.aberrant.org>
* mdoc(7) police: normalize .Nd.ru2001-04-1871-125/+75
|
* mdoc(7) police: use .Fx.ru2001-04-181-1/+3
|
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-153-5/+5
|
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-134-10/+4
| | | | Reviewed by: ru
* mdoc(7) police: rename the DIAGNOSTICS section to ERRORS to match thedd2001-04-136-12/+12
| | | | | | content, and correct the parameters to the -tag list therein. Reviewed by: ru
* Typo ("no not" -> "do not")billf2001-04-071-1/+1
| | | | Submitted by: Dave McKay <monk@sneakerz.org>
* Use a plain .Dv for kernel option names rather than .Qq Dv to be consistentjhb2001-04-041-2/+2
| | | | with other manpages.
* We don't use quotes around kernel options now.jhb2001-04-041-4/+4
|
* mdoc(7) police: fix markup and spelling.ru2001-04-041-8/+12
|
* mdoc(7) police: add a missing comma in the SEE ALSO.ru2001-04-041-1/+1
|
* Fix typo.archie2001-03-301-2/+2
|
* Kill vn related manual pages, they're not used any more.ben2001-03-291-97/+0
| | | | Approved by: phk
* Correct the description of the "low" (< 1024) port range.ben2001-03-291-3/+7
| | | | | PR: 25500 Submitted by: Barry Irwin <bvi@devco.net>
* Whoops, mention the Asante PCI 1000BASE-SX Gigabit Ethernet Adapterwpaul2001-03-291-0/+2
| | | | (fiber version) too.
* Mention that the Asante GigaNIX1000T Gigabit Ethernet Adapter is supportedwpaul2001-03-291-0/+2
| | | | by the ti(4) driver. (Another OEM'ed Tigon 2.)
* Update history to reflect that ktr first appeared in BSD/OS 3.0.jhb2001-03-281-1/+1
|
* Add a simple manpage describing the basic functionality of witness.jhb2001-03-282-0/+126
| | | | It needs a diagonistics section added at some point in the future.
* MAN[1-9] -> MAN.ru2001-03-273-3/+3
|
* Added burncd to the SEE ALSO section.sos2001-03-261-0/+1
| | | | Idea by: "Akinori MUSHA" <knu@iDaemons.org>
OpenPOWER on IntegriCloud