Pawel Jakub Dawidek
71ce4c9c10
MFp4: Reduce diff against vendor.
2007-04-24 16:49:01 +00:00
Pawel Jakub Dawidek
692fd5a7b9
MFp4: We have stronger 'lock already initialized' check now, so we can
...
reduce diff against the vendor by removing bzero of this mutex.
2007-04-24 16:45:42 +00:00
John Baldwin
b72d374cee
Update comments for the 0xcf9 and 0x92 reset methods to explain what we are
...
actually doing and what the various bits mean.
2007-04-24 15:16:27 +00:00
Hidetoshi Shimokawa
e340a7ac14
Configuration ROM length should be unsigned.
...
MFC: 1 week
2007-04-24 12:15:05 +00:00
Edward Tomasz Napierala
7de25fce9a
- Add myself as miwi's mentee.
...
Approved by: miwi (mentor)
2007-04-24 12:06:59 +00:00
Yaroslav Tykhiy
23de0ae36e
Having finished with vlan(4) for today, touch .Dd.
2007-04-24 11:48:49 +00:00
Yaroslav Tykhiy
677f6a7872
We shouldn't say that most Ethernet drivers don't support long frames,
...
as it's no longer true.
2007-04-24 11:40:52 +00:00
Yaroslav Tykhiy
68721affb2
"Long frame" is the well-known term found in h/w documentation
...
from several vendors, so prefer it over other synonyms.
2007-04-24 11:35:47 +00:00
Yaroslav Tykhiy
66d204f862
Now that we list hardware that supports vlan(4) natively,
...
we don't need to repeat that for each device listed.
2007-04-24 11:22:27 +00:00
Sepherosa Ziehau
3629c47471
Nuke unnecessary setting of ural(4)'s security registers. ural(4) only
...
supports software encrypt/decrypt.
The nuked code itself is quite problematic, as pointed out by sam@ ---
wk->wk_keyix should be replaced by the loop count.
Tested with WEP/TKIP/CCMP/no-protection.
Approved by: sam@ (mentor)
Noticed by: Hans Petter Selasky <hselasky@c2i.net>
2007-04-24 11:18:55 +00:00
Yaroslav Tykhiy
86df51f60c
xl(4) can support long frames on all chip revisions now.
2007-04-24 11:06:35 +00:00
Yaroslav Tykhiy
efa2c6384a
de(4) ceased to support the BIG_PACKET hack.
2007-04-24 11:03:53 +00:00
Konstantin Belousov
8e68f804a7
Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() could
...
result in bdwrite() being reentered, thus causing infinite recursion.
Reported and tested by: Peter Holm
Reviewed by: tegge
MFC after: 2 weeks
2007-04-24 10:59:21 +00:00
Yaroslav Tykhiy
b238c415a1
tl(4) in fact has no signs of long frame support.
2007-04-24 10:51:48 +00:00
Alexander Motin
206fa244b7
Avoid false assertion on transmit and delayed ack timeout with enabled invariants.
...
Replace callout_pending() by callout_active() to remove race window.
Reviewed by: archie
Approved by: glebius (mentor)
2007-04-24 10:50:25 +00:00
Yaroslav Tykhiy
ef8fd01e25
vr(4) gained VLAN_MTU support.
2007-04-24 10:49:56 +00:00
Yaroslav Tykhiy
2421425c45
Add a few missing "&merged;" markers:
...
- arp -a -d -i foo
- ifconfig -k
- ifconfig -tunnel
- ifconfig -vlandev [w/o the useless argument]
2007-04-24 08:58:09 +00:00
Poul-Henning Kamp
526b59ddc5
Bump .Dd
...
(which seems to have been redefined by the doc-mafia while I wasn't
paying attention :-)
2007-04-24 07:10:10 +00:00
Poul-Henning Kamp
51cb2d580d
Manpage update for extended led(4) api
2007-04-24 06:30:23 +00:00
Hidetoshi Shimokawa
33018fbdff
If compressed length is zero, return a zero-filled block.
...
MFC after: 1 week
2007-04-24 06:30:06 +00:00
Poul-Henning Kamp
8f30c4da04
Get endianess right.
...
Why would an XML library need to know about endianess anyway ??
Prodded by, long time ago: ahze
2007-04-24 06:29:27 +00:00
John Baldwin
194617769b
Tweak printf string.
2007-04-23 22:53:01 +00:00
Gregory Neil Shapiro
25839b7051
Remove release note about recompiling milters.
2007-04-23 22:48:13 +00:00
Gregory Neil Shapiro
743f4bc8a1
This commit was generated by cvs2svn to compensate for changes in r168993,
...
which included commits to RCS files with non-trunk default branches.
2007-04-23 22:32:30 +00:00
Gregory Neil Shapiro
dda9925afc
For completeness, also copy over the Copyright year changes from the
...
sendmail.org repo on these modified files.
2007-04-23 22:32:30 +00:00
Gregory Neil Shapiro
68a4071776
Forced commit to .mc files to force creation of new .cf files for mergemaster.
2007-04-23 22:23:54 +00:00
Gregory Neil Shapiro
a69c10f519
Add a new note to revoke the 20070408 note. Is is no longer necessary
...
to recompile milters.
MFC after: 4 days
2007-04-23 22:15:07 +00:00
Gregory Neil Shapiro
6d13d6cb73
Bring in sendmail.org code from the future 8.14.2 release which restores
...
ABI compatibility to users of the libmilter.so shared library.
2007-04-23 22:11:27 +00:00
Gregory Neil Shapiro
db1f223f71
This commit was generated by cvs2svn to compensate for changes in r168988,
...
which included commits to RCS files with non-trunk default branches.
2007-04-23 22:11:27 +00:00
Bruce A. Mah
9100d31299
Mostly-cosmetic fixes in low-memory warning messages:
...
o Fix linewrap issues.
o Fix two typos (s/Recomended/Recommended/ and s/tunning/tuning/)
o Remove a couple of extra instances of the word "of".
o Update names of kmem_size variables.
Approved by: pjd
2007-04-23 21:52:14 +00:00
Andre Oppermann
9fa198bead
o Fix INP lock leak in the minttl case
...
o Remove indirection in the decision of unlocking inp
o Further annotation of locking in tcp_input()
2007-04-23 19:41:47 +00:00
Dag-Erling Smørgrav
b77d604841
Fix old locking bugs which were revealed when pseudofs was made MPSAFE.
...
Submitted by: tegge
2007-04-23 19:17:01 +00:00
Scott Long
06b7b89f0d
Remove obsolete headers. Move kernel specific headers under #ifdefs
2007-04-23 18:01:44 +00:00
Alexander Motin
34d16c641d
Global xmit stats calculation fix.
...
Approved by: glebius (mentor)
2007-04-23 15:25:14 +00:00
Robert Watson
3c12909241
Add au_to_zonename.3 alias for au_token.3.
...
Obtained from: TrustedBSD Project
2007-04-23 14:46:59 +00:00
Robert Watson
d9135e724e
Audit pathnames looked up in swapon(2) and swapoff(2).
...
MFC after: 2 weeks
Obtained from: TrustedBSD Project
2007-04-23 14:41:34 +00:00
Pawel Jakub Dawidek
cfda925270
Too much diff reduction. 'cmd' has to be u_long.
...
Reported by: delphij
2007-04-23 13:47:49 +00:00
Robert Watson
305759909e
Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,
...
where similar data structures exist to support devfs and the MAC
Framework, but are named differently.
Obtained from: TrustedBSD Project
Sponsored by: SPARTA, Inc.
2007-04-23 13:36:54 +00:00
Robert Watson
78007886c9
Apply variable name normalization to MAC policies: adopt global conventions
...
for the naming of variables associated with specific data structures.
Obtained from: TrustedBSD Project
2007-04-23 13:15:23 +00:00
Pawel Jakub Dawidek
8c804c7c98
Correct typo.
2007-04-23 12:53:00 +00:00
Poul-Henning Kamp
ea60845d09
Make it possible to specify an initial state for the LED.
...
Requested by: Henrik Brix Andersen <henrik@brixandersen.dk>
PR: 112008
2007-04-23 12:42:15 +00:00
Poul-Henning Kamp
98b2967900
Add VLAN capability.
...
Submitted by: Slawa Olhovchenkov <slw@zxy.spb.ru>
2007-04-23 12:19:02 +00:00
Poul-Henning Kamp
601c3cc018
Improve reporting in recoverdisk a good deal.
...
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
PR: 111630
2007-04-23 12:17:27 +00:00
Yaroslav Tykhiy
f3aad16b88
Insert explicit space between the output fields to prevent them
...
from running together when a field overflows.
MFC after: 1 week
2007-04-23 11:43:22 +00:00
George V. Neville-Neil
6486cbd7bb
Turn off route header processing for now due to issues pointed out
...
by Philippe Biondi and Arnaud Ebalard. This is a temporary fix
until more discussion can be had on the exact risks involved in
allowing source routing in IPv6
Submitted by: itojun
Reviewed by: jinmei
MFC after: 1 day
2007-04-23 09:32:04 +00:00
Matteo Riondato
55987d865b
1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP
...
other than INADDR_ANY.
2) Add the -6 option to specify "IPv6 only".
Glanced at by: bms
Requested by: bms [2]
PR: bin/84494 [1]
Approved by: silence from maintainer (~2 weeks) [1]
MFC after: 2 weeks
2007-04-23 07:09:25 +00:00
Alan Cox
cf75c506db
Add synchronization. Eliminate the acquisition and release of Giant.
...
Reviewed by: tegge
2007-04-23 06:12:24 +00:00
Sam Leffler
b298baf298
make dev.ath.N.ledpin have an immediate effect
...
PR: kern/111810
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
MFC after: 1 week
2007-04-23 05:57:06 +00:00
Sam Leffler
6e3a3700de
o fix a buffer overflow in save_key() that occurs with 104-bit wep
...
o make some variables parameters (frequency of crack, and maximum channel)
o try to spoof mac if association fails
Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk>
2007-04-23 05:51:18 +00:00
Daniel Eischen
96c57267f5
Add a reference and lock the target thread when setting its name.
...
Submitted by: davidxu (via libthr)
2007-04-23 03:36:14 +00:00