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
Archie Cobbs
97cbe82b40
Man page for new L2TP netgraph node type.
...
Obtained from: Packet Design
2002-08-20 22:00:56 +00:00
Maxim Sobolev
62f7648682
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
...
breaking application ABI use unused ifreq.ifru_flags[1] for upper 16 bits in
SIOCSIFFLAGS and SIOCGIFFLAGS ioctl's.
Reviewed by: -hackers, -net
2002-08-18 07:05:00 +00:00
Matthew Dillon
e1583529ee
Oops, last manual commit was to -stable, should have been to -current.
...
No biggy, the code MFC to stable will catch up to the docs in a week.
X-MFC after: -7 days
2002-08-17 20:44:24 +00:00
Tom Rhodes
19c99159d4
Remove usbhidaction(1) manual page under SEE ALSO section. This will be
...
added again if/when we port the framework.
Submitted by: mwlucas
Approved by: joe
2002-08-16 05:01:11 +00:00
Ruslan Ermilov
43290b6363
mdoc(7) police: fixed indentation in synopsis.
...
Submitted by: bde
2002-08-15 08:20:07 +00:00
Ruslan Ermilov
c887ca5b8a
mdoc(7) police: fixed indentation in SYNOPSIS.
...
Submitted by: style(9) police (bde)
2002-08-14 16:09:31 +00:00
Ruslan Ermilov
c0cb7cc399
mdoc(7) police: minor nits.
...
Approved by: imp
2002-08-13 19:43:47 +00:00
Josef Karthauser
96991a6ae8
Add a bugs section to mention that this device probably doesn't work
...
properly.
2002-08-13 15:12:11 +00:00
Ruslan Ermilov
74087d9d1a
mdoc(7) police: laundry.
2002-08-13 14:20:06 +00:00
Ruslan Ermilov
76e0d06131
mdoc(7) police: laundry.
2002-08-13 14:12:31 +00:00
Ruslan Ermilov
99bf03d6a5
mdoc(7) police: added missing paragraph breaks.
2002-08-13 13:59:35 +00:00
Ruslan Ermilov
052160ff07
mdoc(7) police: typo and removed stray .Pp.
2002-08-13 13:55:02 +00:00
Ruslan Ermilov
5faba7ef6b
mdoc(7) police: pseudo-devices are gone from -CURRENT.
2002-08-13 13:50:36 +00:00
Ruslan Ermilov
a627f55aa4
mdoc(7) police: nits in rev. 1.4.
2002-08-13 13:44:45 +00:00