trhodes
52562b1365
Properly Xref device.hints.5.
...
Noticed by: ru
2008-01-29 00:13:20 +00:00
brueffer
ca735b70dd
Remove references to the obsolete card(4) manpage.
2008-01-28 18:08:41 +00:00
trhodes
25cf2e216f
Bring the DIAGNOSTICS section in ed.4 closer to reality by removing missing
...
diagnostic messages and adding a few found in the code.
PR: 51891
2008-01-27 15:37:49 +00:00
mtm
9dd0c210ec
Add a dummynet_enable knob to go with firewall_enable. If this knob
...
is enabled dummynet(4) is added to the list of required modules.
Discussed on: #freebsd-bugbusters (rwatson, trhodes)
PR: conf/79196
MFC after: 1 week
2008-01-27 15:15:12 +00:00
obrien
d325c7e921
Add to the history section.
2008-01-27 03:58:22 +00:00
brueffer
32a629a8b5
OLDCARD is long gone, so finally remove the oldcard.4 manpage.
...
Confirmed by: imp
2008-01-26 20:23:25 +00:00
mpp
c964d8b3e5
Explain how the passno field in /etc/fstab works with fsck
...
and quotacheck in some more detail.
2008-01-26 13:03:35 +00:00
trhodes
3335722590
Catch up with revision 1.18 of dcons_os.c and add an example of how to use
...
dcons(4) as a valid gdb port.
PR: 118490
Submitted by: Alexandre Kovalenko <alex.kovalenko@verizon.net>
2008-01-26 06:50:14 +00:00
attilio
0db277677c
Reflect lockcount() axing and lockmgr() prototype changing.
2008-01-24 14:17:52 +00:00
ru
f517e392f1
- sched_4bsd is no longer a default system scheduler on some
...
architectures, so call it "traditional" instead.
- sched_ule is no longer buggy or experimental (according to
rev. 1.7 of sched_ule(4)), so don't call it experimental
(reported by a user on stable@).
Reviewed by: rwatson
2008-01-24 13:48:20 +00:00
marck
5671b69e58
There is no PUC_FASTINTR option anymore.
...
MFC after: 2 weeks
2008-01-24 12:09:59 +00:00
trhodes
7c49549b54
Add a diagnostic note about "transmission error ... tx underrun, increasing
...
tx start threshold ..." Looking around on the mailing lists, and even having
one of these cards I agree the messages should be documented.
Bump doc date.
PR: 88477
2008-01-24 00:39:38 +00:00
chinsan
2e7fd9ac9f
- Document firewall_nat_enable related settings.
...
Tested by: AB
MFC after: 1 month
2008-01-23 16:08:35 +00:00
attilio
a0619f9b6e
Add manpages for BUF_RECURSED(9) and BUF_ISLOCKED(9) and connect them to
...
the build.
Reviewed by: brueffer
2008-01-22 21:26:35 +00:00
attilio
32e7c5ef2f
Add the newly added function lockmgr_recursed() to the manpages.
2008-01-22 20:16:09 +00:00
attilio
0aea123e54
BUF_REFCNT(9) function no more exists, so just axe out the manpage.
2008-01-22 20:02:24 +00:00
attilio
6fb7e0c2bd
Fix lock.9 manpage in order to recall lockmgr_disown() with 'man' command.
2008-01-22 19:58:30 +00:00
trhodes
cf75a98698
Correct a typo.
...
Noticed by: ru
2008-01-22 19:16:09 +00:00
trhodes
99f7e3c6db
Document net.inet.tcp.syncookies_only using a description taken from
...
tcp_syncache.c revision 1.99 of andre's commit log.
PR: 107611
2008-01-22 18:35:23 +00:00
trhodes
a2ab742d1b
The config-recursive target is not run during the normal install process, move
...
it down to where it belongs.
Document 'all-depends-list' target and bump doc date.
PR: 119519
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by: flz
2008-01-22 12:23:30 +00:00
brueffer
fbb57a45f0
Small fixes.
2008-01-22 07:40:21 +00:00
rwatson
112365304a
Add a rather basic man page for the coda kernel module.
...
MFC after: 3 days
2008-01-21 23:59:22 +00:00
brueffer
83affd5c84
Document the 'maintainer' target.
...
PR: 119699
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2008-01-21 19:52:15 +00:00
yongari
3e836bfd28
Document two new sysctl variables, dev.sf.%d.int_mod and dev.sf.%d.stats.
...
Xref vlan(4).
Touchd Dd.
Reviewed by: brueffer
2008-01-21 07:35:15 +00:00
yongari
2102b743cf
sf(4) gained VLAN_MTU support.
...
Touch Dd.
2008-01-21 06:47:20 +00:00
sam
e4846159d2
updates for additional chip support
...
Submitted by: "J.R. Oldroyd" <jr@opal.com>
MFC after: 2 weeks
2008-01-21 04:13:00 +00:00
attilio
11e3c3ef90
Update VOP_LOCK() and VOP_UNLOCK() prototypes.
...
Leave 'td' argument description as it is used by VOP_ISLOCKED(). It will
be axed in further commit.
2008-01-18 22:09:29 +00:00
brueffer
7847e23eaf
pcib is compiled in when "device pci" is specified.
...
Submitted by: marius
Reviewed by: imp
2008-01-18 17:00:44 +00:00
ru
66dc6e9a4e
Correct the sysconf variable name, _SC_CLK_TCK.
2008-01-18 12:13:05 +00:00
ambrisko
0b88f767fe
Note the driver support PERC and LSI1078 based controllers.
...
Prompted by: Vlad GALU
2008-01-17 19:36:13 +00:00
brueffer
691c0d0e07
WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.
...
PR: 119562
Submitted by: Daniel Rucci <dan@rucci.org>
MFC after: 3 days
2008-01-15 19:54:17 +00:00
maxim
def8091f39
o .Dd.year++.
2008-01-12 21:07:03 +00:00
maxim
02be9380b7
o From the Problem Report: the TCP_DROP_SYNFIN kernel option is now
...
included in the kernel by default. Remove reference to this option
from defaults/rc.conf and rc.conf(5).
PR: conf/119098
Submitted by: Beat Gaetzi
MFC after: 1 week
2008-01-12 20:52:30 +00:00
maxim
25ee59b777
o Do not claim vlan(4) uses mbuf_tags(9).
...
PR: docs/11959
Submitted by: Alexander Chernikov
MFC after: 1 week
2008-01-12 19:37:18 +00:00
brueffer
7acb3fd07e
Removed a contraction.
2008-01-10 19:11:37 +00:00
attilio
73bfa7b891
Update vn_lock() prototype accordingly with the 'thread' argument removal.
2008-01-10 01:23:59 +00:00
brueffer
bf42a73d64
Fix typos.
2008-01-09 08:08:56 +00:00
attilio
bb203b2edf
Add lockmgr_disown() and relative explanation.
2008-01-09 02:10:32 +00:00
gabor
2d1a3da064
- This driver will first appear in FreeBSD 6.3, not 7.0
...
Submitted by: thompsa
MFC after: 0 days
2008-01-08 15:36:06 +00:00
harti
60c8b505d8
Add an additional make variable EXTRAMIBSYMS which allows to specify
...
definition files that are used only for extracting symbols. This is useful
for inter-module dependencies and files containing only enum-definitions.
MFC after: 4 weeks
2008-01-08 12:55:56 +00:00
brueffer
e828cf6934
Fix typos and date format.
2008-01-07 16:47:30 +00:00
gabor
f77e771a0d
- ipmi(4) appeared in FreeBSD 6.2, not in 5.3
...
Submitted by: brix,
Michael Fuckner <michael@fuckner.net>
MFC after: 0 days
2008-01-07 14:51:17 +00:00
brueffer
c72199ca0c
mdoc and language fixes for the previous commit, also bump .Dd.
2008-01-05 23:41:15 +00:00
brueffer
2bf796c91b
Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.
2008-01-05 23:27:59 +00:00
brueffer
1e66d9ea42
Clean up after previous commit (typo fixes, removed contractions,
...
utilized .Tn and capitalized PCI).
2008-01-05 23:21:32 +00:00
grog
237cf99d30
"redacted" replaced for clarity.
2008-01-05 21:39:21 +00:00
gabor
1143763813
- This driver will has already appeared in 6.2
...
MFC after: 0 days
2008-01-04 12:58:09 +00:00
gabor
d88e57a0b6
- This driver will first appear in 6.3, not 7.0
...
MFC after: 0 days
2008-01-04 12:57:34 +00:00
imp
19619b82ba
Dummy man page for pcib. We should write a real one and I hope this
...
gets the ball rolling.
2008-01-04 08:26:22 +00:00
imp
ca28bb51b2
Modernize this man page a little by describing the pci driver of
...
today, rather than details relevant only to the 3.x pci driver.
2008-01-04 08:19:52 +00:00