Author: hiren
Date: Wed Oct 14 06:57:28 2015
New Revision: 289293
URL: https://svnweb.freebsd.org/changeset/base/289293
Log:
Fix an unnecessarily aggressive behavior where mtu clamping begins on first
retransmission timeout (rto) when blackhole detection is enabled. Make
sure it only happen
Author: bdrewery
Date: Wed Oct 14 05:50:16 2015
New Revision: 289289
URL: https://svnweb.freebsd.org/changeset/base/289289
Log:
Fix support for building a PROG_CXX, and PROG, directly.
For example in lib/atf/libatf-c++/tests/detail it is now possible to
run 'make application_test'. This
Author: adrian
Date: Wed Oct 14 05:16:56 2015
New Revision: 289287
URL: https://svnweb.freebsd.org/changeset/base/289287
Log:
Fix date.
Noticed by: bdrewery
Modified:
head/share/man/man4/rsu.4
Modified: head/share/man/man4/rsu.4
Author: bdrewery
Date: Wed Oct 14 04:42:05 2015
New Revision: 289286
URL: https://svnweb.freebsd.org/changeset/base/289286
Log:
Follow-up r288218 by ensuring common objects are built before recursing.
Some example where this is a problem:
lib/atf/libatf-c++/tests/Makefile:SRCS.${_T}=
> On Oct 13, 2015, at 19:43, Adrian Chadd wrote:
>
> Author: adrian
> Date: Wed Oct 14 02:43:04 2015
> New Revision: 289283
> URL: https://svnweb.freebsd.org/changeset/base/289283
>
> Log:
> rsu(4) manpage updates: add me, add 802.11n support, update caveats.
Forgot .Dd
>
> * Add that I in
Author: adrian
Date: Wed Oct 14 02:43:04 2015
New Revision: 289283
URL: https://svnweb.freebsd.org/changeset/base/289283
Log:
rsu(4) manpage updates: add me, add 802.11n support, update caveats.
* Add that I indeed added 802.11n support.
* Update caveats - we support 1x1, 1x2 and 2x2 oper
On 10/13/2015 7:33 PM, Hiren Panchasara wrote:
> On 10/13/15 at 06:58P, Bryan Drewery wrote:
>> On 10/13/2015 5:35 PM, Hiren Panchasara wrote:
>>> Author: hiren
>>> Date: Wed Oct 14 00:35:37 2015
>>> New Revision: 289276
>>> URL: https://svnweb.freebsd.org/changeset/base/289276
>>>
>>> Log:
>>> T
Author: bdrewery
Date: Wed Oct 14 02:37:30 2015
New Revision: 289282
URL: https://svnweb.freebsd.org/changeset/base/289282
Log:
Replace the out-of-place includes/files/config handling in bsd.subdir.mk with
more typical ALL_SUBDIR_TARGETS entries and target hooks in bsd.incs.mk,
bsd.files.mk
On 10/13/15 at 06:58P, Bryan Drewery wrote:
> On 10/13/2015 5:35 PM, Hiren Panchasara wrote:
> > Author: hiren
> > Date: Wed Oct 14 00:35:37 2015
> > New Revision: 289276
> > URL: https://svnweb.freebsd.org/changeset/base/289276
> >
> > Log:
> > There are times when it would be really nice to ha
This catches us up to Linux @ Nov 26, 2013, modulo earlier caveats.
Best,
Conrad
On Tue, Oct 13, 2015 at 7:14 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Wed Oct 14 02:14:45 2015
> New Revision: 289281
> URL: https://svnweb.freebsd.org/changeset/base/289281
>
> Log:
> NTB: MFV e8aeb60c: D
Author: cem
Date: Wed Oct 14 02:14:45 2015
New Revision: 289281
URL: https://svnweb.freebsd.org/changeset/base/289281
Log:
NTB: MFV e8aeb60c: Disable interrupts and poll under high load
Authored by: Jon Mason
Obtained from:Linux (Dual BSD/GPL driver)
Sponsored by: EMC / Isilon
Author: cem
Date: Wed Oct 14 02:14:15 2015
New Revision: 289280
URL: https://svnweb.freebsd.org/changeset/base/289280
Log:
NTB: MFV 78958433: Enable Snoop on Primary Side
Enable Snoop from Primary to Secondary side on BAR23 and BAR45 on all
TLPs. Previously, Snoop was only enabled from S
Author: jeff
Date: Wed Oct 14 02:10:07 2015
New Revision: 289279
URL: https://svnweb.freebsd.org/changeset/base/289279
Log:
Parallelize the buffer cache and rewrite getnewbuf(). This results in a
8x performance improvement in a micro benchmark on a 4 socket machine.
- Get buffer headers
On 10/13/2015 5:35 PM, Hiren Panchasara wrote:
> Author: hiren
> Date: Wed Oct 14 00:35:37 2015
> New Revision: 289276
> URL: https://svnweb.freebsd.org/changeset/base/289276
>
> Log:
> There are times when it would be really nice to have a record of the last
> few
> packets and/or state tran
On 10/13/2015 5:36 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Oct 14 00:36:33 2015
> New Revision: 289277
> URL: https://svnweb.freebsd.org/changeset/base/289277
>
> Log:
> Add a note about the mysterious files/includes/config block.
>
> This originated from r96668.
>
I'm act
Author: bdrewery
Date: Wed Oct 14 00:43:29 2015
New Revision: 289278
URL: https://svnweb.freebsd.org/changeset/base/289278
Log:
Correct a comment in bsd.incs.mk forgotten in r274662 and copied into
bsd.confs.mk.
The bsd.confs.mk may be wrong but for now fix it.
Sponsored by: EMC / Isi
Author: bdrewery
Date: Wed Oct 14 00:36:33 2015
New Revision: 289277
URL: https://svnweb.freebsd.org/changeset/base/289277
Log:
Add a note about the mysterious files/includes/config block.
This originated from r96668.
Modified:
head/share/mk/bsd.subdir.mk
Modified: head/share/mk/bsd.sub
Author: hiren
Date: Wed Oct 14 00:35:37 2015
New Revision: 289276
URL: https://svnweb.freebsd.org/changeset/base/289276
Log:
There are times when it would be really nice to have a record of the last few
packets and/or state transitions from each TCP socket. That would help with
narrowing dow
Author: emaste
Date: Wed Oct 14 00:23:31 2015
New Revision: 289275
URL: https://svnweb.freebsd.org/changeset/base/289275
Log:
Add WITHOUT_LLDB for src.conf(5)
It will be enabled by default on certain architectures.
Added:
head/tools/build/options/WITHOUT_LLDB (contents, props changed)
Author: cem
Date: Tue Oct 13 23:43:06 2015
New Revision: 289274
URL: https://svnweb.freebsd.org/changeset/base/289274
Log:
NTB: MFV 58b88920: Document HW errata
Add a comment describing the necessary ordering of modifications to the
NTB Limit and Base registers.
Authored by: Jon Mas
On 10/13/2015 4:42 PM, NGie Cooper wrote:
> On Tue, Oct 13, 2015 at 4:37 PM, Bryan Drewery wrote:
> ...
>> Specifically what is not cleaned?
>
> Generated files.
>
> I might come up with something more concrete in the next week or so.
> If not, feel free to ignore this email.
>
You're telling
Author: cem
Date: Tue Oct 13 23:42:13 2015
New Revision: 289273
URL: https://svnweb.freebsd.org/changeset/base/289273
Log:
NTB: MFV fca4d518: Fix ntb_transport link down race
A WARN_ON is being hit in ntb_qp_link_work due to the NTB transport link
being down while the ntb qp link is still
On Tue, Oct 13, 2015 at 4:37 PM, Bryan Drewery wrote:
...
> Specifically what is not cleaned?
Generated files.
I might come up with something more concrete in the next week or so.
If not, feel free to ignore this email.
___
svn-src-head@freebsd.org mai
Author: cem
Date: Tue Oct 13 23:41:40 2015
New Revision: 289272
URL: https://svnweb.freebsd.org/changeset/base/289272
Log:
NTB: MFV 9fec60c4: Fix NTB-RP Link Up
The Xeon NTB-RP setup, the transparent side does not get a link up/down
interrupt. Since the presence of a NTB device on the tr
Author: cem
Date: Tue Oct 13 23:41:06 2015
New Revision: 289271
URL: https://svnweb.freebsd.org/changeset/base/289271
Log:
NTB: MFV c529aa30: Xeon Doorbell errata workaround
Modifications to the 14th bit of the B2BDOORBELL register will not be
mirrored to the remote system due to a hardwa
On 10/13/2015 4:30 PM, NGie Cooper wrote:
> On Tue, Oct 13, 2015 at 3:52 PM, Bryan Drewery wrote:
>> On 10/13/2015 3:51 PM, NGie Cooper wrote:
>>> On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery wrote:
>>> ...
>> On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
>>
>> Author: bdrewery
>
On Tue, Oct 13, 2015 at 3:52 PM, Bryan Drewery wrote:
> On 10/13/2015 3:51 PM, NGie Cooper wrote:
>> On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery wrote:
>> ...
> On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
>
> Author: bdrewery
> Date: Tue Oct 13 19:11:22 2015
> New Revi
Author: delphij
Date: Tue Oct 13 22:55:17 2015
New Revision: 289269
URL: https://svnweb.freebsd.org/changeset/base/289269
Log:
Use chroot(2) instead of using prefixes for files.
Previously, the code prefixes the chroot path to actual file paths to
simulate the effect. This, however, will
On 10/13/2015 3:51 PM, NGie Cooper wrote:
> On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery wrote:
> ...
On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
Author: bdrewery
Date: Tue Oct 13 19:11:22 2015
New Revision: 289253
URL: https://svnweb.freebsd.org/changeset/base
On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery wrote:
...
>>> On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
>>>
>>> Author: bdrewery
>>> Date: Tue Oct 13 19:11:22 2015
>>> New Revision: 289253
>>> URL: https://svnweb.freebsd.org/changeset/base/289253
>>>
>>> Log:
>>> bsd.subdir.mk: Handle clea
On 10/13/2015 1:37 PM, Garrett Cooper wrote:
>
>
>> On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
>>
>> Author: bdrewery
>> Date: Tue Oct 13 19:11:22 2015
>> New Revision: 289253
>> URL: https://svnweb.freebsd.org/changeset/base/289253
>>
>> Log:
>> bsd.subdir.mk: Handle cleanobj.
>>
>> Befo
On Tue, Oct 13, 2015 at 1:55 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Oct 13 20:55:21 2015
> New Revision: 289266
> URL: https://svnweb.freebsd.org/changeset/base/289266
>
> Log:
> NTB: MFV f9a2cf89: Comment Fix
This catches us up to the dual-licensed BSD/GPL Linux driver as of Nov
Author: cem
Date: Tue Oct 13 20:55:21 2015
New Revision: 289266
URL: https://svnweb.freebsd.org/changeset/base/289266
Log:
NTB: MFV f9a2cf89: Comment Fix
Add "data" ntb_register_db_callback parameter description comment and
correct poor speling.
Authored by: Jon Mason
Obtained fro
Author: cem
Date: Tue Oct 13 20:54:38 2015
New Revision: 289265
URL: https://svnweb.freebsd.org/changeset/base/289265
Log:
NTB: MFV b1ef0043: Remove References of non-B2B BWD HW
NTB-RP is not a supported configuration on BWD hardware. Remove the
code attempting to set it up.
Authore
> On Oct 13, 2015, at 12:11, Bryan Drewery wrote:
>
> Author: bdrewery
> Date: Tue Oct 13 19:11:22 2015
> New Revision: 289253
> URL: https://svnweb.freebsd.org/changeset/base/289253
>
> Log:
> bsd.subdir.mk: Handle cleanobj.
>
> Before this, the target was unknown. Now it will recurse on
Author: rpaulo
Date: Tue Oct 13 20:25:03 2015
New Revision: 289262
URL: https://svnweb.freebsd.org/changeset/base/289262
Log:
Fix two memory leaks in config(8).
PR: 202145
Submitted by: Kurt Lidl
Modified:
head/usr.sbin/config/mkmakefile.c
Modified: head/usr.sbin/config/mkm
Author: cem
Date: Tue Oct 13 19:46:54 2015
New Revision: 289259
URL: https://svnweb.freebsd.org/changeset/base/289259
Log:
if_ntb: Fix build on i386
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ntb/if_ntb/if_ntb.c
Modified: head/sys/dev/ntb/if_ntb/if_ntb.c
Author: cem
Date: Tue Oct 13 19:46:12 2015
New Revision: 289258
URL: https://svnweb.freebsd.org/changeset/base/289258
Log:
ioat: Use correct macro, fix build on i386
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ioat/ioat_internal.h
Modified: head/sys/dev/ioat/ioat_
Author: cem
Date: Tue Oct 13 19:45:29 2015
New Revision: 289257
URL: https://svnweb.freebsd.org/changeset/base/289257
Log:
NTB: (partial) MFV ed6c24ed: NTB-RP support
This commit does not actually add NTB-RP support. Mostly it serves to
shuffle code around to match the Linux driver. Ori
Author: cem
Date: Tue Oct 13 19:44:25 2015
New Revision: 289255
URL: https://svnweb.freebsd.org/changeset/base/289255
Log:
NTB: MFV 49793889: Rename Variables for NTB-RP
Many variable names in the NTB driver refer to the primary or secondary
side. However, these variables will be used to
Author: bdrewery
Date: Tue Oct 13 19:42:57 2015
New Revision: 289254
URL: https://svnweb.freebsd.org/changeset/base/289254
Log:
bsd.subdir.mk: Move all of the targets into ALL_SUBDIR_TARGETS.
Also improve documentation.
The SUBDIR_TARGETS variable should really be named LOCAL_SUBDIR_TA
Author: bdrewery
Date: Tue Oct 13 19:11:22 2015
New Revision: 289253
URL: https://svnweb.freebsd.org/changeset/base/289253
Log:
bsd.subdir.mk: Handle cleanobj.
Before this, the target was unknown. Now it will recurse on subdirs and run
the target in the current directory. It is required
Author: bdrewery
Date: Tue Oct 13 18:52:56 2015
New Revision: 289251
URL: https://svnweb.freebsd.org/changeset/base/289251
Log:
Partially revert r288266: Remove SUBDIR_PARALLEL from kerberos5/lib.
I intended to remove this before committing r288266. It works but is clearly
wrong and work
Author: tuexen
Date: Tue Oct 13 18:27:55 2015
New Revision: 289240
URL: https://svnweb.freebsd.org/changeset/base/289240
Log:
Fix the timeout for INIT retransmissions in the case where RTO_MIN is
smaller than RTO_INITIAL.
MFC after:1 week
Modified:
head/sys/netinet/sctp_timer.c
Mo
Author: bdrewery
Date: Tue Oct 13 18:23:51 2015
New Revision: 289239
URL: https://svnweb.freebsd.org/changeset/base/289239
Log:
Simplify syscall generation and ABI source file handling for the build.
This is to make the Makefile more easily extendable for new ABIs.
This also makes seve
Author: sbruno
Date: Tue Oct 13 17:34:18 2015
New Revision: 289238
URL: https://svnweb.freebsd.org/changeset/base/289238
Log:
Add support for sysctl knobs to live tune the per interrupt rx/tx packet
processing limits in ixgbe(4)
Differential Revision:https://reviews.freebsd.org/D3
Author: cem
Date: Tue Oct 13 17:22:23 2015
New Revision: 289234
URL: https://svnweb.freebsd.org/changeset/base/289234
Log:
NTB: Enable 32-bit support
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/conf/files.i386
head/sys/dev/ntb/ntb_hw/ntb_hw.c
Modified: head/sys/conf
Author: cem
Date: Tue Oct 13 17:21:38 2015
New Revision: 289233
URL: https://svnweb.freebsd.org/changeset/base/289233
Log:
NTB: Update pci ids
Add JSF, HSX, BDX ids; add two additional Xeon errata flags while we're
here.
Obtained from:Linux
Sponsored by: EMC / Isilon Storag
Author: cem
Date: Tue Oct 13 17:20:47 2015
New Revision: 289232
URL: https://svnweb.freebsd.org/changeset/base/289232
Log:
NTB: MFV 113bf1c9: BWD Link Recovery
The BWD NTB device will drop the link if an error is encountered on the
point-to-point PCI bridge. The link will stay down until
Author: sbruno
Date: Tue Oct 13 17:20:05 2015
New Revision: 289231
URL: https://svnweb.freebsd.org/changeset/base/289231
Log:
ixl(4): Remove compile warning for unused function.
sys/dev/ixl/if_ixl.c:4377:1: warning: unused function 'ixl_debug_info'
[-Wunused-function]
ixl_debug_info(SYSC
Author: ngie
Date: Tue Oct 13 17:14:27 2015
New Revision: 289229
URL: https://svnweb.freebsd.org/changeset/base/289229
Log:
Replace references to /dev/acd0 with /dev/cd0
atapicd(4) was replaced by cd(4) with the atacam work done by
mav@ and then removed in r249083
X-MFC to: stable/10
Author: sbruno
Date: Tue Oct 13 17:00:14 2015
New Revision: 289225
URL: https://svnweb.freebsd.org/changeset/base/289225
Log:
makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be
easily
checked with dumpfs(8). This may lead to other problems, f.e. geom_label
kernel
modu
Author: dim
Date: Tue Oct 13 16:25:02 2015
New Revision: 289222
URL: https://svnweb.freebsd.org/changeset/base/289222
Log:
Add llvm patch corresponding to r289221.
Added:
head/contrib/llvm/patches/patch-08-llvm-r250085-fix-avx-crash.diff
Added: head/contrib/llvm/patches/patch-08-llvm-r250085
Author: dim
Date: Tue Oct 13 16:24:22 2015
New Revision: 289221
URL: https://svnweb.freebsd.org/changeset/base/289221
Log:
Pull in r250085 from upstream llvm trunk (by Andrea Di Biagio):
[x86] Fix wrong lowering of vsetcc nodes (PR25080).
Function LowerVSETCC (in X86ISelLowering.cp
Author: emaste
Date: Tue Oct 13 12:51:44 2015
New Revision: 289220
URL: https://svnweb.freebsd.org/changeset/base/289220
Log:
Rewrap UPDATING entry from r265422 to 80 columns
Modified:
head/UPDATING
Modified: head/UPDATING
=
Author: mav
Date: Tue Oct 13 11:02:56 2015
New Revision: 289219
URL: https://svnweb.freebsd.org/changeset/base/289219
Log:
Export bunch of state variables as sysctls.
Modified:
head/sys/dev/isp/isp_freebsd.c
head/sys/dev/isp/ispvar.h
Modified: head/sys/dev/isp/isp_freebsd.c
===
56 matches
Mail list logo