svn commit: r261795 - head/sys/dev/usb/controller

2014-02-12 Thread Hans Petter Selasky
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

svn commit: r261796 - head/lib/libkvm

2014-02-12 Thread Gleb Smirnoff
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

svn commit: r261797 - in head: sbin/ipfw usr.bin/kdump usr.sbin/bsnmpd/modules

2014-02-12 Thread Gleb Smirnoff
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

Re: svn commit: r261796 - head/lib/libkvm

2014-02-12 Thread Bruce Evans
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

svn commit: r261799 - head/lib/libkvm

2014-02-12 Thread Ed Maste
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

svn commit: r261800 - head/share/man/man9

2014-02-12 Thread Warren Block
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

Re: svn commit: r261796 - head/lib/libkvm

2014-02-12 Thread Gleb Smirnoff
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

svn commit: r261801 - head/contrib/libc++/include

2014-02-12 Thread Dimitry Andric
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

svn commit: r261802 - head

2014-02-12 Thread Dimitry Andric
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.

Re: svn commit: r261801 - head/contrib/libc++/include

2014-02-12 Thread Jung-uk Kim
-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

Re: svn commit: r261801 - head/contrib/libc++/include

2014-02-12 Thread David Chisnall
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

svn commit: r261803 - head/sys/arm/arm

2014-02-12 Thread Ian Lepore
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

Re: svn commit: r261801 - head/contrib/libc++/include

2014-02-12 Thread Jung-uk Kim
-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

svn commit: r261804 - head/sys/sys

2014-02-12 Thread Navdeep Parhar
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 ===

svn commit: r261805 - head/lib/libkvm

2014-02-12 Thread Gleb Smirnoff
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

svn commit: r261808 - in head/sys/arm: arm include

2014-02-12 Thread Ian Lepore
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

svn commit: r261810 - head/sys/arm/arm

2014-02-12 Thread Ian Lepore
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

svn commit: r261811 - head/sys/vm

2014-02-12 Thread Gleb Smirnoff
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 =

svn commit: r261814 - head/sys/dev/sdhci

2014-02-12 Thread Ian Lepore
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/

Re: svn commit: r261801 - head/contrib/libc++/include

2014-02-12 Thread Alexander Kabaev
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

svn commit: r261815 - head/sys/arm/freescale/imx

2014-02-12 Thread Ian Lepore
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

svn commit: r261816 - head/sys/boot/fdt/dts

2014-02-12 Thread Ian Lepore
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

svn commit: r261817 - head/sys/arm/freescale/imx

2014-02-12 Thread Ian Lepore
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

svn commit: r261818 - head/sys/boot/fdt/dts

2014-02-12 Thread Ian Lepore
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

svn commit: r261819 - head/sys/boot/fdt

2014-02-12 Thread Ian Lepore
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

svn commit: r261823 - head/sys/net

2014-02-12 Thread Gleb Smirnoff
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

svn commit: r261824 - head/lib/libutil

2014-02-12 Thread Eitan Adler
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

svn commit: r261825 - head/sys/net

2014-02-12 Thread Gleb Smirnoff
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

svn commit: r261826 - head/sys/arm/freescale/vybrid

2014-02-12 Thread Ruslan Bukin
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: