Re: svn commit: r349010 - head/sbin/camcontrol

2019-06-12 Thread Warner Losh
On Wed, Jun 12, 2019, 11:19 PM Warner Losh wrote: > Author: imp > Date: Thu Jun 13 05:19:36 2019 > New Revision: 349010 > URL: https://svnweb.freebsd.org/changeset/base/349010 > > Log: > Increase the timeout for READ NATIVE MAX > > READ NATIVE MAX can take longer than a second if the queued

svn commit: r349011 - head/sys/dev/ciss

2019-06-12 Thread Warner Losh
Author: imp Date: Thu Jun 13 05:19:42 2019 New Revision: 349011 URL: https://svnweb.freebsd.org/changeset/base/349011 Log: Don't print the request we may be aborting in ciss_notify_abort as part of ciss_detach. It's a left-over debug that isn't needed and also discloses a kernel address.

svn commit: r349010 - head/sbin/camcontrol

2019-06-12 Thread Warner Losh
Author: imp Date: Thu Jun 13 05:19:36 2019 New Revision: 349010 URL: https://svnweb.freebsd.org/changeset/base/349010 Log: Increase the timeout for READ NATIVE MAX READ NATIVE MAX can take longer than a second if the queued NCQ I/Os take longer than a second to drain. Modified:

svn commit: r349009 - head/tests/sys/net

2019-06-12 Thread Alan Somers
Author: asomers Date: Thu Jun 13 05:05:58 2019 New Revision: 349009 URL: https://svnweb.freebsd.org/changeset/base/349009 Log: Add test cases for epair Implements the missing test cases for epair in a similar fashion to the existing tests. Fixes shared abstractions to work with epair

svn commit: r349008 - head/stand/efi/boot1

2019-06-12 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Jun 13 03:48:36 2019 New Revision: 349008 URL: https://svnweb.freebsd.org/changeset/base/349008 Log: Fix gcc build by removing redeclaration Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D20622

svn commit: r349007 - stable/12/usr.sbin/mpsutil

2019-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 13 01:23:03 2019 New Revision: 349007 URL: https://svnweb.freebsd.org/changeset/base/349007 Log: MFC r348422: Pass data pointers to the driver in way in expects. Probably due to historical reasons the driver uses In/Out arguments in odd way. While this tool

svn commit: r349006 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-06-12 Thread Alexander Motin
Author: mav Date: Thu Jun 13 01:21:32 2019 New Revision: 349006 URL: https://svnweb.freebsd.org/changeset/base/349006 Log: Move write aggregation memory copy out of vq_lock. Memory copy is too heavy operation to do under the congested lock. Moving it out reduces congestion by many times

svn commit: r349005 - head/sys/modules/ocs_fc

2019-06-12 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 12 23:09:10 2019 New Revision: 349005 URL: https://svnweb.freebsd.org/changeset/base/349005 Log: Don't delete .depend files outside of cleandepend. Sponsored by: DellEMC Modified: head/sys/modules/ocs_fc/Makefile Modified: head/sys/modules/ocs_fc/Makefile

Re: svn commit: r348847 - head/sys/sys

2019-06-12 Thread Warner Losh
On Wed, Jun 12, 2019 at 4:49 PM Gleb Smirnoff wrote: > On Mon, Jun 10, 2019 at 11:09:09AM +0200, Tijl Coosemans wrote: > T> > Date: Mon Jun 10 05:28:03 2019 > T> > New Revision: 348847 > T> > URL: https://svnweb.freebsd.org/changeset/base/348847 > T> > > T> > Log: > T> > Use C11 anonymous

Re: svn commit: r348847 - head/sys/sys

2019-06-12 Thread Gleb Smirnoff
On Mon, Jun 10, 2019 at 11:09:09AM +0200, Tijl Coosemans wrote: T> > Date: Mon Jun 10 05:28:03 2019 T> > New Revision: 348847 T> > URL: https://svnweb.freebsd.org/changeset/base/348847 T> > T> > Log: T> > Use C11 anonymous unions. T> > T> > PR: 215202 T> > Reported by:

svn commit: r349004 - in head: . contrib/compiler-rt/lib/sanitizer_common contrib/libunwind/src contrib/llvm/lib/DebugInfo/DWARF contrib/llvm/lib/MC contrib/llvm/lib/Object contrib/llvm/lib/Target/...

2019-06-12 Thread Dimitry Andric
) +++ head/ObsoleteFiles.inc Wed Jun 12 21:10:37 2019(r349004) @@ -38,6 +38,157 @@ # xargs -n1 | sort | uniq -d; # done +# 20190612: new clang import which bumps version from 8.0.0 to 8.0.1. +OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h +OLD_FILES+=usr/lib

Re: svn commit: r348843 - head/sys/vm

2019-06-12 Thread Brooks Davis
On Mon, Jun 10, 2019 at 09:00:34AM -0400, Shawn Webb wrote: > On Mon, Jun 10, 2019 at 03:07:11AM +, Doug Moore wrote: > > Author: dougm > > Date: Mon Jun 10 03:07:10 2019 > > New Revision: 348843 > > URL: https://svnweb.freebsd.org/changeset/base/348843 > > > > Log: > > There are times when

svn commit: r349003 - head/sys/arm64/arm64

2019-06-12 Thread Alan Cox
Author: alc Date: Wed Jun 12 20:38:49 2019 New Revision: 349003 URL: https://svnweb.freebsd.org/changeset/base/349003 Log: Change pmap_demote_l2_locked() so that it removes the superpage mapping on a demotion failure. Otherwise, some callers to pmap_demote_l2_locked(), such as

svn commit: r349002 - head/lib/libcasper/services/cap_fileargs

2019-06-12 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 12 19:31:26 2019 New Revision: 349002 URL: https://svnweb.freebsd.org/changeset/base/349002 Log: fileargs: add wrapping/unwrapping functions Those function may be useful to pass fileargs connections around. Modified:

svn commit: r349001 - head/sys/geom/eli

2019-06-12 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 12 19:29:48 2019 New Revision: 349001 URL: https://svnweb.freebsd.org/changeset/base/349001 Log: geli: style nits Modified: head/sys/geom/eli/g_eli_hmac.c Modified: head/sys/geom/eli/g_eli_hmac.c

svn commit: r349000 - head/sys/geom/eli

2019-06-12 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 12 19:29:12 2019 New Revision: 349000 URL: https://svnweb.freebsd.org/changeset/base/349000 Log: geli: partially revert r348709 Let's change the unsigned arguments to the signed one, but let's don't change pointers to the array notation. Requested by:

svn commit: r348999 - in head: bin/stty share/man/man4 sys/dev/uart sys/dev/usb/serial sys/kern sys/sys

2019-06-12 Thread Stephen Hurd
Author: shurd Date: Wed Jun 12 18:07:04 2019 New Revision: 348999 URL: https://svnweb.freebsd.org/changeset/base/348999 Log: Some devices take undesired actions when RTS and DTR are asserted. Some development boards for example will reset on DTR, and some radio interfaces will transmit on

svn commit: r348998 - head/usr.sbin/bhyve

2019-06-12 Thread John Baldwin
Author: jhb Date: Wed Jun 12 16:49:01 2019 New Revision: 348998 URL: https://svnweb.freebsd.org/changeset/base/348998 Log: Remove a spurious break when setting up a 64-bit memory BAR. This was causing 'enbit' to not be initialized in this case. CID: 1401924 Reported by:

svn commit: r348997 - stable/11/sys/netpfil/ipfw/nat64

2019-06-12 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 12 16:34:02 2019 New Revision: 348997 URL: https://svnweb.freebsd.org/changeset/base/348997 Log: MFC r348682: Initialize V_nat64out methods explicitly. It looks like initialization of static variable doesn't work for VIMAGE and this leads to panic.

svn commit: r348996 - head/sys/dev/ipmi

2019-06-12 Thread Jonathan T. Looney
Author: jtl Date: Wed Jun 12 16:06:31 2019 New Revision: 348996 URL: https://svnweb.freebsd.org/changeset/base/348996 Log: The current IPMI KCS code is waiting 100us for all transitions (roughly between each byte either sent or received). However, most transitions actually complete in 2-3

svn commit: r348995 - head/sys/modules/hwpmc

2019-06-12 Thread Ian Lepore
Author: ian Date: Wed Jun 12 16:05:20 2019 New Revision: 348995 URL: https://svnweb.freebsd.org/changeset/base/348995 Log: Don't attempt to include hwpmc support for armv6, we're missing some of the necessary support functions in cpu-v6.h, and it may be that the only armv6 platform we

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

2019-06-12 Thread Brandon Bergren
Author: bdragon Date: Wed Jun 12 15:58:11 2019 New Revision: 348994 URL: https://svnweb.freebsd.org/changeset/base/348994 Log: Fix PPC970 boot after r348783 r348783 changed the behavior of the kernel mappings and broke booting on G5. - Split the kernel mapping logic out so that the

svn commit: r348993 - in head: contrib/libarchive contrib/libarchive/libarchive contrib/libarchive/libarchive_fe contrib/libarchive/tar lib/libarchive usr.bin/bsdcat usr.bin/cpio usr.bin/tar

2019-06-12 Thread Martin Matuska
Author: mm Date: Wed Jun 12 13:34:12 2019 New Revision: 348993 URL: https://svnweb.freebsd.org/changeset/base/348993 Log: MFV r348971,r348977: Sync libarchive with vendor. Relevant vendor changes: - check_symlinks_fsobj() without chdir() and fchdir() - bsdtar.1 manpage fixes

svn commit: r348991 - in stable/12: libexec/rtld-elf sys/compat/linux sys/fs/deadfs sys/fs/nfsclient sys/fs/nullfs sys/fs/tmpfs sys/fs/unionfs sys/kern sys/sys sys/ufs/ufs sys/vm

2019-06-12 Thread Konstantin Belousov
Author: kib Date: Wed Jun 12 11:48:04 2019 New Revision: 348991 URL: https://svnweb.freebsd.org/changeset/base/348991 Log: MFC r347151,347181,347968,348421,348698,348701: Switch to use shared vnode locks for text files during image activation. For MFC, VOP_GET_WRITECOUNT was left in the

Re: svn commit: r348981 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
On Wed, 12 Jun 2019 03:03:10 -0700 (PDT) "Rodney W. Grimes" wrote: > > Author: manu > > Date: Wed Jun 12 09:16:42 2019 > > New Revision: 348981 > > URL: https://svnweb.freebsd.org/changeset/base/348981 > > > > Log: > > pkgbase: Set a default package=runtime for var directories > > > >

svn commit: r348990 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 11:34:16 2019 New Revision: 348990 URL: https://svnweb.freebsd.org/changeset/base/348990 Log: mtree: Restore mode for /var/spool/lock and opielocks mode was dropped unintentionally in r348981 for those two directories. Reviewed by: rgrimes MFC after:

Re: svn commit: r348989 - head/sys/contrib/ipfilter/netinet

2019-06-12 Thread Cy Schubert
In message <201906121118.x5cbibnj071...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jun 12 11:18:11 2019 > New Revision: 348989 > URL: https://svnweb.freebsd.org/changeset/base/348989 > > Log: > Whitespace adjustments replacing spaces with tabs. > > MFC after: 1 month

svn commit: r348989 - head/sys/contrib/ipfilter/netinet

2019-06-12 Thread Cy Schubert
Author: cy Date: Wed Jun 12 11:18:11 2019 New Revision: 348989 URL: https://svnweb.freebsd.org/changeset/base/348989 Log: Whitespace adjustments replacing spaces with tabs. MFC after:1 month X-MFC with: r348987 Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c

svn commit: r348988 - stable/12/sys/kern

2019-06-12 Thread Konstantin Belousov
Author: kib Date: Wed Jun 12 11:09:33 2019 New Revision: 348988 URL: https://svnweb.freebsd.org/changeset/base/348988 Log: MFC r348360: Do not go into sleep in sleepq_catch_signals() when SIGSTOP from PT_ATTACH was consumed. PR: 231445 Modified: stable/12/sys/kern/kern_sig.c

svn commit: r348986 - head/sys/contrib/ipfilter/netinet

2019-06-12 Thread Cy Schubert
Author: cy Date: Wed Jun 12 11:06:54 2019 New Revision: 348986 URL: https://svnweb.freebsd.org/changeset/base/348986 Log: Register pfil hooks when VNET != vnet0. r302298, which virtualized ipf, assumed the pfil hook registration performed in ipf_modload() would take care of this. However

svn commit: r348985 - head/sys/contrib/ipfilter/netinet

2019-06-12 Thread Cy Schubert
Author: cy Date: Wed Jun 12 11:06:51 2019 New Revision: 348985 URL: https://svnweb.freebsd.org/changeset/base/348985 Log: Enclose a long multi-line single conditional statement in braces to improve legibility and aesthetics. MFC after:1 week Modified:

svn commit: r348987 - head/sys/contrib/ipfilter/netinet

2019-06-12 Thread Cy Schubert
Author: cy Date: Wed Jun 12 11:06:58 2019 New Revision: 348987 URL: https://svnweb.freebsd.org/changeset/base/348987 Log: Resolve IPv6 checksum errors with stateful inspection. According to PR/203585 this appears to have been broken by r235959, which predates the ipfilter 5.1.2 import into

svn commit: r348984 - stable/12/sys/netpfil/ipfw/nat64

2019-06-12 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 12 10:50:17 2019 New Revision: 348984 URL: https://svnweb.freebsd.org/changeset/base/348984 Log: MFC r348682: Initialize V_nat64out methods explicitly. It looks like initialization of static variable doesn't work for VIMAGE and this leads to panic.

Re: svn commit: r348981 - head/etc/mtree

2019-06-12 Thread Rodney W. Grimes
> Author: manu > Date: Wed Jun 12 09:16:42 2019 > New Revision: 348981 > URL: https://svnweb.freebsd.org/changeset/base/348981 > > Log: > pkgbase: Set a default package=runtime for var directories > > This way every directory is at least present in packages. > While here tag some

svn commit: r348983 - head/etc

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:18:23 2019 New Revision: 348983 URL: https://svnweb.freebsd.org/changeset/base/348983 Log: pkgbase: Add some tags to files installed in distribution target Add the MK_MAIL dependant file to the runtime package as well as the MK_KERBEROS ones the empty

svn commit: r348982 - head/etc/sendmail

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:17:32 2019 New Revision: 348982 URL: https://svnweb.freebsd.org/changeset/base/348982 Log: pkgbase: Add the correct package for sendmail configuration files Reviewed by: bapt MFC after:1 month Differential Revision:

svn commit: r348981 - head/etc/mtree

2019-06-12 Thread Emmanuel Vadot
Author: manu Date: Wed Jun 12 09:16:42 2019 New Revision: 348981 URL: https://svnweb.freebsd.org/changeset/base/348981 Log: pkgbase: Set a default package=runtime for var directories This way every directory is at least present in packages. While here tag some directory from being in