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 s

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. Thi

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 nfsdumpstate(

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 I

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: 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 head

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 F

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 all

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: 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 is

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 attem