On Wed, Feb 2, 2011 at 08:35, Matthew D Fleming wrote:
> 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.
On Wed, Feb 02, 2011 at 08:00:35PM +, Bjoern A. Zeeb wrote:
> 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.
Thank you and sorry everyone!
--
Pawel Jakub Dawidek
On Wed, Feb 2, 2011 at 4:00 PM, Warner Losh wrote:
> Rob,
>
> r218206 should fix the problem. Sorry for the hassle.
>
> Warner
>
Thanks for the quick response - it is working now.
--
Rob Farmer
___
svn-src-head@freebsd.org mailing list
http://lists.f
Author: emaste
Date: Thu Feb 3 03:07:11 2011
New Revision: 218208
URL: http://svn.freebsd.org/changeset/base/218208
Log:
Include driver name in panic string, to make it easier to find these should
the panic ever occur.
Modified:
head/sys/dev/aac/aacvar.h
Modified: head/sys/dev/aac/aacvar.
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 in
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 Losh wrote:
Author: imp
Date: Mon Jan 31 15:17:47 2011
New Revision: 218130
URL: http://svn.freebsd.org/c
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: h
On Wed, Feb 2, 2011 at 3:34 PM, Warner Losh wrote:
> On 02/02/2011 12:52, Rob Farmer wrote:
>>
>> On Mon, Jan 31, 2011 at 7:17 AM, Warner Losh wrote:
>>>
>>> Author: imp
>>> Date: Mon Jan 31 15:17:47 2011
>>> New Revision: 218130
>>> URL: http://svn.freebsd.org/changeset/base/218130
>>>
>>> Log:
On 02/02/2011 12:52, Rob Farmer wrote:
On Mon, Jan 31, 2011 at 7:17 AM, Warner Losh 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 th
Author: jilles
Date: Wed Feb 2 22:03:18 2011
New Revision: 218205
URL: http://svn.freebsd.org/changeset/base/218205
Log:
sh: Add test for shell script without '#!'.
Added:
head/tools/regression/bin/sh/execution/shellproc1.0 (contents, props
changed)
Added: head/tools/regression/bin/sh/ex
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
===
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
==
On Mon, Jan 31, 2011 at 7:17 AM, Warner Losh 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 specifie
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
==
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/
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
Pointy hat to:uqs
Modified:
head/lib/libkvm/kvm.c
Modified: head/lib/libk
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 functio
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 descriptor
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 connectio
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
head/sb
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
==
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
===
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 opensolar
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
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
25 matches
Mail list logo