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

2019-01-28 Thread Rodney W. Grimes
> On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > > > > Author: kevans > > Date: Tue Jan 29 04:08:49 2019 > > New Revision: 343543 > > URL: https://svnweb.freebsd.org/changeset/base/343543 > > > > Log: > > bectl(8) test: Force destroy the zpool in cleanup > > > > This is a wild guess as

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

2019-01-28 Thread Kyle Evans
On Mon, Jan 28, 2019 at 10:09 PM Kyle Evans wrote: > > Author: kevans > Date: Tue Jan 29 04:08:49 2019 > New Revision: 343543 > URL: https://svnweb.freebsd.org/changeset/base/343543 > > Log: > bectl(8) test: Force destroy the zpool in cleanup > > This is a wild guess as to why bectl tests

svn commit: r343543 - head/sbin/bectl/tests

2019-01-28 Thread Kyle Evans
Author: kevans Date: Tue Jan 29 04:08:49 2019 New Revision: 343543 URL: https://svnweb.freebsd.org/changeset/base/343543 Log: bectl(8) test: Force destroy the zpool in cleanup This is a wild guess as to why bectl tests failed once upon a time in CI, given no apparent way to see a

svn commit: r343542 - head/sys/dev/usb/wlan

2019-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 29 03:31:36 2019 New Revision: 343542 URL: https://svnweb.freebsd.org/changeset/base/343542 Log: upgt(4): unbreak build with UPGT_DEBUG MFC after:1 week Modified: head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_upgt.c

svn commit: r343541 - head/sys/dev/usb/wlan

2019-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 29 03:28:47 2019 New Revision: 343541 URL: https://svnweb.freebsd.org/changeset/base/343541 Log: Drop some unneeded includes from wireless USB drivers. MFC after:1 week Modified: head/sys/dev/usb/wlan/if_rsu.c head/sys/dev/usb/wlan/if_rum.c

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

2019-01-28 Thread Navdeep Parhar
Author: np Date: Tue Jan 29 00:49:12 2019 New Revision: 343539 URL: https://svnweb.freebsd.org/changeset/base/343539 Log: cxgbe(4): Add adapter information to messages logged by the OS-agnostic code in t4_hw.c. MFC after:1 week Sponsored by: Chelsio Communications Modified:

svn commit: r343536 - head/sys/ufs/ffs

2019-01-28 Thread Kirk McKusick
Author: mckusick Date: Mon Jan 28 21:36:45 2019 New Revision: 343536 URL: https://svnweb.freebsd.org/changeset/base/343536 Log: This bug was introduced with the change to use softdep_bp_to_mp() in January 2018 changes -r327723 and -r327821. The softdep_bp_to_mp() function failed to include

svn commit: r343535 - head/sbin/ifconfig

2019-01-28 Thread Patrick Kelsey
Author: pkelsey Date: Mon Jan 28 20:30:04 2019 New Revision: 343535 URL: https://svnweb.freebsd.org/changeset/base/343535 Log: Speed up non-status operations applied to a single interface When performing a non-status operation on a single interface, it is not necessary for ifconfig to

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

2019-01-28 Thread Patrick Kelsey
Author: pkelsey Date: Mon Jan 28 20:26:09 2019 New Revision: 343534 URL: https://svnweb.freebsd.org/changeset/base/343534 Log: Don't re-evaluate ALTQ kernel configuration due to events on non-ALTQ interfaces Re-evaluating the ALTQ kernel configuration can be expensive, particularly when

svn commit: r343533 - in head/sys/dev/usb: . quirk

2019-01-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 28 20:22:17 2019 New Revision: 343533 URL: https://svnweb.freebsd.org/changeset/base/343533 Log: [usb] Add UQ_KBD_BOOTPROTO quirk for Corsair K68 keyboard PR: 222114 Submitted by: Zane C. Bowers-Hadley MFC after:1 week Modified:

svn commit: r343532 - head/usr.bin/fortune/datfiles

2019-01-28 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Mon Jan 28 19:54:58 2019 New Revision: 343532 URL: https://svnweb.freebsd.org/changeset/base/343532 Log: A few corrections and clarifications to r343406. - Use "in" instead of "on" when referring to directory and UFS partition. - Switch from hw.physmem

svn commit: r343530 - head/sbin/ifconfig

2019-01-28 Thread Alan Somers
Author: asomers Date: Mon Jan 28 18:34:04 2019 New Revision: 343530 URL: https://svnweb.freebsd.org/changeset/base/343530 Log: ifconfig: fix endianness bug displaying pfsync interfaces Reviewed by: kp MFC after:2 weeks Differential Revision:

Re: svn commit: r343440 - head/bin/sh

2019-01-28 Thread John Baldwin
On 1/25/19 1:50 AM, Edward Napierala wrote: >> mergemaster, iirc, will merge in changes to etc files after an upgrade. >> So this would effect anybody that goes through an upgrade and performs >> mergemaster. > > No, it won't - it doesn't affect files in /etc at all. It doesn't > affect stuff

svn commit: r343529 - head/sys/riscv/riscv

2019-01-28 Thread Mark Johnston
Author: markj Date: Mon Jan 28 16:23:56 2019 New Revision: 343529 URL: https://svnweb.freebsd.org/changeset/base/343529 Log: Remove a redundant test. The existence of a PV entry for a mapping guarantees that the mapping exists, so we should not need to test for that. Reviewed by:

svn commit: r343525 - in head/sys/netinet: . tcp_stacks

2019-01-28 Thread Michael Tuexen
Author: tuexen Date: Mon Jan 28 12:45:31 2019 New Revision: 343525 URL: https://svnweb.freebsd.org/changeset/base/343525 Log: Fix the detection of ECN-setup SYN-ACK packets. RFC 3168 defines an ECN-setup SYN-ACK packet as on with the ECE flags set and the CWR flags not set. The code was

Re: svn commit: r343524 - head/sys/dev/usb/wlan

2019-01-28 Thread Andriy Voskoboinyk
Mon, 28 Jan 2019 13:39:54 +0200 було написано Andriy Voskoboinyk : Author: avos Date: Mon Jan 28 11:39:54 2019 New Revision: 343524 URL: https://svnweb.freebsd.org/changeset/base/343524 Log: rsu(4): do not ignore mgmtrate / mcastrate / ucastrate. Enforce net80211 rates for control /

svn commit: r343524 - head/sys/dev/usb/wlan

2019-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Mon Jan 28 11:39:54 2019 New Revision: 343524 URL: https://svnweb.freebsd.org/changeset/base/343524 Log: rsu(4): do not ignore mgmtrate / mcastrate / ucastrate. Enforce net80211 rates for control / management / multicast / EAPOL frames and allow to override rate for

svn commit: r343520 - head/sbin/pfctl

2019-01-28 Thread Kristof Provost
Author: kp Date: Mon Jan 28 08:36:10 2019 New Revision: 343520 URL: https://svnweb.freebsd.org/changeset/base/343520 Log: pfctl: Point users to net.pf.request_maxcount if large requests are rejected The kernel will reject very large tables to avoid resource exhaustion attacks. Some users