Christian Brueffer
707dd47849
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 Konovalov
eb922405a5
o .Dd.year++.
2008-01-12 21:07:03 +00:00
Maxim Konovalov
2123fbe6cd
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 Konovalov
8ef952a396
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
Christian Brueffer
072aee8c70
Removed a contraction.
2008-01-10 19:11:37 +00:00
Attilio Rao
fe166a35ff
Update vn_lock() prototype accordingly with the 'thread' argument removal.
2008-01-10 01:23:59 +00:00
Christian Brueffer
584b589225
Fix typos.
2008-01-09 08:08:56 +00:00
Attilio Rao
fc2d483ef5
Add lockmgr_disown() and relative explanation.
2008-01-09 02:10:32 +00:00
Gabor Kovesdan
b0a4e26843
- 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
Hartmut Brandt
02c3c75236
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
Christian Brueffer
ca8464df19
Fix typos and date format.
2008-01-07 16:47:30 +00:00
Gabor Kovesdan
2b57dc5ab4
- 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
Christian Brueffer
ba7306546f
mdoc and language fixes for the previous commit, also bump .Dd.
2008-01-05 23:41:15 +00:00
Christian Brueffer
05568ca4e2
Use our standard section 4 SYNOPSIS, utilize .Tn and fix capitalization.
2008-01-05 23:27:59 +00:00
Christian Brueffer
c0c7deaa94
Clean up after previous commit (typo fixes, removed contractions,
...
utilized .Tn and capitalized PCI).
2008-01-05 23:21:32 +00:00
Greg Lehey
efcb0d7834
"redacted" replaced for clarity.
2008-01-05 21:39:21 +00:00
Gabor Kovesdan
d42882913e
- This driver will has already appeared in 6.2
...
MFC after: 0 days
2008-01-04 12:58:09 +00:00
Gabor Kovesdan
59e2f69aec
- This driver will first appear in 6.3, not 7.0
...
MFC after: 0 days
2008-01-04 12:57:34 +00:00
Warner Losh
d8e4b072e9
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
Warner Losh
0ade47aed6
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
Daniel Gerzo
06019eff46
- loader(8) is not a part of boot(8) and is not its second stage.
...
Reported by: Yoshihiko Sarumaru <mistral at imasy.or.jp>
Reviewed by: trhodes
MFC-after: 3 days
2008-01-03 20:54:34 +00:00
Warner Losh
01fe72a32f
Minor nits. Add xr to sn.
2008-01-01 22:29:22 +00:00
Warner Losh
190267c967
Forgot to mention RLT80x9 support that was added some time ago.
2008-01-01 21:41:39 +00:00
Warner Losh
732bdd08f9
Sync to the new PCI device IDs that I added to if_ed_pci.c. Bump date.
2008-01-01 21:37:09 +00:00
Alexander Motin
f1c24d6d4c
Document new "AC-Name\Service-Name" connect syntax.
2007-12-29 19:59:58 +00:00
Jason Evans
8e4fd0a138
Implement RB_PREV() AND RB_FOREACH_REVERSE().
2007-12-28 07:03:26 +00:00
Attilio Rao
100f241571
Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.
...
This option just adds complexity and the new implementation no longer
will support it, so axing it now that it is unused is probabilly the
better idea.
FreeBSD version is bumped in order to reflect the KPI breakage introduced
by this patch.
In the ports tree, kris found that only old OSKit code uses it, but as
it is thought to work only on 2.x kernels serie, version bumping will
solve any problem.
2007-12-28 00:38:13 +00:00
Attilio Rao
09f97b49dd
Garbage-collect following nomore existing options:
...
- LK_REENABLE
- LK_NOPAUSE
- LK_NOOBJ
2007-12-27 22:33:30 +00:00
Robert Watson
f5ccc06760
Minor formatting tweaks; recommend "call doadump; reset" over "panic"
...
from a script as the DDB panic command is unreliable.
MFC after: 3 months
2007-12-26 12:18:21 +00:00
Robert Watson
0ff94fb659
Add textdump(4) man page to describe the textdump facility and provide
...
some stock formulas for use.
Update ddb(4) to reference the textdump(4) page, list the textdump
commands, and suggest using them with scripts and output capture.
Update HISTORY section.
Hook up textdump(4) to build.
MFC after: 3 months
2007-12-26 11:35:07 +00:00
Robert Watson
32e0b903c3
Add SCRIPTING section to describe new DDB scripting facilities.
...
Update copyright.
2007-12-26 09:51:37 +00:00
Robert Watson
a6905d79a4
Add description of 'debug.ddb.capture.data' sysctl to DBD output
...
capture section, missed in previous commit.
MFC after: 3 months
2007-12-26 09:45:34 +00:00
Robert Watson
21262c0993
Document DDB capture facility.
...
MFC after: 3 months
2007-12-25 23:25:04 +00:00
Remko Lodder
80169e4d40
Mention support for the 5722 driver in bge.4 as well.
2007-12-25 19:53:26 +00:00
Alexander Motin
9cce74045b
Add usage example:
...
Limit outgoing data rate over fxp0 Ethernet interface to 20Mbit/s
and incoming packet rate to 5000pps.
2007-12-22 13:31:01 +00:00
Gabor Kovesdan
d5d75e69bd
- Remove incomplete sentence fragment
...
PR: docs/117451
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2007-12-21 21:48:54 +00:00
Gabor Kovesdan
520a4bfde7
- Document PORT_DBDIR
...
PR: docs/114731
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
2007-12-21 21:44:33 +00:00
Gabor Kovesdan
1ea65ec729
- Document icase variable of make search, which can be used to control
...
case-sensitivity
PR: docs/117593
Submitted by: Nikolay Bachiyski <nbachiyski@developer.bg>
2007-12-21 21:32:12 +00:00
Alexander Motin
259c0b2f2f
Describe new NG_CAR_COUNT_PACKETS option.
2007-12-19 23:12:37 +00:00
Robert Watson
cd22c920f6
Use .An -nosplit in the AUTHORS section of sf_buf(9) to avoid an undesired
...
line break.
MFC after: 3 days
2007-12-19 20:34:09 +00:00
Ruslan Ermilov
e61e13b2ab
The default of 3 retransmits corresponds to a timeout value of
...
45 seconds, not 15.
2007-12-19 16:58:54 +00:00
Christian Brueffer
c1d0bf3267
Add missing section number.
2007-12-19 08:01:24 +00:00
Warner Losh
db030f1dbc
Add verbage on some of the rules for a 'filter' vs an 'ithread'
...
interrupt handler.
2007-12-19 01:26:34 +00:00
David Schultz
3eb5f519a5
Add sqrt() to the first table in the manpage. It seems it was accidentally
...
omitted.
2007-12-15 02:40:10 +00:00
Scott Long
b063a42270
Add the 'hptrr' driver for supporting the following Highpoint RocketRAID
...
cards:
o RocketRAID 172x series
o RocketRAID 174x series
o RocketRAID 2210
o RocketRAID 222x series
o RocketRAID 2240
o RocketRAID 230x series
o RocketRAID 231x series
o RocketRAID 232x series
o RocketRAID 2340
o RocketRAID 2522
Many thanks to Highpoint for their continued support of FreeBSD.
Submitted by: Highpoint
2007-12-15 00:56:17 +00:00
Warner Losh
a1e8ef7737
BSDMAKE isn't really needed and was removed, so remove here
2007-12-13 00:09:43 +00:00
Ruslan Ermilov
f0cfdeddd2
Regen.
2007-12-12 16:45:01 +00:00
Warner Losh
531b260a4f
Document BSDMAKE variable that was recently introduced. Also, since
...
RELENG_7, the way to do a cross build changed from specifying only
TARGET_ARCH (which has an ambigous mapping to TARGET) to specifying
only TARGET (which has a unique mapping to TARGET_ARCH). Update the
example to reflect this.
MFC After: 1 week (the example change only)
2007-12-11 21:14:10 +00:00
Doug Barton
56adc50828
Regenerated page that includes the WITH_GSSAPI knob.
2007-12-10 19:11:56 +00:00
Ceri Davies
d31a59f89b
Language nit.
2007-12-10 12:01:27 +00:00