svn commit: r222707 - head/sys/dev/ath

2011-06-04 Thread Adrian Chadd
Author: adrian Date: Sun Jun 5 03:33:46 2011 New Revision: 222707 URL: http://svn.freebsd.org/changeset/base/222707 Log: Add a missing call to sync the DMAed buffer before the radar event data is extracted. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ===

svn commit: r222703 - head/sys/dev/cxgbe

2011-06-04 Thread Navdeep Parhar
Author: np Date: Sat Jun 4 23:36:19 2011 New Revision: 222703 URL: http://svn.freebsd.org/changeset/base/222703 Log: Cause backpressure (instead of dropping frames) on congestion. MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

svn commit: r222702 - head/sys/sys

2011-06-04 Thread Robert Watson
Author: rwatson Date: Sat Jun 4 23:31:41 2011 New Revision: 222702 URL: http://svn.freebsd.org/changeset/base/222702 Log: Allocate four bits from the mbuf flags field to represent the hash type of a software- or hardware-generated hash held in the mbuf.m_pkthdr.flowid field, and provide acc

svn commit: r222701 - head/sys/dev/cxgbe

2011-06-04 Thread Navdeep Parhar
Author: np Date: Sat Jun 4 23:31:33 2011 New Revision: 222701 URL: http://svn.freebsd.org/changeset/base/222701 Log: Allow lazy fill up of freelists. MFC after:3 days Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/adapter.h ===

svn commit: r222700 - stable/8/sys/i386/xen

2011-06-04 Thread Attilio Rao
Author: attilio Date: Sat Jun 4 22:51:06 2011 New Revision: 222700 URL: http://svn.freebsd.org/changeset/base/222700 Log: MFC r222065: Sync XEN support with i386 about the usage of ipi_send_cpu() Modified: stable/8/sys/i386/xen/mp_machdep.c Directory Properties: stable/8/sys/ (props ch

Re: svn commit: r222488 - in head/sys: contrib/pf/net netinet netinet/ipfw netinet6

2011-06-04 Thread Kristof Provost
On 2011-06-04 17:27:56 (+0100), Robert Watson wrote: > > On Sat, 4 Jun 2011, Kristof Provost wrote: > > >I'm seeing a panic when I start natd, which I suspect is related > >to this commit: > > And, I believe now fixed in the just-committed r222690. My > suggestion is that people running -CURRE

svn commit: r222699 - head/bin/sh

2011-06-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 4 22:19:00 2011 New Revision: 222699 URL: http://svn.freebsd.org/changeset/base/222699 Log: sh: Improve error message if the script cannot be opened. Avoid ": cannot open : ...". Modified: head/bin/sh/options.c Modified: head/bin/sh/options.c ==

svn commit: r222697 - head/usr.bin/find

2011-06-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 4 21:59:55 2011 New Revision: 222697 URL: http://svn.freebsd.org/changeset/base/222697 Log: find: Exit if there is an unknown option. Ignoring the parameter with the unknown options is unlikely to be what was intended. Example: find -n . Note th

svn commit: r222696 - in head: share/man/man4 sys/conf sys/dev/usb/serial sys/modules/usb sys/modules/usb/umcs sys/modules/usb/umcs7840

2011-06-04 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jun 4 20:40:24 2011 New Revision: 222696 URL: http://svn.freebsd.org/changeset/base/222696 Log: Rename recently added USB serial driver. Suggested by: YongHyeon PYUN MFC after:7 days Added: head/share/man/man4/umcs.4 - copied, changed from r222578,

Re: svn commit: r222688 - head/sbin/hastd

2011-06-04 Thread Maxim Sobolev
On 6/4/2011 9:33 AM, Bjoern A. Zeeb wrote: I don't know about the hast internal protocol but the above reads kind of wrong to me. Hmm, not sure what exactly is wrong? Sender does 3 writes to the TCP socket - 32k, 32k and 1071 bytes, while receiver does one recv(MSG_WAITALL) with the size of 6

Re: svn commit: r222688 - head/sbin/hastd

2011-06-04 Thread Bjoern A. Zeeb
On Jun 4, 2011, at 4:01 PM, Maxim Sobolev wrote: > Author: sobomax > Date: Sat Jun 4 16:01:30 2011 > New Revision: 222688 > URL: http://svn.freebsd.org/changeset/base/222688 > > Log: > Read from the socket using the same max buffer size as we use while > sending. What happens otherwise is tha

svn commit: r222691 - in head/sys: contrib/pf/net netinet netinet6

2011-06-04 Thread Robert Watson
Author: rwatson Date: Sat Jun 4 16:33:06 2011 New Revision: 222691 URL: http://svn.freebsd.org/changeset/base/222691 Log: Add _mbuf() variants of various inpcb-related interfaces, including lookup, hash install, etc. For now, these are arguments are unused, but as we add RSS support, we wi

Re: svn commit: r222488 - in head/sys: contrib/pf/net netinet netinet/ipfw netinet6

2011-06-04 Thread Robert Watson
On Sat, 4 Jun 2011, Kristof Provost wrote: I'm seeing a panic when I start natd, which I suspect is related to this commit: And, I believe now fixed in the just-committed r222690. My suggestion is that people running -CURRENT should generally keep INVARIANTS and WITNESS on -- they introduc

svn commit: r222690 - head/sys/netinet

2011-06-04 Thread Robert Watson
Author: rwatson Date: Sat Jun 4 16:26:02 2011 New Revision: 222690 URL: http://svn.freebsd.org/changeset/base/222690 Log: IP divert sockets use their inpcbinfo for port reservation, although not for lookup. I missed its call to in_pcbbind() when preparing previous patches, which would lead

svn commit: r222689 - head/tools/regression/netinet/ipdivert

2011-06-04 Thread Robert Watson
Author: rwatson Date: Sat Jun 4 16:25:12 2011 New Revision: 222689 URL: http://svn.freebsd.org/changeset/base/222689 Log: Add a very simple IPDIVERT test, which creates IP divert sockets and checks for collision/non-collision properties in binding them. This test would have identified a bu

svn commit: r222688 - head/sbin/hastd

2011-06-04 Thread Maxim Sobolev
Author: sobomax Date: Sat Jun 4 16:01:30 2011 New Revision: 222688 URL: http://svn.freebsd.org/changeset/base/222688 Log: Read from the socket using the same max buffer size as we use while sending. What happens otherwise is that the sender splits all the traffic into 32k chunks, while the

svn commit: r222687 - head/sys/dev/iwn

2011-06-04 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jun 4 15:22:01 2011 New Revision: 222687 URL: http://svn.freebsd.org/changeset/base/222687 Log: Enable HT40 (40MHz channel width) support. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c =

svn commit: r222686 - in head/sys: conf powerpc/conf powerpc/powermac

2011-06-04 Thread Andreas Tobler
Author: andreast Date: Sat Jun 4 15:17:35 2011 New Revision: 222686 URL: http://svn.freebsd.org/changeset/base/222686 Log: Add new fan controller driver for the G4 MDD PowerMac. Submitted and tested by Justin Hibbits. Approved by: nwhitehorn (mentor) Added: head/sys/powerpc/powermac/

svn commit: r222685 - svnadmin/conf

2011-06-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jun 4 15:15:42 2011 New Revision: 222685 URL: http://svn.freebsd.org/changeset/base/222685 Log: Untether Andreas Tobler (andreast). Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ==

Divert socket problem (was: Re: svn commit: r222488 - in head/sys: contrib/pf/net netinet netinet/ipfw netinet6)

2011-06-04 Thread Robert N. M. Watson
stof: Thanks for the detailed report, and yes, it looks like that is exactly what is required. Could you try the attached patch? Robert 20110604-divert-fix.diff Description: Binary data ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/m

svn commit: r222684 - in head: bin/sh tools/regression/bin/sh/builtins

2011-06-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 4 15:05:52 2011 New Revision: 222684 URL: http://svn.freebsd.org/changeset/base/222684 Log: sh: Reduce more needless differences between error messages. Modified: head/bin/sh/alias.c head/bin/sh/input.c head/bin/sh/jobs.c head/bin/sh/main.c head/tools/reg

svn commit: r222683 - head/sys/net80211

2011-06-04 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jun 4 15:05:32 2011 New Revision: 222683 URL: http://svn.freebsd.org/changeset/base/222683 Log: Certain adapters have HT40 support on some but not all channels. The Intel 4965 devices for example have HT40 on 2GHz completely disabled but it is still supported for

Re: svn commit: r222488 - in head/sys: contrib/pf/net netinet netinet/ipfw netinet6

2011-06-04 Thread Kristof Provost
Hi, I'm seeing a panic when I start natd, which I suspect is related to this commit: panic: Lock pcbinfohash not exclusively locked @ /usr/src/sys/netinet/in_pcb.c:323 Backtrace: panic() ... _rw_assert() at _rw_assert+0x18d in_pcbbind() at in_pcbbind+0xf5 div_bind() at div_bind+0xb9 sobind() at

svn commit: r222682 - head/sys/net80211

2011-06-04 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jun 4 14:28:09 2011 New Revision: 222682 URL: http://svn.freebsd.org/changeset/base/222682 Log: Data frames sent over the mgmt path might be part of a TX aggr session too. In that case don't fiddle with the seqno as drivers are supposed to handle that. Curren

svn commit: r222681 - head/usr.sbin/bsdinstall/scripts

2011-06-04 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jun 4 12:51:22 2011 New Revision: 222681 URL: http://svn.freebsd.org/changeset/base/222681 Log: Fix resolv.conf search list creation: 1) do not print out an empty "search ", things do not like it. 2) the search list is not comma separated. Sponsored by: The FreeBSD

svn commit: r222680 - head/sys/dev/iwn

2011-06-04 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jun 4 11:56:20 2011 New Revision: 222680 URL: http://svn.freebsd.org/changeset/base/222680 Log: Only consider QoS frames for TX packet aggregation. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r222679 - head/sys/dev/iwn

2011-06-04 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Jun 4 11:43:09 2011 New Revision: 222679 URL: http://svn.freebsd.org/changeset/base/222679 Log: The firmware of 4965 series adapters seems to die while trying to send probe requests at 1Mbps while being associated on a 5GHz channel. Sending those at 6Mbps does wor

svn commit: r222678 - stable/7/share/man/man4

2011-06-04 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sat Jun 4 11:30:12 2011 New Revision: 222678 URL: http://svn.freebsd.org/changeset/base/222678 Log: MFC r222447: Mention that jumbo frame support is disabled on PCIe VT6130/VT6132 controllers because of TX MAC hangs when trying to send a frame that is

svn commit: r222677 - stable/8/share/man/man4

2011-06-04 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sat Jun 4 11:28:44 2011 New Revision: 222677 URL: http://svn.freebsd.org/changeset/base/222677 Log: MFC r222447: Mention that jumbo frame support is disabled on PCIe VT6130/VT6132 controllers because of TX MAC hangs when trying to send a frame that is

svn commit: r222676 - in head: bin/sh tools/regression/bin/sh/execution

2011-06-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 4 11:28:42 2011 New Revision: 222676 URL: http://svn.freebsd.org/changeset/base/222676 Log: sh: Honour -n while processing -c string. Added: head/tools/regression/bin/sh/execution/set-n4.0 (contents, props changed) Modified: head/bin/sh/eval.c Modified: head

U hebt een ongelezen bericht van de ING Bank

2011-06-04 Thread ING Bank
Geachte klant, U hebt een ongelezen bericht op uw internetbankieren rekening. [1]Bekijk uw bericht Groeten, ING Bank (c) 2011 Mijn ING, Alle rechten voorbehouden. Privacy Policy | Legal Disclaimer References 1. http://stickycreative.com/wp-includes/css/SesamLoginServlet.p

Re: svn commit: r222670 - in head/sys/cddl/compat/opensolaris: kern sys

2011-06-04 Thread Martin Matuska
If we are "fixing" this, what about following pjd's rules and moving in direction vendor code (reducing diff)? Or is it too expensive? If that way: a) the nsec_per_tick is defined in vendor code "usr/src/uts/common/conf/param.c". Maybe we should define it at least in sys/cddl/compat/opensolaris/

Re: svn commit: r222449 - in head/sys: conf dev/iicbus powerpc/conf

2011-06-04 Thread Henrik Brix Andersen
Hi, On Jun 4, 2011, at 11:45, Andreas Tobler wrote: > The chip itself is not PowerMac specific. It contains four times the > functionality of the ad7418 which is already in there. (dev/iicbus) > > The ofw is only needed to detect the chip and to wire the sensor place to the > right fan property

Re: svn commit: r222449 - in head/sys: conf dev/iicbus powerpc/conf

2011-06-04 Thread Andreas Tobler
Hi, sorry for the delay. On 29.05.11 17:10, Henrik Brix Andersen wrote: Hi, On May 29, 2011, at 16:25, Andreas Tobler wrote: Author: andreast Date: Sun May 29 14:25:42 2011 New Revision: 222449 URL: http://svn.freebsd.org/changeset/base/222449 Log: Add a new driver, the ad7417, to read tem

svn commit: r222675 - head/sys/powerpc/powermac

2011-06-04 Thread Andreas Tobler
Author: andreast Date: Sat Jun 4 09:25:59 2011 New Revision: 222675 URL: http://svn.freebsd.org/changeset/base/222675 Log: - Improve error handling. - Add retry loops for the i2c read/write functions. Approved by: nwhitehorn (mentor) Modified: head/sys/powerpc/powermac/fcu.c Modifie

svn commit: r222674 - head/sys/dev/iicbus

2011-06-04 Thread Andreas Tobler
Author: andreast Date: Sat Jun 4 09:23:54 2011 New Revision: 222674 URL: http://svn.freebsd.org/changeset/base/222674 Log: - Improve error handling. - Add a retry loop for the i2c sensor reading. - Check on busy status of the chip and on invalid values. - Fix a typo in a comment. - Repl

svn commit: r222673 - head/sys/dev/iicbus

2011-06-04 Thread Andreas Tobler
Author: andreast Date: Sat Jun 4 09:19:53 2011 New Revision: 222673 URL: http://svn.freebsd.org/changeset/base/222673 Log: Replace the FCU_ZERO_C_TO_K with the ZERO_C_TO_K from powermac_thermal.h. Approved by: nwhitehorn (mentor) Modified: head/sys/dev/iicbus/ds1775.c Modified: head/s

svn commit: r222672 - head/sys/dev/ath/ath_dfs/null

2011-06-04 Thread Adrian Chadd
Author: adrian Date: Sat Jun 4 08:24:58 2011 New Revision: 222672 URL: http://svn.freebsd.org/changeset/base/222672 Log: Commit radar detection changes missed by my previous commit. Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c ===

svn commit: r222671 - head/sys/mips/cavium

2011-06-04 Thread Warner Losh
Author: imp Date: Sat Jun 4 07:06:05 2011 New Revision: 222671 URL: http://svn.freebsd.org/changeset/base/222671 Log: Add support for True IDE mode to the Octeon CF driver. This mode is signalled when the attribute address for the CF is 0 in the octeon sysinfo structure. In this mode, the

svn commit: r222670 - in head/sys/cddl/compat/opensolaris: kern sys

2011-06-04 Thread Andriy Gapon
Author: avg Date: Sat Jun 4 07:02:06 2011 New Revision: 222670 URL: http://svn.freebsd.org/changeset/base/222670 Log: opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt* Reported by: David P. Discher Tested by:will Reviewed by: art Discussed with: dwhite M