On Mon, Oct 12, 2015 at 9:00 PM, Glen Barber wrote:
> On Mon, Oct 12, 2015 at 08:49:15PM -0700, Garrett Cooper wrote:
>> NTB?
>>
>
> The driver name?
Yep.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To
Author: cy
Date: Tue Oct 13 04:23:21 2015
New Revision: 289211
URL: https://svnweb.freebsd.org/changeset/base/289211
Log:
MFC r288910: On some interfaces, ipfilter drops UDP packets with zero
checkum. This commit fixes that.
PR: 166372
Submitted by: m...@neon1.net
Reviewed b
Author: cy
Date: Tue Oct 13 04:19:49 2015
New Revision: 289210
URL: https://svnweb.freebsd.org/changeset/base/289210
Log:
MFC r288910: On some interfaces, ipfilter drops UDP packets with zero
checkum. This commit fixes that.
PR: 166372
Submitted by: m...@neon1.net
Reviewed b
On Mon, Oct 12, 2015 at 08:49:15PM -0700, Garrett Cooper wrote:
>
> > On Oct 12, 2015, at 20:12, Conrad E. Meyer wrote:
> >
> > Author: cem
> > Date: Tue Oct 13 03:12:11 2015
> > New Revision: 289208
> > URL: https://svnweb.freebsd.org/changeset/base/289208
> >
> > Log:
> > NTB: MFV 948d3a65:
> On Oct 12, 2015, at 20:12, Conrad E. Meyer wrote:
>
> Author: cem
> Date: Tue Oct 13 03:12:11 2015
> New Revision: 289208
> URL: https://svnweb.freebsd.org/changeset/base/289208
>
> Log:
> NTB: MFV 948d3a65: Xeon Errata Workaround
NTB?
___
svn-src
Author: cem
Date: Tue Oct 13 03:12:55 2015
New Revision: 289209
URL: https://svnweb.freebsd.org/changeset/base/289209
Log:
NTB: Style(9) cleanups
Modified:
head/sys/dev/ntb/if_ntb/if_ntb.c
head/sys/dev/ntb/ntb_hw/ntb_hw.c
Modified: head/sys/dev/ntb/if_ntb/if_ntb.c
=
Author: cem
Date: Tue Oct 13 03:12:11 2015
New Revision: 289208
URL: https://svnweb.freebsd.org/changeset/base/289208
Log:
NTB: MFV 948d3a65: Xeon Errata Workaround
There is a Xeon hardware errata related to writes to SDOORBELL or B2BDOORBELL
in conjunction with inbound access to NTB MMIO
Author: cem
Date: Tue Oct 13 03:11:21 2015
New Revision: 289207
URL: https://svnweb.freebsd.org/changeset/base/289207
Log:
NTB: Add hw.ntb sysctl node
Modified:
head/sys/dev/ntb/if_ntb/if_ntb.c
head/sys/dev/ntb/ntb_hw/ntb_hw.c
head/sys/dev/ntb/ntb_hw/ntb_hw.h
Modified: head/sys/dev/ntb/i
Author: cem
Date: Tue Oct 13 03:10:36 2015
New Revision: 289206
URL: https://svnweb.freebsd.org/changeset/base/289206
Log:
NTB: MFV b6750cfe: Correct USD/DSD Identification
Due to ambiguous documentation, the USD/DSD identification is backward
when compared to the setting in BIOS. Correc
Author: cem
Date: Tue Oct 13 03:10:04 2015
New Revision: 289205
URL: https://svnweb.freebsd.org/changeset/base/289205
Log:
NTB: MFV 87034511: Correct Number of Scratch Pad Registers
The NTB Xeon hardware has 16 scratch pad registers and 16 back-to-back
scratch pad registers. Correct the
Author: adrian
Date: Tue Oct 13 02:34:41 2015
New Revision: 289204
URL: https://svnweb.freebsd.org/changeset/base/289204
Log:
casperd: bump default socket queue length to SOMAXCONN; make length
configurable.
The current default listen queue for casperd is too small (8) and
hard-coded.
Author: adrian
Date: Tue Oct 13 02:32:15 2015
New Revision: 289203
URL: https://svnweb.freebsd.org/changeset/base/289203
Log:
makefs: introduce a new option to specify what to round the resulting
image up to.
From ticket:
While trying to run FreeBSD/mips on some device having very sm
Author: jah
Date: Tue Oct 13 02:17:56 2015
New Revision: 289202
URL: https://svnweb.freebsd.org/changeset/base/289202
Log:
Ensure the client regions for unmapped bounce buffers created through
bus_dmamap_load_phys() do not span multiple pages.
This is already done for mapped buffers.
While
Author: np
Date: Tue Oct 13 01:04:38 2015
New Revision: 289201
URL: https://svnweb.freebsd.org/changeset/base/289201
Log:
iw_cxgbe: MPA v2 is always available.
Submitted by: Krishnamraju Eraparaju at chelsio dot com
Reviewed by: Steve Wise at opengridcomputing dot com
Modified:
head/s
Mon Oct 12 20:21:17 2015(r289199)
+++ head/UPDATING Mon Oct 12 21:02:36 2015(r289200)
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.
Author: davidcs
Date: Mon Oct 12 20:21:17 2015
New Revision: 289199
URL: https://svnweb.freebsd.org/changeset/base/289199
Log:
Add support for reading device temperature
MFC after:5 days
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/sys/dev/bxe/bxe.c
==
Author: ngie
Date: Mon Oct 12 18:31:21 2015
New Revision: 289195
URL: https://svnweb.freebsd.org/changeset/base/289195
Log:
Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to
the FreeBSD test suite
functional_test.sh was ported from bin/sh/tests/functional_test.s
Author: mav
Date: Mon Oct 12 18:15:25 2015
New Revision: 289194
URL: https://svnweb.freebsd.org/changeset/base/289194
Log:
FreeBSD-specific addition to r289191.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c
Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/
On Mon, Oct 12, 2015 at 03:44:44PM +, Alexander Motin wrote:
> Author: mav
> Date: Mon Oct 12 15:44:44 2015
> New Revision: 289191
> URL: https://svnweb.freebsd.org/changeset/base/289191
>
> Log:
> MFV r289187: 6251 add tunable to disable free_bpobj processing
Still need FreeBSD-specific c
Author: mav
Date: Mon Oct 12 15:48:45 2015
New Revision: 289192
URL: https://svnweb.freebsd.org/changeset/base/289192
Log:
MFV r289188: 6281 prefetching should apply to 1MB reads
Reviewed by: Matthew Ahrens
Reviewed by: Paul Dagnelie
Reviewed by: Alexander Motin
Reviewed by: Dan Mc
Author: mav
Date: Mon Oct 12 15:44:44 2015
New Revision: 289191
URL: https://svnweb.freebsd.org/changeset/base/289191
Log:
MFV r289187: 6251 add tunable to disable free_bpobj processing
Reviewed by: Matthew Ahrens
Reviewed by: Prakash Surya
Reviewed by: Simon Klinkert
Reviewed by:
Author: mav
Date: Mon Oct 12 15:39:03 2015
New Revision: 289190
URL: https://svnweb.freebsd.org/changeset/base/289190
Log:
MFV r289185: 6250 zvol_dump_init() can hold txg open
Reviewed by: Matthew Ahrens
Reviewed by: Prakash Surya
Reviewed by: Albert Lee
Reviewed by: Xin Li
Appr
Author: emaste
Date: Mon Oct 12 15:35:34 2015
New Revision: 289189
URL: https://svnweb.freebsd.org/changeset/base/289189
Log:
Add missing commas
Pointy hat to:kan
Obtained from:ELF Tool Chain r3253
Modified:
head/contrib/elftoolchain/common/elfdefinitions.h
Modified: h
Author: mav
Date: Mon Oct 12 14:27:27 2015
New Revision: 289188
URL: https://svnweb.freebsd.org/changeset/base/289188
Log:
6281 prefetching should apply to 1MB reads
Reviewed by: Matthew Ahrens
Reviewed by: Paul Dagnelie
Reviewed by: Alexander Motin
Reviewed by: Dan McDonald
Rev
Author: mav
Date: Mon Oct 12 14:24:11 2015
New Revision: 289187
URL: https://svnweb.freebsd.org/changeset/base/289187
Log:
6251 add tunable to disable free_bpobj processing
Reviewed by: Matthew Ahrens
Reviewed by: Prakash Surya
Reviewed by: Simon Klinkert
Reviewed by: Richard Ellin
Author: vangyzen
Date: Mon Oct 12 14:23:10 2015
New Revision: 289186
URL: https://svnweb.freebsd.org/changeset/base/289186
Log:
Fix indentation in etc/rc.d/fsck.
MFC after:3 days
Sponsored by: Dell Inc.
Modified:
head/etc/rc.d/fsck
Modified: head/etc/rc.d/fsck
Author: mav
Date: Mon Oct 12 14:23:00 2015
New Revision: 289185
URL: https://svnweb.freebsd.org/changeset/base/289185
Log:
6250 zvol_dump_init() can hold txg open
Reviewed by: Matthew Ahrens
Reviewed by: Prakash Surya
Reviewed by: Albert Lee
Reviewed by: Xin Li
Approved by: Garr
Author: andrew
Date: Mon Oct 12 13:20:17 2015
New Revision: 289184
URL: https://svnweb.freebsd.org/changeset/base/289184
Log:
MFC of r288447. Only the Marvell driver has been updated as there is no
support for Raspbetty Pi 2 in stable/10.
An IPI must be cleared before it is handled otherw
On Mon, Oct 12, 2015 at 02:24:52PM +0200, Baptiste Daroussin wrote:
> On Mon, Oct 12, 2015 at 02:02:39PM +0200, Baptiste Daroussin wrote:
> > On Mon, Oct 12, 2015 at 03:28:58AM -0700, Peter Wemm wrote:
> > > On Saturday, October 10, 2015 04:44:23 PM Baptiste Daroussin wrote:
> > > > On Fri, Oct 09,
On Mon, Oct 12, 2015 at 02:02:39PM +0200, Baptiste Daroussin wrote:
> On Mon, Oct 12, 2015 at 03:28:58AM -0700, Peter Wemm wrote:
> > On Saturday, October 10, 2015 04:44:23 PM Baptiste Daroussin wrote:
> > > On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote:
> > > > I think this broke be
On Mon, Oct 12, 2015 at 03:28:58AM -0700, Peter Wemm wrote:
> On Saturday, October 10, 2015 04:44:23 PM Baptiste Daroussin wrote:
> > On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote:
> > > I think this broke being able to do installworld as non-root
> > >
> > > 21:03 <@adrian> ===> li
On Mon, Oct 12, 2015 at 03:28:58AM -0700, Peter Wemm wrote:
> On Saturday, October 10, 2015 04:44:23 PM Baptiste Daroussin wrote:
> > On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote:
> > > I think this broke being able to do installworld as non-root
> > >
> > > 21:03 <@adrian> ===> l
On Saturday, October 10, 2015 04:44:23 PM Baptiste Daroussin wrote:
> On Fri, Oct 09, 2015 at 08:15:57PM -0700, Adrian Chadd wrote:
> > I think this broke being able to do installworld as non-root
> >
> > 21:03 <@adrian> ===> libexec/dma/dmagent (installconfig)
> > 21:03 <@adrian> install:
> > /ho
Author: peter
Date: Mon Oct 12 09:53:55 2015
New Revision: 289180
URL: https://svnweb.freebsd.org/changeset/base/289180
Log:
Update from svn-1.8.14 to 1.9.2.
Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html
Of particular note, the client
Author: peter
Date: Mon Oct 12 08:55:54 2015
New Revision: 289178
URL: https://svnweb.freebsd.org/changeset/base/289178
Log:
Tag subversion-1.9.2 import.
Added:
vendor/subversion/subversion-1.9.2/
- copied from r289177, vendor/subversion/dist/
Author: peter
Date: Mon Oct 12 08:54:49 2015
New Revision: 289177
URL: https://svnweb.freebsd.org/changeset/base/289177
Log:
Vendor import of subversion-1.9.2
Added:
vendor/subversion/dist/.ycm_extra_conf.py (contents, props changed)
vendor/subversion/dist/doc/programmer/gtest-guide.txt
Author: kevlo
Date: Mon Oct 12 08:17:21 2015
New Revision: 289173
URL: https://svnweb.freebsd.org/changeset/base/289173
Log:
Accept any correct frames from any source when MONITOR mode is used.
Submitted by: Andriy Voskoboinyk
Differential Revision:https://reviews.freebsd.org/D38
Author: ngie
Date: Mon Oct 12 08:16:03 2015
New Revision: 289172
URL: https://svnweb.freebsd.org/changeset/base/289172
Log:
Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and
netbsd-tests.test.mk (r289151)
- Eliminate explicit OBJTOP/SRCTOP setting
- Convert
Author: ae
Date: Mon Oct 12 07:53:04 2015
New Revision: 289171
URL: https://svnweb.freebsd.org/changeset/base/289171
Log:
MFC r288528:
Fix possible segmentation fault.
PR: 203494
Modified:
stable/9/sbin/ipfw/ipfw2.c
Directory Properties:
stable/9/sbin/ipfw/ (props chang
Author: ae
Date: Mon Oct 12 07:50:27 2015
New Revision: 289170
URL: https://svnweb.freebsd.org/changeset/base/289170
Log:
MFC r288528:
Fix possible segmentation fault.
PR: 203494
Modified:
stable/10/sbin/ipfw/ipfw2.c
Directory Properties:
stable/10/ (props changed)
Mod
Author: ae
Date: Mon Oct 12 07:49:07 2015
New Revision: 289169
URL: https://svnweb.freebsd.org/changeset/base/289169
Log:
MFC r288529:
Always detach encap handler when reconfiguring tunnel.
Modified:
stable/10/sys/net/if_gre.c
Directory Properties:
stable/10/ (props changed)
Modified
41 matches
Mail list logo