svn commit: r255757 - head/sys/contrib/ipfilter/netinet

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:11:51 2013 New Revision: 255757 URL: http://svnweb.freebsd.org/changeset/base/255757 Log: Address double init of ip_log mutex, fixing a panic after ipfilter is re-enabled following it being disabled. Approved by: glebius (mentor) Approved by: re (blanket

svn commit: r255756 - head/sys/contrib/ipfilter/netinet

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:08:52 2013 New Revision: 255756 URL: http://svnweb.freebsd.org/changeset/base/255756 Log: Enable main ipfilter sysctl MIBs. Approved by: glebius (mentor) Approved by: re (blanket) Modified: head/sys/contrib/ipfilter/netinet/mlfk_ipl.c Modified: head/sy

svn commit: r255755 - head/sys/contrib/ipfilter/netinet

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 04:05:38 2013 New Revision: 255755 URL: http://svnweb.freebsd.org/changeset/base/255755 Log: Convert ipfilter from timeout(9) to callout(9). Submitted by: jhb Approved by: glebius (mentor) Approved by: re (blanket) Modified: head/sys/contrib/ipfilter/net

svn commit: r255754 - head/sys/contrib/ipfilter/netinet

2013-09-20 Thread Cy Schubert
Author: cy Date: Sat Sep 21 03:57:56 2013 New Revision: 255754 URL: http://svnweb.freebsd.org/changeset/base/255754 Log: Remove additional non-FreeBSD code. Approved by: glebius (mentor) Approved by: re (blanket) Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h Modified: head

svn commit: r255753 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-09-20 Thread Justin T. Gibbs
Author: gibbs Date: Sat Sep 21 03:52:08 2013 New Revision: 255753 URL: http://svnweb.freebsd.org/changeset/base/255753 Log: Optimize the block size used on ZFS cache devices as is already done for data and log devices. Reported by: Dmitryy Makarov Submitted by: smh Reviewed by: gibb

svn commit: r255752 - head/sys/amd64/conf

2013-09-20 Thread Glen Barber
Author: gjb Date: Sat Sep 21 01:07:27 2013 New Revision: 255752 URL: http://svnweb.freebsd.org/changeset/base/255752 Log: Put 'device hyperv' back in amd64/GENERIC, incorrectly removed with r255736. Pointed out by: gibbs Approved by: re (delphij) Sponsored by: The FreeBSD Found

svn commit: r255751 - head/sys/amd64/include

2013-09-20 Thread Peter Grehan
Author: grehan Date: Sat Sep 21 00:27:53 2013 New Revision: 255751 URL: http://svnweb.freebsd.org/changeset/base/255751 Log: Reorder/regroup the vmm ioctl api definitions to allow some semblance of API stability and growth during the 10.* timeframe. Userland/kernel bhyve will have to be r

svn commit: r255750 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contri...

2013-09-20 Thread Xin LI
Author: delphij Date: Sat Sep 21 00:17:26 2013 New Revision: 255750 URL: http://svnweb.freebsd.org/changeset/base/255750 Log: MFV r254750: Add support of Illumos dumps on zvol over RAID-Z. Note that this only adds the features. FreeBSD would still need more work to support dumping o

svn commit: r255732 - in head/sys: amd64/include vm

2013-09-20 Thread Neel Natu
Author: neel Date: Fri Sep 20 17:06:49 2013 New Revision: 255732 URL: http://svnweb.freebsd.org/changeset/base/255732 Log: Merge the following changes from projects/bhyve_npt_pmap: - add fields to 'struct pmap' that are required to manage nested page tables. - add a parameter to 'vmspace_all

svn commit: r255748 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-09-20 Thread Davide Italiano
Author: davide Date: Fri Sep 20 23:22:00 2013 New Revision: 255748 URL: http://svnweb.freebsd.org/changeset/base/255748 Log: Fixup cross-device rename checks in ZFS. Add a check for the case where 'fdvp' is a directory, 'tvp' is an already existing directory and they have different mount poi

svn commit: r255747 - head/sys/kern

2013-09-20 Thread Davide Italiano
Author: davide Date: Fri Sep 20 23:16:15 2013 New Revision: 255747 URL: http://svnweb.freebsd.org/changeset/base/255747 Log: Fix callout_init_rm() in the shared case, allocating storage for 'struct rm_priotracker' directly in the softclock thread. Now consumers can pass CALLOUT_SHAREDLOCK fl

svn commit: r255746 - head/sys/dev/hwpmc

2013-09-20 Thread Davide Italiano
Author: davide Date: Fri Sep 20 23:10:52 2013 New Revision: 255746 URL: http://svnweb.freebsd.org/changeset/base/255746 Log: Remove local change leftover, this should never have been part of r255745. Pointy-hat to:davide Approved by: re (implicit) Modified: head/sys/dev/hwpm

svn commit: r255745 - in head/sys: dev/hwpmc kern sys

2013-09-20 Thread Davide Italiano
Author: davide Date: Fri Sep 20 23:06:21 2013 New Revision: 255745 URL: http://svnweb.freebsd.org/changeset/base/255745 Log: Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With current lock classes KPI it was really difficult because there was no way to pass an rmtracker ob

svn commit: r255744 - in head/sys: amd64/amd64 amd64/conf amd64/include i386/conf i386/i386 i386/include kern x86/xen xen

2013-09-20 Thread Justin T. Gibbs
Author: gibbs Date: Fri Sep 20 22:59:22 2013 New Revision: 255744 URL: http://svnweb.freebsd.org/changeset/base/255744 Log: Merge Xen PVHVM support into the GENERIC kernel config for both amd64 and i386. Submitted by: Roger Pau Monné Sponsored by: Citrix Systems R&D Reviewed by: gibb

Re: svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe

2013-09-20 Thread Justin T. Gibbs
On Sep 20, 2013, at 2:18 PM, David Christensen wrote: > Author: davidch > Date: Fri Sep 20 20:18:49 2013 > New Revision: 255736 > URL: http://svnweb.freebsd.org/changeset/base/255736 > > Log: > Substantial rewrite of bxe(4) to add support for the BCM57712 and > BCM578XX controllers. > > Appr

svn commit: r255731 - head/usr.bin/protect

2013-09-20 Thread John Baldwin
Author: jhb Date: Fri Sep 20 16:05:09 2013 New Revision: 255731 URL: http://svnweb.freebsd.org/changeset/base/255731 Log: Correct stale comments. Approved by: re (joel) Modified: head/usr.bin/protect/protect.1 Modified: head/usr.bin/protect/protect.1 ===

Re: svn commit: r255724 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke powerpc/powerpc sparc64/sparc64 vm

2013-09-20 Thread Nathan Whitehorn
On 09/19/13 23:30, Alan Cox wrote: > Author: alc > Date: Fri Sep 20 04:30:18 2013 > New Revision: 255724 > URL: http://svnweb.freebsd.org/changeset/base/255724 > > Log: > The pmap function pmap_clear_reference() is no longer used. Remove it. > > pmap_clear_reference() has had exactly one ca

svn commit: r255739 - in head/sys: cam/ctl dev/iscsi

2013-09-20 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 20 21:26:51 2013 New Revision: 255739 URL: http://svnweb.freebsd.org/changeset/base/255739 Log: Add some spare fields to structs used by the new iSCSI stack - some just in case, some for future MC/S support. This requires kernel and world rebuild. Approved

Re: svn commit: r255731 - head/usr.bin/protect

2013-09-20 Thread John Baldwin
On Friday, September 20, 2013 1:14:45 pm Sergey Kandaurov wrote: > On 20 September 2013 20:05, John Baldwin wrote: > > Author: jhb > > Date: Fri Sep 20 16:05:09 2013 > > New Revision: 255731 > > URL: http://svnweb.freebsd.org/changeset/base/255731 > > > > Log: > > Correct stale comments. > > > >

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

2013-09-20 Thread Zbigniew Bodek
Author: zbb Date: Fri Sep 20 20:44:32 2013 New Revision: 255738 URL: http://svnweb.freebsd.org/changeset/base/255738 Log: Fix GCC build for all ARMs. Revert bug introduced in r255613. Previous change applied in r255613 fixed build for ARMv6 but broke it for previous architecture revisions

svn commit: r255736 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/bxe sys/i386/conf sys/modules/bxe

2013-09-20 Thread David Christensen
Author: davidch Date: Fri Sep 20 20:18:49 2013 New Revision: 255736 URL: http://svnweb.freebsd.org/changeset/base/255736 Log: Substantial rewrite of bxe(4) to add support for the BCM57712 and BCM578XX controllers. Approved by: re MFC after:4 weeks Added: head/sys/dev/bxe/57710_i

svn commit: r255734 - head/sbin/etherswitchcfg

2013-09-20 Thread Hiren Panchasara
Author: hiren Date: Fri Sep 20 19:25:01 2013 New Revision: 255734 URL: http://svnweb.freebsd.org/changeset/base/255734 Log: Improve grammar and readability. Reviewed by: sbruno, loos Approved by: re (gjb) Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 Modified: head/sbin/ethers

Re: svn commit: r255731 - head/usr.bin/protect

2013-09-20 Thread Sergey Kandaurov
On 20 September 2013 20:05, John Baldwin wrote: > Author: jhb > Date: Fri Sep 20 16:05:09 2013 > New Revision: 255731 > URL: http://svnweb.freebsd.org/changeset/base/255731 > > Log: > Correct stale comments. > > Approved by: re (joel) > > Modified: > head/usr.bin/protect/protect.1 > > Modif

svn commit: r255730 - head/sbin/etherswitchcfg

2013-09-20 Thread Hiren Panchasara
Author: hiren Date: Fri Sep 20 15:57:50 2013 New Revision: 255730 URL: http://svnweb.freebsd.org/changeset/base/255730 Log: Fix a range check and a display string. Reviewed by: loos Approved by: sbruno (mentor, implicit) Approved by: re (glebius) Modified: head/sbin/etherswitchcfg