thompsa
705b3958ba
Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmware
...
module. Also fix a few nits in run.4.
Submitted by: Akinori Furukoshi
2011-01-11 21:51:46 +00:00
gavin
5873a063bb
Update the uplcom(4) man page to reflect the devices currently supported by
...
uplcom(4).
MFC after: 1 week
2011-01-11 19:07:34 +00:00
gavin
0d0547f67e
Remove a bullet point that appears to have been accidentally inserted twice.
...
It has also been included within the feature lists to which it is relevant.
Submitted by: tobez
MFC after: 1 week
2011-01-11 13:33:42 +00:00
gjb
1108376768
Document rc.conf.d in rc.conf(5).
...
PR: 140495
Submitted by: Tom Judge (tom of tomjudge com)
Approved by: keramida (mentor)
MFC after: 2 weeks
2011-01-08 13:28:43 +00:00
bz
07a217f1bd
Clarify when we switch from keepidle to keepinvtl intervals if sending
...
TCP keepalive probes is enabled.
Reviewed by: gnn
MFC After: 3 days
2011-01-08 00:44:17 +00:00
trasz
5b6a140b26
Restore comment describing /* NOTREACHED */, updated to match reality.
2011-01-07 08:34:12 +00:00
jhb
b80745da98
Retire the INTR_FAST flag as it was obsoleted by the introduction of the
...
filter argument to bus_setup_intr().
2011-01-06 21:14:34 +00:00
trasz
caf16f9aea
Get rid of bad advice regarding /* NOTREACHED */. Compilers don't
...
really need it (one can use __dead2 instead), and style(9) was not
even consistent with itself in this regard.
2011-01-06 08:33:48 +00:00
lstewart
0bfe906525
Fix a whitespace nit.
...
MFC after: 1 week
X-MFC with: r216995
2011-01-06 04:05:25 +00:00
lstewart
0e348d8b16
Add a man page for the Object Specific Data (OSD) KPI.
...
Although not directly related the FreeBSD Foundation funded "Five New TCP
Congestion Control Algorithms for FreeBSD" project, the understanding and
inspiration required to write this documentation was significantly bolstered
by the Foundation's support.
Reviewed by: pjd
MFC after: 1 week
2011-01-05 11:49:23 +00:00
bschmidt
ecea018871
OLDCARD is long gone.
...
Discussed with: imp
2011-01-04 19:26:11 +00:00
yongari
f044c11165
Remove duplicated "perfect"
...
Pointed out by: pluknet
2010-12-31 21:52:51 +00:00
yongari
1fba6fbe7d
Add vte(4) man page and hook up vte(4) to the build.
...
Also add Xr to appropriate man pages.
2010-12-31 00:46:30 +00:00
trasz
aa42d9f67f
Fix date, broken in r216667.
...
Submitted by: stefanf@
2010-12-22 17:12:58 +00:00
trasz
db60bdc668
The 'kern.corefile="whatever"' syntax won't work with sysctl.conf; remove
...
the quotes to not mislead people.
MFC after: 1 month
2010-12-22 17:02:01 +00:00
jilles
ae2aabc349
sh: Add kill builtin.
...
This allows specifying a %job (which is equivalent to the corresponding
process group).
Additionally, it improves reliability of kill from sh in high-load
situations and ensures "kill" finds the correct utility regardless of PATH,
as required by POSIX (unless the undocumented %builtin mechanism is used).
Side effect: fatal errors (any error other than kill(2) failure) now return
exit status 2 instead of 1. (This is consistent with other sh builtins, but
not in NetBSD.)
Code size increases about 1K on i386.
Obtained from: NetBSD
2010-12-21 22:47:34 +00:00
yongari
7be504c8f7
Document limitation of station address reprogramming.
2010-12-20 17:39:39 +00:00
yongari
691fb06610
Oops, fwe(4) listed twice.
2010-12-20 00:27:40 +00:00
yongari
b0f41e9105
Add ae(4) to the list of drivers use the miibus interface.
2010-12-20 00:23:47 +00:00
yongari
5b70d78c37
igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tag
...
insertion/stripping.
et(4) and fwe(4) support VLAN oversized frames.
2010-12-20 00:10:53 +00:00
yongari
664b4c0ec0
Add .Xr to altq(4).
2010-12-19 23:54:31 +00:00
yongari
8c00fd06e9
Add .Xr to altq(4).
2010-12-19 23:53:23 +00:00
yongari
37f3fa92d6
ae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).
2010-12-19 23:50:36 +00:00
pjd
96b9ced89f
Correct cookie type to match reality.
2010-12-19 18:07:10 +00:00
yongari
345c9cac1a
Document JMC251/JMC261 support.
2010-12-19 00:00:29 +00:00
rwatson
a5ae0d2d14
Simply refer to all Xen drivers as para-virtualized, as this appears to
...
be the preferred Xen parlance.
Discussed with: Steve Hand <steven.hand at cl.cam.ac.uk>
MFC after: 1 day
2010-12-17 22:09:55 +00:00
rwatson
56a4ce773b
Correct some misundertandings on my part about PV vs HVM kernel
...
configuration options.
MFC after: 1 day
2010-12-17 11:25:37 +00:00
rwatson
19a6bb61e9
Fix spelling nits.
...
MFC after: 3 days
Submitted by: bcr
2010-12-17 10:05:21 +00:00
rwatson
43edfe0c49
Clarifications of a number of points in xen.4, and some additional device
...
driver information from gibbs@.
MFC after: 3 days
2010-12-17 01:30:56 +00:00
rwatson
fa3fef1400
Slightly different formatting for options list.
...
MFC after: 3 days
2010-12-14 10:06:28 +00:00
rwatson
c3ae9b6e8a
Further refinements to the xen.4 man page: fix typos, add material on
...
para-virtualized drivers, clarify how to configure XENHVM on amd64.
MFC after: 3 days
2010-12-14 09:32:37 +00:00
rwatson
c050a4862e
Add a rudimentary Xen man page summarising the state of Xen on amd64 and
...
i386, how to configure the kernel, and some known issues. Further
refinement almost certainly required. This is not a Xen installation
manual.
MFC after: 3 days
Sponsored by: DARPA, AFRL
2010-12-13 23:30:56 +00:00
rwatson
492dea93dd
Add a rudimentary Xen man page summarising the state of Xen on amd64 and
...
i386, how to configure the kernel, and some known issues. Further
refinement almost certainly required. This is not a Xen installation
manual.
MFC after: 3 days
Sponsored by: DARPA, AFRL
2010-12-13 23:26:31 +00:00
ru
aae6dafb6d
Document this driver supports the converter I just bought.
2010-12-10 07:55:38 +00:00
hrs
ac1ae95734
Fix a typo.
...
Submitted by: Garrett Cooper
2010-12-08 07:10:25 +00:00
jhb
621c1b3562
Add a manpage for SYSINIT() and SYSUNINIT().
...
PR: docs/132884
Submitted by: pluknet, hmp
2010-12-06 15:19:03 +00:00
brucec
3e854ebf95
Document the fact that passing in a count of zero to the bus_space functions
...
will result in undefined behaviour.
Taken from NetBSD's bus_space(9).
2010-12-03 18:30:55 +00:00
brucec
6e3faf1602
Revert r216134. This checkin broke platforms where bus_space are macros:
...
they need to be a single statement, and do { } while (0) doesn't work in this
situation so revert until a solution can be devised.
2010-12-03 07:09:23 +00:00
das
de08b1bcf1
Explain some of the reasons that fpsetprec() is unlikely to work as
...
one might expect. (These functions have already been deprecated for
many years.)
PR: 133583
2010-12-03 07:01:07 +00:00
brucec
dc1c4b9270
Disallow passing in a count of zero bytes to the bus_space(9) functions.
...
Passing a count of zero on i386 and amd64 for [I386|AMD64]_BUS_SPACE_MEM
causes a crash/hang since the 'loop' instruction decrements the counter
before checking if it's zero.
PR: kern/80980
Discussed with: jhb
2010-12-02 22:19:30 +00:00
yongari
cb24c2f507
Document loader tunable hw.re.prefer_iomap.
2010-12-02 18:37:34 +00:00
n_hibma
5b6b615a82
Fix two errors in the man page
...
Submitted by: ruslan
MFC after: 1 day
2010-11-30 09:34:47 +00:00
dougb
7d6e56dae8
Update the description of green_saver.ko
...
Improvements to my suggested text from: jhb
2010-11-29 21:31:25 +00:00
sanpei
1d463bf0b8
Add new device ids.
...
Buffalo (Melco Inc.) WLI-UC-G
PR: 141777
2010-11-29 15:08:18 +00:00
jmg
dd5fc2bc46
document that most of ioctl requests in cd(4) are implemented by acd(4)..
2010-11-28 23:34:20 +00:00
marius
8e9e35c34a
Remove the description of the dev.fxp.%d.noflow tunable as it was removed
...
in r215906 and the flowcontrol media option now should be set as desired
via ifconfig(8) instead.
2010-11-26 21:57:01 +00:00
delphij
42dd23c4f9
Update manual page with respect to latest driver.
...
While I'm there remove ARC-1180 which doesn't seem to exist.
2010-11-25 19:33:39 +00:00
delphij
c71855f44c
Add a HARDWARE section.
...
MFC after: 2 weeks
2010-11-25 19:05:17 +00:00
pjd
d97fcd4603
Add gptboot_enable rc variable, which allows to turn gptboot reporting off in
...
case user wants to implement his own actions and doesn't want the attributes to
vanish.
Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
MFC after: 3 days
2010-11-24 15:25:17 +00:00
kib
545c74c108
Remove the note about possible unlocking during vunref(9). It might
...
only happen if VOP_INACTIVATE() drops the vnode lock, which is quite
unreasonable behaviour for filesystem, and should not be mentioned
in the description of VFS primitives.
MFC after: 1 week
2010-11-24 12:34:25 +00:00