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

svn commit: r343521 - stable/12/sys/dev/netmap

2019-01-28 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Jan 28 09:18:28 2019 New Revision: 343521 URL: https://svnweb.freebsd.org/changeset/base/343521 Log: MFC r343413 netmap: fix crash with monitors and VALE ports Crash report described here: https://github.com/luigirizzo/netmap/issues/583 Fixed by prov

svn commit: r343522 - stable/11/sys/dev/netmap

2019-01-28 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Jan 28 09:27:28 2019 New Revision: 343522 URL: https://svnweb.freebsd.org/changeset/base/343522 Log: MFC r343413 netmap: fix crash with monitors and VALE ports Crash report described here: https://github.com/luigirizzo/netmap/issues/583 Fixed by prov

svn commit: r343523 - in stable/12/sys: dev/pci kern sys x86/x86

2019-01-28 Thread Andriy Gapon
Author: avg Date: Mon Jan 28 09:45:28 2019 New Revision: 343523 URL: https://svnweb.freebsd.org/changeset/base/343523 Log: MFC r342170: add support for marking interrupt handlers as suspended The goal of this change is to fix a problem with PCI shared interrupts during suspend and resume.

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 uni

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 / manage

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 o

svn commit: r343526 - stable/12/sys/net

2019-01-28 Thread Andrew Gallatin
Author: gallatin Date: Mon Jan 28 14:34:59 2019 New Revision: 343526 URL: https://svnweb.freebsd.org/changeset/base/343526 Log: MFC r343430 Fix an iflib driver unload panic introduced in r343085 The new loop to sync and unload descriptors was indexed by "i", rather than "j".

svn commit: r343527 - in stable/12/sys/riscv: include riscv

2019-01-28 Thread Mark Johnston
Author: markj Date: Mon Jan 28 16:14:53 2019 New Revision: 343527 URL: https://svnweb.freebsd.org/changeset/base/343527 Log: MFC r343274, r343275: Optimize RISC-V copyin(9)/copyout(9) routines. Modified: stable/12/sys/riscv/include/riscvreg.h stable/12/sys/riscv/riscv/copyinout.S Director

svn commit: r343528 - stable/12/usr.bin/cmp/tests

2019-01-28 Thread Mark Johnston
Author: markj Date: Mon Jan 28 16:18:17 2019 New Revision: 343528 URL: https://svnweb.freebsd.org/changeset/base/343528 Log: MFC r343247: Fix cmp(1) tests for "special" mode. Modified: stable/12/usr.bin/cmp/tests/cmp_test2.sh Directory Properties: stable/12/ (props changed) Modified: s

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: ki

IT and Cyber Security Professionals Database

2019-01-28 Thread Taana McKay via svn-src-all
Hi, Hope this email finds you well. Would you be interested in a list of professionals of IT and Cyber Security Professionals? For your business development and other marketing activities. Title includes: President/CEO/ Managing Directors, Vice President/Executive Director, Police Chiefs,

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 th

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:https://reviews.freebsd.org/D1900

svn commit: r343531 - in stable/11/sys: conf dev/amdgpio modules modules/amdgpio

2019-01-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 28 18:55:29 2019 New Revision: 343531 URL: https://svnweb.freebsd.org/changeset/base/343531 Log: MFC r339523: Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms Submitted by: Rajesh Kumar Differential Revision:https://reviews.fr

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 to

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: head/sys/dev

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: 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 bui

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 V

svn commit: r343537 - in stable/12/sbin: newfs tunefs

2019-01-28 Thread Kirk McKusick
Author: mckusick Date: Mon Jan 28 21:46:05 2019 New Revision: 343537 URL: https://svnweb.freebsd.org/changeset/base/343537 Log: MFC of 343449 and 343483 Update tunefs to allow '_' in label names. Update tunefs and newfs error messages to note that '_' is allowed in label names.

svn commit: r343538 - in stable/11/sbin: newfs tunefs

2019-01-28 Thread Kirk McKusick
Author: mckusick Date: Mon Jan 28 21:48:04 2019 New Revision: 343538 URL: https://svnweb.freebsd.org/changeset/base/343538 Log: MFC of 343449 and 343483 Update tunefs to allow '_' in label names. Update tunefs and newfs error messages to note that '_' is allowed in label names.

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: head/

svn commit: r343540 - in stable: 11/share/man/man4 12/share/man/man4

2019-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 29 03:06:25 2019 New Revision: 343540 URL: https://svnweb.freebsd.org/changeset/base/343540 Log: MFC r343472: otus(4): fix a typo in man page (802.11 -> 802.11n) Modified: stable/11/share/man/man4/otus.4 Directory Properties: stable/11/ (props changed) Change

svn commit: r343540 - in stable: 11/share/man/man4 12/share/man/man4

2019-01-28 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jan 29 03:06:25 2019 New Revision: 343540 URL: https://svnweb.freebsd.org/changeset/base/343540 Log: MFC r343472: otus(4): fix a typo in man page (802.11 -> 802.11n) Modified: stable/12/share/man/man4/otus.4 Directory Properties: stable/12/ (props changed) Change

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 head/sys/dev

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: 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 transcri

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 fail

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 t

svn commit: r343544 - stable/12/sys/kern

2019-01-28 Thread Xin LI
Author: delphij Date: Tue Jan 29 07:47:57 2019 New Revision: 343544 URL: https://svnweb.freebsd.org/changeset/base/343544 Log: MFC r343038: Use TD_IS_IDLETHREAD instead of unrolled version. Modified: stable/12/sys/kern/kern_ktr.c Directory Properties: stable/12/ (props changed) Modified:

svn commit: r343545 - stable/11/sys/kern

2019-01-28 Thread Xin LI
Author: delphij Date: Tue Jan 29 07:48:49 2019 New Revision: 343545 URL: https://svnweb.freebsd.org/changeset/base/343545 Log: MFC r343038: Use TD_IS_IDLETHREAD instead of unrolled version. Modified: stable/11/sys/kern/kern_ktr.c Directory Properties: stable/11/ (props changed) Modified: