svn commit: r309353 - in head/sys: dev/hyperv/netvsc modules/hyperv/netvsc

2016-11-30 Thread Sepherosa Ziehau
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

svn commit: r309352 - in head/etc: . defaults

2016-11-30 Thread Warner Losh
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

svn commit: r309351 - head/etc/defaults

2016-11-30 Thread Warner Losh
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

svn commit: r309350 - head/etc

2016-11-30 Thread Warner Losh
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 ===

svn commit: r309349 - head/sbin/devd

2016-11-30 Thread Warner Losh
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/

svn commit: r309348 - head/sys/dev/hyperv/netvsc

2016-11-30 Thread Sepherosa Ziehau
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

svn commit: r309347 - head/sys/arm/ti/cpsw

2016-11-30 Thread Luiz Otavio O Souza
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

svn commit: r309346 - in head/sys: conf dev/hyperv/netvsc modules/hyperv/netvsc

2016-11-30 Thread Sepherosa Ziehau
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

Re: svn commit: r309344 - head/lib/libutil

2016-11-30 Thread Ngie Cooper
> 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

svn commit: r309345 - head/sys/arm/ti/cpsw

2016-11-30 Thread Luiz Otavio O Souza
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

svn commit: r309344 - head/lib/libutil

2016-11-30 Thread Conrad E. Meyer
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/

svn commit: r309343 - head/usr.bin/indent

2016-11-30 Thread Pedro F. Giffuni
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

svn commit: r309342 - head/usr.bin/indent

2016-11-30 Thread Pedro F. Giffuni
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

svn commit: r309341 - head/usr.bin/indent

2016-11-30 Thread Pedro F. Giffuni
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

Re: svn commit: r309331 - head/usr.bin/locale

2016-11-30 Thread Bruce Evans
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

svn commit: r309339 - in head: . release/scripts share/mk

2016-11-30 Thread Glen Barber
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

svn commit: r309338 - head/sys/dev/ioat

2016-11-30 Thread Conrad E. Meyer
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

Re: svn commit: r309121 - head/usr.sbin/bhyve

2016-11-30 Thread Ian Lepore
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

Re: svn commit: r308996 - head/lib/libfetch

2016-11-30 Thread Jan Beich
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

svn commit: r309332 - head

2016-11-30 Thread Dimitry Andric
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

svn commit: r309331 - head/usr.bin/locale

2016-11-30 Thread Eric van Gyzen
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

svn commit: r309328 - head/sys/dev/pci

2016-11-30 Thread Andrew Turner
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

svn commit: r309327 - head/sys/arm64/cavium

2016-11-30 Thread Andrew Turner
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

svn commit: r309326 - head/usr.bin/login

2016-11-30 Thread Robert Watson
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

svn commit: r309324 - head/sys/conf

2016-11-30 Thread Andrew Turner
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

svn commit: r309323 - head/sys/arm/arm

2016-11-30 Thread Andrew Turner
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

svn commit: r309322 - head/sys/arm/arm

2016-11-30 Thread Andrew Turner
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

svn commit: r309321 - in head: sbin/geom/class/mirror sys/geom/mirror

2016-11-30 Thread Alexander Motin
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

svn commit: r309320 - head/sys/dev/hyperv/storvsc

2016-11-30 Thread Sepherosa Ziehau
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:

svn commit: r309319 - head/sys/dev/hyperv/vmbus

2016-11-30 Thread Sepherosa Ziehau
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: