Author: imp
Date: Mon Sep 1 03:49:21 2014
New Revision: 270912
URL: http://svnweb.freebsd.org/changeset/base/270912
Log:
Resync comments about scbus and pass for life after AHCI joined CAM.
Sponsored by: Netflix
Modified:
head/sys/arm/conf/BEAGLEBONE
head/sys/arm/conf/CNS11XXNAS
hea
Author: kargl
Date: Sun Aug 31 21:38:03 2014
New Revision: 270893
URL: http://svnweb.freebsd.org/changeset/base/270893
Log:
Compute sin(pi*x) without actually doing the pi*x multiplication.
sin_pi(x) is only called for x < 0 and |x| < 2**(p-1) where p is
the precision of x. The new argument
Author: marius
Date: Sun Aug 31 17:56:54 2014
New Revision: 270885
URL: http://svnweb.freebsd.org/changeset/base/270885
Log:
- Nuke unused sdhci_softc.
- Static'ize sdhci_debug local to sdhci.c.
- Const'ify PCI device description strings.
- Nuke redundant resource ID members from sdhci_pci
Author: br
Date: Sun Aug 31 17:40:19 2014
New Revision: 270884
URL: http://svnweb.freebsd.org/changeset/base/270884
Log:
GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.
Modified:
head/sys/arm/include/intr.h
Modified: head/sys/arm/include/intr.h
===
Author: alc
Date: Sun Aug 31 17:38:41 2014
New Revision: 270883
URL: http://svnweb.freebsd.org/changeset/base/270883
Log:
Automatically prefault a limited number of mappings to resident pages in
shmat(2), just like mmap(2).
MFC after:5 days
Sponsored by: EMC / Isilon Storage Divisio
Author: ian
Date: Sun Aug 31 17:21:51 2014
New Revision: 270882
URL: http://svnweb.freebsd.org/changeset/base/270882
Log:
In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).
The EABI unwind info requires a .fnend for every .fnstart, and newer
binutils will complain about s
On Sun, Aug 31, 2014 at 12:20:07PM +0400, Alexander V. Chernikov wrote:
A> On 31.08.2014 10:46, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Sun Aug 31 06:46:21 2014
A> > New Revision: 270870
A> > URL: http://svnweb.freebsd.org/changeset/base/270870
A> >
A> > Log:
A> >o Remove struct if
On Sun, 2014-08-31 at 12:07 +0100, Andrew Turner wrote:
> On Sat, 30 Aug 2014 20:00:18 + (UTC)
> Michael Tuexen wrote:
>
> > Author: tuexen
> > Date: Sat Aug 30 20:00:18 2014
> > New Revision: 270858
> > URL: http://svnweb.freebsd.org/changeset/base/270858
> >
> > Log:
> > Remove FDT optio
Author: ian
Date: Sun Aug 31 15:25:40 2014
New Revision: 270879
URL: http://svnweb.freebsd.org/changeset/base/270879
Log:
Put option FDT into the base IMX6 config and remove it from the config
of boards based on IMX6.
Modified:
head/sys/arm/conf/IMX6
head/sys/arm/conf/WANDBOARD-DUAL
hea
On Sun, 2014-08-31 at 08:58 +, Bjoern A. Zeeb wrote:
> On 30 Aug 2014, at 22:21 , Ian Lepore wrote:
>
> > Author: ian
> > Date: Sat Aug 30 22:21:57 2014
> > New Revision: 270862
> > URL: http://svnweb.freebsd.org/changeset/base/270862
> >
> > Log:
> > Fix the handling of MMU type in the AP
Author: ian
Date: Sun Aug 31 15:23:49 2014
New Revision: 270878
URL: http://svnweb.freebsd.org/changeset/base/270878
Log:
The Marvell PJ4B cpu family is armv7, not armv6.
Modified:
head/sys/arm/include/cpuconf.h
Modified: head/sys/arm/include/cpuconf.h
===
On 31 Aug 2014, at 13:58 , Bjoern A. Zeeb wrote:
>
> On 31 Aug 2014, at 13:30 , Gleb Smirnoff wrote:
>
>> Author: glebius
>> Date: Sun Aug 31 13:30:54 2014
>> New Revision: 270877
>> URL: http://svnweb.freebsd.org/changeset/base/270877
>>
>> Log:
>> Toss fields so that no padding field is re
On 31 Aug 2014, at 13:30 , Gleb Smirnoff wrote:
> Author: glebius
> Date: Sun Aug 31 13:30:54 2014
> New Revision: 270877
> URL: http://svnweb.freebsd.org/changeset/base/270877
>
> Log:
> Toss fields so that no padding field is required to achieve alignment.
>
> Modified:
> head/sys/net/if_v
Author: glebius
Date: Sun Aug 31 13:30:54 2014
New Revision: 270877
URL: http://svnweb.freebsd.org/changeset/base/270877
Log:
Toss fields so that no padding field is required to achieve alignment.
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
===
Author: glebius
Date: Sun Aug 31 12:48:13 2014
New Revision: 270876
URL: http://svnweb.freebsd.org/changeset/base/270876
Log:
It is actually possible to have if_t a typedef to non-void type,
and keep both converted to drvapi and non-converted drivers
compilable.
o Make if_t typedef to s
Author: glebius
Date: Sun Aug 31 11:33:19 2014
New Revision: 270874
URL: http://svnweb.freebsd.org/changeset/base/270874
Log:
Provide pointer from struct ifnet to struct netmap_adapter,
instead of abusing spare field.
Modified:
head/sys/dev/netmap/netmap_kern.h
head/sys/net/if_var.h
Modi
On Sat, 30 Aug 2014 20:00:18 + (UTC)
Michael Tuexen wrote:
> Author: tuexen
> Date: Sat Aug 30 20:00:18 2014
> New Revision: 270858
> URL: http://svnweb.freebsd.org/changeset/base/270858
>
> Log:
> Remove FDT option, since it is in every file, which includes this
> one.
>
It should be the
Author: gavin
Date: Sun Aug 31 10:28:31 2014
New Revision: 270872
URL: http://svnweb.freebsd.org/changeset/base/270872
Log:
Fix character case in examples for "camcontrol security" - should be
"-U user" not "-u user".
PR: 193179
Submitted by: milios ccsys com
MFC after:3
On Sunday 31 August 2014 08:57:17 Bjoern A. Zeeb wrote:
> On 30 Aug 2014, at 21:44 , Steven Hartland wrote:
> > Author: smh
> > Date: Sat Aug 30 21:44:32 2014
> > New Revision: 270861
> > URL: http://svnweb.freebsd.org/changeset/base/270861
> >
> > Log:
> > Ensure that ZFS ARC free memory checks
Author: peter
Date: Sun Aug 31 09:05:02 2014
New Revision: 270871
URL: http://svnweb.freebsd.org/changeset/base/270871
Log:
Move the restored #ifdef i386 test back inside the #ifdef _KERNEL block
where it originally was.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
M
On 30 Aug 2014, at 22:21 , Ian Lepore wrote:
> Author: ian
> Date: Sat Aug 30 22:21:57 2014
> New Revision: 270862
> URL: http://svnweb.freebsd.org/changeset/base/270862
>
> Log:
> Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7
> symbols are always #defined to 0 or 1, s
On 30 Aug 2014, at 21:44 , Steven Hartland wrote:
> Author: smh
> Date: Sat Aug 30 21:44:32 2014
> New Revision: 270861
> URL: http://svnweb.freebsd.org/changeset/base/270861
>
> Log:
> Ensure that ZFS ARC free memory checks include cached pages
>
> Also restore kmem_used() check for i386 as
On 31.08.2014 10:46, Gleb Smirnoff wrote:
Author: glebius
Date: Sun Aug 31 06:46:21 2014
New Revision: 270870
URL: http://svnweb.freebsd.org/changeset/base/270870
Log:
o Remove struct if_data from struct ifnet. Now it is merely API structure
for route(4) socket and ifmib(4) sysctl.
o
23 matches
Mail list logo