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

svn commit: r211321 - stable/6/sys/dev/digi

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 22:49:07 2010 New Revision: 211321 URL: http://svn.freebsd.org/changeset/base/211321 Log: MFC r150132: Increase boot-time DigiBIOS initialization timeout to allow for a larger number of chained port modules. PR: kern/55018 Submitted by

Re: svn commit: r211311 - head/etc

2010-08-14 Thread Doug Barton
On 08/14/2010 15:12, Ed Schouten wrote: > * Doug Barton 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, sorr

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 Ed Schouten
* Doug Barton 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 removing

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

svn commit: r211317 - head/sys/netinet

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 21:41:33 2010 New Revision: 211317 URL: http://svn.freebsd.org/changeset/base/211317 Log: When using TSO and sending more than TCP_MAXWIN sendalot is set and we loop back to 'again'. If the remainder is less or equal to one full segment, the TSO flag was not c

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: 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, ceili

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 hea

svn commit: r211313 - stable/7/sys/netinet

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 20:03:32 2010 New Revision: 211313 URL: http://svn.freebsd.org/changeset/base/211313 Log: MFC r210666: Fix a bug in syncache where the initial CWND for new incoming connections was limited to one segment under the faulty assumption of a retransmit. D

svn commit: r211312 - stable/8/sys/netinet

2010-08-14 Thread Andre Oppermann
Author: andre Date: Sat Aug 14 19:36:48 2010 New Revision: 211312 URL: http://svn.freebsd.org/changeset/base/211312 Log: MFC r210666: Fix a bug in syncache where the initial CWND for new incoming connections was limited to one segment under the faulty assumption of a retransmit. D

svn commit: r211311 - head/etc

2010-08-14 Thread Doug Barton
Author: dougb Date: Sat Aug 14 18:58:05 2010 New Revision: 211311 URL: http://svn.freebsd.org/changeset/base/211311 Log: Give people some warning before removing enable_quotas Modified: head/etc/rc.subr Modified: head/etc/rc.subr ==

svn commit: r211310 - stable/8/sys/conf

2010-08-14 Thread Warner Losh
Author: imp Date: Sat Aug 14 18:40:05 2010 New Revision: 211310 URL: http://svn.freebsd.org/changeset/base/211310 Log: Map COMPAT_IA32 to COMPAT_FREEBSD32 Added: stable/8/sys/conf/options-compat (contents, props changed) Added: stable/8/sys/conf/options-compat =

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

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 15:48:18 2010 New Revision: 211309 URL: http://svn.freebsd.org/changeset/base/211309 Log: A local addition, not imported from ath9k. AR_PHY_CALMODE is explicitly reset on interface reset for other chipsets; this commit also sets it for the AR9160. Modified

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 Modifi

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: 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: head/sys/dev/ath/at

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 wrote: > > On 14 Aug 2010, at 15:18, Adrian Chadd wrote: > >> Author: adrian >> Date: Sat Aug 14 14:18:02 2010 >> New Re

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: r211304 - head/lib/libutil

2010-08-14 Thread mdf
On Sat, Aug 14, 2010 at 2:34 PM, Dag-Erling Smorgrav 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 expand_number() doe

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 mak

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: r211302 - in stable/8/sys: amd64/ia32 compat/freebsd32 ia64/ia32

2010-08-14 Thread Konstantin Belousov
Author: kib Date: Sat Aug 14 14:13:58 2010 New Revision: 211302 URL: http://svn.freebsd.org/changeset/base/211302 Log: MFC r211006: Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS in the compat32 code. Use sv_usrstack instead of FREEBSD32_USRSTACK as well. Modified:

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 r

svn commit: r211300 - stable/8/sys/compat/freebsd32

2010-08-14 Thread Konstantin Belousov
Author: kib Date: Sat Aug 14 14:09:13 2010 New Revision: 211300 URL: http://svn.freebsd.org/changeset/base/211300 Log: MFC r211005: Add compat32 definition for (old) struct ostat. Modified: stable/8/sys/compat/freebsd32/freebsd32.h Directory Properties: stable/8/sys/ (props changed) s

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

2010-08-14 Thread Adrian Chadd
Author: adrian Date: Sat Aug 14 14:01:12 2010 New Revision: 211299 URL: http://svn.freebsd.org/changeset/base/211299 Log: Add a global counter of missed beacons. The existing missed beacon count is reset once a beacon isn't missed. Modified: head/sys/dev/ath/if_ath.c head/sys/dev/ath/i

svn commit: r211298 - stable/6/sys/netinet

2010-08-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Aug 14 13:51:38 2010 New Revision: 211298 URL: http://svn.freebsd.org/changeset/base/211298 Log: MFC r210686: MFp4 @181628: Free the rtentry after we diconnected it from the FIB and are counting it as rttrash. There might still be a chance we leak it from

svn commit: r211297 - stable/7/sys/netinet

2010-08-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Aug 14 13:47:34 2010 New Revision: 211297 URL: http://svn.freebsd.org/changeset/base/211297 Log: MFC r210686: MFp4 @181628: Free the rtentry after we diconnected it from the FIB and are counting it as rttrash. There might still be a chance we leak it from

svn commit: r211296 - stable/8/sys/netinet

2010-08-14 Thread Bjoern A. Zeeb
Author: bz Date: Sat Aug 14 13:44:24 2010 New Revision: 211296 URL: http://svn.freebsd.org/changeset/base/211296 Log: MFC r210686: MFp4 @181628: Free the rtentry after we diconnected it from the FIB and are counting it as rttrash. There might still be a chance we leak it from

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. PR