svn commit: r352548 - head/stand/libsa

2019-09-19 Thread Toomas Soome
Author: tsoome Date: Fri Sep 20 05:22:34 2019 New Revision: 352548 URL: https://svnweb.freebsd.org/changeset/base/352548 Log: loader: fix typo in zalloc. Modified: head/stand/libsa/zalloc.c Modified: head/stand/libsa/zalloc.c

svn commit: r352544 - head/sys/dev/ioat

2019-09-19 Thread Alexander Motin
Author: mav Date: Thu Sep 19 22:15:57 2019 New Revision: 352544 URL: https://svnweb.freebsd.org/changeset/base/352544 Log: Improve ioat(4) NUMA-awareness. Allocate ioat->ring memory from the device domain. Schedule ioat->poll_timer to the first CPU of the device domain. According to

svn commit: r352543 - in head/sys: kern sys

2019-09-19 Thread Mateusz Guzik
Author: mjg Date: Thu Sep 19 21:23:14 2019 New Revision: 352543 URL: https://svnweb.freebsd.org/changeset/base/352543 Log: vfs: group fields used for per-cpu ops in one cacheline Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/vfs_mount.c head/sys/sys/mount.h Modified:

svn commit: r352542 - head/usr.sbin/freebsd-update

2019-09-19 Thread Michael Gmelin
Author: grembo (ports committer) Date: Thu Sep 19 21:13:51 2019 New Revision: 352542 URL: https://svnweb.freebsd.org/changeset/base/352542 Log: Fix src component detection Reviewed by: emaste MFC after:3 days Differential Revision:https://reviews.freebsd.org/D21579

svn commit: r352540 - head/contrib/ntp/ntpd

2019-09-19 Thread Cy Schubert
Author: cy Date: Thu Sep 19 20:16:51 2019 New Revision: 352540 URL: https://svnweb.freebsd.org/changeset/base/352540 Log: Follow up on r352304 which disabled default mlockall() at startup. Unfortunately though the original tarball supports this in ./configure (for Linux), to fully support

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Cy Schubert
In message , Dimitry Andric w rites: > > On 19 Sep 2019, at 14:46, Cy Schubert wrote: > >=20 > > In message <4ccdcc18-6412-e606-4a74-314033a5f...@freebsd.org>, Dimitry = > Andric writes: > >> On 2019-09-13 22:20, Cy Schubert wrote: > >>> Author: cy > >>> Date: Fri Sep 13 20:20:05 2019 > >>> New

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Dimitry Andric
On 19 Sep 2019, at 14:46, Cy Schubert wrote: > > In message <4ccdcc18-6412-e606-4a74-314033a5f...@freebsd.org>, Dimitry Andric > writes: >> On 2019-09-13 22:20, Cy Schubert wrote: >>> Author: cy >>> Date: Fri Sep 13 20:20:05 2019 >>> New Revision: 352304 >>> URL:

svn commit: r352520 - head/usr.sbin/pkg

2019-09-19 Thread Glen Barber
Author: gjb Date: Thu Sep 19 16:43:12 2019 New Revision: 352520 URL: https://svnweb.freebsd.org/changeset/base/352520 Log: Apply r346792 (cperciva) from stable/12 to head. The original commit message: On non-x86 systems, use "quarterly" packages. x86 architectures have "latest"

Re: svn commit: r352513 - head/usr.sbin/freebsd-update

2019-09-19 Thread Ian Lepore
On Thu, 2019-09-19 at 11:34 +, Ed Maste wrote: > Author: emaste > Date: Thu Sep 19 11:34:35 2019 > New Revision: 352513 > URL: https://svnweb.freebsd.org/changeset/base/352513 > > Log: > freebsd-update.8: appease igor > > igor follows American style guides in the belief that

svn commit: r352518 - head/usr.sbin/ntp/libntp

2019-09-19 Thread Cy Schubert
Author: cy Date: Thu Sep 19 14:45:04 2019 New Revision: 352518 URL: https://svnweb.freebsd.org/changeset/base/352518 Log: Reduce calls to close(2) at startup through the use of closefrom(2). Submitted by: pawel.bierna...@gmail.com Reviewed by: mjg, cy MFC after:3 days

svn commit: r352516 - head/lib/libarchive/tests

2019-09-19 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Sep 19 13:25:19 2019 New Revision: 352516 URL: https://svnweb.freebsd.org/changeset/base/352516 Log: Whitespace cleanup, no functional change Sponsored by: The FreeBSD Foundation Modified: head/lib/libarchive/tests/Makefile Modified:

svn commit: r352515 - head/lib/libarchive/tests

2019-09-19 Thread Li-Wen Hsu
Author: lwhsu Date: Thu Sep 19 13:23:25 2019 New Revision: 352515 URL: https://svnweb.freebsd.org/changeset/base/352515 Log: Temporarily add test_write_filter_zstd BROKEN_TESTS as it always fails in CI There is no trivial way to mark single libarchive test skip currently so just add it

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Cy Schubert
In message <4ccdcc18-6412-e606-4a74-314033a5f...@freebsd.org>, Dimitry Andric w rites: > On 2019-09-13 22:20, Cy Schubert wrote: > > Author: cy > > Date: Fri Sep 13 20:20:05 2019 > > New Revision: 352304 > > URL: https://svnweb.freebsd.org/changeset/base/352304 > > > > Log: > >No longer

svn commit: r352514 - head/usr.sbin/freebsd-update

2019-09-19 Thread Ed Maste
Author: emaste Date: Thu Sep 19 11:46:43 2019 New Revision: 352514 URL: https://svnweb.freebsd.org/changeset/base/352514 Log: freebsd-update: make usage output consistent Drop trailing . which appeared only on description of IDS. Submitted by: grembo Event:EuroBSDCon

svn commit: r352513 - head/usr.sbin/freebsd-update

2019-09-19 Thread Ed Maste
Author: emaste Date: Thu Sep 19 11:34:35 2019 New Revision: 352513 URL: https://svnweb.freebsd.org/changeset/base/352513 Log: freebsd-update.8: appease igor igor follows American style guides in the belief that abbreviations i.e. and e.g. are always followed by a comma. Make that change

svn commit: r352512 - head/sys/netinet/tcp_stacks

2019-09-19 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 19 10:27:47 2019 New Revision: 352512 URL: https://svnweb.freebsd.org/changeset/base/352512 Log: When the RACK stack computes the space for user data in a TCP segment, it wasn't taking the IP level options into account. This patch fixes this. In addition, it

svn commit: r352511 - head/sys/netinet6

2019-09-19 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 19 10:22:29 2019 New Revision: 352511 URL: https://svnweb.freebsd.org/changeset/base/352511 Log: When processing an incoming IPv6 packet over the loopback interface which contains Hop-by-Hop options, the mbuf chain is potentially changed in ip6_hopopts_input(),

svn commit: r352507 - head/cddl/contrib/opensolaris/cmd/zfs

2019-09-19 Thread Andriy Gapon
Author: avg Date: Thu Sep 19 09:48:01 2019 New Revision: 352507 URL: https://svnweb.freebsd.org/changeset/base/352507 Log: update zfs send usage help with r352447 MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Modified:

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

2019-09-19 Thread Andriy Gapon
Author: avg Date: Thu Sep 19 09:43:56 2019 New Revision: 352506 URL: https://svnweb.freebsd.org/changeset/base/352506 Log: fix dsl_scan_ds_clone_swapped logic It was incorrect with respect to swapping dataset IDs both in the on-disk ZAP object and the in-memory queue. In both cases,

Re: svn commit: r352304 - in head: . usr.sbin/ntp usr.sbin/ntp/ntpd

2019-09-19 Thread Dimitry Andric
On 2019-09-13 22:20, Cy Schubert wrote: Author: cy Date: Fri Sep 13 20:20:05 2019 New Revision: 352304 URL: https://svnweb.freebsd.org/changeset/base/352304 Log: No longer mlock() ntpd pages by default in memory thus allowing its pages to page as necessary. To restore historic BSD

svn commit: r352505 - head/sys/dev/vt

2019-09-19 Thread Andriy Gapon
Author: avg Date: Thu Sep 19 09:22:45 2019 New Revision: 352505 URL: https://svnweb.freebsd.org/changeset/base/352505 Log: vt: fix problems with trying to switch to a closed VT If there is an attempt to switch from a process-owned VT to a closed VT, then vt(4) first requests the process

svn commit: r352504 - head/sys/vm

2019-09-19 Thread Allan Jude
Author: allanjude Date: Thu Sep 19 07:28:24 2019 New Revision: 352504 URL: https://svnweb.freebsd.org/changeset/base/352504 Log: sys/vm/vm_glue.c: Incorrect function name in panic string Use __func__ to avoid this issue in the future. Submitted by: Wuyang Chung Reviewed by: markj,