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
gabor
0f43ea5b99
- 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
mav
cf4122c409
Describe new NG_CAR_COUNT_PACKETS option.
2007-12-19 23:12:37 +00:00
rwatson
5aac9e4cdb
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
maxim
886e3efa8f
o NetBSD 4.0 added.
2007-12-19 18:19:53 +00:00
ru
71ee130111
The default of 3 retransmits corresponds to a timeout value of
...
45 seconds, not 15.
2007-12-19 16:58:54 +00:00
brueffer
a9274fa45d
Add missing section number.
2007-12-19 08:01:24 +00:00
imp
457c3936bb
Go ahead and install usbdevs. This will be used by the usbdevs device
...
to print more information about some devices.
2007-12-19 01:28:17 +00:00
imp
5dbc9c7397
Add verbage on some of the rules for a 'filter' vs an 'ithread'
...
interrupt handler.
2007-12-19 01:26:34 +00:00
das
25e550cd17
Add sqrt() to the first table in the manpage. It seems it was accidentally
...
omitted.
2007-12-15 02:40:10 +00:00
scottl
442c0b4cf6
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
imp
ba5ae39a20
BSDMAKE isn't really needed and was removed, so remove here
2007-12-13 00:09:43 +00:00