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

2020-09-18 Thread Colin Percival
Author: cperciva Date: Sat Sep 19 02:15:56 2020 New Revision: 365898 URL: https://svnweb.freebsd.org/changeset/base/365898 Log: Move finalize_components_config from get_params to cmd_*. This allows us to redirect its output in cmd_cron, so that the "src component not installed, skipped"

svn commit: r365896 - in head/secure/caroot: blacklisted trusted

2020-09-18 Thread Kyle Evans
Author: kevans Date: Sat Sep 19 01:59:17 2020 New Revision: 365896 URL: https://svnweb.freebsd.org/changeset/base/365896 Log: caroot: update base store Count: - Two (2) removed - Three (3) added MFC after:3 days Added:

svn commit: r365895 - head/sys/fs/nfsserver

2020-09-18 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 18 23:52:56 2020 New Revision: 365895 URL: https://svnweb.freebsd.org/changeset/base/365895 Log: Fix a LOR between the NFS server and server side krpc. Recent testing of the NFS-over-TLS code found a LOR between the mutex lock used for sessions and the

svn commit: r365894 - in head: cddl/lib/libzpool sys/contrib/openzfs sys/contrib/openzfs/cmd/mount_zfs sys/contrib/openzfs/cmd/zdb sys/contrib/openzfs/cmd/zfs sys/contrib/openzfs/cmd/zgenhostid sys...

2020-09-18 Thread Matt Macy
Author: mmacy Date: Fri Sep 18 23:21:24 2020 New Revision: 365894 URL: https://svnweb.freebsd.org/changeset/base/365894 Log: MFV 2.0-rc2 - Fixes divide by zero for unusual hz - remove cryptodev dependency Added: head/sys/contrib/openzfs/cmd/zgenhostid/.gitignore - copied

Re: svn commit: r365889 - head/share/mk

2020-09-18 Thread Mark Johnston
On Fri, Sep 18, 2020 at 02:10:13PM -0600, Ian Lepore wrote: > On Fri, 2020-09-18 at 15:44 -0400, Mark Johnston wrote: > > On Fri, Sep 18, 2020 at 01:27:23PM -0600, Ian Lepore wrote: > > > On Fri, 2020-09-18 at 19:03 +, Mark Johnston wrote: > > > > Author: markj > > > > Date: Fri Sep 18

svn commit: r365890 - head/sys/amd64/amd64

2020-09-18 Thread Eric van Gyzen
Author: vangyzen Date: Fri Sep 18 20:53:40 2020 New Revision: 365890 URL: https://svnweb.freebsd.org/changeset/base/365890 Log: amd64 pmap_pkru_same: prev_ppr was always NULL Fix the logic so it works as it appears. Reported by: Coverity Reviewed by: kib MFC after:2 weeks

Re: svn commit: r365889 - head/share/mk

2020-09-18 Thread Ian Lepore
On Fri, 2020-09-18 at 15:44 -0400, Mark Johnston wrote: > On Fri, Sep 18, 2020 at 01:27:23PM -0600, Ian Lepore wrote: > > On Fri, 2020-09-18 at 19:03 +, Mark Johnston wrote: > > > Author: markj > > > Date: Fri Sep 18 19:03:34 2020 > > > New Revision: 365889 > > > URL:

Re: svn commit: r365889 - head/share/mk

2020-09-18 Thread Mark Johnston
On Fri, Sep 18, 2020 at 01:27:23PM -0600, Ian Lepore wrote: > On Fri, 2020-09-18 at 19:03 +, Mark Johnston wrote: > > Author: markj > > Date: Fri Sep 18 19:03:34 2020 > > New Revision: 365889 > > URL: https://svnweb.freebsd.org/changeset/base/365889 > > > > Log: > > Install library symlinks

Re: svn commit: r365889 - head/share/mk

2020-09-18 Thread Ian Lepore
On Fri, 2020-09-18 at 19:03 +, Mark Johnston wrote: > Author: markj > Date: Fri Sep 18 19:03:34 2020 > New Revision: 365889 > URL: https://svnweb.freebsd.org/changeset/base/365889 > > Log: > Install library symlinks atomically. > > As we do for shared library binaries, pass -S to

svn commit: r365889 - head/share/mk

2020-09-18 Thread Mark Johnston
Author: markj Date: Fri Sep 18 19:03:34 2020 New Revision: 365889 URL: https://svnweb.freebsd.org/changeset/base/365889 Log: Install library symlinks atomically. As we do for shared library binaries, pass -S to install(1) when installing symlinks. Doing so helps avoid transient failures

svn commit: r365888 - head/sys/contrib/dev/ath/ath_hal/ar9300

2020-09-18 Thread Ed Maste
Author: emaste Date: Fri Sep 18 18:35:18 2020 New Revision: 365888 URL: https://svnweb.freebsd.org/changeset/base/365888 Log: ys/contrib/dev/ath: remove unintentional double semicolon Approved by: adrian Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Modified:

Re: svn commit: r365887 - in head: . bin gnu/lib/libregex gnu/usr.bin/diff3 gnu/usr.bin/gdb gnu/usr.bin/grep lib lib/clang lib/libarchive/tests lib/libc/tests/regex lib/libcasper/services/cap_dns/test

2020-09-18 Thread Kyle Evans
On Fri, Sep 18, 2020 at 12:18 PM Kyle Evans wrote: > > Author: kevans > Date: Fri Sep 18 17:17:46 2020 > New Revision: 365887 > URL: https://svnweb.freebsd.org/changeset/base/365887 > > Log: > build: provide a default WARNS for all in-tree builds > > The current default is provided in various

svn commit: r365887 - in head: . bin gnu/lib/libregex gnu/usr.bin/diff3 gnu/usr.bin/gdb gnu/usr.bin/grep lib lib/clang lib/libarchive/tests lib/libc/tests/regex lib/libcasper/services/cap_dns/tests...

2020-09-18 Thread Kyle Evans
Author: kevans Date: Fri Sep 18 17:17:46 2020 New Revision: 365887 URL: https://svnweb.freebsd.org/changeset/base/365887 Log: build: provide a default WARNS for all in-tree builds The current default is provided in various Makefile.inc in some top-level directories and covers a good

svn commit: r365886 - in head/sys: dev/fb dev/ksyms dev/vt/hw/fb fs/tmpfs kern vm

2020-09-18 Thread Eric van Gyzen
Author: vangyzen Date: Fri Sep 18 16:48:08 2020 New Revision: 365886 URL: https://svnweb.freebsd.org/changeset/base/365886 Log: vm_ooffset_t is now unsigned vm_ooffset_t is now unsigned. Remove some tests for negative values, or make other adjustments accordingly. Reported by:

svn commit: r365884 - head/release/arm64

2020-09-18 Thread Mitchell Horne
Author: mhorne Date: Fri Sep 18 14:40:13 2020 New Revision: 365884 URL: https://svnweb.freebsd.org/changeset/base/365884 Log: arm64: generate ISO release images Some IPMI implementations on arm64 are reportedly unable to load our memstick installer images, but support the older ISO

svn commit: r365883 - head/release/packages

2020-09-18 Thread Kyle Evans
Author: kevans Date: Fri Sep 18 14:29:01 2020 New Revision: 365883 URL: https://svnweb.freebsd.org/changeset/base/365883 Log: pkgbase: use consistent annotation for objectk eys Everywhere else we use objects ("scripts", generally) we do sepcify the optional colon. Be consistent and do

Re: svn commit: r365876 - in head/lib/libarchive: . tests

2020-09-18 Thread Kyle Evans
On Fri, Sep 18, 2020 at 9:06 AM Alexander Richardson wrote: > > On Fri, 18 Sep 2020 at 14:12, Kyle Evans wrote: > > > > On Fri, Sep 18, 2020 at 6:22 AM Alex Richardson > > wrote: > > > > > > Author: arichardson > > > Date: Fri Sep 18 11:22:34 2020 > > > New Revision: 365876 > > > URL:

Re: svn commit: r365876 - in head/lib/libarchive: . tests

2020-09-18 Thread Alexander Richardson
On Fri, 18 Sep 2020 at 14:12, Kyle Evans wrote: > > On Fri, Sep 18, 2020 at 6:22 AM Alex Richardson > wrote: > > > > Author: arichardson > > Date: Fri Sep 18 11:22:34 2020 > > New Revision: 365876 > > URL: https://svnweb.freebsd.org/changeset/base/365876 > > > > Log: > > libarchive: fix

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

2020-09-18 Thread Alex Richardson
Author: arichardson Date: Fri Sep 18 14:05:31 2020 New Revision: 365882 URL: https://svnweb.freebsd.org/changeset/base/365882 Log: Remove unnecessary include "../Makefile.inc" This is already pulled in by bsd.init.mk. Reported By: kevans Modified:

svn commit: r365881 - head/sys/netinet

2020-09-18 Thread Mitchell Horne
Author: mhorne Date: Fri Sep 18 14:01:10 2020 New Revision: 365881 URL: https://svnweb.freebsd.org/changeset/base/365881 Log: Initialize some local variables earlier Move the initialization of these variables to the beginning of their respective functions. On our end this creates a

Re: svn commit: r365876 - in head/lib/libarchive: . tests

2020-09-18 Thread Kyle Evans
On Fri, Sep 18, 2020 at 6:22 AM Alex Richardson wrote: > > Author: arichardson > Date: Fri Sep 18 11:22:34 2020 > New Revision: 365876 > URL: https://svnweb.freebsd.org/changeset/base/365876 > > Log: > libarchive: fix mismatch between library and test configuration > > I was investigating

svn commit: r365880 - head/usr.bin/procstat

2020-09-18 Thread Konstantin Belousov
Author: kib Date: Fri Sep 18 12:59:27 2020 New Revision: 365880 URL: https://svnweb.freebsd.org/changeset/base/365880 Log: Add pargs, penv, pwdx commands and aliases to procstat(1). Intent is to mimic Solaris commands with the same names. Submitted by: Juraj Lutter MFC after:1

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

2020-09-18 Thread Mark Johnston
Author: markj Date: Fri Sep 18 12:37:41 2020 New Revision: 365879 URL: https://svnweb.freebsd.org/changeset/base/365879 Log: Assert we are not traversing through superpages in the arm64 pmap. Reviewed by: alc, andrew MFC after:1 week Sponsored by: Juniper Networks, Inc., Klara,

svn commit: r365877 - head/lib/libc/sys

2020-09-18 Thread Mark Johnston
Author: markj Date: Fri Sep 18 12:30:15 2020 New Revision: 365877 URL: https://svnweb.freebsd.org/changeset/base/365877 Log: Fix error checking in shm_create_largepage(). Reviewed by: alc, kib Reported by: Coverity MFC with: r365524 Differential Revision:

svn commit: r365878 - head/sys/amd64/amd64

2020-09-18 Thread Mark Johnston
Author: markj Date: Fri Sep 18 12:30:39 2020 New Revision: 365878 URL: https://svnweb.freebsd.org/changeset/base/365878 Log: Ensure that a protection key is selected in pmap_enter_largepage(). Reviewed by: alc, kib Reported by: Coverity MFC with: r365518 Differential Revision:

Re: svn commit: r365449 - head/sbin/rcorder

2020-09-18 Thread Ronald Klop
Van: John Baldwin Datum: vrijdag, 18 september 2020 00:50 Aan: "Olivier Cochard-Labbé" CC: "Andrey V. Elsukov" , src-committers , svn-src-all , svn-src-head Onderwerp: Re: svn commit: r365449 - head/sbin/rcorder On 9/17/20 3:44 PM, Olivier Cochard-Labbé wrote: > On Thu, Sep 17, 2020 at

svn commit: r365876 - in head/lib/libarchive: . tests

2020-09-18 Thread Alex Richardson
Author: arichardson Date: Fri Sep 18 11:22:34 2020 New Revision: 365876 URL: https://svnweb.freebsd.org/changeset/base/365876 Log: libarchive: fix mismatch between library and test configuration I was investigating libarchive test failures on CheriBSD and it turns out we get a

svn commit: r365875 - head/share/man/man9

2020-09-18 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Sep 18 11:04:16 2020 New Revision: 365875 URL: https://svnweb.freebsd.org/changeset/base/365875 Log: crypto_buffer(9): Bring back the reference for bus_dma(9) The reference was accidentally deleted in r365855. Reported by: jhb Pointy hat to:

svn commit: r365874 - in head/tests/sys: netinet netinet6

2020-09-18 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Sep 18 07:27:01 2020 New Revision: 365874 URL: https://svnweb.freebsd.org/changeset/base/365874 Log: Use atf_fail instead of exit 1 to indicate mpath tests failure. Modified: head/tests/sys/netinet/output.sh head/tests/sys/netinet6/output6.sh Modified:

Re: svn commit: r365855 - head/share/man/man9

2020-09-18 Thread Gordon Bergling
On Thu, Sep 17, 2020 at 03:40:48PM -0700, John Baldwin wrote: > On 9/17/20 1:50 PM, Gordon Bergling wrote: > > Author: gbe (doc committer) > > Date: Thu Sep 17 20:50:02 2020 > > New Revision: 365855 > > URL: https://svnweb.freebsd.org/changeset/base/365855 > > > > Log: > > crypto_buffer(9):