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

2010-11-16 Thread Lawrence Stewart
Author: lstewart Date: Tue Nov 16 08:30:39 2010 New Revision: 215392 URL: http://svn.freebsd.org/changeset/base/215392 Log: Move protocol specific implementation detail out of the core CC framework. Sponsored by: FreeBSD Foundation Tested by:Mikolaj Golub MFC after:11 weeks X

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

2010-11-16 Thread Lawrence Stewart
Author: lstewart Date: Tue Nov 16 08:43:25 2010 New Revision: 215393 URL: http://svn.freebsd.org/changeset/base/215393 Log: - Querying the default CC algo is more common than setting it and the function is small, so there is no good reason not to declare the buffer at the top. - Fix a w

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

2010-11-16 Thread Lawrence Stewart
Author: lstewart Date: Tue Nov 16 09:34:31 2010 New Revision: 215395 URL: http://svn.freebsd.org/changeset/base/215395 Log: Make the CC framework more VIMAGE friendly by adding the machinery to allow vnets to select their own default CC algorithm independent of each other and the base syste

Re: svn commit: r215178 - in head: lib/libc/sys sys/kern sys/sys

2010-11-16 Thread Ivan Voras
On 16 November 2010 02:48, Luigi Rizzo wrote: > On Tue, Nov 16, 2010 at 01:33:53AM +0100, Ivan Voras wrote: >> On 15 November 2010 18:10, Luigi Rizzo wrote: >> >> > 2. [generic] passing pointers between userland and kernel >> > requires remapping the pointer when going up or down. >> > As the map

svn commit: r215397 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-11-16 Thread Andriy Gapon
Author: avg Date: Tue Nov 16 12:30:47 2010 New Revision: 215397 URL: http://svn.freebsd.org/changeset/base/215397 Log: fix misspelling in a comment Reported by: Daniel Braniss MFC after:3 days Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Modified: h

svn commit: r215398 - head/sys/x86/cpufreq

2010-11-16 Thread Andriy Gapon
Author: avg Date: Tue Nov 16 12:43:45 2010 New Revision: 215398 URL: http://svn.freebsd.org/changeset/base/215398 Log: hwpstate: use CPU_FOREACH when binding to all available processors Also, add a comment mentioning _PSD - on some systems it's enough to put one logical CPU into a particu

svn commit: r215399 - head/sys/kern

2010-11-16 Thread Olivier Houchard
Author: cognet Date: Tue Nov 16 14:08:21 2010 New Revision: 215399 URL: http://svn.freebsd.org/changeset/base/215399 Log: No need to include sys/systm.h twice. Modified: head/sys/kern/kern_rmlock.c Modified: head/sys/kern/kern_rmlock.c

Re: svn commit: r215327 - head/sys/dev/nfe

2010-11-16 Thread Tom Judge
On 11/15/2010 02:36 PM, Pyun YongHyeon wrote: > On Mon, Nov 15, 2010 at 10:47:16AM -0600, Tom Judge wrote: >> On 11/14/2010 06:11 PM, Alexander Motin wrote: >>> Pyun YongHyeon wrote: Author: yongari Date: Sun Nov 14 23:37:43 2010 New Revision: 215327 URL: http://svn.freebsd.org/

svn commit: r215401 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-11-16 Thread Andriy Gapon
Author: avg Date: Tue Nov 16 15:53:44 2010 New Revision: 215401 URL: http://svn.freebsd.org/changeset/base/215401 Log: zfs+sendfile: populate all requested pages, not just those already cached kern_sendfile() uses vm_rdwr() to read-ahead blocks of data to populate page cache. When sendfi

svn commit: r215409 - head/tools/tools/mctest

2010-11-16 Thread George V. Neville-Neil
Author: gnn Date: Tue Nov 16 20:39:52 2010 New Revision: 215409 URL: http://svn.freebsd.org/changeset/base/215409 Log: Fix an error in our results printing. Modified: head/tools/tools/mctest/mctest.cc Modified: head/tools/tools/mctest/mctest.cc ===

svn commit: r215410 - head/sys/netinet

2010-11-16 Thread Michael Tuexen
Author: tuexen Date: Tue Nov 16 22:16:38 2010 New Revision: 215410 URL: http://svn.freebsd.org/changeset/base/215410 Log: Add an SCTP socket option to retrieve the number of timeouts of an association. MFC after: 3 days. Modified: head/sys/netinet/sctp.h head/sys/netinet/sctp_uio.h

svn commit: r215411 - head/share/mk

2010-11-16 Thread Adrian Chadd
Author: adrian Date: Tue Nov 16 22:21:14 2010 New Revision: 215411 URL: http://svn.freebsd.org/changeset/base/215411 Log: Add in forgotten install rule. Modified: head/share/mk/Makefile Modified: head/share/mk/Makefile =

svn commit: r215412 - head/share/mk

2010-11-16 Thread Adrian Chadd
Author: adrian Date: Tue Nov 16 22:22:16 2010 New Revision: 215412 URL: http://svn.freebsd.org/changeset/base/215412 Log: .. and then notice that the list of mk files is ordered, and update to suit. Modified: head/share/mk/Makefile Modified: head/share/mk/Makefile ===

svn commit: r215413 - head/share/mk

2010-11-16 Thread Adrian Chadd
Author: adrian Date: Tue Nov 16 22:23:20 2010 New Revision: 215413 URL: http://svn.freebsd.org/changeset/base/215413 Log: Re-enable generating links. Modified: head/share/mk/bsd.crunchgen.mk Modified: head/share/mk/bsd.crunchgen.mk

Re: svn commit: r215226 - in head: rescue/rescue share/mk

2010-11-16 Thread Adrian Chadd
This has apparently broken symlink generation. I thought I had tested that locally. Grr. In any case, I'll investigate this over the weekend. I have an exam tomorrow. Thanks, Adrian On 13 November 2010 11:11, Adrian Chadd wrote: > > Author: adrian > Date: Sat Nov 13 03:11:27 2010 > New Revisi

svn commit: r215414 - in head/sys: amd64/amd64 i386/i386

2010-11-16 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 16 22:44:58 2010 New Revision: 215414 URL: http://svn.freebsd.org/changeset/base/215414 Log: Invalidate TLBs explicitly. r1.4 of sys/i386/i386/i686_mem.c removed this code but probably it only worked by chance because modifying CR4.PGE bit causes invlidation of en

svn commit: r215415 - in head/sys: amd64/amd64 i386/i386

2010-11-16 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 16 23:26:02 2010 New Revision: 215415 URL: http://svn.freebsd.org/changeset/base/215415 Log: Restore CR0 after MTRR initialization for correctness sakes. There will be no noticeable change because we enable caches before we enter here for both BSP and AP cases. R