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

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

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

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