Re: svn commit: r353365 - head/usr.bin/procstat

2019-10-19 Thread Rodney W. Grimes via svn-src-head
> On Thu, Oct 10, 2019 at 11:27 PM Rodney W. Grimes > wrote: > > > > > Author: jlh > > > Date: Wed Oct 9 20:05:14 2019 > > > New Revision: 353365 > > > URL: https://svnweb.freebsd.org/changeset/base/353365 > > > > > > Log: > > > Add a missing macro for the previous commit (IS_INADDR_ANY()). >

svn commit: r353771 - head/share/mk

2019-10-19 Thread Bryan Drewery
Author: bdrewery Date: Sat Oct 19 21:44:33 2019 New Revision: 353771 URL: https://svnweb.freebsd.org/changeset/base/353771 Log: Fix spelling of DPSRCS. Submitted by: vangyzen Sponsored by: DellEMC MFC after:2 weeks Modified: head/share/mk/bsd.dep.mk Modified:

svn commit: r353770 - in head/sys: net netinet/netdump

2019-10-19 Thread Michael Tuexen
Author: tuexen Date: Sat Oct 19 20:48:53 2019 New Revision: 353770 URL: https://svnweb.freebsd.org/changeset/base/353770 Log: Fix compile issues when building a kernel without the VIMAGE option. Thanks to cem@ for discussing the issue which resulted in this patch. Reviewed by:

svn commit: r353769 - head/usr.bin/fstat

2019-10-19 Thread Jeremie Le Hen
Author: jlh Date: Sat Oct 19 19:52:19 2019 New Revision: 353769 URL: https://svnweb.freebsd.org/changeset/base/353769 Log: Add the fstat -s option to display socket information. Reviewed by: jilles MFC after:1 week Relnotes: yes Differential Revision:

Re: svn commit: r353365 - head/usr.bin/procstat

2019-10-19 Thread Jeremie Le Hen
On Thu, Oct 10, 2019 at 11:27 PM Rodney W. Grimes wrote: > > > Author: jlh > > Date: Wed Oct 9 20:05:14 2019 > > New Revision: 353365 > > URL: https://svnweb.freebsd.org/changeset/base/353365 > > > > Log: > > Add a missing macro for the previous commit (IS_INADDR_ANY()). > > Can we write it

svn commit: r353768 - head/usr.bin/procstat

2019-10-19 Thread Jeremie Le Hen
Author: jlh Date: Sat Oct 19 19:38:53 2019 New Revision: 353768 URL: https://svnweb.freebsd.org/changeset/base/353768 Log: Remove IS_INADDR_ANY(). Requested by rgrimes@ in https://lists.freebsd.org/pipermail/svn-src-head/2019-October/129784.html Modified:

svn commit: r353767 - head/sys/x86/x86

2019-10-19 Thread Conrad Meyer
Author: cem Date: Sat Oct 19 16:37:49 2019 New Revision: 353767 URL: https://svnweb.freebsd.org/changeset/base/353767 Log: hw.intrbalance: Make sysctl tunable This allows specifying a boot-time preference in loader.conf. Modified: head/sys/x86/x86/intr_machdep.c Modified:

svn commit: r353766 - head/sys/powerpc/booke

2019-10-19 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 19 16:09:06 2019 New Revision: 353766 URL: https://svnweb.freebsd.org/changeset/base/353766 Log: powerpc/booke pmap: Fix printf format type warnings Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c

svn commit: r353764 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/debugger sys/contrib/dev/acpica/components/disa...

2019-10-19 Thread Jung-uk Kim
Author: jkim Date: Sat Oct 19 14:56:44 2019 New Revision: 353764 URL: https://svnweb.freebsd.org/changeset/base/353764 Log: Merge ACPICA 20191018. Added: head/sys/contrib/dev/acpica/compiler/dtcompilerparser.l - copied, changed from r351127,

svn commit: r353757 - head/stand/libsa/zfs

2019-10-19 Thread Toomas Soome
Author: tsoome Date: Sat Oct 19 08:08:06 2019 New Revision: 353757 URL: https://svnweb.freebsd.org/changeset/base/353757 Log: loader: zfs_fmtdev can crash when pool discovery did fail and we have no spa When zfs probe did fail and no spa was created, but zfs_fmtdev() is called, we will

Re: svn commit: r353742 - in head/sys: conf net

2019-10-19 Thread Hartmann, O.
On Fri, 18 Oct 2019 22:03:37 + (UTC) Conrad Meyer wrote: > Author: cem > Date: Fri Oct 18 22:03:36 2019 > New Revision: 353742 > URL: https://svnweb.freebsd.org/changeset/base/353742 > > Log: > Fix debugnet(4) link/build fallout on some configurations > > Introduced in r353685

svn commit: r353749 - head

2019-10-19 Thread Andriy Gapon
Author: avg Date: Sat Oct 19 07:16:20 2019 New Revision: 353749 URL: https://svnweb.freebsd.org/changeset/base/353749 Log: buildkernel: always add standard kernel configuration include path This should change nothing for kernel configurations at the standard locations in the source tree.

svn commit: r353748 - head/sys/x86/x86

2019-10-19 Thread Andriy Gapon
Author: avg Date: Sat Oct 19 07:13:15 2019 New Revision: 353748 URL: https://svnweb.freebsd.org/changeset/base/353748 Log: remove wmb() call from x86 cpu_reset() The rationale is pretty much the same as in r353747. There is no subsequent dependent store. The store is to the regular

svn commit: r353747 - head/sys/amd64/vmm

2019-10-19 Thread Andriy Gapon
Author: avg Date: Sat Oct 19 07:10:15 2019 New Revision: 353747 URL: https://svnweb.freebsd.org/changeset/base/353747 Log: vmm: remove a wmb() call After removing wmb(), vm_set_rendezvous_func() became super trivial, so there was no point in keeping it. The wmb (sfence on amd64,