svn commit: r218185 - head/sbin/hastd

2011-02-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 2 08:24:26 2011 New Revision: 218185 URL: http://svn.freebsd.org/changeset/base/218185 Log: Be prepared that hp_client or hp_server might be NULL now. MFC after:1 week Modified: head/sbin/hastd/proto.c Modified: head/sbin/hastd/proto.c

svn commit: r218186 - head/sys/netinet

2011-02-02 Thread Randall Stewart
Author: rrs Date: Wed Feb 2 11:13:23 2011 New Revision: 218186 URL: http://svn.freebsd.org/changeset/base/218186 Log: 1) Allow a chunk to track the cwnd it was at when sent. 2) Add separate max-bursts for retransmit and hb. These are set to sysctlable values but not settable via the

svn commit: r218189 - head/sys/conf

2011-02-02 Thread Sergey Kandaurov
Author: pluknet Date: Wed Feb 2 14:41:32 2011 New Revision: 218189 URL: http://svn.freebsd.org/changeset/base/218189 Log: Remove OpenSolaris include path referring to a non-existing directory never committed from p4 dtrace branch. [The correct include path is referenced from every

svn commit: r218190 - head/sys/fs/ext2fs

2011-02-02 Thread John Baldwin
Author: jhb Date: Wed Feb 2 14:59:05 2011 New Revision: 218190 URL: http://svn.freebsd.org/changeset/base/218190 Log: Fix build with DIAGNOSTIC enabled. Pointy hat to:jhb Modified: head/sys/fs/ext2fs/ext2_alloc.c Modified: head/sys/fs/ext2fs/ext2_alloc.c

svn commit: r218191 - head/sbin/hastd

2011-02-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 2 15:23:07 2011 New Revision: 218191 URL: http://svn.freebsd.org/changeset/base/218191 Log: Move protocol allocation and deallocation to separate functions. MFC after:1 week Modified: head/sbin/hastd/proto.c Modified: head/sbin/hastd/proto.c

svn commit: r218192 - head/sbin/hastd

2011-02-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 2 15:42:00 2011 New Revision: 218192 URL: http://svn.freebsd.org/changeset/base/218192 Log: Allow to specify connection timeout by the caller. MFC after:1 week Modified: head/sbin/hastd/primary.c head/sbin/hastd/proto.c head/sbin/hastd/proto.h

svn commit: r218193 - head/sbin/hastd

2011-02-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 2 15:46:28 2011 New Revision: 218193 URL: http://svn.freebsd.org/changeset/base/218193 Log: Add proto_connect_wait() to wait for connection to finish. If timeout argument to proto_connect() is -1, then the caller needs to use this new function to wait for

svn commit: r218194 - head/sbin/hastd

2011-02-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 2 15:53:09 2011 New Revision: 218194 URL: http://svn.freebsd.org/changeset/base/218194 Log: - Rename proto_descriptor_{send,recv}() functions to proto_connection_{send,recv} and change them to return proto_conn structure. We don't operate directly on

svn commit: r218195 - in head/sys: amd64/amd64 arm/arm i386/i386 ia64/ia64 kern mips/mips powerpc/powerpc sparc64/sparc64 sun4v/sun4v sys ufs/ffs

2011-02-02 Thread Matthew D Fleming
Author: mdf Date: Wed Feb 2 16:35:10 2011 New Revision: 218195 URL: http://svn.freebsd.org/changeset/base/218195 Log: Put the general logic for being a CPU hog into a new function should_yield(). Use this in various places. Encapsulate the common case of check-and-yield into a new

svn commit: r218196 - head/lib/libkvm

2011-02-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Feb 2 17:01:26 2011 New Revision: 218196 URL: http://svn.freebsd.org/changeset/base/218196 Log: libkvm: fix logic inversion introduced with last commit Reported by: Brandon Gooch jamesbrandongo...@gmail.com Pointy hat to:uqs Modified:

Re: svn commit: r218192 - head/sbin/hastd

2011-02-02 Thread Pawel Worach
On Feb 2, 2011, at 16:42, Pawel Jakub Dawidek wrote: Author: pjd Date: Wed Feb 2 15:42:00 2011 New Revision: 218192 URL: http://svn.freebsd.org/changeset/base/218192 Log: Allow to specify connection timeout by the caller. MFC after: 1 week Modified: head/sbin/hastd/primary.c

svn commit: r218201 - head/sbin/hastctl

2011-02-02 Thread Bjoern A. Zeeb
Author: bz Date: Wed Feb 2 20:00:35 2011 New Revision: 218201 URL: http://svn.freebsd.org/changeset/base/218201 Log: Add missing argument after r218192. Modified: head/sbin/hastctl/hastctl.c Modified: head/sbin/hastctl/hastctl.c

Re: svn commit: r218130 - head

2011-02-02 Thread Rob Farmer
On Mon, Jan 31, 2011 at 7:17 AM, Warner Losh i...@freebsd.org wrote: Author: imp Date: Mon Jan 31 15:17:47 2011 New Revision: 218130 URL: http://svn.freebsd.org/changeset/base/218130 Log:  Move the architecture guessing from Makefile.inc1 to Makefile.  We  need to do this because variables

svn commit: r218202 - head

2011-02-02 Thread Ulrich Spoerlein
Author: uqs Date: Wed Feb 2 21:09:30 2011 New Revision: 218202 URL: http://svn.freebsd.org/changeset/base/218202 Log: Add some obsolete manpages. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r218203 - head/bin/sh

2011-02-02 Thread Jilles Tjoelker
Author: jilles Date: Wed Feb 2 21:48:53 2011 New Revision: 218203 URL: http://svn.freebsd.org/changeset/base/218203 Log: sh: Remove comment mentioning herefd, which is gone. Modified: head/bin/sh/expand.c Modified: head/bin/sh/expand.c

Re: svn commit: r218130 - head

2011-02-02 Thread Warner Losh
On 02/02/2011 12:52, Rob Farmer wrote: On Mon, Jan 31, 2011 at 7:17 AM, Warner Loshi...@freebsd.org wrote: Author: imp Date: Mon Jan 31 15:17:47 2011 New Revision: 218130 URL: http://svn.freebsd.org/changeset/base/218130 Log: Move the architecture guessing from Makefile.inc1 to Makefile.

Re: svn commit: r218130 - head

2011-02-02 Thread Garrett Cooper
On Wed, Feb 2, 2011 at 3:34 PM, Warner Losh i...@bsdimp.com wrote: On 02/02/2011 12:52, Rob Farmer wrote: On Mon, Jan 31, 2011 at 7:17 AM, Warner Loshi...@freebsd.org  wrote: Author: imp Date: Mon Jan 31 15:17:47 2011 New Revision: 218130 URL: http://svn.freebsd.org/changeset/base/218130

svn commit: r218206 - head

2011-02-02 Thread Warner Losh
Author: imp Date: Wed Feb 2 23:59:24 2011 New Revision: 218206 URL: http://svn.freebsd.org/changeset/base/218206 Log: Setting TARGET and TARGET_ARCH needs to be done in _MAKE, not in the TGTS rule as _MAKE is used elsewhere. This should fix make world. Modified: head/Makefile Modified:

Re: svn commit: r218130 - head

2011-02-02 Thread Warner Losh
Rob, r218206 should fix the problem. Sorry for the hassle. Warner On 02/02/2011 16:34, Warner Losh wrote: On 02/02/2011 12:52, Rob Farmer wrote: On Mon, Jan 31, 2011 at 7:17 AM, Warner Loshi...@freebsd.org wrote: Author: imp Date: Mon Jan 31 15:17:47 2011 New Revision: 218130 URL:

svn commit: r218207 - head/sys/dev/aac

2011-02-02 Thread Ed Maste
Author: emaste Date: Thu Feb 3 02:14:53 2011 New Revision: 218207 URL: http://svn.freebsd.org/changeset/base/218207 Log: Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srb make use of the aac_ioctl_event callback, if aac_alloc_command fails. This can end up in an