svn commit: r336218 - stable/11/sbin/fsck_msdosfs

2018-07-11 Thread Xin LI
Author: delphij Date: Thu Jul 12 05:37:52 2018 New Revision: 336218 URL: https://svnweb.freebsd.org/changeset/base/336218 Log: MFC r335696,r335697: Detect exFAT filesystems and abort if found and tighten BPB sanity check. Obtained from:Android https://android-review.googlesou

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

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

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: 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: 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: 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: r336212 - in stable/11: contrib/openbsm/bin/praudit etc/mtree usr.sbin/praudit usr.sbin/praudit/tests

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 20:11:06 2018 New Revision: 336212 URL: https://svnweb.freebsd.org/changeset/base/336212 Log: MFC r335287, r335290 r335287: praudit(1): return 0 on success Cherry pick https://github.com/openbsm/openbsm/commit/ed83bb3 Submitted by: aniketp Revi

svn commit: r336211 - stable/11/lib/libutil

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:48:14 2018 New Revision: 336211 URL: https://svnweb.freebsd.org/changeset/base/336211 Log: MFC r334547: pty.3: Add a HISTORY section These functions were first added in 4.3 BSD-Reno, according to http://unix.superglobalmegacorp.com/ and the CSRG sv

svn commit: r336210 - stable/11/sys/security/audit

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:46:56 2018 New Revision: 336210 URL: https://svnweb.freebsd.org/changeset/base/336210 Log: MFC r334403: #include in security/audit/audit_ioctl.h security/audit/audit_ioctl.h uses a type from bsm/audit.h, so needs to include it. And it needs to kn

svn commit: r336209 - stable/11/share/man/man4

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:42:57 2018 New Revision: 336209 URL: https://svnweb.freebsd.org/changeset/base/336209 Log: MFC r334394: auditpipe(4): fix some ioctl arguments in the man page Fix the argument types for the AUDITPIPE_[GS]ET_PRESELECT_(NA)?FLAGS ioctls. Also, fix so

svn commit: r336208 - stable/11/contrib/openbsm/libbsm

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:41:23 2018 New Revision: 336208 URL: https://svnweb.freebsd.org/changeset/base/336208 Log: MFC r334390: au_read_rec(3): correct return value in man page Submitted by: aniketp Reviewed by: csjp (earlier version) Sponsored by: Google, Inc. (GSoC 2

svn commit: r336207 - stable/11/sys/security/audit

2018-07-11 Thread Alan Somers
Author: asomers Date: Wed Jul 11 19:39:56 2018 New Revision: 336207 URL: https://svnweb.freebsd.org/changeset/base/336207 Log: MFC r334296: Fix "Bad tailq" panic when auditing auditon(A_SETCLASS, ...) Due to an oversight in r195280, auditon(A_SETCLASS, ...) would cause a tailq elemen

svn commit: r336206 - stable/11/usr.bin/top

2018-07-11 Thread Konstantin Belousov
Author: kib Date: Wed Jul 11 19:39:29 2018 New Revision: 336206 URL: https://svnweb.freebsd.org/changeset/base/336206 Log: MFC r335937: top: do not fall to the thread name if kernel cache of the process args is empty. Modified: stable/11/usr.bin/top/machine.c Directory Properties: stabl

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: r336204 - stable/11/sys/kern

2018-07-11 Thread Konstantin Belousov
Author: kib Date: Wed Jul 11 19:23:11 2018 New Revision: 336204 URL: https://svnweb.freebsd.org/changeset/base/336204 Log: MFC r335935: Add a way for the process to request cleanup of the kernel cache of the process arguments. Modified: stable/11/sys/kern/kern_proc.c Directory Properties:

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

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: 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: r336200 - stable/10/sys/sys

2018-07-11 Thread David Bright
Author: dab Date: Wed Jul 11 14:56:38 2018 New Revision: 336200 URL: https://svnweb.freebsd.org/changeset/base/336200 Log: MFC r335765, r335776, r336186: Remove potential identifier conflict in the EV_SET macro. PR43905 pointed out a problem with the EV_SET macro if the passed struct

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: r336198 - stable/11/sys/sys

2018-07-11 Thread David Bright
Author: dab Date: Wed Jul 11 14:50:06 2018 New Revision: 336198 URL: https://svnweb.freebsd.org/changeset/base/336198 Log: MFC r335765, r335776, r336186: Remove potential identifier conflict in the EV_SET macro. PR43905 pointed out a problem with the EV_SET macro if the passed struct

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: r336196 - stable/11/lib/msun/src

2018-07-11 Thread Mark Johnston
Author: markj Date: Wed Jul 11 12:12:49 2018 New Revision: 336196 URL: https://svnweb.freebsd.org/changeset/base/336196 Log: MFC r336089: Fix whitespace issues in bessel function routines. PR: 229423 Modified: stable/11/lib/msun/src/e_j0.c stable/11/lib/msun/src/e_j1.c stable/11/

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: r336192 - in stable/11/usr.sbin: bhyvectl bhyveload

2018-07-11 Thread Marcelo Araujo
Author: araujo Date: Wed Jul 11 07:33:19 2018 New Revision: 336192 URL: https://svnweb.freebsd.org/changeset/base/336192 Log: MFC r335026: style(9) remove unnecessary blank tabs. Obtained from:TrueOS Sponsored by: iXsystems Inc. Modified: stable/11/usr.sbin/bhyvectl/bhyvec

svn commit: r336191 - stable/11/usr.sbin/bhyve

2018-07-11 Thread Marcelo Araujo
Author: araujo Date: Wed Jul 11 07:22:05 2018 New Revision: 336191 URL: https://svnweb.freebsd.org/changeset/base/336191 Log: MFC r335027, r335050 r335027: When this code was introduced at r300829 the author forgot to add the BSD license header that is the same as in its C header file.

svn commit: r336190 - in stable/11/sys/amd64/vmm: . amd intel io

2018-07-11 Thread Marcelo Araujo
Author: araujo Date: Wed Jul 11 07:19:42 2018 New Revision: 336190 URL: https://svnweb.freebsd.org/changeset/base/336190 Log: MFC r335030: Add SPDX tags to vmm(4). Sponsored by: iXsystems Inc. Modified: stable/11/sys/amd64/vmm/amd/npt.c stable/11/sys/amd64/vmm/amd/npt.h stable/1

svn commit: r336189 - stable/11/usr.sbin/bhyve

2018-07-11 Thread Marcelo Araujo
Author: araujo Date: Wed Jul 11 07:16:13 2018 New Revision: 336189 URL: https://svnweb.freebsd.org/changeset/base/336189 Log: MFC r335025: Add SPDX tags to bhyve(8). Discussed with: rgrimes, pfg and mav. Obtained from:TrueOS Sponsored by: iXsystems Inc. Modified: s