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: C

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 issues

svn commit: r343568 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2019-01-29 Thread Cy Schubert
Author: cy Date: Wed Jan 30 02:39:08 2019 New Revision: 343568 URL: https://svnweb.freebsd.org/changeset/base/343568 Log: MFC r343486: Fix a typo. Modified: stable/10/contrib/ipfilter/man/ipnat.5 Directory Properties: stable/10/ (props changed) Changes in other areas also in this re

svn commit: r343568 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2019-01-29 Thread Cy Schubert
Author: cy Date: Wed Jan 30 02:39:08 2019 New Revision: 343568 URL: https://svnweb.freebsd.org/changeset/base/343568 Log: MFC r343486: Fix a typo. Modified: stable/12/contrib/ipfilter/man/ipnat.5 Directory Properties: stable/12/ (props changed) Changes in other areas also in this re

svn commit: r343568 - in stable: 10/contrib/ipfilter/man 11/contrib/ipfilter/man 12/contrib/ipfilter/man

2019-01-29 Thread Cy Schubert
Author: cy Date: Wed Jan 30 02:39:08 2019 New Revision: 343568 URL: https://svnweb.freebsd.org/changeset/base/343568 Log: MFC r343486: Fix a typo. Modified: stable/11/contrib/ipfilter/man/ipnat.5 Directory Properties: stable/11/ (props changed) Changes in other areas also in this re

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. The

Re: svn commit: r343527 - in stable/12/sys/riscv: include riscv

2019-01-29 Thread Mark Johnston
On Tue, Jan 29, 2019 at 07:26:27PM +0100, Marko Zec wrote: > On Mon, 28 Jan 2019 16:14:53 + > Mark Johnston wrote: > > > Author: markj > > Date: Mon Jan 28 16:14:53 2019 > > New Revision: 343527 > > URL: https://svnweb.freebsd.org/changeset/base/343527 > > > > Log: > > MFC r343274, r343275

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 allocation

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 Adde

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 a

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 defined,

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:Ju

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: head/usr.bin/cale

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 routi

Re: svn commit: r343527 - in stable/12/sys/riscv: include riscv

2019-01-29 Thread Rodney W. Grimes
> On Mon, 28 Jan 2019 16:14:53 + > Mark Johnston wrote: > > > Author: markj > > Date: Mon Jan 28 16:14:53 2019 > > New Revision: 343527 > > URL: https://svnweb.freebsd.org/changeset/base/343527 > > > > Log: > > MFC r343274, r343275: > > Optimize RISC-V copyin(9)/copyout(9) routines. > >

Re: svn commit: r343527 - in stable/12/sys/riscv: include riscv

2019-01-29 Thread Marko Zec
On Mon, 28 Jan 2019 16:14:53 + Mark Johnston wrote: > Author: markj > Date: Mon Jan 28 16:14:53 2019 > New Revision: 343527 > URL: https://svnweb.freebsd.org/changeset/base/343527 > > Log: > MFC r343274, r343275: > Optimize RISC-V copyin(9)/copyout(9) routines. Was this subjected to any

svn commit: r343559 - in stable/11/sys/dev: ixl netmap

2019-01-29 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Jan 29 18:18:55 2019 New Revision: 343559 URL: https://svnweb.freebsd.org/changeset/base/343559 Log: ixl: remove unnecessary limitations related to netmap Netmap supports the case where TX rings and RX rings have different size. Remove unnecessary limitations r

svn commit: r343558 - stable/11/share/man/man9

2019-01-29 Thread Brooks Davis
Author: brooks Date: Tue Jan 29 18:13:46 2019 New Revision: 343558 URL: https://svnweb.freebsd.org/changeset/base/343558 Log: MFC r343366: Remove documentation for the nonexistant cred_update_thread(9). This was a tangential change submitted as part of D18930. Submitted by: j...@g

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 bhyve

svn commit: r343557 - stable/12/share/man/man9

2019-01-29 Thread Brooks Davis
Author: brooks Date: Tue Jan 29 18:08:46 2019 New Revision: 343557 URL: https://svnweb.freebsd.org/changeset/base/343557 Log: MFC r343366: Remove documentation for the nonexistant cred_update_thread(9). This was a tangential change submitted as part of D18930. Submitted by: j...@g

svn commit: r343556 - stable/12/sys/net

2019-01-29 Thread Brooks Davis
Author: brooks Date: Tue Jan 29 18:06:35 2019 New Revision: 343556 URL: https://svnweb.freebsd.org/changeset/base/343556 Log: MFC r343305: Rework CASE_IOC_IFGROUPREQ() to require a case before the macro. This is more compatible with formatting tools and looks more normal. Reported

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 a

svn commit: r343555 - stable/12/tests/sys/netpfil/pf/ioctl

2019-01-29 Thread Kristof Provost
Author: kp Date: Tue Jan 29 17:52:42 2019 New Revision: 343555 URL: https://svnweb.freebsd.org/changeset/base/343555 Log: MFC r343297: pf tests: Check size validation in DIOCGETSRCNODES Ensure that invalid sizes for DIOCGETSRCNODES do not cause panics. Modified: stable/12/tests/sys/

svn commit: r343553 - stable/12/sys/netpfil/pf

2019-01-29 Thread Kristof Provost
Author: kp Date: Tue Jan 29 17:49:38 2019 New Revision: 343553 URL: https://svnweb.freebsd.org/changeset/base/343553 Log: MFC r343295: pf: Validate psn_len in DIOCGETSRCNODES psn_len is controlled by user space, but we allocated memory based on it. Check how much memory we might need

svn commit: r343554 - stable/11/sys/netpfil/pf

2019-01-29 Thread Kristof Provost
Author: kp Date: Tue Jan 29 17:49:39 2019 New Revision: 343554 URL: https://svnweb.freebsd.org/changeset/base/343554 Log: MFC r343295: pf: Validate psn_len in DIOCGETSRCNODES psn_len is controlled by user space, but we allocated memory based on it. Check how much memory we might need

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: https://svnweb.freebsd.org/change

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 Ne

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: https://svnweb.freebsd.org/changes

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 destroy

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: brya

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 require

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 l

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 Modi

Re: gcu.info: Increase Your Open Rates!!

2019-01-29 Thread dianahopkins
Hello gcu.info, My name is Diana Hopkins, and I'm a SEO Specialist. I visited your website and found that your website has been diagnosed with many coding issues, which affects your ranking. Promote your website online and increase sales by putting your website top in all search engines.

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 =