svn commit: r349184 - head/sys/amd64/vmm/intel

2019-06-18 Thread Scott Long
Author: scottl Date: Wed Jun 19 06:41:07 2019 New Revision: 349184 URL: https://svnweb.freebsd.org/changeset/base/349184 Log: Implement VT-d capability detection on chipsets that have multiple translation units with differing capabilities From the author via Bugzilla: --- When an atte

svn commit: r349183 - head/sys/arm64/arm64

2019-06-18 Thread Alan Cox
Author: alc Date: Wed Jun 19 03:33:00 2019 New Revision: 349183 URL: https://svnweb.freebsd.org/changeset/base/349183 Log: Correct an error in r349122. pmap_unwire() should update the pmap's wired count, not its resident count. X-MFC with: r349122 Modified: head/sys/arm64/arm64/pmap

svn commit: r349179 - head/share/mk

2019-06-18 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 18 22:00:38 2019 New Revision: 349179 URL: https://svnweb.freebsd.org/changeset/base/349179 Log: Rework r349061: Don't apply guessed dependencies if there is a custom target. This is still targeting bin/sh cyclic dependency issues. Only apply guessed depend

svn commit: r349178 - in head/sys: geom kern sys

2019-06-18 Thread Alexander Motin
Author: mav Date: Tue Jun 18 21:05:10 2019 New Revision: 349178 URL: https://svnweb.freebsd.org/changeset/base/349178 Log: Optimize kern.geom.conf* sysctls. On large systems those sysctls may generate megabytes of output. Before this change sbuf(9) code was resizing buffer by 4KB each ti

svn commit: r349177 - head/share/misc

2019-06-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Tue Jun 18 21:02:40 2019 New Revision: 349177 URL: https://svnweb.freebsd.org/changeset/base/349177 Log: Mark NetBSD branch points NetBSD 7.0 was a separate branch, subsequent 8.x releases did not emerge from this branch. Clean up minor visual nits, cent

Re: svn commit: r349176 - head/sys/dev/random

2019-06-18 Thread Shawn Webb
On Tue, Jun 18, 2019 at 12:46:44PM -0700, Cy Schubert wrote: > In message <20190618185512.e2nbzwbtvxz2azge@mutt-hbsd>, Shawn Webb > writes: > > > > --mmc352mzirnzscxj > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding: quoted-printable > >

Re: svn commit: r349176 - head/sys/dev/random

2019-06-18 Thread Cy Schubert
In message <20190618185512.e2nbzwbtvxz2azge@mutt-hbsd>, Shawn Webb writes: > > --mmc352mzirnzscxj > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Tue, Jun 18, 2019 at 06:50:58PM +, Conrad Meyer wrote: > > Author:

Re: svn commit: r349176 - head/sys/dev/random

2019-06-18 Thread Shawn Webb
On Tue, Jun 18, 2019 at 06:50:58PM +, Conrad Meyer wrote: > Author: cem > Date: Tue Jun 18 18:50:58 2019 > New Revision: 349176 > URL: https://svnweb.freebsd.org/changeset/base/349176 > > Log: > random(4): Fix a regression in short AES mode reads > > In r349154, random device reads of s

svn commit: r349176 - head/sys/dev/random

2019-06-18 Thread Conrad Meyer
Author: cem Date: Tue Jun 18 18:50:58 2019 New Revision: 349176 URL: https://svnweb.freebsd.org/changeset/base/349176 Log: random(4): Fix a regression in short AES mode reads In r349154, random device reads of size < 16 bytes (AES block size) were accidentally broken to loop forever. Cor

svn commit: r349175 - head/usr.sbin/bhyve

2019-06-18 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Jun 18 17:51:30 2019 New Revision: 349175 URL: https://svnweb.freebsd.org/changeset/base/349175 Log: bhyve: vtnet: fix locking on receive The vsc_rx_ready and the RX virtqueue is protected by the rx_mtx lock. However, pci_vtnet_ping_rxq() (currently called only

svn commit: r349174 - head/sys/dev/pwm

2019-06-18 Thread Ian Lepore
Author: ian Date: Tue Jun 18 17:05:05 2019 New Revision: 349174 URL: https://svnweb.freebsd.org/changeset/base/349174 Log: Handle labels specified with hints even on FDT systems. Hints are the easiest thing for a user to control (via loader.conf or kenv+kldload), so handle them in addition

svn commit: r349170 - in head: . sys/sys

2019-06-18 Thread Ed Maste
== --- head/ObsoleteFiles.inc Tue Jun 18 05:59:24 2019(r349169) +++ head/ObsoleteFiles.inc Tue Jun 18 14:13:52 2019(r349170) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20190618: sys/capability.h removed (sys/capsicum.h is the one to use) +OLD_FILES+=usr