svn commit: r336195 - head/sbin/dhclient

2018-07-11 Thread Eugene Grosbein
Author: eugen Date: Wed Jul 11 09:41:50 2018 New Revision: 336195 URL: https://svnweb.freebsd.org/changeset/base/336195 Log: Make dhclient(8) verify if new MTU (option 26) differs from current one and skip unneeded MTU change. This check eliminates infinite loop of MTU change / link flap / le

svn commit: r336197 - head/share/man/man7

2018-07-11 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 11 13:53:44 2018 New Revision: 336197 URL: https://svnweb.freebsd.org/changeset/base/336197 Log: Tweak ports(7) manual page to better explain the basics. Reviewed by: allanjude@ (earlier version) MFC after:2 weeks Sponsored by: DARPA, AFRL Differential

svn commit: r336199 - head/sys/netinet/libalias

2018-07-11 Thread Mark Johnston
Author: markj Date: Wed Jul 11 14:54:56 2018 New Revision: 336199 URL: https://svnweb.freebsd.org/changeset/base/336199 Log: Remove a duplicate check. PR: 229663 Submitted by: David Binderman MFC after:3 days Modified: head/sys/netinet/libalias/alias_irc.c Modified: h

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

2018-07-11 Thread Sean Bruno
Author: sbruno Date: Wed Jul 11 16:44:14 2018 New Revision: 336201 URL: https://svnweb.freebsd.org/changeset/base/336201 Log: smartpqi(4): - Update to release "3" Submitted by: Deepak Ukey Reviewed by: mav MFC after:2 weeks Differential Revision:https://reviews.freebs

svn commit: r336202 - head/sys/dev/spibus

2018-07-11 Thread Ian Lepore
Author: ian Date: Wed Jul 11 17:54:41 2018 New Revision: 336202 URL: https://svnweb.freebsd.org/changeset/base/336202 Log: Enhancements and fixes for the spigen(4) driver... - Resources used by spigen_mmap_single() are now tracked using devfs_set_cdevpriv() rather than in the softc.

svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers c...

2018-07-11 Thread Cy Schubert
Author: cy Date: Wed Jul 11 18:53:18 2018 New Revision: 336203 URL: https://svnweb.freebsd.org/changeset/base/336203 Log: MFV r324714: Update wpa 2.5 --> 2.6. MFC after:1 month Added: head/contrib/wpa/src/ap/mbo_ap.c - copied unchanged from r336186, vendor/wpa/dist/src/ap/m

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-11 Thread Cy Schubert
In message <201807111853.w6biri9b080...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jul 11 18:53:18 2018 > New Revision: 336203 > URL: https://svnweb.freebsd.org/changeset/base/336203 > > Log: > MFV r324714: > > Update wpa 2.5 --> 2.6. > > MFC after: 1 month This

svn commit: r336205 - head/sys/kern

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:38:42 2018 New Revision: 336205 URL: https://svnweb.freebsd.org/changeset/base/336205 Log: Don't acquire evclass_lock with a spinlock held When the "pc" audit class is enabled and auditd is running, witness will panic during thread exit because au_event

svn commit: r336213 - head/tools/boot

2018-07-11 Thread Warner Losh
Author: imp Date: Wed Jul 11 21:53:04 2018 New Revision: 336213 URL: https://svnweb.freebsd.org/changeset/base/336213 Log: Small refactor of install-boot Use newfs_msdos to create the filesystem for the partition requested and use loader.efi instead of boot1.efi. Modified: head/tools/b

svn commit: r336214 - head/sys/conf

2018-07-11 Thread Ian Lepore
Author: ian Date: Wed Jul 11 22:23:50 2018 New Revision: 336214 URL: https://svnweb.freebsd.org/changeset/base/336214 Log: Add various spi devices to NOTES. Add some required options for building the cqspi and n25q drivers. Modified: head/sys/conf/NOTES head/sys/conf/files Modified: hea

svn commit: r336215 - head/sys/fs/nfsserver

2018-07-11 Thread Rick Macklem
Author: rmacklem Date: Wed Jul 11 23:23:29 2018 New Revision: 336215 URL: https://svnweb.freebsd.org/changeset/base/336215 Log: Ignore the cookie verifier for NFSv4.1 when the cookie is 0. RFC5661 states that the cookie verifier should be 0 when the cookie is 0. However, the wording is so

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

2018-07-11 Thread Ian Lepore
Author: ian Date: Wed Jul 11 23:59:04 2018 New Revision: 336216 URL: https://svnweb.freebsd.org/changeset/base/336216 Log: Actually build and install the spigen.4 manpage. Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ==

svn commit: r336217 - in head: . sys/kern usr.sbin/config

2018-07-11 Thread Kyle Evans
"ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20180711: + The static environment setup in kernel configs is no longer mutually + exclusive with the loader(8) environment by default. In order to + restore the previous default behavior of disablin

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-11 Thread Cy Schubert
In message <201807111853.w6biri9b080...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Jul 11 18:53:18 2018 > New Revision: 336203 > URL: https://svnweb.freebsd.org/changeset/base/336203 > > Log: > MFV r324714: > > Update wpa 2.5 --> 2.6. > > MFC after: 1 month