svn commit: r216115 - in head/sys: modules/cc modules/cc/cc_htcp netinet/cc

2010-12-01 Thread Lawrence Stewart
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

svn commit: r216114 - in head/sys: modules/cc modules/cc/cc_cubic netinet/cc

2010-12-01 Thread Lawrence Stewart
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

Re: svn commit: r209110 - in head/lib/msun: . src

2010-12-01 Thread Garrett Cooper
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 >>>

Re: svn commit: r209110 - in head/lib/msun: . src

2010-12-01 Thread Garrett Cooper
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

svn commit: r216113 - head/gnu/usr.bin/cc

2010-12-01 Thread Nathan Whitehorn
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

Re: svn commit: r209110 - in head/lib/msun: . src

2010-12-01 Thread David Schultz
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 > >

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

2010-12-01 Thread Lawrence Stewart
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

svn commit: r216112 - head/sys/kern

2010-12-01 Thread Warner Losh
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 ===

svn commit: r216111 - head/sys/dev/fxp

2010-12-01 Thread Pyun YongHyeon
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

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

2010-12-01 Thread Bruce Evans
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 ==

svn commit: r216109 - in head/sys/modules: . cc

2010-12-01 Thread Lawrence Stewart
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

svn commit: r216107 - head/sys/netinet/cc

2010-12-01 Thread Lawrence Stewart
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

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

2010-12-01 Thread Kevin Lo
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 ===

svn commit: r216105 - in head/sys/netinet: . cc

2010-12-01 Thread Lawrence Stewart
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

svn commit: r216104 - head/sys/kern

2010-12-01 Thread Edward Tomasz Napierala
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 =

svn commit: r216103 - head/sys/netinet

2010-12-01 Thread Lawrence Stewart
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

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

2010-12-01 Thread Lawrence Stewart
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

svn commit: r216101 - head/sys/netinet

2010-12-01 Thread Lawrence Stewart
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

Re: svn commit: r216091 - head/sys/dev/usb

2010-12-01 Thread Jung-uk Kim
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

svn commit: r216100 - head/bin/sh

2010-12-01 Thread Jilles Tjoelker
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 ==

svn commit: r216099 - head/sys/ufs/ffs

2010-12-01 Thread Konstantin Belousov
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

svn commit: r216098 - head/sys/geom/label

2010-12-01 Thread Jaakko Heinonen
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

Re: svn commit: r216016 - head/sys/sparc64/include

2010-12-01 Thread Alan Cox
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

svn commit: r216095 - head/sbin/bsdlabel

2010-12-01 Thread Kevin Lo
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 ===