Author: lstewart
Date: Thu Dec 2 06:40:21 2010
New Revision: 216115
URL: http://svn.freebsd.org/changeset/base/216115
Log:
Import a clean-room implementation of the experimental H-TCP congestion
control
algorithm based on the Internet-Draft "draft-leith-tcp-htcp-06.txt". It is
implemented
Author: lstewart
Date: Thu Dec 2 06:05:44 2010
New Revision: 216114
URL: http://svn.freebsd.org/changeset/base/216114
Log:
Import a clean-room implementation of the experimental CUBIC congestion
control
algorithm based on the Internet-Draft "draft-rhee-tcpm-cubic-02.txt". It is
implemented
On Wed, Dec 1, 2010 at 9:16 PM, Garrett Cooper wrote:
> On Wed, Dec 1, 2010 at 8:57 PM, David Schultz wrote:
>> On Tue, Jun 15, 2010, David Schultz wrote:
>>> On Tue, Jun 15, 2010, Kostik Belousov wrote:
>>> > On Sat, Jun 12, 2010 at 05:32:05PM +, David Schultz wrote:
>>> > > Author: das
>>>
On Wed, Dec 1, 2010 at 8:57 PM, David Schultz wrote:
> On Tue, Jun 15, 2010, David Schultz wrote:
>> On Tue, Jun 15, 2010, Kostik Belousov wrote:
>> > On Sat, Jun 12, 2010 at 05:32:05PM +, David Schultz wrote:
>> > > Author: das
>> > > Date: Sat Jun 12 17:32:05 2010
>> > > New Revision: 209110
Author: nwhitehorn
Date: Thu Dec 2 04:58:07 2010
New Revision: 216113
URL: http://svn.freebsd.org/changeset/base/216113
Log:
The driver-XXX.c files used for host CPU detection with -march=native
should not be compiled in the cross-tools case (where -march=native makes
no sense). This fixes
On Tue, Jun 15, 2010, David Schultz wrote:
> On Tue, Jun 15, 2010, Kostik Belousov wrote:
> > On Sat, Jun 12, 2010 at 05:32:05PM +, David Schultz wrote:
> > > Author: das
> > > Date: Sat Jun 12 17:32:05 2010
> > > New Revision: 209110
> > > URL: http://svn.freebsd.org/changeset/base/209110
> >
On 12/02/10 14:45, Bruce Evans wrote:
> On Thu, 2 Dec 2010, Lawrence Stewart wrote:
>
>> Log:
>> Pass NULL instead of 0 for the th pointer value. NULL != 0 on all
>> platforms.
>>
>> Submitted by:David Hayes
>> MFC after:9 weeks
>> X-MFC with:r215166
>>
>> Modified:
>> head/sys/n
Author: imp
Date: Thu Dec 2 04:28:01 2010
New Revision: 216112
URL: http://svn.freebsd.org/changeset/base/216112
Log:
removed tag is '-', not '+'.
remove extra return.
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
===
Author: yongari
Date: Thu Dec 2 03:53:29 2010
New Revision: 216111
URL: http://svn.freebsd.org/changeset/base/216111
Log:
If RX lockup workaround is enabled, fxp(4) will periodically reset
the controller to workaround silicon bug of i82557. Each reset will
re-establish link which in turn tr
On Thu, 2 Dec 2010, Lawrence Stewart wrote:
Log:
Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.
Submitted by: David Hayes
MFC after: 9 weeks
X-MFC with:r215166
Modified:
head/sys/netinet/tcp_timer.c
Modified: head/sys/netinet/tcp_timer.c
==
Author: lstewart
Date: Thu Dec 2 03:10:35 2010
New Revision: 216109
URL: http://svn.freebsd.org/changeset/base/216109
Log:
Add build infrastructure for the forthcoming CC algorithm modules.
Sponsored by: FreeBSD Foundation
Submitted by: David Hayes
MFC after:3 months
Added:
hea
Author: lstewart
Date: Thu Dec 2 02:32:46 2010
New Revision: 216107
URL: http://svn.freebsd.org/changeset/base/216107
Log:
General cleanup of the NewReno CC module (no functional changes):
- Remove superfluous includes and unhelpful comments.
- Alphabetically order functions.
- M
Author: kevlo
Date: Thu Dec 2 01:46:06 2010
New Revision: 216106
URL: http://svn.freebsd.org/changeset/base/216106
Log:
Don't error out while searching for empty directories.
Submitted by: Bakul Shah
Modified:
head/usr.bin/find/function.c
Modified: head/usr.bin/find/function.c
===
Author: lstewart
Date: Thu Dec 2 01:36:00 2010
New Revision: 216105
URL: http://svn.freebsd.org/changeset/base/216105
Log:
- Reinstantiate the after_idle hook call in tcp_output(), which got lost
somewhere along the way due to mismerging r211464 in our development tree.
- Capture the e
Author: trasz
Date: Thu Dec 2 01:14:45 2010
New Revision: 216104
URL: http://svn.freebsd.org/changeset/base/216104
Log:
Remove useless NULL checks for M_WAITOK mallocs.
Modified:
head/sys/kern/sysv_msg.c
head/sys/kern/sysv_shm.c
Modified: head/sys/kern/sysv_msg.c
=
Author: lstewart
Date: Thu Dec 2 01:01:37 2010
New Revision: 216103
URL: http://svn.freebsd.org/changeset/base/216103
Log:
Set ssthresh appropriately on RTO. This change was accidentally not ported
from
the pre modular CC stack.
Sponsored by: FreeBSD Foundation
Submitted by: David Hay
On 12/02/10 11:47, Lawrence Stewart wrote:
> Author: lstewart
> Date: Thu Dec 2 00:47:55 2010
> New Revision: 216101
> URL: http://svn.freebsd.org/changeset/base/216101
>
> Log:
> Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.
>
Sponsored by: FreeBSD F
Author: lstewart
Date: Thu Dec 2 00:47:55 2010
New Revision: 216101
URL: http://svn.freebsd.org/changeset/base/216101
Log:
Pass NULL instead of 0 for the th pointer value. NULL != 0 on all platforms.
Submitted by: David Hayes
MFC after:9 weeks
X-MFC with: r215166
Modified:
he
On Tuesday 30 November 2010 10:51 pm, Weongyo Jeong wrote:
> Author: weongyo
> Date: Wed Dec 1 03:51:06 2010
> New Revision: 216091
> URL: http://svn.freebsd.org/changeset/base/216091
>
> Log:
> Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's
> attached or detached. Normally it
Author: jilles
Date: Wed Dec 1 23:26:32 2010
New Revision: 216100
URL: http://svn.freebsd.org/changeset/base/216100
Log:
sh(1): Document that command's -p option also works with -v/-V.
This was implemented in r201343.
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
==
Author: kib
Date: Wed Dec 1 21:19:11 2010
New Revision: 216099
URL: http://svn.freebsd.org/changeset/base/216099
Log:
Journal start looks up .sujournal file by doing lookup on the root dvp.
As result, failed softdep_mount() might leave up to two vnodes on the
mp mountlist, preventing mnt_re
Author: jh
Date: Wed Dec 1 19:24:07 2010
New Revision: 216098
URL: http://svn.freebsd.org/changeset/base/216098
Log:
- Report an error when a label with invalid name is attempted to be
created with glabel(8).
- Fix a typo in an error message.
- Fix comment typos.
Approved by: pjd
Marius Strobl wrote:
On Mon, Nov 29, 2010 at 08:23:08PM +0100, Marius Strobl wrote:
On Tue, Nov 30, 2010 at 12:31:31AM +0600, Max Khon wrote:
Marius,
On Mon, Nov 29, 2010 at 1:45 AM, Marius Strobl wrote:
On Sun, Nov 28, 2010 at 07:26:20PM +, Max Khon wrote:
Author: fjoe
Da
Author: kevlo
Date: Wed Dec 1 08:07:32 2010
New Revision: 216095
URL: http://svn.freebsd.org/changeset/base/216095
Log:
Closing file descriptors when it's done
Modified:
head/sbin/bsdlabel/bsdlabel.c
Modified: head/sbin/bsdlabel/bsdlabel.c
===
24 matches
Mail list logo