svn commit: r353791 - head/tools/tools/locale

2019-10-20 Thread Yuri Pankov
Author: yuripv Date: Mon Oct 21 03:01:05 2019 New Revision: 353791 URL: https://svnweb.freebsd.org/changeset/base/353791 Log: tools/tools/locale: allow POSIX target to be built in parallel While it's rarely used target, more so a one not used during the buildworld, it helps when it's not

svn commit: r353788 - in head: release/picobsd/build share/man/man8

2019-10-20 Thread Kyle Evans
Author: kevans Date: Mon Oct 21 00:52:21 2019 New Revision: 353788 URL: https://svnweb.freebsd.org/changeset/base/353788 Log: picobsd: add deprecation notices Notices appear both in picobsd(8) (near the top for easy notice) and are also printed to stderr on every invocation of picobsd

svn commit: r353786 - head/sys/net

2019-10-20 Thread Kyle Evans
Author: kevans Date: Sun Oct 20 22:55:47 2019 New Revision: 353786 URL: https://svnweb.freebsd.org/changeset/base/353786 Log: tuntap(4): use cdevpriv w/ dtor for last close instead of d_close cdevpriv dtors will be called when the reference count on the associated struct file drops to 0,

svn commit: r353785 - head/sys/net

2019-10-20 Thread Kyle Evans
Author: kevans Date: Sun Oct 20 22:39:40 2019 New Revision: 353785 URL: https://svnweb.freebsd.org/changeset/base/353785 Log: tuntap(4): Use make_dev_s to avoid si_drv1 race This allows us to avoid some dance in tunopen for dealing with the possibility of dev->si_drv1 being NULL as it's

svn commit: r353782 - head/sys/net

2019-10-20 Thread Kyle Evans
Author: kevans Date: Sun Oct 20 21:06:25 2019 New Revision: 353782 URL: https://svnweb.freebsd.org/changeset/base/353782 Log: tuntap(4): break out after setting TUN_DSTADDR This is now the only flag we set in this loop, terminate early. Modified: head/sys/net/if_tuntap.c Modified:

svn commit: r353781 - head/sys/net

2019-10-20 Thread Kyle Evans
Author: kevans Date: Sun Oct 20 21:03:48 2019 New Revision: 353781 URL: https://svnweb.freebsd.org/changeset/base/353781 Log: tuntap(4): Drop TUN_IASET This flag appears to have been effectively unused since introduction to if_tun(4) -- drop it now. Modified: head/sys/net/if_tuntap.c

svn commit: r353780 - head/share/man/man4

2019-10-20 Thread Christian Brueffer
Author: brueffer Date: Sun Oct 20 20:57:57 2019 New Revision: 353780 URL: https://svnweb.freebsd.org/changeset/base/353780 Log: Add a manpage for ng_pipe(4). Submitted by: Lutz Donnerhacke Reviewed by: bcr (previous version) MFC after:1 week Differential Revision:

svn commit: r353779 - head/sbin/ping6

2019-10-20 Thread Alan Somers
Author: asomers Date: Sun Oct 20 20:29:17 2019 New Revision: 353779 URL: https://svnweb.freebsd.org/changeset/base/353779 Log: Fix option names in the Examples section of the manual page This corrects an oversight from r351423. Submitted by: Ján Sučan MFC after:Never

svn commit: r353778 - head/sys/dev/e1000

2019-10-20 Thread Marius Strobl
Author: marius Date: Sun Oct 20 17:40:50 2019 New Revision: 353778 URL: https://svnweb.freebsd.org/changeset/base/353778 Log: - In em_intr(), just call em_handle_link() instead of duplicating it. - In em_msix_link(), properly handle IGB-class devices after the iflib(4) conversion again by

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

2019-10-20 Thread Justin Hibbits
Author: jhibbits Date: Sun Oct 20 15:50:33 2019 New Revision: 353777 URL: https://svnweb.freebsd.org/changeset/base/353777 Log: powerpc/booke: Don't zero MAS8, it's unnecessary MAS8 is hypervisor privileged, defining the logical partition (VM) to operate on for TLB accesses. It's

svn commit: r353775 - in head: sys/dev/netmap tools/tools/netmap

2019-10-20 Thread Vincenzo Maffione
Author: vmaffione Date: Sun Oct 20 14:15:45 2019 New Revision: 353775 URL: https://svnweb.freebsd.org/changeset/base/353775 Log: netmap: minor misc improvements - use ring->head rather than ring->cur in lb(8) - use strlcat() rather than strncat() - fix bandwidth computation in

svn commit: r353774 - in head/sys: conf dev/pci

2019-10-20 Thread Michal Meloun
Author: mmel Date: Sun Oct 20 11:11:32 2019 New Revision: 353774 URL: https://svnweb.freebsd.org/changeset/base/353774 Log: Add driver for DesignWare PCIE core, and its Armada 8K specific attachement. MFC after:3 weeks Added: head/sys/dev/pci/pci_dw.c (contents, props changed)

svn commit: r353773 - in head/sys: arm/mv arm64/conf conf

2019-10-20 Thread Michal Meloun
Author: mmel Date: Sun Oct 20 10:48:27 2019 New Revision: 353773 URL: https://svnweb.freebsd.org/changeset/base/353773 Log: Update Armada 8k drivers to cover newly imported DT and latest changes in simple multifunction driver. - follow interrupt changes in DT. Split old ICU driver to