Re: svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-26 Thread Jeff Roberson
On Tue, 27 Mar 2018, O. Hartmann wrote: On Tue, 27 Mar 2018 08:15:35 +0200 "O. Hartmann" wrote: On Tue, 27 Mar 2018 03:37:04 + (UTC) Jeff Roberson wrote: Author: jeff Date: Tue Mar 27 03:37:04 2018 New Revision: 331606 URL: https://svnweb.freebsd.org/changeset/base/331606 Log: Only

svn commit: r331609 - in head: share/man/man4 sys/dev/vmware/vmci sys/modules/vmware/vmci

2018-03-26 Thread Mark Peek
Author: mp Date: Tue Mar 27 06:33:00 2018 New Revision: 331609 URL: https://svnweb.freebsd.org/changeset/base/331609 Log: Rectify VMCI SPDX license Approved by: Vishnu Dasa Modified: head/share/man/man4/vmci.4 head/sys/dev/vmware/vmci/vmci.c head/sys/dev/vmware/vmci/vmci.h head/sy

Re: svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-26 Thread O. Hartmann
On Tue, 27 Mar 2018 08:15:35 +0200 "O. Hartmann" wrote: > On Tue, 27 Mar 2018 03:37:04 + (UTC) > Jeff Roberson wrote: > > > Author: jeff > > Date: Tue Mar 27 03:37:04 2018 > > New Revision: 331606 > > URL: https://svnweb.freebsd.org/changeset/base/331606 > > > > Log: > > Only use CPUs in

Re: svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-26 Thread O. Hartmann
On Tue, 27 Mar 2018 03:37:04 + (UTC) Jeff Roberson wrote: > Author: jeff > Date: Tue Mar 27 03:37:04 2018 > New Revision: 331606 > URL: https://svnweb.freebsd.org/changeset/base/331606 > > Log: > Only use CPUs in the domain the device is attached to for default > assignment. Device driv

Re: svn commit: r331209 - head

2018-03-26 Thread Alexey Dokuchaev
On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote: > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote: > > > ... > > Right, but John had mentioned extra reboot *between* installkernel and > > installworld, which I've never heard of before. > > From the end up of src/UPDATI

svn commit: r331606 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Tue Mar 27 03:37:04 2018 New Revision: 331606 URL: https://svnweb.freebsd.org/changeset/base/331606 Log: Only use CPUs in the domain the device is attached to for default assignment. Device drivers are able to override the default assignment if they bind directly. There

svn commit: r331605 - head/sys/vm

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Tue Mar 27 03:27:02 2018 New Revision: 331605 URL: https://svnweb.freebsd.org/changeset/base/331605 Log: Move vm_ndomains to vm.h where it can be used with a single header include rather than requiring a half-dozen. Many non-vm files may want to know the number of valid d

Re: svn commit: r327877 - head/usr.sbin/efibootmgr

2018-03-26 Thread Kyle Evans
On Mon, Mar 26, 2018 at 6:32 PM, Oliver Pinter wrote: > On Friday, January 12, 2018, Warner Losh wrote: >> >> Author: imp >> Date: Fri Jan 12 15:30:48 2018 >> New Revision: 327877 >> URL: https://svnweb.freebsd.org/changeset/base/327877 >> >> Log: >> Fix error in determining the next available

Re: svn commit: r331563 - head/stand/lua

2018-03-26 Thread Devin Teske
Woot! That is all. -- Devin > On Mar 26, 2018, at 12:01 PM, Kyle Evans wrote: > > Author: kevans > Date: Mon Mar 26 19:01:22 2018 > New Revision: 331563 > URL: https://svnweb.freebsd.org/changeset/base/331563 > > Log: > lualoader: Implement try_include and use it for including the local modu

svn commit: r331602 - in head/sys/contrib/zstd: . contrib/gen_html contrib/meson contrib/seekable_format doc doc/images lib lib/common lib/compress lib/decompress lib/dictBuilder lib/legacy program...

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 23:54:59 2018 New Revision: 331602 URL: https://svnweb.freebsd.org/changeset/base/331602 Log: Update to Zstandard 1.3.4 Includes our local patch to conditionalize use of __builtin_clz(ll) on Clang's __has_builtin() (which is just defined to false when building

Re: svn commit: r327877 - head/usr.sbin/efibootmgr

2018-03-26 Thread Oliver Pinter
Hi Warner! Did you plan to MFC this to 11-stable? I think other parts (both kernel and loader parts are mostly MFCd back by Kyle). Thanks, Oliver On Friday, January 12, 2018, Warner Losh wrote: > Author: imp > Date: Fri Jan 12 15:30:48 2018 > New Revision: 327877 > URL: https://svnweb.freebsd.

svn commit: r331600 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 23:20:37 2018 New Revision: 331600 URL: https://svnweb.freebsd.org/changeset/base/331600 Log: ctfconvert/ctfmerge: Fix a memory leak enumerating DWARF files Reported by: Coverity Sponsored by: Dell EMC Isilon Modified: head/cddl/contrib/opensolaris/tools/c

svn commit: r331596 - head/usr.sbin/wpa/wpa_supplicant

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:10:20 2018 New Revision: 331596 URL: https://svnweb.freebsd.org/changeset/base/331596 Log: wpa_supplicant.conf.5: Document minimal eduroam configuration PR: 226939 Submitted by: Mateusz Piotrowski (0mp@) Sponsored by: Dell EMC Isilon Modified:

svn commit: r331595 - head/cddl/contrib/opensolaris/common/ctf

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:02:36 2018 New Revision: 331595 URL: https://svnweb.freebsd.org/changeset/base/331595 Log: libctf: Don't construct pointers to out of bounds array offsets Just attempting to do the pointer arithmetic is undefined behavior. No functional change intended.

svn commit: r331594 - head/cddl/contrib/opensolaris/lib/libctf/common

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 21:57:44 2018 New Revision: 331594 URL: https://svnweb.freebsd.org/changeset/base/331594 Log: libctf: Appease Coverity overrun warnings Rather than zeroing and reading into the a smaller union member the full union size, just zero and read directly into the un

svn commit: r331598 - head/sys/opencrypto

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 22:31:29 2018 New Revision: 331598 URL: https://svnweb.freebsd.org/changeset/base/331598 Log: OCF: CRYPTDEB(): Enhance to allow formatted logging Sponsored by: Dell EMC Isilon Modified: head/sys/opencrypto/crypto.c head/sys/opencrypto/cryptodev.h Modified:

svn commit: r331597 - head/tools/tools/crypto

2018-03-26 Thread John Baldwin
Author: jhb Date: Mon Mar 26 22:30:17 2018 New Revision: 331597 URL: https://svnweb.freebsd.org/changeset/base/331597 Log: Update the license to note my work on cryptocheck was sponsored. Sponsored by: Chelsio Communications Modified: head/tools/tools/crypto/cryptocheck.c Modified: head

svn commit: r331579 - head/sys/opencrypto

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 20:30:07 2018 New Revision: 331579 URL: https://svnweb.freebsd.org/changeset/base/331579 Log: cryptodev: Match intent for enc_xform ciphers with blocksize != ivsize No functional change for Skipjack, AES-ICM, Blowfish, CAST-128, Camellia, DES3, Rijndael128, DE

svn commit: r331567 - head/sys/netinet/cc

2018-03-26 Thread Sean Bruno
Author: sbruno Date: Mon Mar 26 19:53:36 2018 New Revision: 331567 URL: https://svnweb.freebsd.org/changeset/base/331567 Log: CC Cubic: fix underflow for cubic_cwnd() Singed calculations in cubic_cwnd() can result in negative cwnd value which is then cast to an unsigned value. Values less

svn commit: r331566 - head/sys/dev/vmware/vmci

2018-03-26 Thread Conrad Meyer
Author: cem Date: Mon Mar 26 19:53:02 2018 New Revision: 331566 URL: https://svnweb.freebsd.org/changeset/base/331566 Log: vmci(4): Fix GCC build and rationalize vmci_kernel_defs.h To fix the GCC build, remove multiple redundant declarations of vmci_send_datagram() (the copy in vmci.h as

svn commit: r331565 - head/tools/boot

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:08:19 2018 New Revision: 331565 URL: https://svnweb.freebsd.org/changeset/base/331565 Log: lua-lint: Hint that try_include is now an accepted global try_include was added in r331563. Modified: head/tools/boot/lua-lint.sh Modified: head/tools/boot/lua-l

svn commit: r331564 - head/stand/lua

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:06:25 2018 New Revision: 331564 URL: https://svnweb.freebsd.org/changeset/base/331564 Log: lualoader: Actually re-raise error in try_include It was previously only printed, but we do actually want to raise it as a full blown error so that things don't lo

svn commit: r331563 - head/stand/lua

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 19:01:22 2018 New Revision: 331563 URL: https://svnweb.freebsd.org/changeset/base/331563 Log: lualoader: Implement try_include and use it for including the local module This provides a way to optionally include a module without having to wrap it in filesyst

svn commit: r331562 - head/release/arm

2018-03-26 Thread Emmanuel Vadot
Author: manu Date: Mon Mar 26 18:39:38 2018 New Revision: 331562 URL: https://svnweb.freebsd.org/changeset/base/331562 Log: release: arm: Copy boot.scr from ports Latest u-boot update need u-boot script to load and start ubldr. (See D14230 for more details) Copy this file for our arm re

svn commit: r331561 - head/sys/kern

2018-03-26 Thread Jeff Roberson
Author: jeff Date: Mon Mar 26 18:36:17 2018 New Revision: 331561 URL: https://svnweb.freebsd.org/changeset/base/331561 Log: Fix a bug introduced in r329612 that slowly invalidates all clean bufs. Reported by: bde Reviewed by: bde Sponsored by: Netflix, Dell/EMC Isilon Modified: hea

Re: svn commit: r331364 - head/release/tools

2018-03-26 Thread Glen Barber
On Mon, Mar 26, 2018 at 03:20:25PM -0300, Renato Botelho wrote: > On 22/03/18 14:49, Glen Barber wrote: > > Author: gjb > > Date: Thu Mar 22 17:49:27 2018 > > New Revision: 331364 > > URL: https://svnweb.freebsd.org/changeset/base/331364 > > > > Log: > > Remove google_accounts_manager from VM_RC

svn commit: r331559 - head/release/tools

2018-03-26 Thread Glen Barber
Author: gjb Date: Mon Mar 26 18:24:16 2018 New Revision: 331559 URL: https://svnweb.freebsd.org/changeset/base/331559 Log: Escape trailing newlines in a long variable list for consistency. Submitted by: garga MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/re

Re: svn commit: r331364 - head/release/tools

2018-03-26 Thread Renato Botelho
On 22/03/18 14:49, Glen Barber wrote: > Author: gjb > Date: Thu Mar 22 17:49:27 2018 > New Revision: 331364 > URL: https://svnweb.freebsd.org/changeset/base/331364 > > Log: > Remove google_accounts_manager from VM_RC_LIST in the GCE configuration > file, no longer needed. > > PR:

svn commit: r331557 - head/sys/vm

2018-03-26 Thread Konstantin Belousov
Author: kib Date: Mon Mar 26 16:31:12 2018 New Revision: 331557 URL: https://svnweb.freebsd.org/changeset/base/331557 Log: Allow to specify for vm_fault_quick_hold_pages() that nofault mode should be honored. We must not sleep or acquire any MI VM locks if TDP_NOFAULTING is specified.

svn commit: r331548 - head/sys/arm/allwinner

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 14:03:39 2018 New Revision: 331548 URL: https://svnweb.freebsd.org/changeset/base/331548 Log: aw_sid(4): Release resources and destroy mutex on failure Submitted by: Eugene Sevastyanov Modified: head/sys/arm/allwinner/aw_sid.c Modified: head/sys/arm/allw

svn commit: r331547 - head/stand/efi/loader

2018-03-26 Thread Kyle Evans
Author: kevans Date: Mon Mar 26 13:45:17 2018 New Revision: 331547 URL: https://svnweb.freebsd.org/changeset/base/331547 Log: loader efifb: implement uga_autoresize as a call to text_autoresize UGA does not have the same kind of mode enumeration that GOP does. Implement it instead as a ca

svn commit: r331546 - head/etc/rc.d

2018-03-26 Thread Kristof Provost
Author: kp Date: Mon Mar 26 09:36:22 2018 New Revision: 331546 URL: https://svnweb.freebsd.org/changeset/base/331546 Log: pf: reload and resync do the same thing The reload and resync commands for the startup script do exactly the same thing, so implement one as a call to the other.