svn commit: r207740 - head/sys/vm

2010-05-07 Thread Alan Cox
Author: alc Date: Fri May 7 06:58:53 2010 New Revision: 207740 URL: http://svn.freebsd.org/changeset/base/207740 Log: Update the synchronization requirements for the page usage count. Modified: head/sys/vm/vm_page.h Modified: head/sys/vm/vm_page.h

svn commit: r207741 - head/sys/ufs/ffs

2010-05-07 Thread Jeff Roberson
Author: jeff Date: Fri May 7 08:20:56 2010 New Revision: 207741 URL: http://svn.freebsd.org/changeset/base/207741 Log: - Use the correct flag mask when determining whether an inode has successfully made it to the free list yet or not. This fixes a deadlock that can occur with

svn commit: r207742 - head/sys/ufs/ffs

2010-05-07 Thread Jeff Roberson
Author: jeff Date: Fri May 7 08:45:21 2010 New Revision: 207742 URL: http://svn.freebsd.org/changeset/base/207742 Log: - Call softdep_prealloc() before any of the balloc routines in the snapshot code. - Don't fsync() vnodes in prealloc if copy on write is in progress. It is not

svn commit: r207743 - stable/8/sys/kern

2010-05-07 Thread Konstantin Belousov
Author: kib Date: Fri May 7 11:11:58 2010 New Revision: 207743 URL: http://svn.freebsd.org/changeset/base/207743 Log: MFC r207606: Fix typo in comment. Modified: stable/8/sys/kern/kern_thread.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r207744 - stable/7/sys/kern

2010-05-07 Thread Konstantin Belousov
Author: kib Date: Fri May 7 11:17:20 2010 New Revision: 207744 URL: http://svn.freebsd.org/changeset/base/207744 Log: MFC r207606: Fix typo in comment. Modified: stable/7/sys/kern/kern_thread.c Directory Properties: stable/7/sys/ (props changed)

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

2010-05-07 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 7 14:30:21 2010 New Revision: 207745 URL: http://svn.freebsd.org/changeset/base/207745 Log: Enforce RLIMIT_FSIZE in ZFS. Reviewed by: pjd@ Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Modified:

svn commit: r207746 - in head/sys: fs/nfsclient fs/nwfs fs/smbfs nfsclient vm

2010-05-07 Thread Alan Cox
Author: alc Date: Fri May 7 15:49:43 2010 New Revision: 207746 URL: http://svn.freebsd.org/changeset/base/207746 Log: Push down the page queues lock into vm_page_activate(). Modified: head/sys/fs/nfsclient/nfs_clbio.c head/sys/fs/nwfs/nwfs_io.c head/sys/fs/smbfs/smbfs_io.c

svn commit: r207747 - head/sys/vm

2010-05-07 Thread Alan Cox
Author: alc Date: Fri May 7 16:22:06 2010 New Revision: 207747 URL: http://svn.freebsd.org/changeset/base/207747 Log: Eliminate unnecessary page queues locking. Modified: head/sys/vm/swap_pager.c Modified: head/sys/vm/swap_pager.c

svn commit: r207748 - head/sys/dev/fxp

2010-05-07 Thread Pyun YongHyeon
Author: yongari Date: Fri May 7 16:43:00 2010 New Revision: 207748 URL: http://svn.freebsd.org/changeset/base/207748 Log: It seems controller has two types of promiscuous control, one for unicast and the other for multicast. To receive multicast frames that host didn't join in promiscuous

svn commit: r207749 - head/lib/libc/gen

2010-05-07 Thread Jilles Tjoelker
Author: jilles Date: Fri May 7 17:20:15 2010 New Revision: 207749 URL: http://svn.freebsd.org/changeset/base/207749 Log: raise(3): Note that this sends a signal to the current thread, not process. This is how it works (with threading libraries loaded) and what POSIX requires. MFC

svn commit: r207750 - head/sys/dev/fxp

2010-05-07 Thread Pyun YongHyeon
Author: yongari Date: Fri May 7 18:03:35 2010 New Revision: 207750 URL: http://svn.freebsd.org/changeset/base/207750 Log: 8255x configure command requires number of bytes of configuration table. The default size of the configuration table was 22 bytes. To use extended feature of

svn commit: r207753 - in vendor/xz: . dist dist/po dist/src dist/src/common dist/src/liblzma dist/src/liblzma/api dist/src/liblzma/api/lzma dist/src/liblzma/check dist/src/liblzma/common dist/src/l...

2010-05-07 Thread Martin Matuska
Author: mm Date: Fri May 7 18:59:06 2010 New Revision: 207753 URL: http://svn.freebsd.org/changeset/base/207753 Log: Vendor import of xz (stripped) Git revision: a290cfee3e23f046889c022aa96b4eca2016fdda Approved by: delphij (mentor) Added: vendor/xz/ vendor/xz/dist/

svn commit: r207754 - vendor/xz/20100412

2010-05-07 Thread Martin Matuska
Author: mm Date: Fri May 7 19:02:31 2010 New Revision: 207754 URL: http://svn.freebsd.org/changeset/base/207754 Log: Tag xz code as 20100412 (git revision a290cfee3e23f046889c022aa96b4eca2016fdda) Approved by: delphij (mentor) Added: vendor/xz/20100412/ - copied from r207753,

svn commit: r207755 - head/usr.sbin/pmcstat

2010-05-07 Thread Fabien Thomas
Author: fabient Date: Fri May 7 19:48:50 2010 New Revision: 207755 URL: http://svn.freebsd.org/changeset/base/207755 Log: Rework the calltree top view by critical callchain. The percentage show is the sum of the cost for the codepath. MFC after: 1 week Modified:

svn commit: r207756 - stable/8/sys/netinet

2010-05-07 Thread Michael Tuexen
Author: tuexen Date: Fri May 7 20:02:36 2010 New Revision: 207756 URL: http://svn.freebsd.org/changeset/base/207756 Log: MFC 206758, 206840, 206891, 206892, 207099, 207191, 207197 * Fix a bug where SACKs are not sent when they should. * Get delayed SACK working again. * Really print the

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

2010-05-07 Thread Jilles Tjoelker
Author: jilles Date: Fri May 7 20:46:22 2010 New Revision: 207757 URL: http://svn.freebsd.org/changeset/base/207757 Log: sigprocmask(2): pthread_sigmask(3) must be used in threaded processes. Although libthr's pthread_sigmask() just calls sigprocmask() and this is unlikely to change,

svn commit: r207758 - stable/8/contrib/telnet/telnet

2010-05-07 Thread Jilles Tjoelker
Author: jilles Date: Fri May 7 20:58:50 2010 New Revision: 207758 URL: http://svn.freebsd.org/changeset/base/207758 Log: MFC r207449: telnet: Fix infinite loop if local output generates SIGPIPE. Instead of catching SIGPIPE and jumping out of the signal handler with longjmp, ignore it

svn commit: r207759 - head/sys/vm

2010-05-07 Thread Jung-uk Kim
Author: jkim Date: Fri May 7 21:06:52 2010 New Revision: 207759 URL: http://svn.freebsd.org/changeset/base/207759 Log: Fix a typo in the previous commit. Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c

svn commit: r207761 - in head/sys: dev/bce dev/mxge sys

2010-05-07 Thread Fabien Thomas
Author: fabient Date: Fri May 7 22:09:17 2010 New Revision: 207761 URL: http://svn.freebsd.org/changeset/base/207761 Log: Add a fastpath to allocate from packet zone when using m_getjcl. This will add support for packet zone for at least igb and ixgbe and will avoid to check for that in

svn commit: r207762 - svnadmin/conf

2010-05-07 Thread Wes Peters
Author: wes Date: Fri May 7 22:58:14 2010 New Revision: 207762 URL: http://svn.freebsd.org/changeset/base/207762 Log: Thaw zombie gordon in the hopes he's still alive. Approved by: core (general disinterest) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r207763 - head/sys/dev/re

2010-05-07 Thread Pyun YongHyeon
Author: yongari Date: Fri May 7 23:05:27 2010 New Revision: 207763 URL: http://svn.freebsd.org/changeset/base/207763 Log: Don't change PCIe maximum read request size to 2048 on RTL810x controllers. It caused device timeouts. Reported by: McLone mclone gmail dot com Tested by:

svn commit: r207764 - head/sys/fs/nfs

2010-05-07 Thread Rick Macklem
Author: rmacklem Date: Sat May 8 01:24:18 2010 New Revision: 207764 URL: http://svn.freebsd.org/changeset/base/207764 Log: Patch the experimental NFS client so that it works for NFSv2 by adding the necessary mapping from NFSv3 procedure numbers to NFSv2 procedure numbers when doing NFSv2