Author: sephe
Date: Thu Dec 1 05:37:29 2016
New Revision: 309353
URL: https://svnweb.freebsd.org/changeset/base/309353
Log:
hyperv/hn: Add 'options RSS' support.
Reviewed by: adrian
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.or
Author: imp
Date: Thu Dec 1 05:16:27 2016
New Revision: 309352
URL: https://svnweb.freebsd.org/changeset/base/309352
Log:
Finish incomplete comments in prior revision. I was going to fix this
after I tested it, but didn't.
Modified:
head/etc/defaults/rc.conf
head/etc/rc.subr
Modified: h
Author: imp
Date: Thu Dec 1 04:35:43 2016
New Revision: 309351
URL: https://svnweb.freebsd.org/changeset/base/309351
Log:
Revert the 'performance' setting to 'NONE' from C2. C2 has issues with
USB in places, as well as having the potential for reducing
performance. Since this is used even w
Author: imp
Date: Thu Dec 1 04:35:41 2016
New Revision: 309350
URL: https://svnweb.freebsd.org/changeset/base/309350
Log:
If the kenv variable rc_debug is set, turn on rc_debug.
Modified:
head/etc/rc.subr
Modified: head/etc/rc.subr
===
Author: imp
Date: Thu Dec 1 04:35:38 2016
New Revision: 309349
URL: https://svnweb.freebsd.org/changeset/base/309349
Log:
Simplify test.
Modified:
head/sbin/devd/devd.cc
Modified: head/sbin/devd/devd.cc
==
--- head/
Author: sephe
Date: Thu Dec 1 03:39:34 2016
New Revision: 309348
URL: https://svnweb.freebsd.org/changeset/base/309348
Log:
hyperv/hn: Don't hold txdesc, if no BPFs are attached.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D867
Author: loos
Date: Thu Dec 1 03:34:04 2016
New Revision: 309347
URL: https://svnweb.freebsd.org/changeset/base/309347
Log:
MDIO_PHYACCESS_ACK is only valid for read access, remove it from
miibus_writereg.
Reduce the DELAY() between reads while waiting for MII access.
Spotted by: y
Author: sephe
Date: Thu Dec 1 03:27:16 2016
New Revision: 309346
URL: https://svnweb.freebsd.org/changeset/base/309346
Log:
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available"
counter, which is only used to help debugging.
MFC af
> On Nov 30, 2016, at 18:21, Conrad E. Meyer wrote:
>
> Author: cem
> Date: Thu Dec 1 02:21:36 2016
> New Revision: 309344
> URL: https://svnweb.freebsd.org/changeset/base/309344
>
> Log:
> Remove a death threat from the FreeBSD sources
>
> Reported by:koobs@, araujo@, linimon@, bjk@, e
Author: loos
Date: Thu Dec 1 02:35:15 2016
New Revision: 309345
URL: https://svnweb.freebsd.org/changeset/base/309345
Log:
The RX_FREEBUFFER registers are a write to increment field.
Writing the full queue size to it every time was makeing it overflow with a
lot of bogus values.
Thi
Author: cem
Date: Thu Dec 1 02:21:36 2016
New Revision: 309344
URL: https://svnweb.freebsd.org/changeset/base/309344
Log:
Remove a death threat from the FreeBSD sources
Reported by: koobs@, araujo@, linimon@, bjk@, emaste@, jhb@, ngie@, cem@
Maintainer timeout: des@
Modified:
head/
Author: pfg
Date: Thu Dec 1 01:56:34 2016
New Revision: 309343
URL: https://svnweb.freebsd.org/changeset/base/309343
Log:
indent(1): Don't unnecessarily add a blank before a comment ends.
pr_comment() did avoid adding surplus space character when a comment
contained it at the end. Now it
Author: pfg
Date: Thu Dec 1 01:48:56 2016
New Revision: 309342
URL: https://svnweb.freebsd.org/changeset/base/309342
Log:
indent(1): Don't ignore newlines after comments that follow braces.
indent.c has a special loop that stores tokens from between an if () and
the next statement into a
Author: pfg
Date: Thu Dec 1 01:32:13 2016
New Revision: 309341
URL: https://svnweb.freebsd.org/changeset/base/309341
Log:
indent(1): Avoid out of bound access of array in_buffer
Work-around a somewhat complex interaction within the code. From
Piotr's commit [1]:
When pr_comment() ca
On Wed, 30 Nov 2016, Eric van Gyzen wrote:
Log:
Include limits.h for CHAR_MAX
This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX
on head. Include limits.h anyway, for consistency, and because C says so.
sys/param.actually supplies CHAR_MAX (undocumented namespace pol
Author: gjb
Date: Wed Nov 30 22:00:25 2016
New Revision: 309339
URL: https://svnweb.freebsd.org/changeset/base/309339
Log:
Revert r309314, which breaks installing ports.
Requested by: antoine
Differential Revision:https://reviews.freebsd.org/D8120 (related)
Sponsored by: The Fre
Author: cem
Date: Wed Nov 30 21:59:52 2016
New Revision: 309338
URL: https://svnweb.freebsd.org/changeset/base/309338
Log:
ioat(4): Fix 'bogus completion_pending' KASSERT
Fix ioat_release to only set is_completion_pending if DMAs were actually
queued. Otherwise, the spurious flag could t
On Thu, 2016-11-24 at 23:27 +0100, Jakub Klama wrote:
> >
> > Wiadomość napisana przez Ian Lepore w dniu
> > 24.11.2016, o godz. 23:23:
> >
> > On Thu, 2016-11-24 at 22:16 +, Jakub Wojciech Klama wrote:
> > >
> > > Author: jceel
> > > Date: Thu Nov 24 22:16:18 2016
> > > New Revision: 30912
Dag-Erling Smørgrav writes:
> conn_t *
> fetch_connect(const char *host, int port, int af, int verbose)
> {
[...]
> + fetch_info("resolved");
Can you hide it behind "verbose" flag to avoid confusion?
$ pkg
The package management tool is not yet installed on your system.
Do you wan
Author: dim
Date: Wed Nov 30 19:06:47 2016
New Revision: 309332
URL: https://svnweb.freebsd.org/changeset/base/309332
Log:
Cleanup old debug dirs in delete-old-dirs target
Any .debug or .symbols files under /usr/lib/debug which correspond to
OLD_FILES entries in ObsoleteFiles.inc are also
Author: vangyzen
Date: Wed Nov 30 18:34:40 2016
New Revision: 309331
URL: https://svnweb.freebsd.org/changeset/base/309331
Log:
Include limits.h for CHAR_MAX
This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX
on head. Include limits.h anyway, for consistency, and be
Author: andrew
Date: Wed Nov 30 14:18:52 2016
New Revision: 309328
URL: https://svnweb.freebsd.org/changeset/base/309328
Log:
Fix the PCI host generic FDT driver to call into the common code and not
recurse into itself.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Fou
Author: andrew
Date: Wed Nov 30 14:17:06 2016
New Revision: 309327
URL: https://svnweb.freebsd.org/changeset/base/309327
Log:
Fix the alloc function the ThunderX PCIe driver calls, the previous
function may not exist when FDT is removed from the kernel.
Obtained from:ABT Systems L
Author: rwatson
Date: Wed Nov 30 14:02:36 2016
New Revision: 309326
URL: https://svnweb.freebsd.org/changeset/base/309326
Log:
Clarify warning message when failing to configure audit on user login:
when au_user_mask() fails, it's not a failure to set the audit mask,
but to calculate the audi
Author: andrew
Date: Wed Nov 30 10:17:03 2016
New Revision: 309324
URL: https://svnweb.freebsd.org/changeset/base/309324
Log:
Mark the Alpine ethernet driver as FDT only. It calls
alpine_serdes_resource_get which is defined in an FDT only file.
Obtained from:ABT Systems Ltd
Spon
Author: andrew
Date: Wed Nov 30 09:47:29 2016
New Revision: 309323
URL: https://svnweb.freebsd.org/changeset/base/309323
Log:
Move the FDT specific parts of the GIC diver softc to the FDT attachment.
This allows the driver to be built in a kernel with no FDT support, e.g.
on arm64 with just
Author: andrew
Date: Wed Nov 30 09:45:18 2016
New Revision: 309322
URL: https://svnweb.freebsd.org/changeset/base/309322
Log:
Only include FDT headders when building for FDT.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm/arm/gic.c
Mo
Author: mav
Date: Wed Nov 30 09:27:08 2016
New Revision: 309321
URL: https://svnweb.freebsd.org/changeset/base/309321
Log:
Add `gmirror create` subcommand, alike to gstripe, gconcat, etc.
It is quite specific mode of operation without storing on-disk metadata.
It can be useful in some cas
Author: sephe
Date: Wed Nov 30 08:21:15 2016
New Revision: 309320
URL: https://svnweb.freebsd.org/changeset/base/309320
Log:
hyperv/storvsc: Don't use timedwait.
The timeout is unnecessary.
Reviewed by: jhb
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:
Author: sephe
Date: Wed Nov 30 08:10:49 2016
New Revision: 309319
URL: https://svnweb.freebsd.org/changeset/base/309319
Log:
hypver/vmbus: Remove extra assertion.
It is asserted by vmbus_chan_gpadl_connect() now.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:
30 matches
Mail list logo