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
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
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
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
=
* 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
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
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
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
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
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
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
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
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
==
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
=
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
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
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
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
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
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?
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
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
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
=
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:
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
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
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
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
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
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
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
31 matches
Mail list logo