svn commit: r211295 - head/sys/net80211

2010-08-14 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Aug 14 09:29:42 2010 New Revision: 211295 URL: http://svn.freebsd.org/changeset/base/211295 Log: Initialize ni_txrate after txparams have been setup. Some drivers calculate various things prior to association based on ni_txrate and rely on it being nonzero.

svn commit: r211301 - head/sys/netinet6

2010-08-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Aug 14 14:13:44 2010 New Revision: 211301 URL: http://svn.freebsd.org/changeset/base/211301 Log: In rip6_input(), in case of multicast, we might skip the normal processing and go to the next iteration early if multicast filtering would decide that this socket shall not

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

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 14:18:02 2010 New Revision: 211303 URL: http://svn.freebsd.org/changeset/base/211303 Log: Export ath stats via snmp, rather than requiring a debugging interface and athstats. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

svn commit: r211304 - head/lib/libutil

2010-08-14 Thread Dag-Erling Smorgrav
Author: des Date: Sat Aug 14 14:34:36 2010 New Revision: 211304 URL: http://svn.freebsd.org/changeset/base/211304 Log: Simplify expand_number() by combining the (unrolled) loop with the switch. Since expand_number() does not accept negative numbers, switch from int64_t to uint64_t; this

Re: svn commit: r211304 - head/lib/libutil

2010-08-14 Thread mdf
On Sat, Aug 14, 2010 at 2:34 PM, Dag-Erling Smorgrav d...@freebsd.org wrote: Author: des Date: Sat Aug 14 14:34:36 2010 New Revision: 211304 URL: http://svn.freebsd.org/changeset/base/211304 Log:  Simplify expand_number() by combining the (unrolled) loop with the  switch.  Since

Re: svn commit: r211303 - head/sys/dev/ath

2010-08-14 Thread Rui Paulo
On 14 Aug 2010, at 15:18, Adrian Chadd wrote: Author: adrian Date: Sat Aug 14 14:18:02 2010 New Revision: 211303 URL: http://svn.freebsd.org/changeset/base/211303 Log: Export ath stats via snmp, rather than requiring a debugging interface and athstats. Don't you mean sysctl?

Re: svn commit: r211303 - head/sys/dev/ath

2010-08-14 Thread Adrian Chadd
I do, sorry. I had SNMP on the brain at that point (as I actually have a local bsnmpd module which exports those sysctl's via SNMP.) adrian On 14 August 2010 23:16, Rui Paulo rpa...@freebsd.org wrote: On 14 Aug 2010, at 15:18, Adrian Chadd wrote: Author: adrian Date: Sat Aug 14 14:18:02

svn commit: r211306 - head/sys/dev/ath/ath_hal/ar5416

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 15:28:15 2010 New Revision: 211306 URL: http://svn.freebsd.org/changeset/base/211306 Log: Fix the calibration logic to correctly clamp the calculated coefficient. Obtained from:OpenWRT r22123, 521-ath9k_iqcal_fix.patch Modified:

svn commit: r211307 - head/sys/dev/ath/ath_hal/ar5416

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 15:29:21 2010 New Revision: 211307 URL: http://svn.freebsd.org/changeset/base/211307 Log: Merge in a fix for the power/(gain?) calculation. Apply it to both the 5416/9160 and 9285 code paths. Obtained from:OpenWRT r22123, 522-ath9k_pwrcal_fix.patch

svn commit: r211308 - head/sys/dev/ath/ath_hal/ar5416

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 15:46:18 2010 New Revision: 211308 URL: http://svn.freebsd.org/changeset/base/211308 Log: * Merge in AR9160 initval updates from Linux-2.6.34. * Grab the AR_PHY_CCA and AR_PHY_EXT_CCA initvals from Linux wireless-testing. Obtained from: Linux-2.6.34

svn commit: r211314 - in head/sys: dev/bwi dev/bwn dev/iwn dev/ral dev/usb/wlan dev/wpi net80211

2010-08-14 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Aug 14 20:12:10 2010 New Revision: 211314 URL: http://svn.freebsd.org/changeset/base/211314 Log: Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework should set this capability. MFC after:2 weeks Modified: head/sys/dev/bwi/if_bwi.c

svn commit: r211315 - head/sys/netinet

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 20:40:55 2010 New Revision: 211315 URL: http://svn.freebsd.org/changeset/base/211315 Log: Disable TCP inflight limiter by default. It was experimental and interferes with the normal congestion control algorithms by instating a separate, possibly lower,

svn commit: r211316 - head/sys/netinet

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 21:04:27 2010 New Revision: 211316 URL: http://svn.freebsd.org/changeset/base/211316 Log: Change the messages of the ICMP bad port bandwidth limiter from a kernel printf to a log output with the priority of LOG_NOTICE. This way the messages still show up in

svn commit: r211318 - head/usr.sbin/sysinstall

2010-08-14 Thread Jens Schweikhardt
Author: schweikh Date: Sat Aug 14 21:48:22 2010 New Revision: 211318 URL: http://svn.freebsd.org/changeset/base/211318 Log: Correctly spell janice and jimmy as janis and jimi (assuming the famous rock stars meant were Miss Joplin and Mr Hendrix.) Modified: head/usr.sbin/sysinstall/config.c

Re: svn commit: r211311 - head/etc

2010-08-14 Thread Ed Schouten
* Doug Barton do...@freebsd.org wrote: - [ -n $enable_quotas ] quota_enable=$enable_quotas + [ -n $enable_quotas ] err 1 enable_quotas is deprecated, use quotas_enable The flag is called quota_enable, right? Not quotas_enable. Also: Log: Give people some warning before

svn commit: r211319 - head/etc

2010-08-14 Thread Doug Barton
Author: dougb Date: Sat Aug 14 22:28:07 2010 New Revision: 211319 URL: http://svn.freebsd.org/changeset/base/211319 Log: Fix silly typo on my part (s/quotas_enable/quota_enable/) Submitted by: ed Modified: head/etc/rc.subr Modified: head/etc/rc.subr

Re: svn commit: r211311 - head/etc

2010-08-14 Thread Doug Barton
On 08/14/2010 15:12, Ed Schouten wrote: * Doug Barton do...@freebsd.org wrote: -[ -n $enable_quotas ] quota_enable=$enable_quotas +[ -n $enable_quotas ] err 1 enable_quotas is deprecated, use quotas_enable The flag is called quota_enable, right? Not quotas_enable. Right, sorry.

Re: svn commit: r211315 - head/sys/netinet

2010-08-14 Thread Lawrence Stewart
On 08/15/10 06:40, Andre Oppermann wrote: Author: andre Date: Sat Aug 14 20:40:55 2010 New Revision: 211315 URL: http://svn.freebsd.org/changeset/base/211315 Log: Disable TCP inflight limiter by default. It was experimental and interferes with the normal congestion control