svn commit: r353746 - head/sys/powerpc/aim

2019-10-18 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 19 02:47:32 2019 New Revision: 353746 URL: https://svnweb.freebsd.org/changeset/base/353746 Log: powerpc/aim: Fix comment typo Modified: head/sys/powerpc/aim/trap_subr64.S Modified: head/sys/powerpc/aim/trap_subr64.S

svn commit: r353745 - head/sys/powerpc/mpc85xx

2019-10-18 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 19 01:07:35 2019 New Revision: 353745 URL: https://svnweb.freebsd.org/changeset/base/353745 Log: powerpc/mpc85xx: Replace global PCI config mutex with per-controller mutex PCI controllers need to enforce exclusive config register access on their own bus, not

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
In message <201910182216.x9img7wo032...@slippy.cwsent.com>, Cy Schubert writes: > In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O." > writes: > > --Sig_/icZw9PmU7w9Aj=UqDZhZj.c > > Content-Type: text/plain; charset=US-ASCII > > Content-Transfer-Encoding: quoted-printable > >

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

2019-10-18 Thread Cy Schubert
In message <201910182203.x9im3byd035...@repo.freebsd.org>, Conrad Meyer writes: > 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 i

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
In message <20191018183718.5e6b3...@hermann.fritz.box>, "Hartmann, O." writes: > --Sig_/icZw9PmU7w9Aj=UqDZhZj.c > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > On Fri, 18 Oct 2019 09:26:51 -0700 > Cy Schubert wrote: > > > On October 18, 2019 8:54:06

svn commit: r353743 - head

2019-10-18 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 18 22:08:04 2019 New Revision: 353743 URL: https://svnweb.freebsd.org/changeset/base/353743 Log: Do not remove /usr/share/mk/bsd.compat.mk. It was reintroduced by r353659. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

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

2019-10-18 Thread Conrad Meyer
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 (sys/conf/files), r353694 (debugnet.c db_printf). Submitted by: kevans Reported b

svn commit: r353741 - in head/sys: dev/netmap dev/virtio/network net

2019-10-18 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Oct 18 21:53:27 2019 New Revision: 353741 URL: https://svnweb.freebsd.org/changeset/base/353741 Log: tap: add support for virtio-net offloads This patch is part of an effort to make bhyve networking (in particular TCP) faster. The key strategy to enhance TCP th

svn commit: r353740 - head/sys/dev/nvdimm

2019-10-18 Thread Conrad Meyer
Author: cem Date: Fri Oct 18 21:32:45 2019 New Revision: 353740 URL: https://svnweb.freebsd.org/changeset/base/353740 Log: nvdimm(4): Persist unit numbers in cdev They're formatted into the device name like unit numbers, anyway; store the number in mda_unit => si_drv0 like dev2unit() expe

svn commit: r353739 - in head/contrib/llvm/tools/clang/lib/Driver/ToolChains: . Arch

2019-10-18 Thread Dimitry Andric
Author: dim Date: Fri Oct 18 20:05:27 2019 New Revision: 353739 URL: https://svnweb.freebsd.org/changeset/base/353739 Log: Pull in r374154 from upstream clang trunk (by Simon Atanasyan): [mips] Set default float ABI to "soft" on FreeBSD Initial patch by Kyle Evans. Fix PR435

svn commit: r353738 - head/contrib/llvm/tools/lld/ELF

2019-10-18 Thread Dimitry Andric
Author: dim Date: Fri Oct 18 20:02:46 2019 New Revision: 353738 URL: https://svnweb.freebsd.org/changeset/base/353738 Log: Pull in r372651 from upstream lld trunk (by Simon Atanasyan): [mips] Support elf32btsmipn32_fbsd / elf32ltsmipn32_fbsd emulations Patch by Kyle Evans. Req

svn commit: r353737 - head/tools/build/options

2019-10-18 Thread Dimitry Andric
Author: dim Date: Fri Oct 18 19:30:12 2019 New Revision: 353737 URL: https://svnweb.freebsd.org/changeset/base/353737 Log: Provide a src.conf(5) description for the new WITHOUT_CAROOT option, and rename the WITH_LOADER_VERIEXEC_PASS_MANFIEST description to its correct name. Also correct a b

svn commit: r353735 - in vendor-sys/acpica/dist: . generate/unix/acpinames source/common source/compiler source/components/debugger source/components/disassembler source/components/dispatcher sourc...

2019-10-18 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 18 18:00:41 2019 New Revision: 353735 URL: https://svnweb.freebsd.org/changeset/base/353735 Log: Import ACPICA 20191018. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/generate/unix/acpinames/Makefile vendor-sys/acpica/dist/source/common

svn commit: r353736 - vendor-sys/acpica/20191018

2019-10-18 Thread Jung-uk Kim
Author: jkim Date: Fri Oct 18 18:01:22 2019 New Revision: 353736 URL: https://svnweb.freebsd.org/changeset/base/353736 Log: Tag ACPICA 20191018. Added: vendor-sys/acpica/20191018/ - copied from r353735, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r353734 - head/sys/vm

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 17:36:42 2019 New Revision: 353734 URL: https://svnweb.freebsd.org/changeset/base/353734 Log: Further constrain the use of per-CPU caches for free pages. In low memory conditions a significant number of pages may end up stuck in the caches, and currently the

svn commit: r353733 - head/sys/ufs/ffs

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 17:01:27 2019 New Revision: 353733 URL: https://svnweb.freebsd.org/changeset/base/353733 Log: Abbreviate softdep lock names. The softdep lock names were unusually long and tended to stick out in lock profiling reports. Abbreviate them and make them consiste

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Hartmann, O.
On Fri, 18 Oct 2019 09:26:51 -0700 Cy Schubert wrote: > On October 18, 2019 8:54:06 AM PDT, "Hartmann, O." > wrote: > >On Fri, 18 Oct 2019 07:24:12 -0700 > >Cy Schubert wrote: > > > >> In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann, > >> O." writes: > >> > --Sig_/QDD9BZge

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
On October 18, 2019 8:54:06 AM PDT, "Hartmann, O." wrote: >On Fri, 18 Oct 2019 07:24:12 -0700 >Cy Schubert wrote: > >> In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann, >> O." writes: >> > --Sig_/QDD9BZgeMM6.TJkOIciNb32 >> > Content-Type: text/plain; charset=US-ASCII >> > Conten

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Hartmann, O.
On Fri, 18 Oct 2019 07:24:12 -0700 Cy Schubert wrote: > In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann, > O." writes: > > --Sig_/QDD9BZgeMM6.TJkOIciNb32 > > Content-Type: text/plain; charset=US-ASCII > > Content-Transfer-Encoding: quoted-printable > > > > On Fri, 18 Oct 2019 14

svn commit: r353732 - head/sys/net

2019-10-18 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 18 15:20:24 2019 New Revision: 353732 URL: https://svnweb.freebsd.org/changeset/base/353732 Log: Make rt_getifa_fib() static. Modified: head/sys/net/route.c head/sys/net/route.h Modified: head/sys/net/route.c ===

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Cy Schubert
In message <20191018160935.7dda6...@hermann.fritz.box>, "Hartmann, O." writes: > --Sig_/QDD9BZgeMM6.TJkOIciNb32 > Content-Type: text/plain; charset=US-ASCII > Content-Transfer-Encoding: quoted-printable > > On Fri, 18 Oct 2019 14:00:45 +0200 > Gary Jennejohn wrote: > > > On Fri, 18 Oct 2019 12:21

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Hartmann, O.
On Fri, 18 Oct 2019 14:00:45 +0200 Gary Jennejohn wrote: > On Fri, 18 Oct 2019 12:21:04 +0200 > "Hartmann, O." wrote: > > > On Thu, 17 Oct 2019 21:33:01 + (UTC) > > Conrad Meyer wrote: > > > > > Author: cem > > > Date: Thu Oct 17 21:33:01 2019 > > > New Revision: 353700 > > > URL: https

svn commit: r353731 - in head/sys: amd64/amd64 conf

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 14:05:13 2019 New Revision: 353731 URL: https://svnweb.freebsd.org/changeset/base/353731 Log: Tighten mapping protections on preloaded files on amd64. - We load the kernel at 0x20. Memory below that address need not be executable, so do not map it as

svn commit: r353730 - in head/sys: kern vm

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 13:56:45 2019 New Revision: 353730 URL: https://svnweb.freebsd.org/changeset/base/353730 Log: Apply mapping protections to preloaded kernel modules on amd64. With an upcoming change the amd64 kernel will map preloaded files RW instead of RWX, so the kernel l

svn commit: r353729 - head/sys/kern

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 13:53:14 2019 New Revision: 353729 URL: https://svnweb.freebsd.org/changeset/base/353729 Log: Apply mapping protections to .o kernel modules. Use the section flags to derive mapping protections. When multiple sections overlap within a page, the union of the

svn commit: r353728 - stable/12/sys/dev/xen/netback

2019-10-18 Thread Mark Johnston
Author: markj Date: Fri Oct 18 13:41:08 2019 New Revision: 353728 URL: https://svnweb.freebsd.org/changeset/base/353728 Log: MFC r353444: Remove an unneeded include of opt_sctp.h. Modified: stable/12/sys/dev/xen/netback/netback.c Directory Properties: stable/12/ (props changed) Modifie

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Kyle Evans
On Fri, Oct 18, 2019 at 7:00 AM Gary Jennejohn wrote: > > On Fri, 18 Oct 2019 12:21:04 +0200 > "Hartmann, O." wrote: > > > On Thu, 17 Oct 2019 21:33:01 + (UTC) > > Conrad Meyer wrote: > > > > > Author: cem > > > Date: Thu Oct 17 21:33:01 2019 > > > New Revision: 353700 > > > URL: https://svn

svn commit: r353727 - head/sys/dev/gpio

2019-10-18 Thread Andriy Gapon
Author: avg Date: Fri Oct 18 12:34:30 2019 New Revision: 353727 URL: https://svnweb.freebsd.org/changeset/base/353727 Log: gpioiic: add the detach method bus_generic_detach was not enough, we also need to clean up the iicbus child device. MFC after:1 week Modified: head/sys/de

svn commit: r353726 - in head: sbin/ddb share/man/man4

2019-10-18 Thread Andriy Gapon
Author: avg Date: Fri Oct 18 12:32:01 2019 New Revision: 353726 URL: https://svnweb.freebsd.org/changeset/base/353726 Log: ddb: use 'textdump dump' instead of 'call doadump' The change is for the example in textdump.4 and the default ddb.conf. First of all, doadump now requires an argu

svn commit: r353725 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/linux i386/linux

2019-10-18 Thread Yuri Pankov
Author: yuripv Date: Fri Oct 18 12:25:33 2019 New Revision: 353725 URL: https://svnweb.freebsd.org/changeset/base/353725 Log: linux: futex_mtx should follow futex_list Move futex_mtx to linux_common.ko for amd64 and aarch64 along with respective list/mutex init/destroy. PR:

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Gary Jennejohn
On Fri, 18 Oct 2019 12:21:04 +0200 "Hartmann, O." wrote: > On Thu, 17 Oct 2019 21:33:01 + (UTC) > Conrad Meyer wrote: > > > Author: cem > > Date: Thu Oct 17 21:33:01 2019 > > New Revision: 353700 > > URL: https://svnweb.freebsd.org/changeset/base/353700 > > > > Log: > > Implement NetGDB(

svn commit: r353724 - head/sys/compat/linux

2019-10-18 Thread Yuri Pankov
Author: yuripv Date: Fri Oct 18 10:28:08 2019 New Revision: 353724 URL: https://svnweb.freebsd.org/changeset/base/353724 Log: linux: provide just one instance of futex_list Move futex_list definition to linux.c which is included once in linux.ko (i386) and in linux_common.ko (amd64 and aa

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Hartmann, O.
On Thu, 17 Oct 2019 21:33:01 + (UTC) Conrad Meyer wrote: > Author: cem > Date: Thu Oct 17 21:33:01 2019 > New Revision: 353700 > URL: https://svnweb.freebsd.org/changeset/base/353700 > > Log: > Implement NetGDB(4) > > NetGDB(4) is a component of a system using a panic-time network > s

svn commit: r353723 - stable/12/sbin/ipfw

2019-10-18 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 18 09:09:32 2019 New Revision: 353723 URL: https://svnweb.freebsd.org/changeset/base/353723 Log: MFC r353545: Explicitly initialize the memory buffer to store O_ICMP6TYPE opcode. By default next_cmd() initializes only first u32 of opcode. O_ICMP6TYPE opcod

svn commit: r353722 - stable/11/sys/fs/devfs

2019-10-18 Thread Konstantin Belousov
Author: kib Date: Fri Oct 18 08:39:10 2019 New Revision: 353722 URL: https://svnweb.freebsd.org/changeset/base/353722 Log: MFC r353447: devfs_vptocnp(): correct the component name when node is not at top. Modified: stable/11/sys/fs/devfs/devfs_vnops.c Directory Properties: stable/11/ (p

svn commit: r353721 - stable/11/sys/fs/msdosfs

2019-10-18 Thread Konstantin Belousov
Author: kib Date: Fri Oct 18 08:38:07 2019 New Revision: 353721 URL: https://svnweb.freebsd.org/changeset/base/353721 Log: MFC r353446: Plug the rest of undef behavior places that were missed in r337456. Modified: stable/11/sys/fs/msdosfs/msdosfs_fat.c Directory Properties: stable/11/ (

svn commit: r353720 - stable/12/sys/fs/devfs

2019-10-18 Thread Konstantin Belousov
Author: kib Date: Fri Oct 18 08:36:08 2019 New Revision: 353720 URL: https://svnweb.freebsd.org/changeset/base/353720 Log: MFC r353447: devfs_vptocnp(): correct the component name when node is not at top. Modified: stable/12/sys/fs/devfs/devfs_vnops.c Directory Properties: stable/12/ (p

svn commit: r353719 - stable/12/sys/fs/msdosfs

2019-10-18 Thread Konstantin Belousov
Author: kib Date: Fri Oct 18 08:34:52 2019 New Revision: 353719 URL: https://svnweb.freebsd.org/changeset/base/353719 Log: MFC r353446: Plug the rest of undef behavior places that were missed in r337456. Modified: stable/12/sys/fs/msdosfs/msdosfs_fat.c Directory Properties: stable/12/ (

svn commit: r353718 - head/usr.bin/ministat

2019-10-18 Thread Poul-Henning Kamp
Author: phk Date: Fri Oct 18 07:55:01 2019 New Revision: 353718 URL: https://svnweb.freebsd.org/changeset/base/353718 Log: Improve the way we calculate variance to reduce the rounding errors when variance is small relative to data points. Now [0, 1, 2] shows same standard deviation as [10