svn commit: r345562 - in head/sys: amd64/amd64 i386/i386

2019-03-26 Thread Conrad Meyer
Author: cem Date: Tue Mar 26 22:45:41 2019 New Revision: 345562 URL: https://svnweb.freebsd.org/changeset/base/345562 Log: x86: Use XSAVEOPT for fpusave(), when available Remove redundant npxsave_core definition while here. Suggested by: Anton Rang Reviewed by: kib, Anton Rang

svn commit: r345561 - in stable/11/bin/sh: . tests/execution

2019-03-26 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 26 22:34:07 2019 New Revision: 345561 URL: https://svnweb.freebsd.org/changeset/base/345561 Log: MFC r344502: sh: Add set -o pipefail The pipefail option allows checking the exit status of all commands in a pipeline more easily, at a limited cost of

svn commit: r345560 - head/sys/netinet

2019-03-26 Thread Mark Johnston
Author: markj Date: Tue Mar 26 22:14:50 2019 New Revision: 345560 URL: https://svnweb.freebsd.org/changeset/base/345560 Log: Add CTLFLAG_VNET to the net.inet.icmp.tstamprepl definition. Reported by: Hans Fiedler MFC after:3 days Modified: head/sys/netinet/ip_icmp.c Modified:

svn commit: r345559 - stable/11/bin/sh

2019-03-26 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 26 21:30:26 2019 New Revision: 345559 URL: https://svnweb.freebsd.org/changeset/base/345559 Log: MFC r328818: sh: Refactor job status printing, preparing for -o pipefail and similar No functional change is intended. PR: 224270 Modified:

svn commit: r345558 - head/sys/netpfil/pf

2019-03-26 Thread Ed Maste
Author: emaste Date: Tue Mar 26 21:20:42 2019 New Revision: 345558 URL: https://svnweb.freebsd.org/changeset/base/345558 Log: pf: use UID_ROOT and GID_WHEEL named constants in make_dev No functional change but improves consistency and greppability of make_dev calls. Discussed with:

svn commit: r345557 - head/tools/build/mk

2019-03-26 Thread John Baldwin
Author: jhb Date: Tue Mar 26 20:56:12 2019 New Revision: 345557 URL: https://svnweb.freebsd.org/changeset/base/345557 Log: Add special psuedo-options for the base/{binutils,gcc} ports. The WITH_PORT_BASE_{BINUTILS,GCC} options are used to prevent 'make check-old' and 'make delete-old'

svn commit: r345556 - stable/11/bin/sh

2019-03-26 Thread Jilles Tjoelker
Author: jilles Date: Tue Mar 26 20:47:30 2019 New Revision: 345556 URL: https://svnweb.freebsd.org/changeset/base/345556 Log: MFC r327475: sh: Move various structs from jobs.h to jobs.c These implementation details of jobs.c need not be exposed. PR: 224270 Modified:

svn commit: r345555 - head/share/mk

2019-03-26 Thread John Baldwin
Author: jhb Date: Tue Mar 26 20:44:02 2019 New Revision: 34 URL: https://svnweb.freebsd.org/changeset/base/34 Log: Remove the TIMED src option from the list of options. This was missed in r342139 when timed(8) was removed and fixes a warning when running makeman to regenerate

svn commit: r345554 - head/stand/i386/zfsboot

2019-03-26 Thread Ed Maste
Author: emaste Date: Tue Mar 26 20:32:05 2019 New Revision: 345554 URL: https://svnweb.freebsd.org/changeset/base/345554 Log: stand: remove CLANG_NO_IAS from zfsldr Many components under stand/ had CLANG_NO_IAS added when Clang's Integrated Assembler (IAS) did not handle .codeNN

svn commit: r345553 - head/sbin/init

2019-03-26 Thread Ed Maste
Author: emaste Date: Tue Mar 26 19:38:25 2019 New Revision: 345553 URL: https://svnweb.freebsd.org/changeset/base/345553 Log: init: pedantic correction to "can't exec" script warning Direct /etc/rc exec was introduced in r337321, with a fallback to passing it to sh if direct exec fails.

svn commit: r345552 - head/lib/libc/gen

2019-03-26 Thread Ed Maste
Author: emaste Date: Tue Mar 26 19:35:41 2019 New Revision: 345552 URL: https://svnweb.freebsd.org/changeset/base/345552 Log: DTF_REWIND does nothing (since r247236) so retire its use Reviewed by: cem Differential Revision:https://reviews.freebsd.org/D19663 Modified:

svn commit: r345551 - head/sys/vm

2019-03-26 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 26 19:11:15 2019 New Revision: 345551 URL: https://svnweb.freebsd.org/changeset/base/345551 Log: Improve error reporting when the swap pager runs out of memory. Reviewed by: kib MFC after:2 weeks Sponsored by: Klara Inc. Differential Revision:

svn commit: r345550 - head/sys/kern

2019-03-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 26 18:03:18 2019 New Revision: 345550 URL: https://svnweb.freebsd.org/changeset/base/345550 Log: Change default value of kern.bootfile to reflect reality In most cases kernel.bootfile is populated from the information provided by loader(8). There are certain

svn commit: r345549 - head/sys/dev/smartpqi

2019-03-26 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 26 15:47:13 2019 New Revision: 345549 URL: https://svnweb.freebsd.org/changeset/base/345549 Log: Make smartpqi(4) behave better when running out of memory, by returning CAM_RESRC_UNAVAIL instead of CAM_REQUEUE_REQ. This makes CAM delay a bit before retrying, so

svn commit: r345548 - head/bin/dd

2019-03-26 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 26 15:44:06 2019 New Revision: 345548 URL: https://svnweb.freebsd.org/changeset/base/345548 Log: .Xr trim(8) from dd(1). MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/bin/dd/dd.1 Modified: head/bin/dd/dd.1

svn commit: r345547 - head/sys/kern

2019-03-26 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 26 15:35:49 2019 New Revision: 345547 URL: https://svnweb.freebsd.org/changeset/base/345547 Log: Factor out resource limit enforcement code in the ELF loader. It makes the code slightly easier to follow, and might make it easier to fix the resouce accounting to

Re: svn commit: r344067 - head/sbin/bectl/tests

2019-03-26 Thread Enji Cooper
> On Mar 26, 2019, at 06:12, Kyle Evans wrote: > >> On Tue, Feb 12, 2019 at 5:36 PM Enji Cooper wrote: >> >> Author: ngie >> Date: Tue Feb 12 23:35:46 2019 >> New Revision: 344067 >> URL: https://svnweb.freebsd.org/changeset/base/344067 >> >> Log: >> Fix up concurrent test zpool setup and

svn commit: r345546 - in stable/10/sys/dev: sound/usb usb usb/quirk

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:53:33 2019 New Revision: 345546 URL: https://svnweb.freebsd.org/changeset/base/345546 Log: MFC r342961: snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode. Extend the vendor class USB audio quirk to cover devices without the USB audio

svn commit: r345545 - in stable/11/sys/dev: sound/usb usb usb/quirk

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:52:46 2019 New Revision: 345545 URL: https://svnweb.freebsd.org/changeset/base/345545 Log: MFC r342961: snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode. Extend the vendor class USB audio quirk to cover devices without the USB audio

svn commit: r345544 - in stable/12/sys/dev: sound/usb usb usb/quirk

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:52:01 2019 New Revision: 345544 URL: https://svnweb.freebsd.org/changeset/base/345544 Log: MFC r342961: snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode. Extend the vendor class USB audio quirk to cover devices without the USB audio

svn commit: r345543 - in stable/11/sys/dev/usb: . quirk

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:49:44 2019 New Revision: 345543 URL: https://svnweb.freebsd.org/changeset/base/345543 Log: MFC r343352: Add USB quirk. Submitted by: Gary Jennejohn Sponsored by: Mellanox Technologies Modified:

svn commit: r345542 - in stable/12/sys/dev/usb: . quirk

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:48:59 2019 New Revision: 345542 URL: https://svnweb.freebsd.org/changeset/base/345542 Log: MFC r343352: Add USB quirk. Submitted by: Gary Jennejohn Sponsored by: Mellanox Technologies Modified:

svn commit: r345541 - stable/10/lib/libusb

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:46:47 2019 New Revision: 345541 URL: https://svnweb.freebsd.org/changeset/base/345541 Log: MFC r344795: Fix typos in libusb. Found by: Denis Ahrens Sponsored by: Mellanox Technologies Modified: stable/10/lib/libusb/libusb10.c

svn commit: r345540 - stable/11/lib/libusb

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:46:00 2019 New Revision: 345540 URL: https://svnweb.freebsd.org/changeset/base/345540 Log: MFC r344795: Fix typos in libusb. Found by: Denis Ahrens Sponsored by: Mellanox Technologies Modified: stable/11/lib/libusb/libusb10.c

svn commit: r345539 - stable/12/lib/libusb

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:45:11 2019 New Revision: 345539 URL: https://svnweb.freebsd.org/changeset/base/345539 Log: MFC r344795: Fix typos in libusb. Found by: Denis Ahrens Sponsored by: Mellanox Technologies Modified: stable/12/lib/libusb/libusb10.c

svn commit: r345538 - stable/11/sys/dev/mlx4/mlx4_core

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:43:32 2019 New Revision: 345538 URL: https://svnweb.freebsd.org/changeset/base/345538 Log: MFC r345011: Eliminate useless warning message when reading sysctl node in mlx4core. Sponsored by: Mellanox Technologies Modified:

svn commit: r345537 - stable/12/sys/dev/mlx4/mlx4_core

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:42:44 2019 New Revision: 345537 URL: https://svnweb.freebsd.org/changeset/base/345537 Log: MFC r345011: Eliminate useless warning message when reading sysctl node in mlx4core. Sponsored by: Mellanox Technologies Modified:

svn commit: r345536 - stable/11/sys/dev/mlx4/mlx4_core

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:41:27 2019 New Revision: 345536 URL: https://svnweb.freebsd.org/changeset/base/345536 Log: MFC r345010: Improve support for switching to and from command polling mode in mlx4core. Make sure the enter and leave polling routines can be called multiple

svn commit: r345534 - stable/11/sys/dev/mlx4/mlx4_en

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:38:49 2019 New Revision: 345534 URL: https://svnweb.freebsd.org/changeset/base/345534 Log: MFC r344920: Teardown ifnet after stopping port in the mlx4en(4) driver. mlx4_en_stop_port() calls mlx4_en_put_qp() which can refer the link level address of

svn commit: r345535 - stable/12/sys/dev/mlx4/mlx4_core

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:40:33 2019 New Revision: 345535 URL: https://svnweb.freebsd.org/changeset/base/345535 Log: MFC r345010: Improve support for switching to and from command polling mode in mlx4core. Make sure the enter and leave polling routines can be called multiple

svn commit: r345533 - stable/12/sys/dev/mlx4/mlx4_en

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:37:56 2019 New Revision: 345533 URL: https://svnweb.freebsd.org/changeset/base/345533 Log: MFC r344920: Teardown ifnet after stopping port in the mlx4en(4) driver. mlx4_en_stop_port() calls mlx4_en_put_qp() which can refer the link level address of

svn commit: r345532 - stable/11/sys/dev/mlx4/mlx4_en

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:35:23 2019 New Revision: 345532 URL: https://svnweb.freebsd.org/changeset/base/345532 Log: MFC r344919: Don't hold state lock while detaching network device instance in mlx4en(4). It can happen during shutdown that the lock will recurse when the

svn commit: r345531 - stable/12/sys/dev/mlx4/mlx4_en

2019-03-26 Thread Hans Petter Selasky
Author: hselasky Date: Tue Mar 26 13:33:36 2019 New Revision: 345531 URL: https://svnweb.freebsd.org/changeset/base/345531 Log: MFC r344919: Don't hold state lock while detaching network device instance in mlx4en(4). It can happen during shutdown that the lock will recurse when the

Re: svn commit: r344067 - head/sbin/bectl/tests

2019-03-26 Thread Kyle Evans
On Tue, Feb 12, 2019 at 5:36 PM Enji Cooper wrote: > > Author: ngie > Date: Tue Feb 12 23:35:46 2019 > New Revision: 344067 > URL: https://svnweb.freebsd.org/changeset/base/344067 > > Log: > Fix up concurrent test zpool setup and teardown > > Set up zpools with a more unique name, stash the

svn commit: r345530 - stable/12/sys/dev/isci

2019-03-26 Thread Konstantin Belousov
Author: kib Date: Tue Mar 26 11:03:09 2019 New Revision: 345530 URL: https://svnweb.freebsd.org/changeset/base/345530 Log: MFC r345070: isci(4): Use controller->lock for busdma tags. Modified: stable/12/sys/dev/isci/isci.c stable/12/sys/dev/isci/isci.h

svn commit: r345529 - in stable/11: . share/man/man4

2019-03-26 Thread Konstantin Belousov
Author: kib Date: Tue Mar 26 11:01:29 2019 New Revision: 345529 URL: https://svnweb.freebsd.org/changeset/base/345529 Log: MFC r345442: Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date. Modified: stable/11/UPDATING stable/11/share/man/man4/geom_uzip.4 Directory

svn commit: r345528 - in stable/12: . share/man/man4

2019-03-26 Thread Konstantin Belousov
Author: kib Date: Tue Mar 26 10:58:29 2019 New Revision: 345528 URL: https://svnweb.freebsd.org/changeset/base/345528 Log: MFC r345442: Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date. Modified: stable/12/UPDATING stable/12/share/man/man4/geom_uzip.4 Directory

svn commit: r345527 - head/sys/netinet

2019-03-26 Thread Randall Stewart
Author: rrs Date: Tue Mar 26 10:41:27 2019 New Revision: 345527 URL: https://svnweb.freebsd.org/changeset/base/345527 Log: Fix a small bug in the tcp_log_id where the bucket was unlocked and yet the bucket-unlock flag was not changed to false. This can cause a panic if INVARIANTS is on

svn commit: r345526 - head/share/misc

2019-03-26 Thread Philip Paeps
Author: philip Date: Tue Mar 26 09:46:17 2019 New Revision: 345526 URL: https://svnweb.freebsd.org/changeset/base/345526 Log: SZ has been known as Eswatini since April 2018 (formerly Swaziland). Sources: https://www.iso.org/obp/ui/#iso:code:3166:SZ

svn commit: r345525 - head/sys/netinet

2019-03-26 Thread Michael Tuexen
Author: tuexen Date: Tue Mar 26 08:27:00 2019 New Revision: 345525 URL: https://svnweb.freebsd.org/changeset/base/345525 Log: Fix a double free of an SCTP association in an error path. This is joint work with rrs@. The issue was found by running syzkaller. MFC after:1 week

svn commit: r345524 - head/contrib/tzdata

2019-03-26 Thread Philip Paeps
Author: philip Date: Tue Mar 26 08:10:51 2019 New Revision: 345524 URL: https://svnweb.freebsd.org/changeset/base/345524 Log: Import tzdata 2019a Changes: https://github.com/eggert/tz/blob/2019a/NEWS MFC after:3 days Modified: head/contrib/tzdata/Makefile

svn commit: r345522 - vendor/tzdata/dist

2019-03-26 Thread Philip Paeps
Author: philip Date: Tue Mar 26 07:55:48 2019 New Revision: 345522 URL: https://svnweb.freebsd.org/changeset/base/345522 Log: Import tzdata 2019a Modified: vendor/tzdata/dist/Makefile vendor/tzdata/dist/NEWS vendor/tzdata/dist/README vendor/tzdata/dist/africa vendor/tzdata/dist/asia

svn commit: r345523 - vendor/tzdata/tzdata2019a

2019-03-26 Thread Philip Paeps
Author: philip Date: Tue Mar 26 07:56:17 2019 New Revision: 345523 URL: https://svnweb.freebsd.org/changeset/base/345523 Log: Tag import of tzdata2019a Added: vendor/tzdata/tzdata2019a/ - copied from r345522, vendor/tzdata/dist/ ___