svn commit: r322670 - head/contrib/binutils/bfd

2017-08-18 Thread Ed Maste
Author: emaste Date: Fri Aug 18 18:20:51 2017 New Revision: 322670 URL: https://svnweb.freebsd.org/changeset/base/322670 Log: bfd: cast BFD_ALIGN to fix clang error on mips error: implicit conversion from 'bfd_vma' (aka 'unsigned long long') to 'int' changes value from

svn commit: r322669 - head/lib/libfetch

2017-08-18 Thread Dag-Erling Smørgrav
Author: des Date: Fri Aug 18 18:20:36 2017 New Revision: 322669 URL: https://svnweb.freebsd.org/changeset/base/322669 Log: In fetch_resolve(), if the port number or service name is included in the host argument (e.g. "www.freebsd.org:443"), the service pointer, which is supposed to point to

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

2017-08-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Aug 18 20:35:35 2017 New Revision: 322674 URL: https://svnweb.freebsd.org/changeset/base/322674 Log: Add Thunderbolt Apple interfaces to the bge(4) supported list. Document message reported by kernel upon removal in DIAGNOSTIC section. Document

svn commit: r322665 - head/lib/libutil

2017-08-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Aug 18 16:42:58 2017 New Revision: 322665 URL: https://svnweb.freebsd.org/changeset/base/322665 Log: Add caveat to kinfo_getvmmap(3) explaining high CPU utilisation. Based on kib's reply on

svn commit: r322664 - head/sys/cam

2017-08-18 Thread Ed Maste
Author: emaste Date: Fri Aug 18 16:38:33 2017 New Revision: 322664 URL: https://svnweb.freebsd.org/changeset/base/322664 Log: cam iosched: fix typos in comments PR: 220947 Submitted by: Fabian Keil Obtained from:ElectroBSD Modified: head/sys/cam/cam_iosched.c

svn commit: r322667 - head/sys/i386/i386

2017-08-18 Thread Konstantin Belousov
Author: kib Date: Fri Aug 18 17:11:15 2017 New Revision: 322667 URL: https://svnweb.freebsd.org/changeset/base/322667 Log: When checking that #UD comes from kernel mode, check that the exception did not happen in vm86 mode. A vm86 userland process could have a %cs that matches GSEL_KPL,

svn commit: r322671 - head/contrib/binutils/gas/config

2017-08-18 Thread Ed Maste
Author: emaste Date: Fri Aug 18 18:26:30 2017 New Revision: 322671 URL: https://svnweb.freebsd.org/changeset/base/322671 Log: gas: fix "format string is not a string literal" errors on mips Sponsored by: The FreeBSD Foundation Modified: head/contrib/binutils/gas/config/tc-mips.c

svn commit: r322672 - in head/sys: compat/linuxkpi/common/src sys

2017-08-18 Thread Conrad Meyer
Author: cem Date: Fri Aug 18 18:55:07 2017 New Revision: 322672 URL: https://svnweb.freebsd.org/changeset/base/322672 Log: Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQ Drop the EARLY_AP_STARTUP gtaskqueue code, as gtaskqueues are now initialized before APs are started.

svn commit: r322668 - head/share/misc

2017-08-18 Thread Maxim Konovalov
Author: maxim Date: Fri Aug 18 17:32:14 2017 New Revision: 322668 URL: https://svnweb.freebsd.org/changeset/base/322668 Log: FreeBSD 11.1 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r322677 - in head/usr.sbin/pw: . tests

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 00:19:23 2017 New Revision: 322677 URL: https://svnweb.freebsd.org/changeset/base/322677 Log: pw usermod: Properly deal with empty secondary group lists (-G '') "pw usermod someuser -G ''" is supposed make sure that someuser doesn't have any secondary

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

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 00:51:45 2017 New Revision: 322683 URL: https://svnweb.freebsd.org/changeset/base/322683 Log: ena.4: fix spelling of 'occurred' PR: 331298 Submitted by: Fabian Keil Obtained from:ElectroBSD MFC after:1 week Modified:

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

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 00:37:33 2017 New Revision: 322680 URL: https://svnweb.freebsd.org/changeset/base/322680 Log: sa.4: fix spelling of 'suppresses' PR: 221302 Submitted by: Fabian Keil Obtained from:ElectroBSD MFC after:1 week Modified:

Re: svn commit: r322678 - in head/usr.sbin/pw: . tests

2017-08-18 Thread Ngie Cooper (yaneurabeya)
> On Aug 18, 2017, at 17:32, Ed Maste wrote: > > Author: emaste > Date: Sat Aug 19 00:32:26 2017 > New Revision: 322678 > URL: https://svnweb.freebsd.org/changeset/base/322678 > > Log: > pw useradd: Validate the user name before creating the entry > > Previouly it was

svn commit: r322675 - head/contrib/binutils/gas/config

2017-08-18 Thread Ed Maste
Author: emaste Date: Fri Aug 18 21:20:38 2017 New Revision: 322675 URL: https://svnweb.freebsd.org/changeset/base/322675 Log: gas: add parens to clarify expression and eliminate clang warning Building mips64 w/ Clang failed with -Werror,-Wshift-negative-value error: shifting a negative

svn commit: r322678 - in head/usr.sbin/pw: . tests

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 00:32:26 2017 New Revision: 322678 URL: https://svnweb.freebsd.org/changeset/base/322678 Log: pw useradd: Validate the user name before creating the entry Previouly it was possible to create users with spaces in the name with: pw useradd -u 1234 -g 1234 -n

svn commit: r322682 - head/sys/modules

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 00:45:29 2017 New Revision: 322682 URL: https://svnweb.freebsd.org/changeset/base/322682 Log: sys/modules: don't build bxe if the user objects to sourceless ucode PR: 204747 Submitted by: Fabian Keil Obtained from:ElectroBSD MFC

svn commit: r322684 - head/sys/modules

2017-08-18 Thread Ed Maste
Author: emaste Date: Sat Aug 19 01:12:05 2017 New Revision: 322684 URL: https://svnweb.freebsd.org/changeset/base/322684 Log: sys/modules: don't build qlxgbe if the user objects to sourceless ucode PR: 204749 Submitted by: Fabian Keil Obtained from:ElectroBSD MFC

svn commit: r322649 - head/usr.bin/calendar/calendars

2017-08-18 Thread Ngie Cooper
Author: ngie Date: Fri Aug 18 07:34:34 2017 New Revision: 322649 URL: https://svnweb.freebsd.org/changeset/base/322649 Log: Clarify the fact that Andrey (ache) passed away in Moscow Take care friend <3. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

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

2017-08-18 Thread Andriy Gapon
On 17/08/2017 20:07, John Baldwin wrote: > On Thursday, August 17, 2017 10:42:51 AM Andriy Gapon wrote: >> On 17/08/2017 02:40, John Baldwin wrote: >>> Author: jhb >>> Date: Wed Aug 16 23:40:32 2017 >>> New Revision: 322601 >>> URL: https://svnweb.freebsd.org/changeset/base/322601 >>> >>> Log: >>>

svn commit: r322650 - head/sys/dev/safe

2017-08-18 Thread Ryan Libby
Author: rlibby Date: Fri Aug 18 08:05:33 2017 New Revision: 322650 URL: https://svnweb.freebsd.org/changeset/base/322650 Log: safe: quiet -Wtautological-compare Code was testing that an unsigned type was >= 0. Reviewed by: markj Approved by: markj (mentor) Sponsored by: Dell EMC

svn commit: r322648 - head/sys/netinet

2017-08-18 Thread Michael Tuexen
Author: tuexen Date: Fri Aug 18 07:27:15 2017 New Revision: 322648 URL: https://svnweb.freebsd.org/changeset/base/322648 Log: Ensure inp_vflag is consistently set for TCP endpoints. Make sure that the flags INP_IPV4 and INP_IPV6 are consistently set for inpcbs used for TCP sockets, no

svn commit: r322654 - head/contrib/zstd/examples

2017-08-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 18 11:33:10 2017 New Revision: 322654 URL: https://svnweb.freebsd.org/changeset/base/322654 Log: Remove example from zstd sources, their license does not allow redistribution Reported by: joerg@NetBSD Deleted: head/contrib/zstd/examples/ Modified: Directory

svn commit: r322651 - in head/sys: dev/syscons teken

2017-08-18 Thread Bruce Evans
Author: bde Date: Fri Aug 18 10:38:49 2017 New Revision: 322651 URL: https://svnweb.freebsd.org/changeset/base/322651 Log: Fix missing syscons escape sequence for setting the border color. Modified: head/sys/dev/syscons/scterm-teken.c head/sys/teken/sequences head/sys/teken/teken.h

svn commit: r322659 - head/sys/conf

2017-08-18 Thread Gleb Smirnoff
Author: glebius Date: Fri Aug 18 14:30:12 2017 New Revision: 322659 URL: https://svnweb.freebsd.org/changeset/base/322659 Log: Fix cut and paste typo that prevented T5 firmware to be compiled in. Reviewed by: np Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r322660 - head/sys/amd64/sgx

2017-08-18 Thread Ruslan Bukin
Author: br Date: Fri Aug 18 14:47:06 2017 New Revision: 322660 URL: https://svnweb.freebsd.org/changeset/base/322660 Log: Fix module unload when SGX support is not present in CPU. Sponsored by: DARPA, AFRL Modified: head/sys/amd64/sgx/sgx.c Modified: head/sys/amd64/sgx/sgx.c

svn commit: r322657 - head/contrib/mdocml

2017-08-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Aug 18 14:17:12 2017 New Revision: 322657 URL: https://svnweb.freebsd.org/changeset/base/322657 Log: typo PR: 211160 Submitted by: Dan Robertson Reviewed by: oshogbo MFC after:7 days Differential Revision:

svn commit: r322656 - head/sys/teken

2017-08-18 Thread Bruce Evans
Author: bde Date: Fri Aug 18 14:04:14 2017 New Revision: 322656 URL: https://svnweb.freebsd.org/changeset/base/322656 Log: Improve names for cons25 sequences. In a recent commit, I forgot to expand an X to an abbreviation of "BORDER". Fix this and some nearby bad names. The

svn commit: r322655 - head/sys/dev/syscons

2017-08-18 Thread Bruce Evans
Author: bde Date: Fri Aug 18 12:45:00 2017 New Revision: 322655 URL: https://svnweb.freebsd.org/changeset/base/322655 Log: Fix vt100 escape sequence for showing and hiding the cursor in syscons. It should toggle between 2 states, but it used a cut-down version of support for a related

svn commit: r322662 - in head/sys: dev/syscons dev/vt teken

2017-08-18 Thread Bruce Evans
Author: bde Date: Fri Aug 18 15:40:40 2017 New Revision: 322662 URL: https://svnweb.freebsd.org/changeset/base/322662 Log: Fix syscons escape sequence for setting the local cursor type. This sequence was aliased to a vt sequence, causing and fixing various bugs. For syscons, this

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

2017-08-18 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Fri Aug 18 16:14:41 2017 New Revision: 322663 URL: https://svnweb.freebsd.org/changeset/base/322663 Log: Correct multicast address used in pfsync(4) As stated in src/sys/netinet/in.h L395, address used is 224.0.0.240. PR: 216885 Submitted