Re: svn commit: r338687 - in head/sys: dev/cpuctl x86/include x86/x86

2018-09-18 Thread Alexey Dokuchaev
On Fri, Sep 14, 2018 at 05:04:36PM +, Mark Johnston wrote: > New Revision: 338687 > URL: https://svnweb.freebsd.org/changeset/base/338687 > > Log: > Log a message after a successful boot-time microcode update. Unfortunately, this had pessimized things on the unsuccessful side a bit. (See

Re: svn commit: r338751 - head/include

2018-09-18 Thread Bruce Evans
On Tue, 18 Sep 2018, Brooks Davis wrote: Log: Fix C11 and POSIX 1003.1b-1993 compliance in time.h Only expose timespec_get in C11, C++17, or BSD code. Always define struct timespect if defining timespec_get. PR:231425 Reviewed by: kib Approved by: re (gjb) Differential

svn commit: r338751 - head/include

2018-09-18 Thread Brooks Davis
Author: brooks Date: Tue Sep 18 15:31:24 2018 New Revision: 338751 URL: https://svnweb.freebsd.org/changeset/base/338751 Log: Fix C11 and POSIX 1003.1b-1993 compliance in time.h Only expose timespec_get in C11, C++17, or BSD code. Always define struct timespect if defining timespec_get.

Re: svn commit: r338749 - head/sys/netinet

2018-09-18 Thread Rodney W. Grimes
> Author: tuexen > Date: Tue Sep 18 10:53:07 2018 > New Revision: 338749 > URL: https://svnweb.freebsd.org/changeset/base/338749 > > Log: > Remove unused code. This type of commit log entry is almost useless when someone is reading a svn log. In the future could you please indicate what was

svn commit: r338753 - head/share/man/man5

2018-09-18 Thread Brooks Davis
Author: brooks Date: Tue Sep 18 16:16:58 2018 New Revision: 338753 URL: https://svnweb.freebsd.org/changeset/base/338753 Log: Regen after r338752. Approved by: re (gjb) Differential Revision:https://reviews.freebsd.org/D17211 Modified: head/share/man/man5/src.conf.5

svn commit: r338752 - in head: share/mk tools/build/options

2018-09-18 Thread Brooks Davis
Author: brooks Date: Tue Sep 18 16:06:24 2018 New Revision: 338752 URL: https://svnweb.freebsd.org/changeset/base/338752 Log: Only enable HyperV support by default on x86. Without this we get spurious output during boot as we try to run nonexistant HyperV scripts on non-x86 models.

svn commit: r338755 - head/sys/vm

2018-09-18 Thread Mark Johnston
Author: markj Date: Tue Sep 18 17:51:45 2018 New Revision: 338755 URL: https://svnweb.freebsd.org/changeset/base/338755 Log: Only update the domain cursor once in keg_fetch_slab(). We drop the keg lock when we go to actually allocate the slab, allowing other threads to advance the

svn commit: r338754 - head/release/scripts

2018-09-18 Thread Glen Barber
Author: gjb Date: Tue Sep 18 16:57:04 2018 New Revision: 338754 URL: https://svnweb.freebsd.org/changeset/base/338754 Log: Update the pkg-stage.sh script used to populate packages on the dvd1.iso installation medium from including KDE4 to KDE5, as the KDE4-based ports have been marked as

svn commit: r338757 - in head: etc usr.bin/mail

2018-09-18 Thread Brad Davis
Author: brd Date: Tue Sep 18 20:47:06 2018 New Revision: 338757 URL: https://svnweb.freebsd.org/changeset/base/338757 Log: Move mail.rc install to usr.bin/mail. This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision:

svn commit: r338758 - in head: etc usr.bin/locate/locate

2018-09-18 Thread Brad Davis
Author: brd Date: Tue Sep 18 20:50:07 2018 New Revision: 338758 URL: https://svnweb.freebsd.org/changeset/base/338758 Log: Move install of locate.rc to usr.bin/locate/locate/ This leverages CONFS to handle the install and purges an old comment. Approved by: re (blanket, pkgbase),

svn commit: r338759 - in head: etc sbin/bsdlabel

2018-09-18 Thread Brad Davis
Author: brd Date: Tue Sep 18 20:52:24 2018 New Revision: 338759 URL: https://svnweb.freebsd.org/changeset/base/338759 Log: Move disktab to sbin/bsdlabel/ This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), will (mentor) Differential Revision:

svn commit: r338760 - in head: etc lib/libalias/libalias

2018-09-18 Thread Brad Davis
Author: brd Date: Tue Sep 18 20:54:37 2018 New Revision: 338760 URL: https://svnweb.freebsd.org/changeset/base/338760 Log: Move libalias.conf to lib/libalias/libalias/ This leveages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential

svn commit: r338762 - head/usr.sbin/cxgbetool

2018-09-18 Thread Navdeep Parhar
Author: np Date: Tue Sep 18 22:41:30 2018 New Revision: 338762 URL: https://svnweb.freebsd.org/changeset/base/338762 Log: cxgbetool(8): Clarify the meaning of the "queue" parameter used to steer traffic to a particular queue. Submitted by: Krishnamraju Eraparaju @ Chelsio Approved by:

svn commit: r338761 - head/sys/dev/cxgbe

2018-09-18 Thread Navdeep Parhar
Author: np Date: Tue Sep 18 21:34:37 2018 New Revision: 338761 URL: https://svnweb.freebsd.org/changeset/base/338761 Log: cxgbe(4): Enable TXRTLMT by default when the feature is available in the kernel (options RATELIMIT) and provisioned in the driver's configuration file (nethofld > 0).

svn commit: r338749 - head/sys/netinet

2018-09-18 Thread Michael Tuexen
Author: tuexen Date: Tue Sep 18 10:53:07 2018 New Revision: 338749 URL: https://svnweb.freebsd.org/changeset/base/338749 Log: Remove unused code. Approved by: re (kib@) MFC after:1 week Modified: head/sys/netinet/sctp_auth.c head/sys/netinet/sctp_auth.h Modified:

Re: svn commit: r336439 - in head: share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/dev/

2018-09-18 Thread Andrey V. Elsukov
On 17.08.2018 19:01, Conrad Meyer wrote: > Please file a PR and we can track it there. > > The first suggestion that comes to mind is that the XFORMS_LOCK > protects modification of the xforms list — not the lifetime of objects > in it — so drop the list lock over xf_init(). It does not appear

svn commit: r338750 - head/sys/conf

2018-09-18 Thread Ed Maste
Author: emaste Date: Tue Sep 18 15:01:21 2018 New Revision: 338750 URL: https://svnweb.freebsd.org/changeset/base/338750 Log: Require ifunc-capable linker for i386 The amd64 kernel started using ifunc for a variety of functions with arch-specific implementations, and we would like to

Re: svn commit: r338687 - in head/sys: dev/cpuctl x86/include x86/x86

2018-09-18 Thread Mark Johnston
On Tue, Sep 18, 2018 at 08:17:35AM +, Alexey Dokuchaev wrote: > On Fri, Sep 14, 2018 at 05:04:36PM +, Mark Johnston wrote: > > New Revision: 338687 > > URL: https://svnweb.freebsd.org/changeset/base/338687 > > > > Log: > > Log a message after a successful boot-time microcode update. >