svn commit: r307959 - head/sys/arm/allwinner/clk

2016-10-26 Thread Emmanuel Vadot
Author: manu Date: Wed Oct 26 08:47:35 2016 New Revision: 307959 URL: https://svnweb.freebsd.org/changeset/base/307959 Log: The only consumer of pll1 is the CPU clock, we don't need to set it glitch free. Reported by: jmcneill MFC after:1 week Modified: head/sys/arm/allwinner/clk

svn commit: r307960 - head/sys/arm64/arm64

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 12:29:56 2016 New Revision: 307960 URL: https://svnweb.freebsd.org/changeset/base/307960 Log: Use nitems to get the correct number of registers to read when dumping them. Previously this would walk past the end of the array and print whatever happened to be af

svn commit: r307961 - head/sys/arm64/arm64

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 12:30:53 2016 New Revision: 307961 URL: https://svnweb.freebsd.org/changeset/base/307961 Log: Only release CPUs when they exist. MFC after:1 week Sponsored by: DARPA, AFRL Modified: head/sys/arm64/arm64/mp_machdep.c Modified: head/sys/arm64/arm64/mp

svn commit: r307962 - head/sys/dev/gpio

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 12:41:44 2016 New Revision: 307962 URL: https://svnweb.freebsd.org/changeset/base/307962 Log: Stop including a possibly GPLd header from the GPIO code. Add the only needed macro to ofw_gpiobus.c. Reported by: emaste Sponsored by: DARPA, AFRL Modified:

Re: svn commit: r307936 - head/sys/amd64/amd64

2016-10-26 Thread Konstantin Belousov
On Tue, Oct 25, 2016 at 09:26:00PM +0200, Tijl Coosemans wrote: > On Tue, 25 Oct 2016 17:13:46 + (UTC) Gleb Smirnoff > wrote: > > Author: glebius > > Date: Tue Oct 25 17:13:46 2016 > > New Revision: 307936 > > URL: https://svnweb.freebsd.org/changeset/base/307936 > > > > Log: > > The argum

svn commit: r307963 - head/sys/arm/allwinner/clk

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 14:09:30 2016 New Revision: 307963 URL: https://svnweb.freebsd.org/changeset/base/307963 Log: Define the Allwinner PLL FDT constants in the file that uses them rather than including a file from under sys/gnu. Sponsored by: DARPA, AFRL Modified: head/sys/

svn commit: r307964 - head/lib/libproc

2016-10-26 Thread Ruslan Bukin
Author: br Date: Wed Oct 26 14:26:45 2016 New Revision: 307964 URL: https://svnweb.freebsd.org/changeset/base/307964 Log: Use uint32_t instead of u_long as a storage for breakpoint instruction to copy. All the platforms breakpoints fits this fine. This fixes operation on big-endian MIPS64

svn commit: r307965 - in head/sys: arm/arm arm64/arm64 dev/fdt

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 15:18:08 2016 New Revision: 307965 URL: https://svnweb.freebsd.org/changeset/base/307965 Log: Pull the common FDT interrupt values into a new header rather than be magic numbers. Sponsored by: DARPA, AFRL Added: head/sys/dev/fdt/fdt_intr.h (contents, p

svn commit: r307966 - head/sys/netinet

2016-10-26 Thread Julien Charbon
Author: jch Date: Wed Oct 26 15:19:18 2016 New Revision: 307966 URL: https://svnweb.freebsd.org/changeset/base/307966 Log: Remove an extraneous call to soisconnected() in syncache_socket(), introduced with r261242. The useful and expected soisconnected() call is done in tcp_do_segment().

svn commit: r307967 - head/usr.sbin/config

2016-10-26 Thread Marcel Moolenaar
Author: marcel Date: Wed Oct 26 15:58:41 2016 New Revision: 307967 URL: https://svnweb.freebsd.org/changeset/base/307967 Log: Allow config to be compiled from another source directory, such as one for building tools. This boils down to replacing ${.CURDIR} with ${SRCDIR}, where the latter is

svn commit: r307968 - head/sys/arm/allwinner

2016-10-26 Thread Andrew Turner
Author: andrew Date: Wed Oct 26 16:03:26 2016 New Revision: 307968 URL: https://svnweb.freebsd.org/changeset/base/307968 Log: Use the new fdt_intr.h constants in the Allwinner NMI driver. Sponsored by: DARPA, AFRL Modified: head/sys/arm/allwinner/aw_nmi.c Modified: head/sys/arm/allwinne

svn commit: r307969 - head/contrib/elftoolchain/strings

2016-10-26 Thread Ed Maste
Author: emaste Date: Wed Oct 26 17:07:53 2016 New Revision: 307969 URL: https://svnweb.freebsd.org/changeset/base/307969 Log: strings: fix exit status if a file before the last one fails Previously a command like "strings f1 f2 f3" reported the exit status based only on processing the las

svn commit: r307971 - head/sys/mips/include

2016-10-26 Thread John Baldwin
Author: jhb Date: Wed Oct 26 17:37:08 2016 New Revision: 307971 URL: https://svnweb.freebsd.org/changeset/base/307971 Log: Correct definition of 'struct sigcontext' on MIPS. Add missing fields ('sr' and 'mc_tls') to 'struct sigcontext'. The kernel doesn't use 'struct sigcontext' but in

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

2016-10-26 Thread John Baldwin
Author: jhb Date: Wed Oct 26 18:47:47 2016 New Revision: 307975 URL: https://svnweb.freebsd.org/changeset/base/307975 Log: Enable EFER_NXE properly on APs. EFER_NXE is set in the EFER MSR by initializecpu() and must be set on all CPUs in the system. When PG_NX support was added to PAE on

svn commit: r307976 - in head: crypto/openssl/crypto crypto/openssl/crypto/aes/asm crypto/openssl/crypto/modes/asm secure/lib/libcrypto secure/lib/libcrypto/aarch64

2016-10-26 Thread Jung-uk Kim
Author: jkim Date: Wed Oct 26 20:02:22 2016 New Revision: 307976 URL: https://svnweb.freebsd.org/changeset/base/307976 Log: Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew. Added: head/secure/lib/libcrypto/aarch64/ head/secure/lib/libcrypto/aarch64/aesv8-armx.S

svn commit: r307977 - head/secure/lib/libcrypto

2016-10-26 Thread Jung-uk Kim
Author: jkim Date: Wed Oct 26 20:12:30 2016 New Revision: 307977 URL: https://svnweb.freebsd.org/changeset/base/307977 Log: Prefer ACFLAGS over CFLAGS for compiling aarch64 assembly files. Modified: head/secure/lib/libcrypto/Makefile Modified: head/secure/lib/libcrypto/Makefile =

svn commit: r307978 - head/sys/ufs/ufs

2016-10-26 Thread Kirk McKusick
Author: mckusick Date: Wed Oct 26 20:28:23 2016 New Revision: 307978 URL: https://svnweb.freebsd.org/changeset/base/307978 Log: The UFS/FFS filesystem checks directory link counts when doing directory create and delete operations. If it ever finds a directory with a link count less than 2, i

svn commit: r307979 - head/sys/net

2016-10-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Oct 26 23:40:07 2016 New Revision: 307979 URL: https://svnweb.freebsd.org/changeset/base/307979 Log: Remove excess CTLFLAG_VNET Sponsored by: Dell EMC Isilon Modified: head/sys/net/if_bridge.c Modified: head/sys/net/if_bridge.c

Re: svn commit: r307578 - head/sys/dev/bxe

2016-10-26 Thread Mark Johnston
On Tue, Oct 18, 2016 at 09:33:57PM +, David C Somayajulu wrote: > Author: davidcs > Date: Tue Oct 18 21:33:57 2016 > New Revision: 307578 > URL: https://svnweb.freebsd.org/changeset/base/307578 > > Log: > 1. Use taskqueue_create() instead of taskqueue_create_fast() for both > fastpath

svn commit: r307982 - head/sys/dev/re

2016-10-26 Thread Kevin Lo
Author: kevlo Date: Thu Oct 27 02:20:13 2016 New Revision: 307982 URL: https://svnweb.freebsd.org/changeset/base/307982 Log: Disable CLKREQ for ASPM since re(4) doesn't implement link level power saving. Reviewed by: yongari Modified: head/sys/dev/re/if_re.c Modified: head/sys/dev/re/i

svn commit: r307983 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 03:43:27 2016 New Revision: 307983 URL: https://svnweb.freebsd.org/changeset/base/307983 Log: hyperv/hn: Properly configure RSS according to RSS capabilities MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd

svn commit: r307984 - in head/sys/arm: allwinner conf

2016-10-26 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Thu Oct 27 04:26:33 2016 New Revision: 307984 URL: https://svnweb.freebsd.org/changeset/base/307984 Log: Add support for Allwinner Consumer IR interface. RX is supported now and the driver is using evdev framework. It was tested on Cubieboard2 (A20 SoC) using lirc wit

svn commit: r307985 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 04:28:01 2016 New Revision: 307985 URL: https://svnweb.freebsd.org/changeset/base/307985 Log: hyperv/hn: Nuke unnecessary M_NETVSC MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8340 Modified: hea

svn commit: r307986 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 04:42:39 2016 New Revision: 307986 URL: https://svnweb.freebsd.org/changeset/base/307986 Log: hyperv/hn: Move %b format string for capabilities near their definition. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://review

svn commit: r307987 - in head/sys: dev/hyperv/netvsc net

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 04:55:19 2016 New Revision: 307987 URL: https://svnweb.freebsd.org/changeset/base/307987 Log: hyperv/hn: Define empty packet filter. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D8342 Modified: h

svn commit: r307988 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 05:04:54 2016 New Revision: 307988 URL: https://svnweb.freebsd.org/changeset/base/307988 Log: hyperv/hn: Shuffle chimney sending buffer alloc/free around. This paves way for more chimney sending buffer reorganization. MFC after:1 week Sponsored by:

svn commit: r307989 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 05:13:00 2016 New Revision: 307989 URL: https://svnweb.freebsd.org/changeset/base/307989 Log: hyperv/hn: Move hn_softc to if_hnvar.h While I'm here, use consistent macro names. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r307990 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 05:26:04 2016 New Revision: 307990 URL: https://svnweb.freebsd.org/changeset/base/307990 Log: hyperv/hn: Move send context to NVS domain. Since all sends are encapsulated in NVS messages. MFC after:1 week Sponsored by: Microsoft Differential Revis

svn commit: r307991 - head/sys/dev/hyperv/netvsc

2016-10-26 Thread Sepherosa Ziehau
Author: sephe Date: Thu Oct 27 05:33:48 2016 New Revision: 307991 URL: https://svnweb.freebsd.org/changeset/base/307991 Log: hyperv/hn: NVS inclusion cleanup and forward declare functions. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd