svn commit: r207696 - head/sys/dev/mvs

2010-05-05 Thread Alexander Motin
Author: mav Date: Thu May 6 06:44:26 2010 New Revision: 207696 URL: http://svn.freebsd.org/changeset/base/207696 Log: Fix polled operation. Now it is possible to dump kernel via mvs(4). Modified: head/sys/dev/mvs/mvs.c Modified: head/sys/dev/mvs/mvs.c ===

svn commit: r207694 - head/sys/vm

2010-05-05 Thread Konstantin Belousov
Author: kib Date: Thu May 6 04:57:33 2010 New Revision: 207694 URL: http://svn.freebsd.org/changeset/base/207694 Log: Add a helper function vm_pageout_page_lock(), similar to tegge' vm_pageout_fallback_object_lock(), to obtain the page lock while having page queue lock locked, and still mai

svn commit: r207692 - in head/sys/mips: include mips

2010-05-05 Thread Alan Cox
Author: alc Date: Thu May 6 04:23:52 2010 New Revision: 207692 URL: http://svn.freebsd.org/changeset/base/207692 Log: Eliminate dead code. Modified: head/sys/mips/include/pmap.h head/sys/mips/mips/pmap.c Modified: head/sys/mips/include/pmap.h ==

Re: svn commit: r207677 - head/usr.bin/find

2010-05-05 Thread Bruce Evans
On Wed, 5 May 2010, Xin LI wrote: Log: Move SCCS tags to comments as they were already #if 0'ed. This is explicitly disrecommended in style(9): All VCS (version control system) revision identification in files obtained from elsewhere should be maintained, including, where applica-

svn commit: r207689 - head/usr.sbin/mountd

2010-05-05 Thread Rick Macklem
Author: rmacklem Date: Thu May 6 00:24:08 2010 New Revision: 207689 URL: http://svn.freebsd.org/changeset/base/207689 Log: If the "-alldirs" export option was used for the V4: line, mountd would crash in check_options() since dp == NULL for the V4: line. This patch moves the check for optio

svn commit: r207688 - head/sys/dev/cxgb

2010-05-05 Thread Navdeep Parhar
Author: np Date: Wed May 5 22:52:06 2010 New Revision: 207688 URL: http://svn.freebsd.org/changeset/base/207688 Log: Don't ring the tx doorbell for every frame when we know more frames will follow. Adjust the freelist and response queue doorbells too. Discussed with: kmacy Modifi

svn commit: r207687 - head/sys/dev/cxgb

2010-05-05 Thread Navdeep Parhar
Author: np Date: Wed May 5 22:29:54 2010 New Revision: 207687 URL: http://svn.freebsd.org/changeset/base/207687 Log: Do not hold the T3 firmware in memory all the time. firmware(9) can load/unload it as needed. Modified: head/sys/dev/cxgb/cxgb_main.c Modified: head/sys/dev/cxgb/cxgb_main.

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

2010-05-05 Thread Marius Strobl
Author: marius Date: Wed May 5 22:15:20 2010 New Revision: 207683 URL: http://svn.freebsd.org/changeset/base/207683 Log: - Fix broken symlinks on cross platform zfs send/recv. [1] - Enable zfs_ace_byteswap() on FreeBSD as it works just fine (tested between amd64 and sparc64 in both direct

svn commit: r207680 - in head: share/man/man4 sys/netgraph

2010-05-05 Thread Marko Zec
Author: zec Date: Wed May 5 22:06:05 2010 New Revision: 207680 URL: http://svn.freebsd.org/changeset/base/207680 Log: Add an optional "persistent" flag to ng_hub and ng_bridge, which if set, disables automatic node shutdown when the last hook gets disconnected. Reviewed by: julian Modi

svn commit: r207678 - in head: bin/sh tools/regression/bin/sh/builtins

2010-05-05 Thread Jilles Tjoelker
Author: jilles Date: Wed May 5 21:48:40 2010 New Revision: 207678 URL: http://svn.freebsd.org/changeset/base/207678 Log: sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var. This allows doing things like LC_ALL=C some_builtin to run a builtin under a different locale

svn commit: r207677 - head/usr.bin/find

2010-05-05 Thread Xin LI
Author: delphij Date: Wed May 5 21:24:18 2010 New Revision: 207677 URL: http://svn.freebsd.org/changeset/base/207677 Log: Move SCCS tags to comments as they were already #if 0'ed. Modified: head/usr.bin/find/find.c head/usr.bin/find/function.c head/usr.bin/find/ls.c head/usr.bin/find/m

svn commit: r207676 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-05-05 Thread Konstantin Belousov
Author: kib Date: Wed May 5 21:07:47 2010 New Revision: 207676 URL: http://svn.freebsd.org/changeset/base/207676 Log: Add definitions for Intel AESNI CPUID bits and print the capabilities on boot. Hardware provided by: Sentex Communications MFC after:1 week Modified: head/sys/am

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread M. Warner Losh
In message: <20100505193049.cd94c63e.n...@freebsd.org> Norikatsu Shigemura writes: : Hi np! : : On Wed, 5 May 2010 00:41:40 + (UTC) : Navdeep Parhar wrote: : > Add support for hardware filters to cxgb(4). The T3 chip can inspect : > L2/3/4 headers and can drop or steer packe

svn commit: r207673 - in head/sys: amd64/include/xen dev/cxgb/sys dev/xen/netfront i386/include/xen kern sys

2010-05-05 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 5 20:39:02 2010 New Revision: 207673 URL: http://svn.freebsd.org/changeset/base/207673 Log: Switch to our preferred 2-clause BSD license. Approved by: kmacy Modified: head/sys/amd64/include/xen/xenfunc.h head/sys/amd64/include/xen/xenvar.h

svn commit: r207672 - in head: cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cd...

2010-05-05 Thread Martin Matuska
Author: mm Date: Wed May 5 18:57:55 2010 New Revision: 207672 URL: http://svn.freebsd.org/changeset/base/207672 Log: Forced commit to set MFC period for r207670. Approved by: delphij (mentor) MFC after:2 weeks Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c head/

svn commit: r207671 - head/sys/geom

2010-05-05 Thread Jaakko Heinonen
Author: jh Date: Wed May 5 18:53:24 2010 New Revision: 207671 URL: http://svn.freebsd.org/changeset/base/207671 Log: Fix deadlock between GEOM class unloading and withering. Withering can't proceed while g_unload_class() blocks the event thread. Fix this by not running g_unload_class() as a

svn commit: r207670 - in head: cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cd...

2010-05-05 Thread Martin Matuska
Author: mm Date: Wed May 5 18:22:29 2010 New Revision: 207670 URL: http://svn.freebsd.org/changeset/base/207670 Log: Introduce hardforce export option (-F) for "zpool export". When exporting with this flag, zpool.cache remains untouched. OpenSolaris onnv revision: 8211:32722be6ad3b

svn commit: r207669 - in head/sys: fs/nfsclient fs/nwfs fs/smbfs kern nfsclient ufs/ffs vm

2010-05-05 Thread Alan Cox
Author: alc Date: Wed May 5 18:16:06 2010 New Revision: 207669 URL: http://svn.freebsd.org/changeset/base/207669 Log: Acquire the page lock around all remaining calls to vm_page_free() on managed pages that didn't already have that lock held. (Freeing an unmanaged page, such as the various

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread Navdeep Parhar
On Wed, May 05, 2010 at 11:02:49AM +0100, Rui Paulo wrote: > On 5 May 2010, at 01:41, Navdeep Parhar wrote: > > > Author: np > > Date: Wed May 5 00:41:40 2010 > > New Revision: 207643 > > URL: http://svn.freebsd.org/changeset/base/207643 > > > > Log: > > Add support for hardware filters to cxgb

svn commit: r207662 - in head/sys: fs/ext2fs fs/msdosfs fs/nfsclient fs/nwfs fs/smbfs fs/tmpfs gnu/fs/xfs/FreeBSD kern nfsclient sys ufs/ffs

2010-05-05 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 5 16:44:25 2010 New Revision: 207662 URL: http://svn.freebsd.org/changeset/base/207662 Log: Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). Reviewed by: kib Modified: head/sys/fs/ext2fs/ext2_readwrite.c head/sys/fs/ext2fs/ext2_vnops.c

svn commit: r207659 - head/sys/kern

2010-05-05 Thread Konstantin Belousov
Author: kib Date: Wed May 5 16:05:51 2010 New Revision: 207659 URL: http://svn.freebsd.org/changeset/base/207659 Log: Fix a mistake in r207603. td_rux.rux_runtime still needs conversion. Reported and tested by: nwhitehorn Pointy hat to:kib MFC after:6 days Modified:

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread Norikatsu Shigemura
Hi np! On Wed, 5 May 2010 00:41:40 + (UTC) Navdeep Parhar wrote: > Add support for hardware filters to cxgb(4). The T3 chip can inspect > L2/3/4 headers and can drop or steer packets as instructed. Filtering > based on src ip, dst ip, src port, dst port, 802.1q, udp/tcp, and mac > a

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread Robert Watson
On Wed, 5 May 2010, Navdeep Parhar wrote: L2/3/4 headers and can drop or steer packets as instructed. Filtering based on src ip, dst ip, src port, dst port, 802.1q, udp/tcp, and mac addr is possible. Add support in cxgbtool to program these filters. Some simple examples: Excellent news!

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread Rui Paulo
On 5 May 2010, at 01:41, Navdeep Parhar wrote: > Author: np > Date: Wed May 5 00:41:40 2010 > New Revision: 207643 > URL: http://svn.freebsd.org/changeset/base/207643 > > Log: > Add support for hardware filters to cxgb(4). The T3 chip can inspect > L2/3/4 headers and can drop or steer packets

svn commit: r207652 - head/sys/netipsec

2010-05-05 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed May 5 08:58:58 2010 New Revision: 207652 URL: http://svn.freebsd.org/changeset/base/207652 Log: Set SA's natt_type before calling key_mature() in key_add(), as the SA may be used as soon as key_mature() has been done. Obtained from:NETASQ MFC after:1

svn commit: r207651 - head/sys/netipsec

2010-05-05 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed May 5 08:55:26 2010 New Revision: 207651 URL: http://svn.freebsd.org/changeset/base/207651 Log: Update SA's NAT-T stuff before calling key_mature() in key_update(), as SA may be used as soon as key_mature() has been called. Obtained from:NETASQ MFC after

svn commit: r207650 - head/usr.sbin/jail

2010-05-05 Thread Daniel Gerzo
Author: danger (doc committer) Date: Wed May 5 08:43:47 2010 New Revision: 207650 URL: http://svn.freebsd.org/changeset/base/207650 Log: - fix typo Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ===

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-05 Thread Alexander Leidinger
Quoting Doug Barton (from Tue, 04 May 2010 09:00:33 -0700): On 5/4/2010 7:02 AM, Alexander Leidinger wrote: Quoting Norikatsu Shigemura (from Tue, 4 May 2010 11:25:04 + (UTC)): Author: nork Date: Tue May 4 11:25:04 2010 New Revision: 207612 URL: http://svn.freebsd.org/changeset/base/

svn commit: r207649 - head/sys/sparc64/sparc64

2010-05-05 Thread Alan Cox
Author: alc Date: Wed May 5 07:47:40 2010 New Revision: 207649 URL: http://svn.freebsd.org/changeset/base/207649 Log: Use an OBJT_PHYS object and thus PG_UNMANAGED pages to implement the TSB. The TSB is not a pageable structure, so there is no point in using managed pages. Reviewed by:

svn commit: r207648 - head/sys/dev/drm

2010-05-05 Thread Alan Cox
Author: alc Date: Wed May 5 07:40:54 2010 New Revision: 207648 URL: http://svn.freebsd.org/changeset/base/207648 Log: Push down the acquisition of the page queues lock into vm_page_unwire(). Modified: head/sys/dev/drm/via_dmablit.c Modified: head/sys/dev/drm/via_dmablit.c ==