svn commit: r213913 - head/sys/netinet

2010-10-16 Thread Lawrence Stewart
Author: lstewart Date: Sat Oct 16 07:12:39 2010 New Revision: 213913 URL: http://svn.freebsd.org/changeset/base/213913 Log: Retire the system-wide, per-reassembly queue segment limit. The mechanism is far too coarse grained to be useful and the default value significantly degrades TCP

Re: svn commit: r213852 - in head: lib/libusb sys/dev/usb

2010-10-16 Thread Kostik Belousov
On Thu, Oct 14, 2010 at 08:38:18PM +, Hans Petter Selasky wrote: Author: hselasky Date: Thu Oct 14 20:38:18 2010 New Revision: 213852 URL: http://svn.freebsd.org/changeset/base/213852 Log: - Add support for LibUSB in 32-bit compatibility mode. Approved by:thompsa (mentor)

svn commit: r213920 - head/lib/libusbhid

2010-10-16 Thread Hans Petter Selasky
Author: hselasky Date: Sat Oct 16 11:20:53 2010 New Revision: 213920 URL: http://svn.freebsd.org/changeset/base/213920 Log: - Add support for libusbhid in 32-bit compatibility mode. - Add missing check for ugd_actlen being too small. - Add missing inclusion guard to usbvar.h header file.

svn commit: r213932 - head/sys/netinet

2010-10-16 Thread Bjoern A. Zeeb
Author: bz Date: Sat Oct 16 19:53:22 2010 New Revision: 213932 URL: http://svn.freebsd.org/changeset/base/213932 Log: MfP4 CH182763 (original version): Make it harder to exploit certain in_control() related races between the intiial lookup at the beginning and the time we will remove the

Re: svn commit: r213932 - head/sys/netinet

2010-10-16 Thread Bjoern A. Zeeb
On Sat, 16 Oct 2010, Bjoern A. Zeeb wrote: Author: bz Date: Sat Oct 16 19:53:22 2010 New Revision: 213932 URL: http://svn.freebsd.org/changeset/base/213932 Log: MfP4 CH182763 (original version): Make it harder to exploit certain in_control() related races between the intiial lookup at the

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

2010-10-16 Thread Andriy Gapon
Author: avg Date: Sat Oct 16 20:43:05 2010 New Revision: 213937 URL: http://svn.freebsd.org/changeset/base/213937 Log: zfs: add vop_getpages method implementation This should make vnode_pager_getpages path a bit shorter and clearer. Also this should eliminate problems with partially

svn commit: r213938 - head/sbin/hastd

2010-10-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Oct 16 22:48:48 2010 New Revision: 213938 URL: http://svn.freebsd.org/changeset/base/213938 Log: Clear signal mask before executing a hook. Submitted by: Mikolaj Golub to.my.troc...@gmail.com MFC after:3 days Modified: head/sbin/hastd/hooks.c Modified:

svn commit: r213939 - head/sbin/hastd

2010-10-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Oct 16 22:50:12 2010 New Revision: 213939 URL: http://svn.freebsd.org/changeset/base/213939 Log: Use one fprintf() instead of two. MFC after:3 days Modified: head/sbin/hastd/pjdlog.c Modified: head/sbin/hastd/pjdlog.c

Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm

2010-10-16 Thread Warner Losh
From: John Baldwin j...@freebsd.org Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm Date: Fri, 15 Oct 2010 08:45:22 -0400 On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote: On 2010-10-14 21:39, John Baldwin wrote: On Thursday, October 14, 2010 3:19:19 pm Rui Paulo

Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm

2010-10-16 Thread Warner Losh
From: Rui Paulo rpa...@freebsd.org Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm Date: Fri, 15 Oct 2010 19:50:46 +0100 On 15 Oct 2010, at 13:45, John Baldwin wrote: On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote: On 2010-10-14 21:39, John Baldwin wrote: On