svn commit: r240126 - in head/sys: amd64/amd64 i386/i386 i386/xen mips/mips

2012-09-05 Thread Alan Cox
Author: alc Date: Wed Sep 5 06:02:54 2012 New Revision: 240126 URL: http://svn.freebsd.org/changeset/base/240126 Log: Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the comment describing them. Both the function names and the comment had grown stale. Quite some

Re: svn commit: r239587 - head/sys/kern

2012-09-05 Thread Andriy Gapon
on 22/08/2012 23:02 John Baldwin said the following: Author: jhb Date: Wed Aug 22 20:02:42 2012 New Revision: 239587 URL: http://svn.freebsd.org/changeset/base/239587 Log: Assert that system calls do not leak a pinned thread (via sched_pin()) to userland. Modified:

svn commit: r240128 - head/sys/dev/bxe

2012-09-05 Thread Mike Silbersack
Author: silby Date: Wed Sep 5 06:51:28 2012 New Revision: 240128 URL: http://svn.freebsd.org/changeset/base/240128 Log: Only stop the BXE controller if it was first started. Stopping an uninitialized controller can cause IPMI bus errors on some systems. Reviewed by: yongari

svn commit: r240132 - head/lib/libc/sys

2012-09-05 Thread John Baldwin
Author: jhb Date: Wed Sep 5 11:55:53 2012 New Revision: 240132 URL: http://svn.freebsd.org/changeset/base/240132 Log: When WIFCONTINUED was added, the number of first macros grew from three to four. MFC after:1 week Modified: head/lib/libc/sys/wait.2 Modified:

svn commit: r240133 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2012-09-05 Thread Martin Matuska
Author: mm Date: Wed Sep 5 12:02:09 2012 New Revision: 240133 URL: http://svn.freebsd.org/changeset/base/240133 Log: Merge recent vendor changes and sync code: 1862 incremental zfs receive fails for sparse file 8PB 3112 ztest does not honor ZFS_DEBUG 3122 zfs destroy filesystem should

svn commit: r240134 - head/sys/vm

2012-09-05 Thread Dag-Erling Sm�rgrav
Author: des Date: Wed Sep 5 12:24:50 2012 New Revision: 240134 URL: http://svn.freebsd.org/changeset/base/240134 Log: Whitespace cleanup. Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c == ---

svn commit: r240135 - in head/sys: amd64/conf conf dev/random i386/conf modules/random

2012-09-05 Thread Konstantin Belousov
Author: kib Date: Wed Sep 5 13:18:51 2012 New Revision: 240135 URL: http://svn.freebsd.org/changeset/base/240135 Log: Add support for new Intel on-CPU Bull Mountain random number generator, found on IvyBridge and supposedly later CPUs, accessible with RDRAND instruction. From the

Re: svn commit: r240132 - head/lib/libc/sys

2012-09-05 Thread John Baldwin
On Wednesday, September 05, 2012 7:55:53 am John Baldwin wrote: Author: jhb Date: Wed Sep 5 11:55:53 2012 New Revision: 240132 URL: http://svn.freebsd.org/changeset/base/240132 Log: When WIFCONTINUED was added, the number of first macros grew from three to four. FYI, by my reading

Re: svn commit: r239587 - head/sys/kern

2012-09-05 Thread John Baldwin
On Wednesday, September 05, 2012 2:49:54 am Andriy Gapon wrote: on 22/08/2012 23:02 John Baldwin said the following: Author: jhb Date: Wed Aug 22 20:02:42 2012 New Revision: 239587 URL: http://svn.freebsd.org/changeset/base/239587 Log: Assert that system calls do not leak a

svn commit: r240137 - head/sys/dev/twe

2012-09-05 Thread John Baldwin
Author: jhb Date: Wed Sep 5 14:31:58 2012 New Revision: 240137 URL: http://svn.freebsd.org/changeset/base/240137 Log: - Explicitly call twe_done() to poll the hardware when looping in twe_start() to simulate the behavior on 4.x where the driver dropped spl to allow interrupts to run to

svn commit: r240139 - head/sys/mips/conf

2012-09-05 Thread Brooks Davis
Author: brooks Date: Wed Sep 5 15:55:51 2012 New Revision: 240139 URL: http://svn.freebsd.org/changeset/base/240139 Log: Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't exist they don't cause make tinderbox to fail. Reported by: jhb Modified:

svn commit: r240145 - head/sys/vm

2012-09-05 Thread Andrey Zonov
Author: zont Date: Wed Sep 5 18:19:54 2012 New Revision: 240145 URL: http://svn.freebsd.org/changeset/base/240145 Log: - Simplify VM code by using vmspace_wired_count() for counting wired memory of a process. Reviewed by: avg Approved by: kib (mentor) MFC after:2 weeks

svn commit: r240146 - head/usr.sbin/pciconf

2012-09-05 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 5 18:27:45 2012 New Revision: 240146 URL: http://svn.freebsd.org/changeset/base/240146 Log: - If the PCIe SLOT flag is set, include this in the capability output - Fix printing of PCIe interrupt number, the shift was incorrect. MFC after:1 week Modified:

svn commit: r240148 - head/sys/netinet

2012-09-05 Thread Michael Tuexen
Author: tuexen Date: Wed Sep 5 18:52:01 2012 New Revision: 240148 URL: http://svn.freebsd.org/changeset/base/240148 Log: Using %p in a format string requires a void *. MFC after: 10 days Modified: head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_auth.c

svn commit: r240150 - head/sys/dev/pci

2012-09-05 Thread Gavin Atkinson
Author: gavin Date: Wed Sep 5 19:01:39 2012 New Revision: 240150 URL: http://svn.freebsd.org/changeset/base/240150 Log: Add #defines for the bits in the PCI Express SLOT registers. Names have been chosen based on the bit names in the PCI Express Base Specification 3.0, and to match the

svn commit: r240153 - head/cddl/contrib/opensolaris/cmd/zfs

2012-09-05 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Wed Sep 5 23:07:02 2012 New Revision: 240153 URL: http://svn.freebsd.org/changeset/base/240153 Log: Typo fix and minor word swap. PR: 171356 Submitted by: bdrewery MFC After:3 days Modified:

svn commit: r240155 - head/sys/dev/ixgbe

2012-09-05 Thread Kevin Lo
Author: kevlo Date: Thu Sep 6 02:07:58 2012 New Revision: 240155 URL: http://svn.freebsd.org/changeset/base/240155 Log: Add missing braces Obtained from:DragonFly Modified: head/sys/dev/ixgbe/ixgbe_82599.c Modified: head/sys/dev/ixgbe/ixgbe_82599.c

svn commit: r240156 - head/lib/libproc

2012-09-05 Thread Rui Paulo
Author: rpaulo Date: Thu Sep 6 03:19:48 2012 New Revision: 240156 URL: http://svn.freebsd.org/changeset/base/240156 Log: Add support for demangling C++ symbols. This requires linking libproc with libc++rt/libsupc++. Discussed with: theraven Modified: head/lib/libproc/Makefile

Re: svn commit: r239998 - head/contrib/dtc

2012-09-05 Thread Warner Losh
On Sep 2, 2012, at 2:22 PM, Aleksandr Rybalko wrote: On Sun, 2 Sep 2012 01:48:47 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Sun Sep 2 01:48:47 2012 New Revision: 239998 URL: http://svn.freebsd.org/changeset/base/239998 Log: Fix a logic inversion in an

Re: svn commit: r239998 - head/contrib/dtc

2012-09-05 Thread Warner Losh
On Sep 4, 2012, at 12:14 PM, Rafal Jaworowski wrote: On 2012-09-02, at 03:48, Andrew Turner wrote: Author: andrew Date: Sun Sep 2 01:48:47 2012 New Revision: 239998 URL: http://svn.freebsd.org/changeset/base/239998 Log: Fix a logic inversion in an assert to allow us to use dts