Author: manu
Date: Thu Sep 29 06:54:02 2016
New Revision: 306437
URL: https://svnweb.freebsd.org/changeset/base/306437
Log:
RPI2: Add support for PLATFORM_SMP so we can later add it to GENERIC.
Reviewed by: andrew
Differential Revision:https://reviews.freebsd.org/D8063
Added:
Author: manu
Date: Thu Sep 29 06:49:59 2016
New Revision: 306436
URL: https://svnweb.freebsd.org/changeset/base/306436
Log:
RPI-B: Add support for MULTIDELAY
100 cycles per us seems accurate enough, at least it's better than the 200
value
that was used before.
Reviewed by: andrew,
Author: eadler
Date: Thu Sep 29 06:19:45 2016
New Revision: 306435
URL: https://svnweb.freebsd.org/changeset/base/306435
Log:
callsign isn't required anymore
Modified:
head/.arcconfig
Modified: head/.arcconfig
==
---
Author: kevlo
Date: Thu Sep 29 05:37:45 2016
New Revision: 306434
URL: https://svnweb.freebsd.org/changeset/base/306434
Log:
Remove the compatibility macro if_addrlist.
Since if_addrlist is used only for ipfilter(4), add a macro if_addrlist
in ip_compat.h.
Reviewed by: cy
Differen
Author: sephe
Date: Thu Sep 29 05:13:58 2016
New Revision: 306433
URL: https://svnweb.freebsd.org/changeset/base/306433
Log:
hyperv/hn: Don't set HASHVAL pktinfo for NDIS < 6.30
This unbreaks packet sending on WS2008R2.
MFC after:1 week
Sponsored by: Microsoft
Differential Revi
Author: sephe
Date: Thu Sep 29 05:01:20 2016
New Revision: 306432
URL: https://svnweb.freebsd.org/changeset/base/306432
Log:
hyperv/hn: Consolidate hn_init() and hn_stop()
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.org/D8056
Modif
Author: sephe
Date: Thu Sep 29 04:53:21 2016
New Revision: 306431
URL: https://svnweb.freebsd.org/changeset/base/306431
Log:
hyperv/hn: Move TX tasks' draining into hn_suspend().
This prepares to consolidate hn_stop() and netvsc_detach().
MFC after:1 week
Sponsored by: Microsoft
Author: gonzo
Date: Thu Sep 29 02:14:08 2016
New Revision: 306430
URL: https://svnweb.freebsd.org/changeset/base/306430
Log:
Add touchscreen support for the official 7" RPi touch display
Technically touchscreen chip is FT5406 but all hardware
communication is performed by VideCore and onl
Author: sephe
Date: Thu Sep 29 01:41:52 2016
New Revision: 306426
URL: https://svnweb.freebsd.org/changeset/base/306426
Log:
hyperv/storvsc: Fix the blkvsc disk attachment issues.
- The original 'disengage' ATA controller model does not work properly
for all possible disk configurations
Author: mav
Date: Thu Sep 29 00:00:37 2016
New Revision: 306425
URL: https://svnweb.freebsd.org/changeset/base/306425
Log:
MFV r306423: 7402 Create tunable to ignore hole_birth feature
Until we can resolve the numerous hole_birth bugs that have cropped up
recently, and come up with a way
Author: mav
Date: Wed Sep 28 23:54:47 2016
New Revision: 306424
URL: https://svnweb.freebsd.org/changeset/base/306424
Log:
MFV r306422: 7254 ztest failed assertion in ztest_dataset_dirobj_verify:
dirobjs + 1 == usedobjs
dsl_dataset_space is looking at the ds_bp's fill count while
dmu_obj
Author: emaste
Date: Wed Sep 28 21:22:51 2016
New Revision: 306417
URL: https://svnweb.freebsd.org/changeset/base/306417
Log:
portsnap: only move expected snapshot contents from snap/ to files/
Previously it was possible to smuggle in addional files that would
be used by later portsnap ru
Author: emaste
Date: Wed Sep 28 17:44:03 2016
New Revision: 306410
URL: https://svnweb.freebsd.org/changeset/base/306410
Log:
libm: simplify i387 subdir logic with make's :S substitution
Modified:
head/lib/msun/Makefile
Modified: head/lib/msun/Makefile
===
Author: emaste
Date: Wed Sep 28 14:48:34 2016
New Revision: 306409
URL: https://svnweb.freebsd.org/changeset/base/306409
Log:
libm: fix some unused variable (rcsid) and dangling else warnings
s_{fabs,fmax,logb,scalb}{,f,l}.c may be built elsewhere with a higher
WARNS setting.
Reviewe
Author: br
Date: Wed Sep 28 14:13:41 2016
New Revision: 306408
URL: https://svnweb.freebsd.org/changeset/base/306408
Log:
Use SIGSEGV signal for memory protection failures from userspace on MIPS.
(same as ARMv8, RISC-V and other architectures do).
This makes mmap tests happy.
Sponsored
Author: kevlo
Date: Wed Sep 28 13:29:11 2016
New Revision: 306407
URL: https://svnweb.freebsd.org/changeset/base/306407
Log:
Remove ifa_list, use ifa_link (structure field) instead.
While here, prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming
for the interface address list
Author: br
Date: Wed Sep 28 12:23:46 2016
New Revision: 306406
URL: https://svnweb.freebsd.org/changeset/base/306406
Log:
Fill all the siginfo so we have si_value set as well.
This fixes timer_create(2) tests.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/sys/mips/mips
On Wed, Sep 28, 2016 at 07:44:20PM +0900, Ngie Cooper wrote:
>
> > On Sep 28, 2016, at 17:45, Ruslan Bukin wrote:
> >
> > Author: br
> > Date: Wed Sep 28 08:45:42 2016
> > New Revision: 306397
> > URL: https://svnweb.freebsd.org/changeset/base/306397
> >
> > Log:
> > Use right piece of code fo
> On Sep 28, 2016, at 17:45, Ruslan Bukin wrote:
>
> Author: br
> Date: Wed Sep 28 08:45:42 2016
> New Revision: 306397
> URL: https://svnweb.freebsd.org/changeset/base/306397
>
> Log:
> Use right piece of code for FreeBSD.
>
> Sponsored by:DARPA, AFRL
> Sponsored by:HEIF5
>
> Modi
> On Sep 28, 2016, at 17:11, Ruslan Bukin wrote:
>
> Author: br
> Date: Wed Sep 28 08:11:00 2016
> New Revision: 306395
> URL: https://svnweb.freebsd.org/changeset/base/306395
>
> Log:
> Increase timeouts for geli tests. It takes 2-3x more time to proceed the
> tests on MIPS64EB in QEMU.
>
>
Author: br
Date: Wed Sep 28 08:45:42 2016
New Revision: 306397
URL: https://svnweb.freebsd.org/changeset/base/306397
Log:
Use right piece of code for FreeBSD.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/contrib/netbsd-tests/lib/libc/gen/t_nice.c
Modified: head/contrib
Author: sephe
Date: Wed Sep 28 08:35:05 2016
New Revision: 306396
URL: https://svnweb.freebsd.org/changeset/base/306396
Log:
cam/ata: Allow drivers to veto ATA disk attachment.
This eventhandler is mainly used by VMs, e.g. Hyper-V, whose disk
controllers share the disks with the simulated
Author: br
Date: Wed Sep 28 08:11:00 2016
New Revision: 306395
URL: https://svnweb.freebsd.org/changeset/base/306395
Log:
Increase timeouts for geli tests. It takes 2-3x more time to proceed the
tests on MIPS64EB in QEMU.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/t
> On Sep 27, 2016, at 06:25, Warner Losh wrote:
>
> Shouldn't we have MK_SSP == no on mips instead? That's how it's
> supposed to work. If it isn't, perhaps we should set it like that.
Thanks. This is what I was going to recommend.
-Ngie
___
svn-src-
24 matches
Mail list logo