Hidetoshi Shimokawa
d4f6170598
Add fwe.4.
2002-11-08 03:24:32 +00:00
Tom Rhodes
01f5fdee5c
Restore most (90%) of the text I removed in my previous commit. Remove the
...
part about spelling and grammar.
Discussed with: -developers
2002-11-06 18:58:02 +00:00
Tom Rhodes
ad727d7c98
Remove Realtek discriminating comments from the rl(4) manual page.
...
This leaves us with 'just the facts'
PR: 31271
2002-11-06 03:53:08 +00:00
John Baldwin
69c3915a5b
Fix a grammar bogon.
...
PR: 44883
Submitted by: Christian Brueffer <chris@unixpages.org>
2002-11-04 19:18:57 +00:00
Poul-Henning Kamp
5afa461402
Run a revision on the GBDE encryption facility.
...
Replace ARC4 with SHA2-512.
Change lock-structure encoding to use random ordering rather for obscurity.
Encrypt lock-structure with AES/256 instead of AES/128.
Change kkey derivation to be MD5 hash based.
Watch for malloc(M_NOWAIT) failures and ditch our cache when they happen.
Remove clause 3 of the license with NAI Labs consent.
Many thanks to "Lucky Green" <shamrock@cypherpunks.to> and "David
Wagner" <daw@cs.berkeley.edu>, for code reading, inputs and
suggestions.
This code has still not been stared at for 10 years by a gang of
hard-core cryptographers. Discretion advised.
NB: These changes result in the on-disk format changing: dump/restore needed.
Sponsored by: DARPA & NAI Labs.
2002-11-04 09:27:01 +00:00
Thomas Quinot
a4ff0220ab
Fix minor typo.
...
Note that ATAPI/CAM has been MFC'd into RELENG_4 and will appear
in FreeBSD 4.8.
Reviewed by: roberto
2002-11-01 10:02:31 +00:00
Julian Elischer
94d31abc4e
More formatting fixes
2002-10-31 23:36:16 +00:00
Julian Elischer
5bec8a73ac
Slight formatting change.
2002-10-31 23:26:02 +00:00
Julian Elischer
585ff168dc
Add the netgraph 'source' module.
...
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.
I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is what is originally submitted.
Man page my me, info from Dave's README.
Submitted by: Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from: Sandvine inc.
MFC after: 1 week
2002-10-31 23:03:09 +00:00
Thomas Quinot
a1e2d9ff4d
Add ATAPI/CAM man page.
...
Reviewed by: roberto
2002-10-31 10:52:47 +00:00
Thomas Quinot
17b1e1df1a
Remove bogus advertising clauses.
...
Reviewed by: n_hibma, roberto
2002-10-30 22:27:54 +00:00
Thomas Quinot
9dab9ccba4
Man page for ATAPI/CAM.
...
Reviewed by: roberto
2002-10-30 08:42:24 +00:00
Luigi Rizzo
9a96729c64
Remove stale information from these two manpage, and point the readers
...
to the one up-to-date page which is ipfw(8).
MFC after: 3 days
2002-10-28 07:24:58 +00:00
Hidetoshi Shimokawa
ea1d1ef06f
add manpages for FireWire.
2002-10-25 14:34:24 +00:00
Sheldon Hearn
a7af55af93
* Modernize aio(4), providing instructions for static and dynamic kernel
...
linking.
* Fix disorder in the SEE ALSO sections of aio_*(2).
* Remove unnecessary cross-references from the SEE ALSO sections of
aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced
from aio(4).
* Remove the KERNEL OPTIONS sections from aio_*(2), now that these
pages cross-reference aio(4), which contains suitable kernel linking
reference material.
2002-10-24 12:57:05 +00:00
Dag-Erling Smørgrav
9ccc706104
Add a simple man page for the aio facility.
2002-10-24 12:22:19 +00:00
Robert Watson
f64a0a56d4
Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of the
...
bugs (device naming) isn't present [anymore].
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
2002-10-24 01:44:50 +00:00
Luigi Rizzo
4af9c6707c
List some of the Compact Flash readers known to work with this driver.
...
MFC after: 3 days
2002-10-22 15:23:13 +00:00
Ian Dowse
c557ae16ce
Implement a new IP_SENDSRCADDR ancillary message type that permits
...
a server process bound to a wildcard UDP socket to select the IP
address from which outgoing packets are sent on a per-datagram
basis. When combined with IP_RECVDSTADDR, such a server process can
guarantee to reply to an incoming request using the same source IP
address as the destination IP address of the request, without having
to open one socket per server IP address.
Discussed on: -net
Approved by: re
2002-10-21 20:40:02 +00:00
Poul-Henning Kamp
b8c9bc1a22
Stamping out more Danglish.
2002-10-20 20:59:10 +00:00
Chris Costello
bba43ee522
o Spelling, punctuation and markup fixes.
...
o Correctly use the "No chain is stronger than its weakest link" adage.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-20 19:38:28 +00:00
Ceri Davies
362ebd996c
Correct various typos.
...
PR: docs/44302
Submitted by: Christian Brueffer <chris@unixpages.org>
Approved by: phk
2002-10-20 15:27:32 +00:00
Ceri Davies
e1eecee002
Remove quotes to make an example of kernel configuration valid.
...
PR: docs/44306
Submitted by: Dmitry Dyomin <old@old.com.ua>
MFC after: 3 days
2002-10-20 15:19:40 +00:00
Scott Long
f9d186edc8
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
...
world. This should be considered highly experimental.
Approved-by: re
2002-10-20 08:17:39 +00:00
Poul-Henning Kamp
86ebc3343c
Add the manual page which explains how gbde works and which bits it is
...
composed off.
Sponsored by: DARPA & NAI Labs.
2002-10-19 21:44:57 +00:00
Max Khon
2cc6cfc63f
write caching is enabled by default -- reflect this in manpage
...
Approved by: sos
MFC after: 0 days
2002-10-16 13:37:33 +00:00
Max Khon
d817590381
Add HP ScanJet 2200C
...
PR: 41375
Approved by: joe
2002-10-15 21:59:39 +00:00
Jeff Roberson
7229a4a23f
- Add a section on logging ktr entries to disk via ALQ.
2002-10-12 05:50:47 +00:00
Jeff Roberson
54dc0e41e4
- Move the description of KTR_CPUMASK into the "Event Masking" section.
...
- Remove the "Extensions" section since it is no longer relavent.
- Create a new section for KTR_VERBOSE and put it's description there.
2002-10-12 02:56:46 +00:00
Jeff Roberson
72517de515
- Remove the bogus reference to the removed KTR_EXTEND option.
...
- Add ktrdump(8) to the SEE ALSO section.
- Remove the BUGS section that complains about not having a userland utility
for viewing ktr data.
2002-10-12 02:45:21 +00:00
Alexander Kabaev
7d59efa9a8
Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.
...
Reviewed by: n_hibma
Approved by: obrien
2002-10-08 03:09:57 +00:00
Sam Leffler
f4bf433552
manual pages for the new kernel crypto support (need work)
...
Obtained from: openbsd
2002-10-04 20:43:30 +00:00
Scott Long
0910374b7f
Alas, poor matcd, I knew ye well.
...
It doesn't work.
It cannot be made to work.
Goodbye.
X-MFC after: ASAP
2002-10-04 06:06:04 +00:00
Søren Schmidt
c5e827ebc8
Add manpage for the pst driver (Promise SX6000)
2002-09-27 17:44:12 +00:00
Søren Schmidt
f7b6f951cf
Update supported chipset list.
2002-09-18 09:40:18 +00:00
Hajimu UMEMOTO
368d90d1ca
reject private IPv4 addrs
...
Obtained from: KAME
2002-09-17 10:56:52 +00:00
Ceri Davies
5238a408ed
s/protocole/protocol/
...
PR: docs/42815
Submitted by: Nicola Vitale <nivit@libero.it>
MFC after: 21 days
2002-09-15 20:33:05 +00:00
Katsushi Kobayashi
3c60ba66c4
Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial
...
Bus Protocol 2:SCSI over IEEE1394) support for CAM.
2002-09-13 12:31:56 +00:00
John Polstra
a02e220c6f
Mention support for the on-board NICs on IBM x235 servers.
...
Be more precise when referring to the chip family (BCM570x) vs.
specific models (e.g., BCM5700).
MFC after: 1 month
2002-09-08 19:20:23 +00:00
Maxim Sobolev
5176efdd47
Connect gre(4) to the build.
2002-09-06 17:17:22 +00:00
Maxim Sobolev
8e96e13e6a
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
...
and MOBILE (RFC2004) IP tunnels.
Obrained from: NetBSD
2002-09-06 17:12:50 +00:00
Scott Long
5bd24c43a2
Fix a few typos and nits.
...
Submitted by: bmah
2002-09-01 22:07:24 +00:00
Scott Long
55131267b6
Add a manual page for the ahd driver.
2002-09-01 07:34:47 +00:00
Johan Karlsson
2281085897
Use correct arguments to sysctl in code example.
...
PR: 40038
Submitted by: perky
Approved by: sheldonh (mentor)
MFC after: 1 week
2002-08-30 10:52:17 +00:00
Tom Rhodes
2ff33d9472
Grammar cleanup
...
PR: 40909
2002-08-27 16:18:07 +00:00
Yaroslav Tykhiy
dd4dc0a99c
Language style and grammar fixes.
...
tx(4) has gained native support for vlan(4).
MFC after: 3 days
2002-08-27 14:26:05 +00:00
Yaroslav Tykhiy
a5a8905c10
Update the section on NIC driver support status.
...
MFC after: 3 days
2002-08-27 14:01:14 +00:00
Matthew Dillon
667137d174
Add A section on the retransmit timer sysctls.
...
MFC after: 3 days
2002-08-25 01:51:57 +00:00
Bruce A. Mah
6224bea053
Really add new fxp(4) adapter names this time.
...
Forgotten part of a patch from:
PR: 41759
Submitted by: David Siebörger <drs@rucus.ru.ac.za>
2002-08-24 22:26:52 +00:00
Bruce A. Mah
04f60e4b0a
Update the list of chips and cards supported by this driver.
...
Based heavily on patches contained in...
PR: 41759
Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-24 17:00:17 +00:00