svn commit: r266426 - head/sys/kern

2014-05-18 Thread Don Lewis
Author: truckman Date: Mon May 19 04:44:27 2014 New Revision: 266426 URL: http://svnweb.freebsd.org/changeset/base/266426 Log: Slightly restructure the final loop in rman_reserve_resource_bound(). Replace with the existing loop termination test with a similar condition from the nested "if" t

svn commit: r266425 - head/tools/tools/makeroot

2014-05-18 Thread John-Mark Gurney
Author: jmg Date: Mon May 19 04:40:02 2014 New Revision: 266425 URL: http://svnweb.freebsd.org/changeset/base/266425 Log: remove trailing white space... fix spelling of unnecessary... Modified: head/tools/tools/makeroot/makeroot.sh Modified: head/tools/tools/makeroot/makeroot.sh ===

svn commit: r266424 - in head/sys/amd64: include vmm vmm/intel

2014-05-18 Thread Neel Natu
Author: neel Date: Mon May 19 03:50:07 2014 New Revision: 266424 URL: http://svnweb.freebsd.org/changeset/base/266424 Log: Add PG_U (user/supervisor) checks when translating a guest linear address to a guest physical address. PG_PS (page size) field is valid only in a PDE or a PDPTE so it

Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-18 Thread Julian Elischer
On 5/19/14, 9:21 AM, Jack F Vogel wrote: Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 Log: This is the beta release of the driver for the new Intel 40G Ethernet Controller XL710 Family. This is the core driver, a VF

svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e

2014-05-18 Thread Jack F Vogel
Author: jfv Date: Mon May 19 01:21:02 2014 New Revision: 266423 URL: http://svnweb.freebsd.org/changeset/base/266423 Log: This is the beta release of the driver for the new Intel 40G Ethernet Controller XL710 Family. This is the core driver, a VF driver called i40evf, will be following soo

svn commit: r266422 - head/sys/netinet

2014-05-18 Thread Adrian Chadd
Author: adrian Date: Sun May 18 22:39:01 2014 New Revision: 266422 URL: http://svnweb.freebsd.org/changeset/base/266422 Log: When RSS is enabled and per cpu TCP timers are enabled, do an RSS lookup for the inp flowid/flowtype to destination CPU. This only modifies the case where RSS is en

svn commit: r266421 - head/sys/netinet

2014-05-18 Thread Adrian Chadd
Author: adrian Date: Sun May 18 22:37:31 2014 New Revision: 266421 URL: http://svnweb.freebsd.org/changeset/base/266421 Log: * When copying the flowid from inp -> outbound mbuf, also assign the hashtype to to the outbound mbuf as well as the flowid. * Add in socket options to fetch the

svn commit: r266420 - head/sys/netinet

2014-05-18 Thread Adrian Chadd
Author: adrian Date: Sun May 18 22:34:06 2014 New Revision: 266420 URL: http://svnweb.freebsd.org/changeset/base/266420 Log: Ensure that the flowid hashtype is assigned to the inp if the flowid is also assigned. Modified: head/sys/netinet/tcp_input.c head/sys/netinet/tcp_syncache.c Modif

svn commit: r266419 - head/sys/netinet

2014-05-18 Thread Adrian Chadd
Author: adrian Date: Sun May 18 22:32:04 2014 New Revision: 266419 URL: http://svnweb.freebsd.org/changeset/base/266419 Log: Add a new function to do a CPU ID lookup based on RSS hash information. This is intended to be used by various places that wish to hash some information about a TCP

svn commit: r266418 - head/sys/netinet

2014-05-18 Thread Adrian Chadd
Author: adrian Date: Sun May 18 22:30:12 2014 New Revision: 266418 URL: http://svnweb.freebsd.org/changeset/base/266418 Log: Add the flowtype to the inpcb. The flowid isn't enough to use as part of any RSS related CPU affinity lookups - the RSS code would like to know what kind of hash it

svn commit: r266417 - head/sbin/md5

2014-05-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 18 21:16:59 2014 New Revision: 266417 URL: http://svnweb.freebsd.org/changeset/base/266417 Log: Assorted updates to md5.1 Note that the -c argument's parameter is compared against the digest of the file, not the file. [1] Update the "current

svn commit: r266416 - in head/share/man: man5 man7

2014-05-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 18 21:05:54 2014 New Revision: 266416 URL: http://svnweb.freebsd.org/changeset/base/266416 Log: Document some user-settable make variables in ports.7 This is not a comprehensive list, as the variables themselves are spread out over multiple files,

Re: svn commit: r266349 - in head: share/mk sys/conf

2014-05-18 Thread Andrew Turner
On Sat, 17 May 2014 20:31:34 + (UTC) Warner Losh wrote: > Author: imp > Date: Sat May 17 20:31:34 2014 > New Revision: 266349 > URL: http://svnweb.freebsd.org/changeset/base/266349 > > Log: > The time is not yet ripe to break the lack of dependencies between > src/sys and the rest of the

svn commit: r266411 - head/libexec/rtld-elf

2014-05-18 Thread Konstantin Belousov
Author: kib Date: Sun May 18 17:14:08 2014 New Revision: 266411 URL: http://svnweb.freebsd.org/changeset/base/266411 Log: Fix LD_LIBMAP. The r232862 passed the pointer to end of string to lmc_parse() and free(). Submitted by: Wolfgang Jenkner MFC after:1 week Modified: head/libe

svn commit: r266403 - head/usr.sbin/pmcstat

2014-05-18 Thread George V. Neville-Neil
Author: gnn Date: Sun May 18 15:31:53 2014 New Revision: 266403 URL: http://svnweb.freebsd.org/changeset/base/266403 Log: Update the date on the manual page. Pointed out by: bz Modified: head/usr.sbin/pmcstat/pmcstat.8 Modified: head/usr.sbin/pmcstat/pmcstat.8 ==

svn commit: r266399 - head/sys/netpfil/ipfw

2014-05-18 Thread Andrey V. Elsukov
Author: ae Date: Sun May 18 14:25:19 2014 New Revision: 266399 URL: http://svnweb.freebsd.org/changeset/base/266399 Log: Since ipfw nat configures all options in one step, we should set all bits in the mask when calling LibAliasSetMode() to properly clear unneeded options. PR:

Re: svn commit: r261491 - in head: share/man/man4 sys/dev/mfi

2014-05-18 Thread Martin Nilsson
Hi, Can you MFC this to stable 10 & 9 so it's easier to test the new mrsas driver? Best Regards, Martin On 2014-02-04 18:35, Doug Ambrisko wrote: Author: ambrisko Date: Tue Feb 4 17:35:41 2014 New Revision: 261491 URL:http://svnweb.freebsd.org/changeset/base/261491 Log: Add a tunable "

svn commit: r266396 - head/sys/boot/usb

2014-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun May 18 09:29:00 2014 New Revision: 266396 URL: http://svnweb.freebsd.org/changeset/base/266396 Log: Fix build after recent DWC OTG changes. Modified: head/sys/boot/usb/bsd_kernel.c head/sys/boot/usb/bsd_kernel.h Modified: head/sys/boot/usb/bsd_kernel.c ==

svn commit: r266395 - in head/sys: dev/usb/controller modules/usb/dwc_otg

2014-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun May 18 09:19:13 2014 New Revision: 266395 URL: http://svnweb.freebsd.org/changeset/base/266395 Log: - Remove no longer used file. FDT is used to attach device drivers. Deleted: head/sys/dev/usb/controller/dwc_otg_atmelarm.c Modified: head/sys/modules/usb/dwc_otg/M

svn commit: r266394 - in head/sys/dev/usb: . controller

2014-05-18 Thread Hans Petter Selasky
Author: hselasky Date: Sun May 18 09:13:29 2014 New Revision: 266394 URL: http://svnweb.freebsd.org/changeset/base/266394 Log: - Add softc pointer argument to FIFO functions as an optimisation. - Implement support for interrupt filters in the DWC OTG driver, to reduce the amount of CPU task