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
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
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
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:
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
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/
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
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
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().
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
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
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
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
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
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
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
=
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
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
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
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
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
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
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
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
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
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:
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:
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
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
29 matches
Mail list logo