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
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
===
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
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
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
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
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
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
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
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
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
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,
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
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
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
==
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:
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 "
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
==
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
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
20 matches
Mail list logo