svn commit: r336541 - head/lib/libcrypt

2018-07-20 Thread Xin LI
Author: delphij Date: Fri Jul 20 07:16:28 2018 New Revision: 336541 URL: https://svnweb.freebsd.org/changeset/base/336541 Log: libcrypt: There is no need to clear message digest context after they are finialized after r336539, so do not do it. Submitted by: David CARLIER MFC after:

Re: svn commit: r336532 - in head/stand: . common i386 i386/loader i386/zfsboot i386/zfsloader sparc64 sparc64/loader sparc64/zfsloader

2018-07-20 Thread Andriy Gapon
On 20/07/2018 08:17, Warner Losh wrote: > Provide a symbolic link from zfsloader > to loader so people who have not upgraded their boot blocks are not > affected I am not sure that ZFS boot blocks can handle symbolic links... I seem to recall that not a long time ago they lacked that ability.

svn commit: r336540 - head/lib/libcrypt

2018-07-20 Thread Xin LI
Author: delphij Date: Fri Jul 20 07:07:27 2018 New Revision: 336540 URL: https://svnweb.freebsd.org/changeset/base/336540 Log: Get rid of unused variables. copied_key and copied_salt are assigned with NULL and never used otherwise. Remove the two variables and related code. Reviewed

Re: svn commit: r336532 - in head/stand: . common i386 i386/loader i386/zfsboot i386/zfsloader sparc64 sparc64/loader sparc64/zfsloader

2018-07-20 Thread Toomas Soome via svn-src-head
> On 20 Jul 2018, at 11:00, Andriy Gapon wrote: > > On 20/07/2018 08:17, Warner Losh wrote: >> Provide a symbolic link from zfsloader >> to loader so people who have not upgraded their boot blocks are not >> affected > > I am not sure that ZFS boot blocks can handle symbolic links... > I

svn commit: r336539 - in head: lib/libmd sys/crypto/sha2 sys/crypto/skein

2018-07-20 Thread Xin LI
Author: delphij Date: Fri Jul 20 07:01:28 2018 New Revision: 336539 URL: https://svnweb.freebsd.org/changeset/base/336539 Log: libmd: Always erase context in _Final method, and when doing it, consistently use explicit_bzero(). Update manual pages to match the behavior. Reviewed by:

svn commit: r336542 - head/sys/rpc

2018-07-20 Thread Rick Macklem
Author: rmacklem Date: Fri Jul 20 12:03:16 2018 New Revision: 336542 URL: https://svnweb.freebsd.org/changeset/base/336542 Log: Set SO_SNDTIMEO in the client side krpc when CLSET_TIMEOUT is done. During testing of the pNFS client, it was observed that an RPC could get stuck in sosend()

svn commit: r336545 - in head/lib/msun: ld128 ld80 src

2018-07-20 Thread Bruce Evans
Author: bde Date: Fri Jul 20 12:42:24 2018 New Revision: 336545 URL: https://svnweb.freebsd.org/changeset/base/336545 Log: Centralize the complications for special efficient rounding to integers. This was open-coded in range reduction for trig and exp functions. Now there are 3 static

svn commit: r336549 - head/sbin/devd

2018-07-20 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jul 20 14:32:36 2018 New Revision: 336549 URL: https://svnweb.freebsd.org/changeset/base/336549 Log: Document kernel/signal/crashdump devd(8) notification. Discussed with: kib@ MFC after:2 weeks Sponsored by: DARPA, AFRL Differential Revision:

svn commit: r336546 - head/share/examples/mdoc

2018-07-20 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Fri Jul 20 13:45:09 2018 New Revision: 336546 URL: https://svnweb.freebsd.org/changeset/base/336546 Log: Add SPDX tags to example manual pages and POSIX copyright. Reviewed by: eadler Approved by: mat (mentor) Differential Revision:

svn commit: r336548 - in head/share/man: man4 man5

2018-07-20 Thread Ian Lepore
Author: ian Date: Fri Jul 20 14:23:01 2018 New Revision: 336548 URL: https://svnweb.freebsd.org/changeset/base/336548 Log: Support installing manpages for multiple or alternate architecture(s). Some section-4 manpages are architecture-specific, and the build process currently generates

Re: svn commit: r336532 - in head/stand: . common i386 i386/loader i386/zfsboot i386/zfsloader sparc64 sparc64/loader sparc64/zfsloader

2018-07-20 Thread Warner Losh
On Fri, Jul 20, 2018 at 3:39 AM, Toomas Soome wrote: > > > On 20 Jul 2018, at 11:00, Andriy Gapon wrote: > > On 20/07/2018 08:17, Warner Losh wrote: > > Provide a symbolic link from zfsloader > to loader so people who have not upgraded their boot blocks are not > affected > > > I am not sure

svn commit: r336547 - in head/etc: defaults rc.d

2018-07-20 Thread Ian Lepore
Author: ian Date: Fri Jul 20 13:59:29 2018 New Revision: 336547 URL: https://svnweb.freebsd.org/changeset/base/336547 Log: Automatically run ntpd as non-root when possible. Ntpd needs only a subset of full root privileges to do its job. Specifically it needs the ability to manipulate

Re: svn commit: r336525 - in head: contrib/ntp/ntpd etc etc/mtree . . . (with -r336526 as well): breaks ci.freebsd.org FreeBSD-head-sparc64-build (and others)

2018-07-20 Thread Li-Wen Hsu
On Fri, Jul 20, 2018 at 3:36 AM Mark Millard wrote: > > [Li-Wen Hsu: Does Ian Lepore's reply put this in your area?] > > On 2018-Jul-19, at 6:51 PM, Ian Lepore wrote: > > > I think this will have to be fixed in jenkins. It should probably be > > using the DB_FROM_SRC option. > > > > -- Ian > >

svn commit: r336552 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip

2018-07-20 Thread Michael Tuexen
Author: tuexen Date: Fri Jul 20 15:37:29 2018 New Revision: 336552 URL: https://svnweb.freebsd.org/changeset/base/336552 Log: Test that the dtrace UDP receive probe fires. This test ensures that the fix committed in https://svnweb.freebsd.org/changeset/base/336551 actually works.

svn commit: r336553 - head/share/man/man4

2018-07-20 Thread Ian Lepore
Author: ian Date: Fri Jul 20 16:06:44 2018 New Revision: 336553 URL: https://svnweb.freebsd.org/changeset/base/336553 Log: Apply some late-arriving markup suggestions from the phab review, and add a paragraph that mentions the possibility of starting ntpd as a non-root user rather than

svn commit: r336555 - head/sys/dev/vt/hw/ofwfb

2018-07-20 Thread Justin Hibbits
Author: jhibbits Date: Fri Jul 20 16:18:24 2018 New Revision: 336555 URL: https://svnweb.freebsd.org/changeset/base/336555 Log: vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-path /chosen/stdout-path is a string, not ihandle. Treat it as such. With this,

svn commit: r336551 - in head: share/man/man4 sys/netinet sys/netinet6

2018-07-20 Thread Michael Tuexen
Author: tuexen Date: Fri Jul 20 15:32:20 2018 New Revision: 336551 URL: https://svnweb.freebsd.org/changeset/base/336551 Log: Add missing dtrace probes for received UDP packets. Fire UDP receive probes when a packet is received and there is no endpoint consuming it. Fire the probe also

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

2018-07-20 Thread Mark Johnston
Author: markj Date: Fri Jul 20 16:31:08 2018 New Revision: 336556 URL: https://svnweb.freebsd.org/changeset/base/336556 Log: Initialize the L3 page's wire count correctly after a L2 entry demotion. Reviewed by: alc MFC after:1 week Differential Revision:

svn commit: r336557 - head/sys/i386/i386

2018-07-20 Thread Alan Cox
Author: alc Date: Fri Jul 20 16:31:25 2018 New Revision: 336557 URL: https://svnweb.freebsd.org/changeset/base/336557 Log: Annotate a parameter as unused. X-MFC with: r336288 Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c

Re: svn commit: r336526 - head

2018-07-20 Thread Ravi Pokala
Hi Ian, -Original Message- From: on behalf of Ian Lepore Date: 2018-07-19, Thursday at 17:44 To: , , Subject: svn commit: r336526 - head > Author: ian > Date: Fri Jul 20 00:44:04 2018 > New Revision: 336526 > URL: https://svnweb.freebsd.org/changeset/base/336526 > > Log: > Add

svn commit: r336558 - in head/sys: arm64/arm64 arm64/include vm

2018-07-20 Thread Mark Johnston
Author: markj Date: Fri Jul 20 16:37:04 2018 New Revision: 336558 URL: https://svnweb.freebsd.org/changeset/base/336558 Log: Add support for pmap_enter(psind = 1) to the arm64 pmap. See the commit log messages for r321378 and r336288 for descriptions of this functionality. Reviewed

svn commit: r336554 - head/sys/dev/vt/hw/ofwfb

2018-07-20 Thread Justin Hibbits
Author: jhibbits Date: Fri Jul 20 16:08:14 2018 New Revision: 336554 URL: https://svnweb.freebsd.org/changeset/base/336554 Log: vt/ofwfb: Check that /chosen/stdout is valid before using it in initialization The FDT implementation of OF_instance_to_package() backend checks the

svn commit: r336559 - head/sys/net

2018-07-20 Thread Stephen Hurd
Author: shurd Date: Fri Jul 20 17:24:45 2018 New Revision: 336559 URL: https://svnweb.freebsd.org/changeset/base/336559 Log: Improve netmap TX handling when TX IRQs are not used/supported Use the timer to poll for TX completions when there are outstanding TX slots. Track when the last

Re: svn commit: r336526 - head

2018-07-20 Thread Mark Johnston
On Fri, Jul 20, 2018 at 11:38:23AM -0600, Ian Lepore wrote: > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > > Hi Ian, > > > > -Original Message- > > From: on behalf of Ian Lepore > > Date: 2018-07-19, Thursday at 17:44 > > To: , , > > Subject: svn commit: r336526 - head > >

svn commit: r336565 - in head: etc/defaults sys/fs/fuse usr.sbin/jail

2018-07-20 Thread Alan Somers
Author: asomers Date: Fri Jul 20 21:35:31 2018 New Revision: 336565 URL: https://svnweb.freebsd.org/changeset/base/336565 Log: Allow mounting FUSE filesystems in jails Reviewed by: jamie MFC after:2 weeks Relnotes: yes Differential Revision:

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

2018-07-20 Thread Konstantin Belousov
Author: kib Date: Fri Jul 20 22:37:25 2018 New Revision: 336566 URL: https://svnweb.freebsd.org/changeset/base/336566 Log: Regenerate src.conf.5 after several accumulated changes. The larger is the removal of arm/armeb architecture. Also noted is the addition of WITHOUT_SERVICESDB and

Re: svn commit: r336526 - head

2018-07-20 Thread Ian Lepore
On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > Hi Ian, > > -Original Message- > From: on behalf of Ian Lepore > Date: 2018-07-19, Thursday at 17:44 > To: , , > Subject: svn commit: r336526 - head > > > > > Author: ian > > Date: Fri Jul 20 00:44:04 2018 > > New Revision:

svn commit: r336560 - head/sys/net

2018-07-20 Thread Stephen Hurd
Author: shurd Date: Fri Jul 20 17:45:26 2018 New Revision: 336560 URL: https://svnweb.freebsd.org/changeset/base/336560 Log: Add knob to control tx ring abdication. r323954 changed the mp ring behaviour when 64-bit atomics were available to abdicate the TX ring rather than having one

Re: svn commit: r336526 - head

2018-07-20 Thread Warner Losh
On Fri, Jul 20, 2018 at 11:38 AM, Ian Lepore wrote: > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > > Hi Ian, > > > > -Original Message- > > From: on behalf of Ian Lepore > > Date: 2018-07-19, Thursday at 17:44 > > To: , , > > Subject: svn commit: r336526 - head > > > > > > >

svn commit: r336561 - head/sys/modules/spigen

2018-07-20 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Fri Jul 20 17:46:55 2018 New Revision: 336561 URL: https://svnweb.freebsd.org/changeset/base/336561 Log: Fix `make` in sys/modules/spigen Reviewed by: ian Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r336563 - in head/lib/msun: . ld80 man src

2018-07-20 Thread Dimitry Andric
Author: dim Date: Fri Jul 20 18:27:30 2018 New Revision: 336563 URL: https://svnweb.freebsd.org/changeset/base/336563 Log: Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD This is a follow-up to r336299. * lib/msun/Makefile: . Remove polevll.c *

svn commit: r336564 - head/tests/sys/audit

2018-07-20 Thread Alan Somers
Author: asomers Date: Fri Jul 20 18:59:48 2018 New Revision: 336564 URL: https://svnweb.freebsd.org/changeset/base/336564 Log: Separate the audit(4) tests for auditon(2)'s individual commands auditon(2) is an ioctl-like syscall with several different variants, each of which has a

Re: svn commit: r336526 - head

2018-07-20 Thread Li-Wen Hsu
On Fri, Jul 20, 2018 at 14:40:56 -0400, Mark Johnston wrote: > On Fri, Jul 20, 2018 at 11:38:23AM -0600, Ian Lepore wrote: > > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > > > Hi Ian, > > > > > > -Original Message- > > > From: on behalf of Ian Lepore > > > Date: 2018-07-19,

svn commit: r336562 - head

2018-07-20 Thread Ian Lepore
Author: ian Date: Fri Jul 20 18:02:52 2018 New Revision: 336562 URL: https://svnweb.freebsd.org/changeset/base/336562 Log: Add a note about the new 'ntpd' userid, and the fact that rc.d/ntpd now automatically runs the daemon as that user if it can. Modified: head/UPDATING Modified:

Re: svn commit: r336526 - head

2018-07-20 Thread Ravi Pokala
-Original Message- From: on behalf of Ian Lepore Date: 2018-07-20, Friday at 10:38 To: Ravi Pokala , , , Subject: Re: svn commit: r336526 - head > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: >> Hi Ian, >> >> -Original Message- >> From: on behalf of Ian Lepore >>

Re: svn commit: r336526 - head

2018-07-20 Thread Mark Johnston
On Fri, Jul 20, 2018 at 07:32:52PM +, Li-Wen Hsu wrote: > On Fri, Jul 20, 2018 at 14:40:56 -0400, Mark Johnston wrote: > > On Fri, Jul 20, 2018 at 11:38:23AM -0600, Ian Lepore wrote: > > > On Fri, 2018-07-20 at 09:56 -0700, Ravi Pokala wrote: > > > > Hi Ian, > > > > > > > > -Original

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

2018-07-20 Thread Konstantin Belousov
Author: kib Date: Fri Jul 20 23:55:47 2018 New Revision: 336571 URL: https://svnweb.freebsd.org/changeset/base/336571 Log: Regenerate src.conf.5. Sponsored by: Mellanox Technologies Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r336569 - in head: share/mk tools/build/options usr.bin/ofed usr.bin/ofed/infiniband-diags

2018-07-20 Thread Konstantin Belousov
Author: kib Date: Fri Jul 20 23:52:11 2018 New Revision: 336569 URL: https://svnweb.freebsd.org/changeset/base/336569 Log: Move mostly useless examples binaries from OFED, as well as the Subnet Manager, under the new option WITH_OFED_EXTRA, disabled by default. Reviewed by: bdrewery,

svn commit: r336573 - head/sys/fs/nfs

2018-07-20 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 21 01:33:07 2018 New Revision: 336573 URL: https://svnweb.freebsd.org/changeset/base/336573 Log: Set CLSET_TIMEOUT on TCP connections to pNFS DSs. Use CLSET_TIMEOUT to set the timeout for connections to DSs instead of specifying a timeout on each RPC. This

Re: svn commit: r336481 - head/share/misc

2018-07-20 Thread Devin Teske
> On Jul 20, 2018, at 4:12 PM, Mateusz Piotrowski <0...@freebsd.org> wrote: > > On Thu, 19 Jul 2018 15:37:21 +0200 > "Piotr P. Stefaniak" wrote: > >> On 2018-07-19 12:58:10, Mateusz Piotrowski wrote: >>> Author: 0mp (ports committer) >>> Date: Thu Jul 19 12:58:10 2018 >>> New Revision: 336481

svn commit: r336568 - in head: . lib/ofed/libibverbs lib/ofed/libmlx5

2018-07-20 Thread Konstantin Belousov
Author: kib Date: Fri Jul 20 23:49:57 2018 New Revision: 336568 URL: https://svnweb.freebsd.org/changeset/base/336568 Log: Move OFED libraries libmlx5.so.1 and libibverbs.so.1 to /lib. The is required because libpcap.so depends on the libraries when OFED is enabled. Reviewed by:

svn commit: r336570 - head/share/mk

2018-07-20 Thread Konstantin Belousov
Author: kib Date: Fri Jul 20 23:53:20 2018 New Revision: 336570 URL: https://svnweb.freebsd.org/changeset/base/336570 Log: Enable OFED build (without extras) by default. Reviewed by: bdrewery, hselasky (previous version) Sponsored by: Mellanox Technologies MFC after:2 weeks

Re: svn commit: r336569 - in head: share/mk tools/build/options usr.bin/ofed usr.bin/ofed/infiniband-diags

2018-07-20 Thread Rodney W. Grimes
> Author: kib > Date: Fri Jul 20 23:52:11 2018 > New Revision: 336569 > URL: https://svnweb.freebsd.org/changeset/base/336569 > > Log: > Move mostly useless examples binaries from OFED, as well as the Subnet > Manager, under the new option WITH_OFED_EXTRA, disabled by default. Would it be

svn commit: r336572 - in head: . etc etc/rc.d

2018-07-20 Thread Brad Davis
Author: brd Date: Sat Jul 21 00:12:41 2018 New Revision: 336572 URL: https://svnweb.freebsd.org/changeset/base/336572 Log: Purge some old apmd files Approved by: allanjude Differential Revision:https://reviews.freebsd.org/D16373 Modified: head/ObsoleteFiles.inc

Re: svn commit: r336569 - in head: share/mk tools/build/options usr.bin/ofed usr.bin/ofed/infiniband-diags

2018-07-20 Thread Rodney W. Grimes
> On Fri, Jul 20, 2018 at 05:04:18PM -0700, Rodney W. Grimes wrote: > > > Author: kib > > > Date: Fri Jul 20 23:52:11 2018 > > > New Revision: 336569 > > > URL: https://svnweb.freebsd.org/changeset/base/336569 > > > > > > Log: > > > Move mostly useless examples binaries from OFED, as well as

svn commit: r336574 - head/sys/netinet

2018-07-20 Thread Michael Tuexen
Author: tuexen Date: Sat Jul 21 02:14:13 2018 New Revision: 336574 URL: https://svnweb.freebsd.org/changeset/base/336574 Log: Set the IPv4 version in the IP header for UDP and UDPLite. Modified: head/sys/netinet/udp_usrreq.c Modified: head/sys/netinet/udp_usrreq.c

svn commit: r336567 - head/usr.sbin/binmiscctl

2018-07-20 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Fri Jul 20 22:50:21 2018 New Revision: 336567 URL: https://svnweb.freebsd.org/changeset/base/336567 Log: Improve the binmiscctl manual page - Use "Fl -" instead of "Cm --" for long options. - Sort options alphabetically. - Pet "mandoc -Tlint". -

Re: svn commit: r336481 - head/share/misc

2018-07-20 Thread Mateusz Piotrowski
On Thu, 19 Jul 2018 15:37:21 +0200 "Piotr P. Stefaniak" wrote: >On 2018-07-19 12:58:10, Mateusz Piotrowski wrote: >>Author: 0mp (ports committer) >>Date: Thu Jul 19 12:58:10 2018 >>New Revision: 336481 >>URL: https://svnweb.freebsd.org/changeset/base/336481 >> >>Log: >> Update mentor and mentee

Re: svn commit: r336569 - in head: share/mk tools/build/options usr.bin/ofed usr.bin/ofed/infiniband-diags

2018-07-20 Thread Konstantin Belousov
On Fri, Jul 20, 2018 at 05:04:18PM -0700, Rodney W. Grimes wrote: > > Author: kib > > Date: Fri Jul 20 23:52:11 2018 > > New Revision: 336569 > > URL: https://svnweb.freebsd.org/changeset/base/336569 > > > > Log: > > Move mostly useless examples binaries from OFED, as well as the Subnet > >