svn commit: r331048 - head/sys/vm

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 07:05:09 2018 New Revision: 331048 URL: https://svnweb.freebsd.org/changeset/base/331048 Log: Fix GCC build: Remove redundant pagedaemon_wakeup declaration Introduced in r331018. Reported by: kevans Sponsored by: Dell EMC Isilon Modified: head/sys/vm/

svn commit: r331049 - in head/sys: conf crypto/chacha20 modules modules/chacha20

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 07:11:53 2018 New Revision: 331049 URL: https://svnweb.freebsd.org/changeset/base/331049 Log: Garbage collect unused chacha20 code Two copies of chacha20 were imported into the tree on Apr 15 2017 (r316982) and Apr 16 2017 (r317015). Only the latter is actual

Re: svn commit: r330972 - stable/11/share/misc

2018-03-16 Thread Bruce Evans
On Thu, 15 Mar 2018, Rodney W. Grimes wrote: On 15/03/2018 10:30, Eitan Adler wrote: ... Log: MFC r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,: I have never seen things like these MFC-ed before... Should we be really doing them? Yes, imho. And the reasons may s

svn commit: r331050 - stable/11/share/misc

2018-03-16 Thread Eitan Adler
Author: eadler Date: Fri Mar 16 08:39:37 2018 New Revision: 331050 URL: https://svnweb.freebsd.org/changeset/base/331050 Log: MFC r303041,r303320,r305905,r310087,r310346,r319368,r321879,r321923,r321979,r327554,r329124,r329210,: organizations.dot - misc changes Modified: stable/11/share/

svn commit: r331051 - stable/11/share/misc

2018-03-16 Thread Eitan Adler
Author: eadler Date: Fri Mar 16 08:44:44 2018 New Revision: 331051 URL: https://svnweb.freebsd.org/changeset/base/331051 Log: MFC r327344: locale: add cnr (Montenegrin) See https://www.loc.gov/standards/iso639-2/php/code_changes.php Modified: stable/11/share/misc/iso639 Directory Pr

svn commit: r331052 - stable/11/share/misc

2018-03-16 Thread Eitan Adler
Author: eadler Date: Fri Mar 16 08:45:28 2018 New Revision: 331052 URL: https://svnweb.freebsd.org/changeset/base/331052 Log: MFC r330940: Update to 2018-03-06 Modified: stable/11/share/misc/pci_vendors Directory Properties: stable/11/ (props changed) Modified: stable/11/share/misc/

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

2018-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 12:12:41 2018 New Revision: 331053 URL: https://svnweb.freebsd.org/changeset/base/331053 Log: ANSIfy i386/vm86.c Modified: head/sys/i386/i386/vm86.c Modified: head/sys/i386/i386/vm86.c ===

svn commit: r331054 - head/sys/modules/sgx

2018-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 13:33:42 2018 New Revision: 331054 URL: https://svnweb.freebsd.org/changeset/base/331054 Log: Move assym.s to DPSRC in sgx module assym.s is only to be included by other .s files, and should not actually be assembled by itself. Modified: head/sys/modules

svn commit: r331055 - stable/11/sys/fs/fdescfs

2018-03-16 Thread Hajimu UMEMOTO
Author: ume Date: Fri Mar 16 14:05:45 2018 New Revision: 331055 URL: https://svnweb.freebsd.org/changeset/base/331055 Log: MFC r330681: Fix Bad file descriptor error. Modified: stable/11/sys/fs/fdescfs/fdesc_vnops.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys

Re: svn commit: r330972 - stable/11/share/misc

2018-03-16 Thread Rodney W. Grimes
> On Thu, 15 Mar 2018, Rodney W. Grimes wrote: > > >> On 15/03/2018 10:30, Eitan Adler wrote: > >>> ... > >>> Log: > >>> MFC > >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,: > >> I have never seen things like these MFC-ed before... > >> Should we be really doing t

svn commit: r331056 - in head/sys: amd64/linux amd64/linux32 compat/linux conf i386/linux modules/linux modules/linux_common

2018-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 14:46:38 2018 New Revision: 331056 URL: https://svnweb.freebsd.org/changeset/base/331056 Log: Share a single bsd-linux errno table across MD consumers Three copies of the linuxulator linux_sysvec.c contained identical BSD to Linux errno translation tables,

svn commit: r331057 - head/sys/compat/linux

2018-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 14:51:47 2018 New Revision: 331057 URL: https://svnweb.freebsd.org/changeset/base/331057 Log: linux_errno.c: add newer errno values Also introduce a static assert to ensure the list is kept up to date. Sponsored by: Turing Robotic Industries Inc. Modifi

svn commit: r331058 - in stable/11: share/man/man4 sys/netgraph

2018-03-16 Thread Eugene Grosbein
Author: eugen Date: Fri Mar 16 15:04:13 2018 New Revision: 331058 URL: https://svnweb.freebsd.org/changeset/base/331058 Log: MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4). Submitted by: ale Approved by: avg (mentor), mav (mentor) Relnotes:

svn commit: r331059 - in stable/10: share/man/man4 sys/netgraph

2018-03-16 Thread Eugene Grosbein
Author: eugen Date: Fri Mar 16 15:10:13 2018 New Revision: 331059 URL: https://svnweb.freebsd.org/changeset/base/331059 Log: MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4). Submitted by: ale Approved by: mav (mentor) Relnotes: yes

svn commit: r331060 - head/lib/libsysdecode

2018-03-16 Thread Ed Maste
Author: emaste Date: Fri Mar 16 15:15:25 2018 New Revision: 331060 URL: https://svnweb.freebsd.org/changeset/base/331060 Log: Chase r331057 in libsysdecode erno table Modified: head/lib/libsysdecode/errno.c Modified: head/lib/libsysdecode/errno.c =

svn commit: r331061 - head/sys/netinet

2018-03-16 Thread Michael Tuexen
Author: tuexen Date: Fri Mar 16 15:26:07 2018 New Revision: 331061 URL: https://svnweb.freebsd.org/changeset/base/331061 Log: Set the inp_vflag consistently for accepted TCP/IPv6 connections when net.inet6.ip6.v6only=0. Without this patch, the inp_vflag would have INP_IPV4 and the INP_I

svn commit: r331063 - head/sys/arm/arm

2018-03-16 Thread Ian Lepore
Author: ian Date: Fri Mar 16 16:06:25 2018 New Revision: 331063 URL: https://svnweb.freebsd.org/changeset/base/331063 Log: Add the header file needed for the recently-added call to pagedaemon_wakeup(). Modified: head/sys/arm/arm/pmap-v4.c Modified: head/sys/arm/arm/pmap-v4.c

Re: svn commit: r331063 - head/sys/arm/arm

2018-03-16 Thread Conrad Meyer
I probably broke this with r331048 -- sorry. I build-tested amd64 only. Apologies, Conrad On Fri, Mar 16, 2018 at 9:06 AM, Ian Lepore wrote: > Author: ian > Date: Fri Mar 16 16:06:25 2018 > New Revision: 331063 > URL: https://svnweb.freebsd.org/changeset/base/331063 > > Log: > Add the header

Re: svn commit: r331063 - head/sys/arm/arm

2018-03-16 Thread Ian Lepore
On Fri, 2018-03-16 at 09:08 -0700, Conrad Meyer wrote: > I probably broke this with r331048 -- sorry.  I build-tested amd64 > only. > > Apologies, > Conrad > No big deal.  It was apparently the only arch missing the file; I was running a lintkernels build and this is the only one that failed.

svn commit: r331064 - head/sbin/ifconfig

2018-03-16 Thread Kirill Ponomarev
Author: krion (ports committer) Date: Fri Mar 16 16:56:56 2018 New Revision: 331064 URL: https://svnweb.freebsd.org/changeset/base/331064 Log: Extend SSID maximum string length to 32 chars to support longer SSID names. Approved by: adrian Differential Revision:https://reviews.f

Re: svn commit: r331063 - head/sys/arm/arm

2018-03-16 Thread Bruce Evans
On Fri, 16 Mar 2018, Ian Lepore wrote: Log: Add the header file needed for the recently-added call to pagedaemon_wakeup(). Modified: head/sys/arm/arm/pmap-v4.c Modified: head/sys/arm/arm/pmap-v4.c == --- head/sys/arm

svn commit: r331065 - in head/contrib/llvm/lib: Analysis IR

2018-03-16 Thread Dimitry Andric
Author: dim Date: Fri Mar 16 17:50:44 2018 New Revision: 331065 URL: https://svnweb.freebsd.org/changeset/base/331065 Log: Pull in r327638 from upstream llvm trunk (by Matthew Simpson): [ConstantFolding, InstSimplify] Handle more vector GEPs This patch addresses some additional cas

svn commit: r331066 - head/contrib/llvm/tools/clang/lib/CodeGen

2018-03-16 Thread Dimitry Andric
Author: dim Date: Fri Mar 16 18:04:13 2018 New Revision: 331066 URL: https://svnweb.freebsd.org/changeset/base/331066 Log: Pull in r321999 from upstream clang trunk (by Ivan A. Kosarev): [CodeGen] Fix TBAA info for accesses to members of base classes Resolves: Bug 35724 - regre

svn commit: r331067 - head/stand/efi/boot1

2018-03-16 Thread Warner Losh
Author: imp Date: Fri Mar 16 18:12:50 2018 New Revision: 331067 URL: https://svnweb.freebsd.org/changeset/base/331067 Log: Only print boot order / boot current if we can get the variables from the loader. Some UEFI implementations don't return all of them. Sponsored by: Netflix Modified:

svn commit: r331068 - head/sys/dev/efidev

2018-03-16 Thread Ian Lepore
Author: ian Date: Fri Mar 16 18:16:27 2018 New Revision: 331068 URL: https://svnweb.freebsd.org/changeset/base/331068 Log: Use EFI RTC capabilities info when registering, add bootverbose diagnostics. Make some small improvements to the efirtc driver by obtaining the clock capabilities (re

svn commit: r331069 - head/usr.sbin/efibootmgr

2018-03-16 Thread Warner Losh
Author: imp Date: Fri Mar 16 18:16:31 2018 New Revision: 331069 URL: https://svnweb.freebsd.org/changeset/base/331069 Log: Make not getting BootOrder a warning, not a fatal error when printing. Sponsored by: Netflix Modified: head/usr.sbin/efibootmgr/efibootmgr.c Modified: head/usr.sbin

svn commit: r331070 - head/sys/dev/random

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 18:50:26 2018 New Revision: 331070 URL: https://svnweb.freebsd.org/changeset/base/331070 Log: random(4): Poll for signals during large reads Occasionally poll for signals during large reads of the /dev/u?random devices. This allows cancellation via SIGINT of

svn commit: r331073 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 20:43:40 2018 New Revision: 331073 URL: https://svnweb.freebsd.org/changeset/base/331073 Log: libdtrace: Eliminate a minor UB by fully initializing parameter struct The dtt_flags value is dereferenced by dt_type_pointer() and must be initialized first. Re

svn commit: r331074 - head/contrib/telnet/telnetd

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 20:59:56 2018 New Revision: 331074 URL: https://svnweb.freebsd.org/changeset/base/331074 Log: telnetd(8): Fix dereference of uninitialized value 'IF' Reported by: Coverity Sponsored by: Dell EMC Isilon Modified: head/contrib/telnet/telnetd/telnetd.c Modif

svn commit: r331075 - head/share/misc

2018-03-16 Thread Devin Teske
Author: dteske Date: Fri Mar 16 21:03:54 2018 New Revision: 331075 URL: https://svnweb.freebsd.org/changeset/base/331075 Log: Add myself to committers-ports.dot Reviewed by: imp Approved by: imp (mentor) Differential Revision:https://reviews.freebsd.org/D14688 Modified: hea

svn commit: r331076 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 21:10:36 2018 New Revision: 331076 URL: https://svnweb.freebsd.org/changeset/base/331076 Log: libdtrace: Fix another uninitialized dtt_flags UB Like r331073, eliminate a UB by fully initializing the struct with a designated initializer. Note that the similar

svn commit: r331077 - head/sys/sys

2018-03-16 Thread Brooks Davis
Author: brooks Date: Fri Mar 16 22:23:04 2018 New Revision: 331077 URL: https://svnweb.freebsd.org/changeset/base/331077 Log: Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros. These macros take an existing ioctl(2) command and replace the length with the specified length or length of the speci

svn commit: r331078 - head/contrib/elftoolchain/nm

2018-03-16 Thread Conrad Meyer
Author: cem Date: Fri Mar 16 22:25:33 2018 New Revision: 331078 URL: https://svnweb.freebsd.org/changeset/base/331078 Log: elftoolchain nm(1): Initialize allocated memory before use In out of memory scenarios (where one of these allocations failed but other(s) did not), nm(1) could refere

Re: svn commit: r330972 - stable/11/share/misc

2018-03-16 Thread Oliver Pinter
On 3/16/18, Rodney W. Grimes wrote: >> On Thu, 15 Mar 2018, Rodney W. Grimes wrote: >> >> >> On 15/03/2018 10:30, Eitan Adler wrote: >> >>> ... >> >>> Log: >> >>> MFC >> >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,: >> >> I have never seen things like these MFC-ed

svn commit: r331079 - in stable/11/contrib/blacklist: bin libexec

2018-03-16 Thread Kurt Lidl
Author: lidl Date: Fri Mar 16 23:34:44 2018 New Revision: 331079 URL: https://svnweb.freebsd.org/changeset/base/331079 Log: MFC r328861: improve blacklist-helper shell script Modified: stable/11/contrib/blacklist/bin/blacklistd.8 stable/11/contrib/blacklist/bin/blacklistd.c stable/11/cont

svn commit: r331080 - in stable/11/contrib/blacklist: bin libexec

2018-03-16 Thread Kurt Lidl
Author: lidl Date: Fri Mar 16 23:39:49 2018 New Revision: 331080 URL: https://svnweb.freebsd.org/changeset/base/331080 Log: Revert attempted MFC. It included unwanted changes. Modified: stable/11/contrib/blacklist/bin/blacklistd.8 stable/11/contrib/blacklist/bin/blacklistd.c stable/11/co

Re: svn commit: r331064 - head/sbin/ifconfig

2018-03-16 Thread Kristof Provost
On 16 Mar 2018, at 17:56, Kirill Ponomarev wrote: Author: krion (ports committer) Date: Fri Mar 16 16:56:56 2018 New Revision: 331064 URL: https://svnweb.freebsd.org/changeset/base/331064 Log: Extend SSID maximum string length to 32 chars to support longer SSID names. Approved by: adrian

Re: svn commit: r330972 - stable/11/share/misc

2018-03-16 Thread Rodney W. Grimes
> On 3/16/18, Rodney W. Grimes wrote: > >> On Thu, 15 Mar 2018, Rodney W. Grimes wrote: > >> > >> >> On 15/03/2018 10:30, Eitan Adler wrote: > >> >>> ... > >> >>> Log: > >> >>> MFC > >> >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,: > >> >> I have never seen things

svn commit: r331081 - stable/11

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 01:27:54 2018 New Revision: 331081 URL: https://svnweb.freebsd.org/changeset/base/331081 Log: MFC r326959: arc lint: ignore /tests/ in chmod shell scripts in scripts don't need to be chmod +x to work. In fact most are not. Of the tests I found from a

svn commit: r331082 - in head/sys/x86: isa x86

2018-03-16 Thread Ed Maste
Author: emaste Date: Sat Mar 17 01:40:09 2018 New Revision: 331082 URL: https://svnweb.freebsd.org/changeset/base/331082 Log: ANSIfy sys/x86 Modified: head/sys/x86/isa/isa_dma.c head/sys/x86/x86/autoconf.c Modified: head/sys/x86/isa/isa_dma.c ===

svn commit: r331083 - in head: lib/libufs sbin/dump sbin/fsck_ffs sbin/fsdb sbin/newfs sbin/quotacheck sbin/restore sbin/tunefs stand/libsa sys/fs/ext2fs sys/fs/nandfs sys/ufs/ffs sys/ufs/ufs usr.s...

2018-03-16 Thread Ed Maste
Author: emaste Date: Sat Mar 17 01:48:27 2018 New Revision: 331083 URL: https://svnweb.freebsd.org/changeset/base/331083 Log: Prefix UFS symbols with UFS_ to reduce namespace pollution Followup to r313780. Also prefix ext2's and nandfs's versions with EXT2_ and NANDFS_. Reported by:

Re: svn commit: r331064 - head/sbin/ifconfig

2018-03-16 Thread Allan Jude
On 2018-03-16 19:54, Kristof Provost wrote: > On 16 Mar 2018, at 17:56, Kirill Ponomarev wrote: >> Author: krion (ports committer) >> Date: Fri Mar 16 16:56:56 2018 >> New Revision: 331064 >> URL: https://svnweb.freebsd.org/changeset/base/331064 >> >> Log: >>   Extend SSID maximum string length to

svn commit: r331084 - stable/11/bin/dd

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 03:00:24 2018 New Revision: 331084 URL: https://svnweb.freebsd.org/changeset/base/331084 Log: MFC r328427: dd(1): Use a local swapbytes() function. swab(3) has restrict qualifiers for src and dst. Avoid relying on undefined overlapping swab behavior.

Re: svn commit: r330952 - head/sys/kern

2018-03-16 Thread Kubilay Kocak
On 15/03/2018 9:56 am, Alan Somers wrote: > Well, you _would_ be able to, except the public instance has been down for > 3 weeks :( > https://scan.coverity.com/ Coverity Scan is back up as of this (17/03) morning (UTC+11). Anyone with an account should have received the email notification below

svn commit: r331086 - stable/11/sbin/devd

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 05:04:38 2018 New Revision: 331086 URL: https://svnweb.freebsd.org/changeset/base/331086 Log: MFC r328430,r328431: devd: minor nits - mark usage as noreturn Modified: stable/11/sbin/devd/devd.cc Directory Properties: stable/11/ (props changed) Mo

svn commit: r331085 - stable/11/share/examples/kld/cdev/module

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 05:00:07 2018 New Revision: 331085 URL: https://svnweb.freebsd.org/changeset/base/331085 Log: MFC r328428: example cdev: use make_dev_s Make use of make_dev_s in the example cdev. While here, fix warnings. Modified: stable/11/share/examples/kld/cdev/m

svn commit: r331089 - stable/11/share/man/man3

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 06:05:33 2018 New Revision: 331089 URL: https://svnweb.freebsd.org/changeset/base/331089 Log: MFC r328831: pthread: adding missing header to man page Modified: stable/11/share/man/man3/pthread_join.3 Directory Properties: stable/11/ (props changed) Mo

svn commit: r331087 - stable/11/lib/libc/sys

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 05:36:51 2018 New Revision: 331087 URL: https://svnweb.freebsd.org/changeset/base/331087 Log: MFC r328959: fsync.2: Cross-reference fsync(1) Modified: stable/11/lib/libc/sys/fsync.2 Directory Properties: stable/11/ (props changed) Modified: stable/11/

svn commit: r331088 - stable/11/usr.sbin/bsdinstall/scripts

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 05:43:26 2018 New Revision: 331088 URL: https://svnweb.freebsd.org/changeset/base/331088 Log: MFC r328839: Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist Reviewed by: AllanJude (for mfc) Modified: stable/11/usr.sbin/bsdinstall/scripts/

svn commit: r331090 - stable/11/usr.sbin/timed/timed

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 06:31:24 2018 New Revision: 331090 URL: https://svnweb.freebsd.org/changeset/base/331090 Log: MFC r327941: timed: slave is an infinite loop, mark it as such Modified: stable/11/usr.sbin/timed/timed/extern.h stable/11/usr.sbin/timed/timed/slave.c Director

svn commit: r331091 - stable/11/sys/dev/ata/chipsets

2018-03-16 Thread Eitan Adler
Author: eadler Date: Sat Mar 17 06:36:39 2018 New Revision: 331091 URL: https://svnweb.freebsd.org/changeset/base/331091 Log: MFC r326387: Fix typo Modified: stable/11/sys/dev/ata/chipsets/ata-micron.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/dev/ata/