svn commit: r346196 - in head/lib/libpmc: . pmu-events

2019-04-13 Thread Enji Cooper
Author: ngie Date: Sun Apr 14 00:06:49 2019 New Revision: 346196 URL: https://svnweb.freebsd.org/changeset/base/346196 Log: Fix warnings with lib/libpmc * Use `MIN` instead of similar hand rolled macro. * Sort headers. * Use `errno.h` instead of `sys/errno.h`. * Wrap the argument to

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

2019-04-13 Thread Chuck Tuffli
Author: chuck Date: Sat Apr 13 23:37:27 2019 New Revision: 346194 URL: https://svnweb.freebsd.org/changeset/base/346194 Log: Revert r345171 pending review Backing out commit pending further discussion on the PCIe version supported by pseudo (i.e. emulated) devices. See Differential for

svn commit: r346192 - head/usr.bin/nfsstat

2019-04-13 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 13 23:26:02 2019 New Revision: 346192 URL: https://svnweb.freebsd.org/changeset/base/346192 Log: Fix printing of the line that starts with "LocalOpen...". When "nfsstat -E -c" was done, the title line starting with "LocalOpen..." was not being displayed.

svn commit: r346191 - in head/sys: fs/nfsserver modules/nfsd

2019-04-13 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 13 22:00:09 2019 New Revision: 346191 URL: https://svnweb.freebsd.org/changeset/base/346191 Log: Add support for INET6 addresses to the kernel code that dumps open/lock state. PR#223036 reported that INET6 callback addresses were not printed by

svn commit: r346190 - head/usr.sbin/nfsdumpstate

2019-04-13 Thread Rick Macklem
Author: rmacklem Date: Sat Apr 13 21:45:45 2019 New Revision: 346190 URL: https://svnweb.freebsd.org/changeset/base/346190 Log: Fix nfsdumpstate(8) so that it can print out INET6 callback addresses. The patch adds support for printing of INET6 callback addresses. It also adds the #ifdef

svn commit: r346189 - stable/11/sys/fs/ext2fs

2019-04-13 Thread Pedro F. Giffuni
Author: pfg Date: Sat Apr 13 20:49:16 2019 New Revision: 346189 URL: https://svnweb.freebsd.org/changeset/base/346189 Log: MFC r344755 (by fsu@) Fix integer overflow possibility. Reported by: Christopher Krah, Thomas Barabosch, and Jan-Niclas Hilgert of Fraunhofer FKIE

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-04-13 Thread Alexey Dokuchaev
On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > On Thu, Feb 28, 2019 at 07:47:51AM +, Alexey Dokuchaev wrote: > > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > > New Revision: 344648 > > > URL: https://svnweb.freebsd.org/changeset/base/344648 > > > > >

svn commit: r346188 - in stable/12/sys/dev/cxgbe: . common

2019-04-13 Thread Navdeep Parhar
Author: np Date: Sat Apr 13 19:23:11 2019 New Revision: 346188 URL: https://svnweb.freebsd.org/changeset/base/346188 Log: MFC r343666, r343861-r343862, r343923, r343968, r345660, and r345810. r343666: cxgbe(4): Improved error reporting and diagnostics. "slow" interrupt handler: -

svn commit: r346187 - in head/usr.bin/hexdump: . tests

2019-04-13 Thread Conrad Meyer
Author: cem Date: Sat Apr 13 16:51:48 2019 New Revision: 346187 URL: https://svnweb.freebsd.org/changeset/base/346187 Log: hexdump(1): Exit gracefully on format strings missing conversion PR: 237263 Submitted by: Bojan Petrovic Modified: head/usr.bin/hexdump/hexdump.h

svn commit: r346186 - head/share/man/man5

2019-04-13 Thread Alan Somers
Author: asomers Date: Sat Apr 13 13:59:01 2019 New Revision: 346186 URL: https://svnweb.freebsd.org/changeset/base/346186 Log: fusefs: add a fusefs(5) man page PR: 233393 Reported by: tech-li...@zyxst.net Reviewed by: cem MFC after:2 weeks Sponsored by: The FreeBSD

svn commit: r346185 - head/sbin/fsck_ffs

2019-04-13 Thread Kirk McKusick
Author: mckusick Date: Sat Apr 13 13:31:06 2019 New Revision: 346185 URL: https://svnweb.freebsd.org/changeset/base/346185 Log: Followup to -r344552 in which fsck_ffs checks for a size past the last allocated block of the file and if that is found, shortens the file to reference the last

svn commit: r346184 - head/tests/sys/netmap

2019-04-13 Thread Vincenzo Maffione
Author: vmaffione Date: Sat Apr 13 12:50:47 2019 New Revision: 346184 URL: https://svnweb.freebsd.org/changeset/base/346184 Log: netmap: add test cases for multiple host rings Extend the netmap unit tests with new test cases for the multiple-host-rings feature introduced by r345269.

svn commit: r346183 - in stable/12: . share/mk

2019-04-13 Thread Dimitry Andric
) @@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITHOUT_CLANG and the tip of head, and then rebuild without this option. The bootstrap process from older version of current across the gcc/clang cutover is a bit fragile. +20190413: + Now Clang 8 has been merged (see the 20190412 entry

svn commit: r346182 - head/sys/netinet

2019-04-13 Thread Michael Tuexen
Author: tuexen Date: Sat Apr 13 10:47:47 2019 New Revision: 346182 URL: https://svnweb.freebsd.org/changeset/base/346182 Log: When sending IPv4 packets on a SOCK_RAW socket using the IP_HDRINCL option, ensure that the ip_hl field is valid. Furthermore, ensure that the complete IPv4 header

Re: svn commit: r346178 - in stable/12: . sys/amd64/conf

2019-04-13 Thread Dimitry Andric
On 13 Apr 2019, at 10:52, Enji Cooper wrote: > >> On Apr 13, 2019, at 1:50 AM, Dimitry Andric wrote: >> >> Author: dim >> Date: Sat Apr 13 08:50:41 2019 >> New Revision: 346178 >> URL: https://svnweb.freebsd.org/changeset/base/346178 >> >> Log: >> After r346168, put the actual commit dates

svn commit: r346181 - in stable/11: etc/defaults etc/rc.d share/man/man5

2019-04-13 Thread Andrey V. Elsukov
Author: ae Date: Sat Apr 13 09:06:36 2019 New Revision: 346181 URL: https://svnweb.freebsd.org/changeset/base/346181 Log: MFC r345450: Add ability to automatically load ipfw_nat64, ipfw_nptv6 and ipfw_pmod modules by declaring corresponding variables in rc.conf. Also document

Re: svn commit: r346179 - stable/12/sys/amd64/conf

2019-04-13 Thread Dimitry Andric
On 13 Apr 2019, at 10:52, Dimitry Andric wrote: > > Author: dim > Date: Sat Apr 13 08:52:52 2019 > New Revision: 346179 > URL: https://svnweb.freebsd.org/changeset/base/346179 > > Log: > After r346168, put the actual commit dates into UPDATING and > ObsoleteFiles.inc. I completely forgot

svn commit: r346180 - in stable/12: libexec/rc libexec/rc/rc.d share/man/man5

2019-04-13 Thread Andrey V. Elsukov
Author: ae Date: Sat Apr 13 08:55:49 2019 New Revision: 346180 URL: https://svnweb.freebsd.org/changeset/base/346180 Log: MFC r345450: Add ability to automatically load ipfw_nat64, ipfw_nptv6 and ipfw_pmod modules by declaring corresponding variables in rc.conf. Also document

svn commit: r346179 - stable/12/sys/amd64/conf

2019-04-13 Thread Dimitry Andric
Author: dim Date: Sat Apr 13 08:52:52 2019 New Revision: 346179 URL: https://svnweb.freebsd.org/changeset/base/346179 Log: After r346168, put the actual commit dates into UPDATING and ObsoleteFiles.inc. I completely forgot about those, sorry. This is a direct commit to stable/12.

Re: svn commit: r346178 - in stable/12: . sys/amd64/conf

2019-04-13 Thread Enji Cooper
> On Apr 13, 2019, at 1:50 AM, Dimitry Andric wrote: > > Author: dim > Date: Sat Apr 13 08:50:41 2019 > New Revision: 346178 > URL: https://svnweb.freebsd.org/changeset/base/346178 > > Log: > After r346168, put the actual commit dates into UPDATING and > ObsoleteFiles.inc. I completely

svn commit: r346178 - in stable/12: . sys/amd64/conf

2019-04-13 Thread Dimitry Andric
Author: dim Date: Sat Apr 13 08:50:41 2019 New Revision: 346178 URL: https://svnweb.freebsd.org/changeset/base/346178 Log: After r346168, put the actual commit dates into UPDATING and ObsoleteFiles.inc. I completely forgot about those, sorry. This is a direct commit to stable/12.

Re: svn commit: r346176 - head/sys/sys

2019-04-13 Thread Bruce Evans
On Sat, 13 Apr 2019, Bruce Evans wrote: On Sat, 13 Apr 2019, Warner Losh wrote: Fix sbttons for values > 2s Add test against negative times. Add code to cope with larger values properly. Discussed with: bde@ (quite some time ago, for an earlier version) I am unhappy with previous

Re: svn commit: r346176 - head/sys/sys

2019-04-13 Thread Bruce Evans
On Sat, 13 Apr 2019, Warner Losh wrote: Fix sbttons for values > 2s Add test against negative times. Add code to cope with larger values properly. Discussed with: bde@ (quite some time ago, for an earlier version) I am unhappy with previous attempted fixes in this area, and still have

svn commit: r346177 - in head/sys: amd64/conf arm/conf conf i386/conf powerpc/conf sparc64/conf

2019-04-13 Thread Warner Losh
Author: imp Date: Sat Apr 13 06:30:45 2019 New Revision: 346177 URL: https://svnweb.freebsd.org/changeset/base/346177 Log: Move mpr/mps drivers from per-arch NOTES files into the MI notes file. They are in more arches they they aren't. Add appropriate nodevice directives in powerpc and arm.