svn commit: r339212 - head/sys/powerpc/powernv

2018-10-05 Thread Justin Hibbits
Author: jhibbits Date: Sat Oct 6 03:20:26 2018 New Revision: 339212 URL: https://svnweb.freebsd.org/changeset/base/339212 Log: powerpc64/powernv: Don't mask MSIs in OPAL Summary: Discussing with Benjamin Herrenschmidt, MSIs, and edge-triggered interrupts in general, must not be masked

svn commit: r339211 - head/sys/kern

2018-10-05 Thread Jamie Gritton
Author: jamie Date: Sat Oct 6 02:10:32 2018 New Revision: 339211 URL: https://svnweb.freebsd.org/changeset/base/339211 Log: Fix the test prohibiting jails from sharing IP addresses. It's not supposed to be legal for two jails to contain the same IP address, unless both jails contain

svn commit: r339210 - in stable/11/stand/efi/loader: . arch/i386

2018-10-05 Thread John Baldwin
Author: jhb Date: Fri Oct 5 21:10:03 2018 New Revision: 339210 URL: https://svnweb.freebsd.org/changeset/base/339210 Log: MFC 338022: Fix casts between 64-bit physical addresses and pointers in EFI. Compiling FreeBSD/i386 with modern GCC triggers warnings for various places that convert

svn commit: r339208 - head/sbin/init

2018-10-05 Thread Danilo G. Baio
Author: dbaio (ports committer) Date: Fri Oct 5 20:35:43 2018 New Revision: 339208 URL: https://svnweb.freebsd.org/changeset/base/339208 Log: Fix information about $firewall_myservices After r273201 it is supported "/{udp,tcp,proto}" suffix into $firewall_myservices, and in the rc.conf

svn commit: r339207 - head/sys/dev/e1000

2018-10-05 Thread Stephen Hurd
Author: shurd Date: Fri Oct 5 20:16:20 2018 New Revision: 339207 URL: https://svnweb.freebsd.org/changeset/base/339207 Log: Fix igb corrupting checksums with BPF and VLAN When using a vlan with igb and the vlanhwcsum option, any mbufs which already had the TCP, UDP, or SCTP checksum

svn commit: r339206 - head/lib/libc/amd64/string

2018-10-05 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 5 19:27:42 2018 New Revision: 339206 URL: https://svnweb.freebsd.org/changeset/base/339206 Log: amd64: import updated kernel memset to libc See r339205 for details. An unused ERMS support is retained in the macro. It will be activated after ifunc support

svn commit: r339205 - head/sys/amd64/amd64

2018-10-05 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 5 19:25:09 2018 New Revision: 339205 URL: https://svnweb.freebsd.org/changeset/base/339205 Log: amd64: make memset less slow with mov rep stos has a high startup time even on modern microarchitectures like Skylake. Intel optimization manuals discuss how for

svn commit: r339204 - stable/11/sys/vm

2018-10-05 Thread Konstantin Belousov
Author: kib Date: Fri Oct 5 18:15:44 2018 New Revision: 339204 URL: https://svnweb.freebsd.org/changeset/base/339204 Log: MFC r338999: Correct vm_fault_copy_entry() handling of backing file truncation after the file mapping was wired. Modified: stable/11/sys/vm/vm_fault.c Directory

svn commit: r339203 - stable/11/sys/vm

2018-10-05 Thread Konstantin Belousov
Author: kib Date: Fri Oct 5 18:14:18 2018 New Revision: 339203 URL: https://svnweb.freebsd.org/changeset/base/339203 Log: MFC r338998: In vm_fault_copy_entry(), we should not assert that entry is charged if the dst_object is not of swap type. Modified: stable/11/sys/vm/vm_fault.c

svn commit: r339202 - stable/11/sys/vm

2018-10-05 Thread Konstantin Belousov
Author: kib Date: Fri Oct 5 18:12:49 2018 New Revision: 339202 URL: https://svnweb.freebsd.org/changeset/base/339202 Log: MFC r338997: In vm_fault_copy_entry(), collect the code to initialize a newly allocated dst_object in a single place. Modified: stable/11/sys/vm/vm_fault.c Directory

svn commit: r339200 - head/stand/lua

2018-10-05 Thread Kyle Evans
Author: kevans Date: Fri Oct 5 17:07:10 2018 New Revision: 339200 URL: https://svnweb.freebsd.org/changeset/base/339200 Log: lualoader: Don't draw loader menu with autoboot_delay=-1 This was mostly a cosmetic issue. autoboot_delay=-1 is documented to bypass the loader menu and

svn commit: r339199 - head/contrib/blacklist/bin

2018-10-05 Thread Kurt Lidl
Author: lidl Date: Fri Oct 5 16:52:21 2018 New Revision: 339199 URL: https://svnweb.freebsd.org/changeset/base/339199 Log: Document signal handling in blacklistd(8). Reviewed by: bcr@, 0mp@ Approved by: re (gjb@) MFC after:1 week Differential Revision:

svn commit: r339197 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-10-05 Thread Alexander Motin
Author: mav Date: Fri Oct 5 16:05:59 2018 New Revision: 339197 URL: https://svnweb.freebsd.org/changeset/base/339197 Log: Add sysctls for dbuf metadata cache variables added in r336959. Approved by: re (gjb) MFC after:1 week Modified:

svn commit: r339196 - svnadmin/conf

2018-10-05 Thread George V. Neville-Neil
Author: gnn Date: Fri Oct 5 15:03:40 2018 New Revision: 339196 URL: https://svnweb.freebsd.org/changeset/base/339196 Log: Add myself as co-mentor with hrs@ for Vincenzo Maffione Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors

svn commit: r339195 - head/sys/netinet

2018-10-05 Thread Tom Jones
Author: thj Date: Fri Oct 5 12:51:30 2018 New Revision: 339195 URL: https://svnweb.freebsd.org/changeset/base/339195 Log: Convert UDP length to host byte order When getting the number of bytes to checksum make sure to convert the UDP length to host byte order when the entire header is

svn commit: r339194 - head/usr.sbin/nscd

2018-10-05 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 5 12:08:32 2018 New Revision: 339194 URL: https://svnweb.freebsd.org/changeset/base/339194 Log: Remove the BUGS section of nscd(8) man page. According to bushman@'s reponse quoted in PR, he no longer maintains it. PR: 210590 Approved by: re

svn commit: r339193 - head/usr.sbin/bsdinstall

2018-10-05 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Fri Oct 5 08:17:29 2018 New Revision: 339193 URL: https://svnweb.freebsd.org/changeset/base/339193 Log: bsdinstall(8): Fix a typo. Reported by: Jose Luis Duran Reviewed by: bcr Approved by: re (gjb), krion (mentor, implicit), mat (mentor,

svn commit: r339192 - head/share/man/man9

2018-10-05 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Fri Oct 5 08:00:45 2018 New Revision: 339192 URL: https://svnweb.freebsd.org/changeset/base/339192 Log: MODULE_PNP_INFO(9): Fix a grammar mistake. Reported by: ak Reviewed by: imp, Yuri Pankov Approved by: re (gjb), krion (mentor, implicit), mat

svn commit: r339191 - stable/9/lib/libusb

2018-10-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 5 07:52:28 2018 New Revision: 339191 URL: https://svnweb.freebsd.org/changeset/base/339191 Log: MFC r338993: When multiple threads are involved receiving completion events in LibUSB make sure there is always a master polling thread, by setting the

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

2018-10-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 5 07:50:44 2018 New Revision: 339190 URL: https://svnweb.freebsd.org/changeset/base/339190 Log: MFC r338993: When multiple threads are involved receiving completion events in LibUSB make sure there is always a master polling thread, by setting the

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

2018-10-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 5 07:49:01 2018 New Revision: 339189 URL: https://svnweb.freebsd.org/changeset/base/339189 Log: MFC r338993: When multiple threads are involved receiving completion events in LibUSB make sure there is always a master polling thread, by setting the