svn commit: r343569 - head/sys/dev/cxgbe/iw_cxgbe

2019-01-29 Thread Navdeep Parhar
Author: np Date: Wed Jan 30 05:39:47 2019 New Revision: 343569 URL: https://svnweb.freebsd.org/changeset/base/343569 Log: cxgbe/iw_cxgbe: Fix an address calculation in the memory registration code that was added in r342266. Submitted by: Krishnamraju Eraparaju @ Chelsio Sponsored by:

Re: svn commit: r343566 - in head/lib/libthr: . thread

2019-01-29 Thread Alexey Dokuchaev
On Tue, Jan 29, 2019 at 10:46:45PM +, Konstantin Belousov wrote: > New Revision: 343566 > URL: https://svnweb.freebsd.org/changeset/base/343566 > > Log: > Untangle jemalloc and mutexes initialization. > > The need to use libc malloc(3) from some places in libthr always > caused

svn commit: r343567 - in head: lib/libkvm sys/conf sys/dev/dcons sys/dev/fb sys/dev/syscons sys/i386/acpica sys/i386/i386 sys/i386/include sys/i386/pci sys/x86/acpica sys/x86/include sys/x86/x86

2019-01-29 Thread Konstantin Belousov
Author: kib Date: Wed Jan 30 02:07:13 2019 New Revision: 343567 URL: https://svnweb.freebsd.org/changeset/base/343567 Log: i386: Merge PAE and non-PAE pmaps into same kernel. Effectively all i386 kernels now have two pmaps compiled in: one managing PAE pagetables, and another non-PAE.

svn commit: r343566 - in head/lib/libthr: . thread

2019-01-29 Thread Konstantin Belousov
Author: kib Date: Tue Jan 29 22:46:44 2019 New Revision: 343566 URL: https://svnweb.freebsd.org/changeset/base/343566 Log: Untangle jemalloc and mutexes initialization. The need to use libc malloc(3) from some places in libthr always caused issues. For instance, per-thread key

svn commit: r343565 - head/libexec/rtld-elf

2019-01-29 Thread Konstantin Belousov
Author: kib Date: Tue Jan 29 22:45:24 2019 New Revision: 343565 URL: https://svnweb.freebsd.org/changeset/base/343565 Log: Add header file missed in r343564. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential revision:https://reviews.freebsd.org/D18988

svn commit: r343564 - head/libexec/rtld-elf

2019-01-29 Thread Konstantin Belousov
Author: kib Date: Tue Jan 29 22:40:42 2019 New Revision: 343564 URL: https://svnweb.freebsd.org/changeset/base/343564 Log: Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix. This allows to reuse the allocator in other environments that get malloc(3) and related functions

Re: svn commit: r343561 - in head/sys: arm64/include riscv/include

2019-01-29 Thread Konstantin Belousov
On Tue, Jan 29, 2019 at 08:10:27PM +, David E. O'Brien wrote: > Author: obrien > Date: Tue Jan 29 20:10:27 2019 > New Revision: 343561 > URL: https://svnweb.freebsd.org/changeset/base/343561 > > Log: > Follow arm[32] and sparc64 KAPI and provide the FreeBSD standard spelling > across all

svn commit: r343563 - head/sys/dev/nvd

2019-01-29 Thread Alexander Motin
Author: mav Date: Tue Jan 29 20:50:29 2019 New Revision: 343563 URL: https://svnweb.freebsd.org/changeset/base/343563 Log: Fix GCC build, failed due to false integer overflow in r343562. MFC after:2 weeks Modified: head/sys/dev/nvd/nvd.c Modified: head/sys/dev/nvd/nvd.c

svn commit: r343562 - head/sys/dev/nvd

2019-01-29 Thread Alexander Motin
Author: mav Date: Tue Jan 29 20:35:09 2019 New Revision: 343562 URL: https://svnweb.freebsd.org/changeset/base/343562 Log: Reimplement BIO_ORDERED handling in nvd(4). This fixes BIO_ORDERED semantics while also improving performance by: - sleeping also before BIO_ORDERED bio, as

svn commit: r343561 - in head/sys: arm64/include riscv/include

2019-01-29 Thread David E. O'Brien
Author: obrien Date: Tue Jan 29 20:10:27 2019 New Revision: 343561 URL: https://svnweb.freebsd.org/changeset/base/343561 Log: Follow arm[32] and sparc64 KAPI and provide the FreeBSD standard spelling across all architectures for this header. Reviewed by: stevek Obtained from:

svn commit: r343560 - head/usr.bin/calendar/calendars/de_AT.ISO_8859-15

2019-01-29 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Jan 29 19:54:37 2019 New Revision: 343560 URL: https://svnweb.freebsd.org/changeset/base/343560 Log: calendar(1): Fix Aschermittwoch date for Austrian calendar PR: 165516 Submitted by: j...@berklix.com MFC after:1 week Modified:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 29, 2019, at 9:21 AM, Enji Cooper wrote: … >> Right- this is the part that makes sense to me. =) The 'default2' BE >> is clearly a leftover from a previous test, but it should've been >> unmounted in the process and the zpool cleaned up. >> >> What's not clear is how the cleanup

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On 1/29/19 9:04 AM, Rodney W. Grimes wrote: > >>> On Jan 29, 2019, at 08:39, Kyle Evans wrote: > >> It?s probably and issue with timing and the bhyve implementation for amd64 > >> vs i386, or something else. > > > > There is not a i386 mode of

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread John Baldwin
On 1/29/19 9:04 AM, Rodney W. Grimes wrote: >>> On Jan 29, 2019, at 08:39, Kyle Evans wrote: >> It?s probably and issue with timing and the bhyve implementation for amd64 >> vs i386, or something else. > > There is not a i386 mode of bhyve, ie all guests run in the same 64 bit > virtualization

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 29, 2019, at 09:06, Rodney W. Grimes > wrote: > > [ Charset UTF-8 unsupported, converting... ] >> On Jan 28, 2019, at 20:31, Rodney W. Grimes >> wrote: >> > On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > > Author: kevans > Date: Tue Jan 29 04:08:49 2019

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 29, 2019, at 09:10, Kyle Evans wrote: > >> On Tue, Jan 29, 2019 at 10:55 AM Enji Cooper wrote: >> >> On Jan 29, 2019, at 08:39, Kyle Evans wrote: On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: >> On Jan 28, 2019, at 20:10, Kyle Evans wrote:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Kyle Evans
On Tue, Jan 29, 2019 at 10:55 AM Enji Cooper wrote: > > > > On Jan 29, 2019, at 08:39, Kyle Evans wrote: > > > >> On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: > >> > >> > On Jan 28, 2019, at 20:10, Kyle Evans wrote: > > On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Jan 28, 2019, at 20:31, Rodney W. Grimes > wrote: > > >>> On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > >>> > >>> Author: kevans > >>> Date: Tue Jan 29 04:08:49 2019 > >>> New Revision: 343543 > >>> URL:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Rodney W. Grimes
> > On Jan 29, 2019, at 08:39, Kyle Evans wrote: > > > >> On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: > >> > >> > On Jan 28, 2019, at 20:10, Kyle Evans wrote: > > On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > > Author: kevans > Date: Tue Jan 29

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 29, 2019, at 08:55, Enji Cooper wrote: > > >>> On Jan 29, 2019, at 08:39, Kyle Evans wrote: >>> >>> On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: >>> >>> > On Jan 28, 2019, at 20:10, Kyle Evans wrote: > > On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 29, 2019, at 08:39, Kyle Evans wrote: > >> On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: >> >> On Jan 28, 2019, at 20:10, Kyle Evans wrote: On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: Author: kevans Date: Tue Jan 29 04:08:49 2019

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Kyle Evans
On Tue, Jan 29, 2019 at 10:32 AM Enji Cooper wrote: > > > > On Jan 28, 2019, at 20:10, Kyle Evans wrote: > > > >> On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > >> > >> Author: kevans > >> Date: Tue Jan 29 04:08:49 2019 > >> New Revision: 343543 > >> URL:

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
On Jan 28, 2019, at 20:31, Rodney W. Grimes wrote: >>> On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: >>> >>> Author: kevans >>> Date: Tue Jan 29 04:08:49 2019 >>> New Revision: 343543 >>> URL: https://svnweb.freebsd.org/changeset/base/343543 >>> >>> Log: >>> bectl(8) test: Force

Re: svn commit: r343543 - head/sbin/bectl/tests

2019-01-29 Thread Enji Cooper
> On Jan 28, 2019, at 20:10, Kyle Evans wrote: > >> On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: >> >> Author: kevans >> Date: Tue Jan 29 04:08:49 2019 >> New Revision: 343543 >> URL: https://svnweb.freebsd.org/changeset/base/343543 >> >> Log: >> bectl(8) test: Force destroy the zpool

svn commit: r343552 - head/sys/dev/virtio/network

2019-01-29 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Jan 29 14:31:41 2019 New Revision: 343552 URL: https://svnweb.freebsd.org/changeset/base/343552 Log: vtnet: fix typo in vtnet_free_taskqueues Because of a typo, the code was mistakenly resetting the vtnrx_vq pointer rather than vtntx_tq. Reviewed by:

svn commit: r343551 - head/sys/netpfil/ipfw

2019-01-29 Thread Andrey V. Elsukov
Author: ae Date: Tue Jan 29 11:18:41 2019 New Revision: 343551 URL: https://svnweb.freebsd.org/changeset/base/343551 Log: Fix the bug introduced in r342908, that causes problems with dynamic handling for protocols without ports numbers. Since port numbers were uninitialized for protocols

svn commit: r343550 - in head/sys: amd64/conf arm64/conf conf kern sys

2019-01-29 Thread Andrew Turner
Author: andrew Date: Tue Jan 29 11:04:17 2019 New Revision: 343550 URL: https://svnweb.freebsd.org/changeset/base/343550 Log: Extract the coverage sanitizer KPI to a new file. This will allow multiple consumers of the coverage data to be compiled into the kernel together. The only

svn commit: r343549 - head/sys/dev/netmap

2019-01-29 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Jan 29 10:28:50 2019 New Revision: 343549 URL: https://svnweb.freebsd.org/changeset/base/343549 Log: netmap: add notifications on kloop stop On sync-kloop stop, send a wake-up signal to the kloop, so that waiting for the timeout is not needed. Also, improve

svn commit: r343548 - in head/sbin: newfs tunefs

2019-01-29 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Tue Jan 29 10:21:41 2019 New Revision: 343548 URL: https://svnweb.freebsd.org/changeset/base/343548 Log: Allow dashes as a valid character in UFS labels. Reviewed by: mckusick, imp, 0mp MFC after:2 weeks Differential Revision:D18991

svn commit: r343546 - head/share/misc

2019-01-29 Thread Baptiste Daroussin
Author: bapt Date: Tue Jan 29 08:07:14 2019 New Revision: 343546 URL: https://svnweb.freebsd.org/changeset/base/343546 Log: Update pci_vendors to 2019.01.29 MFC after:2 days Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors