svn commit: r338850 - head/sys/net

2018-09-20 Thread Matt Macy
Author: mmacy Date: Fri Sep 21 01:37:08 2018 New Revision: 338850 URL: https://svnweb.freebsd.org/changeset/base/338850 Log: fix vlan locking to permit sx acquisition in ioctl calls - update vlan(9) to handle changes earlier this year in multicast locking Tested by: np@, darkfiberu at

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread John Baldwin
On 9/20/18 2:43 PM, Li-Wen Hsu wrote: > On Thu, Sep 20, 2018 at 10:06 PM Mark Johnston wrote: >> >> On Thu, Sep 20, 2018 at 09:39:24AM -0700, John Baldwin wrote: >>> On 9/20/18 8:54 AM, Mark Johnston wrote: On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: > Author: mmacy >

svn commit: r338849 - head/sys/conf

2018-09-20 Thread Glen Barber
Author: gjb Date: Thu Sep 20 23:59:42 2018 New Revision: 338849 URL: https://svnweb.freebsd.org/changeset/base/338849 Log: Update head from ALPHA6 to ALPHA7 as part of the 12.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread Li-Wen Hsu
On Thu, Sep 20, 2018 at 10:06 PM Mark Johnston wrote: > > On Thu, Sep 20, 2018 at 09:39:24AM -0700, John Baldwin wrote: > > On 9/20/18 8:54 AM, Mark Johnston wrote: > > > On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: > > >> Author: mmacy > > >> Date: Sun Jul 15 00:23:10 2018 > > >>

svn commit: r338841 - head/sys/amd64/amd64

2018-09-20 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 20 20:32:08 2018 New Revision: 338841 URL: https://svnweb.freebsd.org/changeset/base/338841 Log: amd64: macroify copyin/copyout and provide erms variants, follow up Fix a fat-fingered typo with a "funny" side-effect: when doing copyin on a cpu without ERMS and

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

2018-09-20 Thread Stephen Hurd
Author: shurd Date: Thu Sep 20 20:06:44 2018 New Revision: 338840 URL: https://svnweb.freebsd.org/changeset/base/338840 Log: Add IFCAP_TSO6 for igb It seems igb supports TSO6, but the capability got lost in the iflib update. Restore this capability. PR: 231476 Reported

svn commit: r338839 - head/sys/netinet

2018-09-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 20 19:45:27 2018 New Revision: 338839 URL: https://svnweb.freebsd.org/changeset/base/338839 Log: Add new field max_hdrsize to struct encap_config. It is currently unused and reserved for future use to keep KBI/KPI. Also add several spare pointers to be able

svn commit: r338838 - head/sys/net

2018-09-20 Thread Stephen Hurd
Author: shurd Date: Thu Sep 20 19:35:35 2018 New Revision: 338838 URL: https://svnweb.freebsd.org/changeset/base/338838 Log: Fix capabilities handling for iflib drivers Various capabilities were not being handled correctly in the SIOCSIFCAP handler. Specifically: IFCAP_RXCSUM and

Cloud Computing Expo NOV/12 - NOV/13/2018 Visitors Mailing List

2018-09-20 Thread Amy Smith
Hi, Just wanted to reach out to see if you have any interest in acquiring Cloud Computing Expo NOV/12 - NOV/13/2018 Visitors Mailing List? The list can be used for pre-show internal lead generation, branding, product/service promotion campaigns, booth invites, appointment setting and also

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread Mark Johnston
On Thu, Sep 20, 2018 at 09:39:24AM -0700, John Baldwin wrote: > On 9/20/18 8:54 AM, Mark Johnston wrote: > > On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: > >> Author: mmacy > >> Date: Sun Jul 15 00:23:10 2018 > >> New Revision: 336299 > >> URL:

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread Bruce Evans
On Thu, 20 Sep 2018, John Baldwin wrote: On 9/20/18 8:54 AM, Mark Johnston wrote: On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: Author: mmacy Date: Sun Jul 15 00:23:10 2018 New Revision: 336299 URL: https://svnweb.freebsd.org/changeset/base/336299 Log: msun: add ld80/ld128

svn commit: r338837 - head/sys/amd64/amd64

2018-09-20 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 20 18:30:17 2018 New Revision: 338837 URL: https://svnweb.freebsd.org/changeset/base/338837 Log: amd64: macroify copyin/copyout and provide erms variants Reviewed by: kib Approved by: re (gjb) Differential Revision:https://reviews.freebsd.org/D17257

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

2018-09-20 Thread Mark Johnston
Author: markj Date: Thu Sep 20 18:29:55 2018 New Revision: 338836 URL: https://svnweb.freebsd.org/changeset/base/338836 Log: Ensure that imports into per-domain kmem arenas are KVA_QUANTUM-aligned. The old code appears to assume that vmem_alloc() would import size-aligned KVA chunks from

svn commit: r338835 - head/sys/kern

2018-09-20 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 20 18:25:26 2018 New Revision: 338835 URL: https://svnweb.freebsd.org/changeset/base/338835 Log: vfs: remove lookup_shared tunable Reviewed by: kib, jhb Approved by: re (gjb) Differential Revision:https://reviews.freebsd.org/D17253 Modified:

svn commit: r338834 - in head/share/man: man4 man9

2018-09-20 Thread Stephen Hurd
Author: shurd Date: Thu Sep 20 18:24:32 2018 New Revision: 338834 URL: https://svnweb.freebsd.org/changeset/base/338834 Log: Add iflib.4 manpage The new manpage documents the tunables and statistic sysctls exposed by iflib. Reviewed by: bcr Approved by: re (gjb) Sponsored by:

svn commit: r338833 - in stable/11: . lib/libclang_rt

2018-09-20 Thread John Baldwin
Author: jhb Date: Thu Sep 20 16:43:58 2018 New Revision: 338833 URL: https://svnweb.freebsd.org/changeset/base/338833 Log: MFC 337270: Install the 32-bit compat sanitizer libraries. The lib32 build was already building the i386 version of the clang sanitizers (libclang_rt) but they were

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread John Baldwin
On 9/20/18 8:54 AM, Mark Johnston wrote: > On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: >> Author: mmacy >> Date: Sun Jul 15 00:23:10 2018 >> New Revision: 336299 >> URL: https://svnweb.freebsd.org/changeset/base/336299 >> >> Log: >> msun: add ld80/ld128 powl, cpow, cpowf, cpowl

svn commit: r338832 - head/usr.sbin/bsdinstall/scripts

2018-09-20 Thread Mark Johnston
Author: markj Date: Thu Sep 20 16:37:50 2018 New Revision: 338832 URL: https://svnweb.freebsd.org/changeset/base/338832 Log: Fix variable name typo in the bsdinstall ttys hardening code. Submitted by: Jörg Pernfuß Reviewed by: allanjude, dab, emaste Approved by: re (gjb)

Re: svn commit: r336299 - in head: include lib/msun lib/msun/ld128 lib/msun/ld80 lib/msun/man lib/msun/src

2018-09-20 Thread Mark Johnston
On Sun, Jul 15, 2018 at 12:23:11AM +, Matt Macy wrote: > Author: mmacy > Date: Sun Jul 15 00:23:10 2018 > New Revision: 336299 > URL: https://svnweb.freebsd.org/changeset/base/336299 > > Log: > msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd > > This corresponds to the

svn commit: r338831 - head/sys/netinet6

2018-09-20 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 20 15:45:53 2018 New Revision: 338831 URL: https://svnweb.freebsd.org/changeset/base/338831 Log: In icmp6_rip6_input(), once we have a lock, make sure the inp is not freed. This can happen since the list traversal and locking was converted to epoch(9). If the inp

svn commit: r338830 - head/sys/vm

2018-09-20 Thread Mark Johnston
Author: markj Date: Thu Sep 20 15:45:12 2018 New Revision: 338830 URL: https://svnweb.freebsd.org/changeset/base/338830 Log: Change the domain selection policy in kmem_back(). Ensure that pages backing the same virtual large page come from the same physical domain, as

Re: svn commit: r338829 - head/sys/kern

2018-09-20 Thread Eric van Gyzen
On 9/20/18 8:32 AM, Mateusz Guzik wrote: fd: prevent inlining of _fdrop thorough kern_descrip.c fdrop is used in several places in the file and almost never has to call _fdrop. Thus inlining it is a pure waste of space. -int +int __noinline _fdrop(struct file *fp, struct

svn commit: r338829 - head/sys/kern

2018-09-20 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 20 13:32:40 2018 New Revision: 338829 URL: https://svnweb.freebsd.org/changeset/base/338829 Log: fd: prevent inlining of _fdrop thorough kern_descrip.c fdrop is used in several places in the file and almost never has to call _fdrop. Thus inlining it is a pure

svn commit: r338828 - head/sys/amd64/amd64

2018-09-20 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 20 13:29:43 2018 New Revision: 338828 URL: https://svnweb.freebsd.org/changeset/base/338828 Log: amd64: move fusufault after all users A lot of function have the following check: cmpq%rax,%rdi /* verify address is valid */

svn commit: r338827 - in head/contrib/libarchive: . libarchive libarchive/test test_utils

2018-09-20 Thread Martin Matuska
Author: mm Date: Thu Sep 20 11:44:36 2018 New Revision: 338827 URL: https://svnweb.freebsd.org/changeset/base/338827 Log: MFV r338797: Sync libarchive with vendor. Relevant vendor changes: PR #1019: Add allocation check for the zip_entry struct Oss-Fuzz #10192: Handle

svn commit: r338826 - in head: contrib/mandoc contrib/mdocml usr.bin/mandoc

2018-09-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Sep 20 10:58:52 2018 New Revision: 338826 URL: https://svnweb.freebsd.org/changeset/base/338826 Log: Import mandoc 1.14.4 Approved by: re (kib) MFC after:1 week Added: - copied from r338825, head/contrib/mdocml/ head/contrib/mandoc/compat_strndup.c

svn commit: r338825 - in head: etc secure/usr.bin/openssl

2018-09-20 Thread Brad Davis
Author: brd Date: Thu Sep 20 09:34:55 2018 New Revision: 338825 URL: https://svnweb.freebsd.org/changeset/base/338825 Log: Move the openssl.cnf install to secure/usr.bin/openssl/ This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential

svn commit: r338824 - in head: etc lib/libsmb

2018-09-20 Thread Brad Davis
Author: brd Date: Thu Sep 20 09:31:27 2018 New Revision: 338824 URL: https://svnweb.freebsd.org/changeset/base/338824 Log: Move nsmb.conf to lib/libsmb/ This leverages CONFS to do the install Approved by: re (pkgbase, blanket), bapt (mentor) Differential Revision:

svn commit: r338823 - in head: etc lib/libopie

2018-09-20 Thread Brad Davis
Author: brd Date: Thu Sep 20 09:26:10 2018 New Revision: 338823 URL: https://svnweb.freebsd.org/changeset/base/338823 Log: Move opieaccess to lib/libopie/ This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision:

svn commit: r338822 - in head: etc usr.sbin/lpr/lpd

2018-09-20 Thread Brad Davis
Author: brd Date: Thu Sep 20 09:21:05 2018 New Revision: 338822 URL: https://svnweb.freebsd.org/changeset/base/338822 Log: Move hosts.lpd and printcap to usr.sbin/lpr/lpd/ This leverages CONFS to handle the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential

svn commit: r338821 - vendor/mandoc/1.14.4

2018-09-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Sep 20 08:03:21 2018 New Revision: 338821 URL: https://svnweb.freebsd.org/changeset/base/338821 Log: Tag import of mandoc 1.14.4 Added: vendor/mandoc/1.14.4/ - copied from r338818, vendor/mandoc/dist/ vendor/mandoc/1.14.4/compat_strndup.c - copied unchanged

svn commit: r338819 - vendor/mandoc/dist

2018-09-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Sep 20 07:33:14 2018 New Revision: 338819 URL: https://svnweb.freebsd.org/changeset/base/338819 Log: import mandoc 1.14.1 Added: vendor/mandoc/dist/compat_strndup.c (contents, props changed) vendor/mandoc/dist/test-noop.c (contents, props changed)

svn commit: r338818 - in vendor: mandoc mdocml

2018-09-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Sep 20 07:26:00 2018 New Revision: 338818 URL: https://svnweb.freebsd.org/changeset/base/338818 Log: Rename mdocml into mandoc, the name changed very long ago it is time to track it Added: vendor/mandoc/ - copied from r338817, vendor/mdocml/ Deleted: