bms
b18ce8f76d
Document the fact that the flags for a FreeBSD kernel routing table
...
entry are documented in the page for route(8), not route(4).
Sponsored by: eXtensible Open Router Project <URL:http://www.xorp.org/ >
MFC after: 3 weeks
2004-11-04 02:13:15 +00:00
andre
d06f3bef4e
Remove RFC1644 T/TCP support from the TCP side of the network stack.
...
A complete rationale and discussion is given in this message
and the resulting discussion:
http://docs.freebsd.org/cgi/mid.cgi?4177C8AD.6060706
Note that this commit removes only the functional part of T/TCP
from the tcp_* related functions in the kernel. Other features
introduced with RFC1644 are left intact (socket layer changes,
sendmsg(2) on connection oriented protocols) and are meant to
be reused by a simpler and less intrusive reimplemention of the
previous T/TCP functionality.
Discussed on: -arch
2004-11-02 22:22:22 +00:00
harti
70aaae79c7
Add a man page for the NgATM helper module ngatmbase.
...
Requested by: Ulrich Spoerlein <q@uni.de>
2004-11-02 10:46:28 +00:00
mlaier
37f34fc0ad
des added bge(4) support.
2004-11-01 11:43:07 +00:00
le
17c0d55bc0
Document support for the B&B Electronics USB->RS422/485 adapter.
...
Bump document date.
2004-10-30 09:25:11 +00:00
imp
8eebc0f181
Document that libkvm requires device mem to work.
2004-10-26 21:11:06 +00:00
rwatson
27296db6a7
Mention fdescfs(5) and why it might be useful.
...
MFC after: 1 week
Suggested by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2004-10-24 19:44:23 +00:00
andre
145b9af82c
o Remove entire section talking about RTF_PRCLONING that got nuked in 5.2
...
already.
o Better description of IP fastforwarding. It can do the full thing now
including firewalling.
o Reword the description of ICMP redirects.
o Add references to route(4) and pfil(9).
2004-10-23 18:45:53 +00:00
andre
2e0a60d7a8
Rephrase certain centences and sync description of default values to reality.
2004-10-23 18:37:23 +00:00
glebius
ccf98d58ff
Make documentation up to date with recent changes.
...
Reviewed by: ru
2004-10-23 11:14:30 +00:00
andre
7c8480e7f1
Refuse to unload the ipdivert module unless the 'force' flag is given to kldunload.
...
Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8)
man pages.
2004-10-22 19:12:01 +00:00
scottl
3fd096205a
Document the 21610SA card.
2004-10-22 04:17:28 +00:00
obrien
705190c22b
Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].
...
Also catch up with RCng.
Reviewed by: phk
2004-10-18 21:31:05 +00:00
le
abf45cfc6f
Update manpage for the Vodafone Mobile Connect 3G datacard. Bump
...
document date.
Reminded by: simon
2004-10-16 21:36:19 +00:00
maxim
4de989afc7
s/Oct /October/
...
Pointed out by: ru
2004-10-13 12:05:33 +00:00
brueffer
0ed0f178d8
- D-Link DFE-500TX verified to work
...
- remove the 'Asante' entry which isn't very helpful
2004-10-13 11:03:50 +00:00
maxim
e942f6d54d
Bump the date of the document.
2004-10-13 08:14:41 +00:00
yongari
35f180990e
mdoc(7) police:
...
.Dt should have a third argument.
new sentence should start on its own line.
use precise width specifier.
Add AUTHORS section and correct device name to /dev/led/auxioled.
Approved by: jake (mentor)
Pointed by: ru
2004-10-13 05:15:41 +00:00
emax
2fc27ac5e6
ooops.. vkbd(4) should not have been committed
2004-10-12 23:38:22 +00:00
emax
9275761cd8
ng_ubt(4) no longer provides device nodes interface. Update the
...
man page to document this.
MFC after: 3 days
2004-10-12 23:35:34 +00:00
jmg
fda1b19758
update document date
...
Reminded by: ru (a few weeks ago)
2004-10-12 21:43:03 +00:00
maxim
ae55fb3a15
Document net.inet.tcp.sack.initburst sysctl.
2004-10-12 13:52:46 +00:00
brueffer
2dcd8db89c
vge(4) supports polling
2004-10-11 13:27:44 +00:00
yongari
0323c1151e
Port NetBSD auxio driver. The driver was modified to use led(4) and can
...
be used to announce various system activity.
The auxio device provides auxiliary I/O functions and is found on various
SBus/EBus UltraSPARC models. At present, only front panel LED is
controlled by this driver.
Approved by: jake (mentor)
Reviewed by: joerg
Tested by: joerg
2004-10-09 07:31:03 +00:00
keramida
ea65b8bd57
Use a real (and compact) list for a filename list; this helps groff
...
split the lines in more reasonable places too, both in tty/ps output.
MFC after: 3 days
2004-10-08 20:44:49 +00:00
keramida
6854c8520f
To avoid pushing the paragraph text too far from the left border, making
...
line-splitting extremely difficult for groff, indent the .Bl items by
the standard `indent' length instead of an indent large enough to hold
the maximal tag name.
Reviewed by: ru
MFC after: 3 days
2004-10-08 20:31:33 +00:00
keramida
52bbd70aba
Close a .Bl list with an .El to fix a groff warning.
2004-10-08 20:22:55 +00:00
green
62d93c3b49
Mention the dc(4) driver's support, and ipfw(8)'s classifier support.
2004-10-08 03:33:31 +00:00
imp
0d30f6aba9
Ooops. Forgot the man page for pbio.4 in my port from RELENG_4.
2004-10-07 16:25:21 +00:00
mlaier
f0350755fa
Add a minimal altq.4 manpage to tell about the kernel options and where to
...
find more information. Also move the "SUPPORTED DEVICES" section from altq.9
to altq.4, where is belongs.
Requested by: green
MFC after: 2 days
2004-10-07 12:10:25 +00:00
njl
e1524c78c8
Update the man page with new info about overriding your DSDT.
...
MFC after: 3 days
2004-10-05 20:42:16 +00:00
imp
3af0442894
Add note about regulatory domains to avoid confusion.
...
Reviewed by: sam@
2004-10-05 19:27:40 +00:00
yar
de292e5162
Bump the date.
...
Reminded by: ru
2004-10-04 15:54:56 +00:00
yar
cd602b46fa
Document that vlan(4) requires miibus(4) now.
2004-10-04 13:57:44 +00:00
simon
de5d72d101
Add a SYNOPSIS section for io(4), mem(4), or random(4), since they are
...
now optional devices.
MFC after: 1 week
2004-10-03 13:14:20 +00:00
sanpei
b2a8207155
Add a HARDWARE section which lists supported devices.
...
EPSON GT-8400UF(This product is same device id, 0x011f
as EPSON Perfection 1670 scanner)
PR: [FreeBSD-users-jp 81081]
Submitted by: TOKIO Yukiya <yukiya@ee.t-kougei.ac.jp>
MFC after: 3 days
2004-10-03 09:10:15 +00:00
philip
bb789614a3
Document the Synaptics tunable. While I'm here, also mention the
...
synapticshw_t structure and the MOUSE_SYN_GETHWINFO ioctl() which
reads it.
MT5 candidate
Approved by: njl
2004-09-30 06:18:29 +00:00
jmg
49fe0299db
document the limit on jumbo frame size..
...
MFC after: 5 days
2004-09-28 18:24:19 +00:00
simon
60eb71a7d2
- Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
- Update some text to fit better now that this driver support
multiple different device types.
MFC after: 3 days
2004-09-26 19:03:45 +00:00
simon
993e5f13db
Add a HARDWARE section which lists supported devices based on the
...
Hardware Notes.
MFC after: 3 days
2004-09-26 13:38:38 +00:00
blackend
6b1a765834
Remove a duplicated word.
...
Submitted by: Pawel Worach <pawel.worach@telia.com>
2004-09-24 20:09:44 +00:00
simon
d1a859cac3
Add the sound device to the synopsis.
...
Noticed by: ru
2004-09-21 07:01:32 +00:00
simon
be574e8958
Connect snd_ess(4) to the build.
2004-09-20 20:21:47 +00:00
simon
2e09844a2e
Add manual page for snd_ess(4).
...
Submitted by: Atte Peltomaki <koston@iki.fi>
MFC after: 3 days
2004-09-20 20:05:26 +00:00
simon
2993d4cdf2
Add Sitecom LN-029 to list of supported devices.
2004-09-19 19:55:48 +00:00
ru
869702f330
Sort MAN and MLINKS in dictionary order ignoring case.
2004-09-19 06:11:45 +00:00
ru
31f87648dd
The checksum code has been fixed; reflect this is a manpage.
2004-09-19 05:42:04 +00:00
brueffer
6341e8a709
Re-formulate the first sentence for better readability
...
MFC after: 3 days
2004-09-18 12:33:01 +00:00
glebius
7658f775cf
- properly capitalize NetFlow
...
- small grammar fix
Submitted by: ru
2004-09-17 20:09:59 +00:00
glebius
5d62ba86f5
A man page for Netflow node.
...
English lessons by: julian
mdoc(7) lessons by: ru
Approved by: julian (mentor)
2004-09-17 19:30:39 +00:00