Author: hselasky
Date: Wed Feb 12 08:04:38 2014
New Revision: 261795
URL: http://svnweb.freebsd.org/changeset/base/261795
Log:
Issue doorbell twice before finally freeing the DMA descriptors. This
should fix DMA descriptor caching issues seen with the EHCI controller
found in Google Chromebo
Author: glebius
Date: Wed Feb 12 09:41:17 2014
New Revision: 261796
URL: http://svnweb.freebsd.org/changeset/base/261796
Log:
While it isn't too late and kvm_read_zpcpu() function isn't yet used
outside libkvm(3), change its order of arguments, so that it is the
same as in kvm_read().
S
Author: glebius
Date: Wed Feb 12 09:59:48 2014
New Revision: 261797
URL: http://svnweb.freebsd.org/changeset/base/261797
Log:
Fix world build WITHOUT_PF.
Sponsored by: Nginx, Inc.
Modified:
head/sbin/ipfw/Makefile
head/sbin/ipfw/ipfw2.h
head/usr.bin/kdump/Makefile
head/usr.bin/kdum
On Wed, 12 Feb 2014, Gleb Smirnoff wrote:
Log:
While it isn't too late and kvm_read_zpcpu() function isn't yet used
outside libkvm(3), change its order of arguments, so that it is the
same as in kvm_read().
This also fixes some but not all namespace pollution.
Modified: head/lib/libkvm/kv
Author: emaste
Date: Wed Feb 12 15:57:38 2014
New Revision: 261799
URL: http://svnweb.freebsd.org/changeset/base/261799
Log:
Add bounds check for pteindex / pdeindex
Modified:
head/lib/libkvm/kvm_minidump_amd64.c
Modified: head/lib/libkvm/kvm_minidump_amd64.c
Author: wblock (doc committer)
Date: Wed Feb 12 16:39:56 2014
New Revision: 261800
URL: http://svnweb.freebsd.org/changeset/base/261800
Log:
Remove obsolete vnode(9) man page references.
PR: docs/186537
Submitted by: Miklos Magyari
MFC after:3 days
Modified:
head/share
Bruce,
On Thu, Feb 13, 2014 at 01:52:07AM +1100, Bruce Evans wrote:
B> > --- head/lib/libkvm/kvm_getpcpu.3 Wed Feb 12 08:04:38 2014
(r261795)
B> > +++ head/lib/libkvm/kvm_getpcpu.3 Wed Feb 12 09:41:17 2014
(r261796)
B> > @@ -50,7 +50,7 @@
B> > .Ft void *
B> > .Fn kvm_getpcpu "k
Author: dim
Date: Wed Feb 12 18:14:49 2014
New Revision: 261801
URL: http://svnweb.freebsd.org/changeset/base/261801
Log:
An ABI incompatibility crept into the libc++ 3.4 import in r261283. It
was caused by upstream libc++ commit r194536, which aimed to make the
headers more standards-compl
ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20140212:
+ An ABI incompatibility crept into the libc++ 3.4 import in r261283.
+ This could cause certain C++ applications using shared libraries built
+ against the previous version of libc++ to crash.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2014-02-12 13:14:50 -0500, Dimitry Andric wrote:
> Author: dim Date: Wed Feb 12 18:14:49 2014 New Revision: 261801
> URL: http://svnweb.freebsd.org/changeset/base/261801
>
> Log: An ABI incompatibility crept into the libc++ 3.4 import in
> r261283
On 12 Feb 2014, at 18:42, Jung-uk Kim wrote:
> It seems Apple removed it later.
>
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131125/094181.html
>
> Do you know what they did?
They decided to break ABI compatibility with the version of XCode that ships
with the bug. This i
Author: ian
Date: Wed Feb 12 18:55:26 2014
New Revision: 261803
URL: http://svnweb.freebsd.org/changeset/base/261803
Log:
On armv6 and later, use the WriteNotRead bit of the fault status register
to decide what protections are required by the faulting access. The old
code disassembled the f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2014-02-12 13:47:57 -0500, David Chisnall wrote:
> On 12 Feb 2014, at 18:42, Jung-uk Kim wrote:
>
>> It seems Apple removed it later.
>>
>> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20131125/094181.html
>>
>>
>>
Do you know what
Author: np
Date: Wed Feb 12 19:07:59 2014
New Revision: 261804
URL: http://svnweb.freebsd.org/changeset/base/261804
Log:
Provide additional information in some panic strings.
MFC after:1 week
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
===
Author: glebius
Date: Wed Feb 12 19:22:48 2014
New Revision: 261805
URL: http://svnweb.freebsd.org/changeset/base/261805
Log:
Add kvm_getncpus() to obtain mp_ncpus.
Sponsored by: Nginx, Inc.
Modified:
head/lib/libkvm/kvm.h
head/lib/libkvm/kvm_getpcpu.3
head/lib/libkvm/kvm_pcpu.c
Mod
Author: ian
Date: Wed Feb 12 19:59:30 2014
New Revision: 261808
URL: http://svnweb.freebsd.org/changeset/base/261808
Log:
Use the right symbols for determining arm architecture. Include the
necessary header file which has the new FAULT_WNR symbol defined in it.
Modified:
head/sys/arm/arm/t
Author: ian
Date: Wed Feb 12 20:09:27 2014
New Revision: 261810
URL: http://svnweb.freebsd.org/changeset/base/261810
Log:
Use the same logic as the x86 platforms to avoid trying perform fault fixup
while in a critical section or while holding a non-sleepable lock.
Reviewed by: cognet
Mo
Author: glebius
Date: Wed Feb 12 20:11:20 2014
New Revision: 261811
URL: http://svnweb.freebsd.org/changeset/base/261811
Log:
Fix function name in KASSERT().
Submitted by: hiren
Modified:
head/sys/vm/vm_object.c
Modified: head/sys/vm/vm_object.c
=
Author: ian
Date: Wed Feb 12 22:25:08 2014
New Revision: 261814
URL: http://svnweb.freebsd.org/changeset/base/261814
Log:
Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, and
add SDHCI_RETUNE_REQUEST. None of these are actually used in the code yet.
Modified:
head/sys/
On Wed, 12 Feb 2014 14:03:12 -0500
Jung-uk Kim wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2014-02-12 13:47:57 -0500, David Chisnall wrote:
> > On 12 Feb 2014, at 18:42, Jung-uk Kim wrote:
> >
> >> It seems Apple removed it later.
> >>
> >> http://lists.cs.uiuc.edu/piperma
Author: ian
Date: Thu Feb 13 02:38:16 2014
New Revision: 261815
URL: http://svnweb.freebsd.org/changeset/base/261815
Log:
Write translation code for the SDHCI_PRESENT_STATE register. Freescale
moved some bits around in their version of the register, adjust things
so that the sdhci code sees
Author: ian
Date: Thu Feb 13 03:41:00 2014
New Revision: 261816
URL: http://svnweb.freebsd.org/changeset/base/261816
Log:
Add standard non-removable and cd-gpios properties to the usdhc devices.
That generates references to gpio devices, so uncomment them even though
there isn't a gpio drive
Author: ian
Date: Thu Feb 13 03:45:33 2014
New Revision: 261817
URL: http://svnweb.freebsd.org/changeset/base/261817
Log:
Add handling of standard "non-removable" property, and also some workaround
code so that if card detect is wired to a gpio pin, for now we just treat
it the same as non-r
Author: ian
Date: Thu Feb 13 04:10:27 2014
New Revision: 261818
URL: http://svnweb.freebsd.org/changeset/base/261818
Log:
Enable both sdcard slots, but not the sdio-based wifi that we don't yet
have a driver for.
Modified:
head/sys/boot/fdt/dts/wandboard-dual.dts
head/sys/boot/fdt/dts/wan
Author: ian
Date: Thu Feb 13 04:13:50 2014
New Revision: 261819
URL: http://svnweb.freebsd.org/changeset/base/261819
Log:
Validate the header of a new dtb before using it. Remove the comment
that says that should be done.
Modified:
head/sys/boot/fdt/fdt_loader_cmd.c
Modified: head/sys/boo
Author: glebius
Date: Thu Feb 13 04:59:18 2014
New Revision: 261823
URL: http://svnweb.freebsd.org/changeset/base/261823
Log:
o Axe non-pcpu flowtable implementation. It wasn't enabled or used,
and probably is a leftover from first prototyping by Kip. The
non-pcpu implementation used mut
Author: eadler
Date: Thu Feb 13 05:13:22 2014
New Revision: 261824
URL: http://svnweb.freebsd.org/changeset/base/261824
Log:
libutil/pw_util.3: Fix two prototypes.
Reported by: marino
Obtained from:DragonFlyBSD (e82b5d3dfa969bfcda5ffadceccc682b6bdcd077)
MFC After:3 days
Mo
Author: glebius
Date: Thu Feb 13 05:19:09 2014
New Revision: 261825
URL: http://svnweb.freebsd.org/changeset/base/261825
Log:
Remove unused FL_NOAUTO.
Modified:
head/sys/net/flowtable.c
head/sys/net/flowtable.h
Modified: head/sys/net/flowtable.c
Author: br
Date: Thu Feb 13 06:38:01 2014
New Revision: 261826
URL: http://svnweb.freebsd.org/changeset/base/261826
Log:
Add function for configuring PLL4 (Audio) clock frequency output.
Modified:
head/sys/arm/freescale/vybrid/vf_anadig.c
head/sys/arm/freescale/vybrid/vf_common.h
Modified:
29 matches
Mail list logo