ambrisko
dc6da8e1b9
Correct that LSI 0060 is a mfi device and not mpt.
2008-01-17 19:29:01 +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
edwin
b94bb54417
Make sure that grog is linked to me, and that I (in *-ports*) am
...
linked to the people I helped out, and add them to the overview
too.
Approved by: grog@
2008-01-10 01:25:40 +00:00
attilio
73bfa7b891
Update vn_lock() prototype accordingly with the 'thread' argument removal.
2008-01-10 01:23:59 +00:00
edwin
8df9c26bfd
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/conventions.html
...
4.1 point 6:
Add an entry for yourself to src/share/misc/committers-repository.dot,
where repository is either doc, ports or src, depending on the
commit privileges you obtained.
Approved by: grog@
2008-01-10 01:10:31 +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
rafan
93c568d8f7
- Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).
...
As ncurses has the limitation that it returns the first matched key symbol,
you can not use END in ncurses based program, like mutt, with xterm.
- Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with
ncurses based program.
I also found that NetBSD's xterm does the same thing.
PR: 100150
Reported by: Arseny Nasokin <tarc at tarc.po.cs.msu.su>
Discussed with: Thomas Dickey, Ulrich Spoerlein <uspoerlein at gmail.com>
Reviewed by: freebsd-arch@
MFC after: 2 month
2008-01-08 16:00:24 +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
danger
a6857bc34c
- 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
imp
de3fe55797
Minor nits. Add xr to sn.
2008-01-01 22:29:22 +00:00
imp
f89bbe213d
Forgot to mention RLT80x9 support that was added some time ago.
2008-01-01 21:41:39 +00:00
imp
80c9cb8f4a
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
weongyo
6e97953439
Add myself and my mentor
...
Approved by: thompsa (mentor)
2008-01-01 10:25:01 +00:00
edwin
c94a8c63cd
MFV of tzdata2007k.
...
- Adjust Argentinian DST times.
- Add SJ on the right location.
2008-01-01 07:47:42 +00:00
ache
b1a3a611be
Comments fixing
...
1) Back out "month names" -> "months names" and fix few such cases which
are wrong initially
2) "weekdays names" -> "weekday names"
Noted by: des [1]
2007-12-30 03:08:52 +00:00
mav
94cf0432f5
Document new "AC-Name\Service-Name" connect syntax.
2007-12-29 19:59:58 +00:00
ache
e31574f147
Comments fixing
...
"month names" -> "months names"
typo
"Long months names (alternative)" or "in alternative form" ->
"(without case ending)"
"Long months names" -> "Long months names (as in a date)"
to not confuse developers on what purpose those sections are
2007-12-29 16:28:15 +00:00
jasone
6a9a3f1929
Implement RB_PREV() AND RB_FOREACH_REVERSE().
2007-12-28 07:03:26 +00:00
attilio
c720b77ca9
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
4ab9fbda4e
Garbage-collect following nomore existing options:
...
- LK_REENABLE
- LK_NOPAUSE
- LK_NOOBJ
2007-12-27 22:33:30 +00:00
rwatson
ce2b35c358
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
rwatson
be34549aa9
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
rwatson
7dfa1b8f6b
Add SCRIPTING section to describe new DDB scripting facilities.
...
Update copyright.
2007-12-26 09:51:37 +00:00
rwatson
d70c7cc6e1
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
rwatson
b3fd399401
Document DDB capture facility.
...
MFC after: 3 months
2007-12-25 23:25:04 +00:00
ache
aba3a02081
Just copy long months names to alternative.
...
Alternative does not means ASCIIsizing of months names.
2007-12-25 21:24:18 +00:00
ache
9f96cc18b3
Add reference to mnemonic char names
2007-12-25 21:21:26 +00:00
ache
fc7d239796
Just copy long months names to (alternative).
...
Alternative means another form and not ASCIIsizing of month names.
2007-12-25 21:19:09 +00:00
ache
7994071c41
Implement Turkish locale
...
Submitted by: Ismail YENIGUL <ismail.yenigul@endersys.com.tr>
2007-12-25 20:30:36 +00:00
remko
8ac82adfb5
Mention support for the 5722 driver in bge.4 as well.
2007-12-25 19:53:26 +00:00
ache
0239a1cc16
Add Turkish collate
...
PR: 118976
Submitted by: Ismail YENIGUL <ismail.yenigul@endersys.com.tr>
2007-12-24 10:30:09 +00:00
mav
065ee19d9c
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
2cec5c9b4a
- 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
e6712341fe
- Document PORT_DBDIR
...
PR: docs/114731
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
2007-12-21 21:44:33 +00:00