svn commit: r185618 - in projects/release_6_3_xen/sys: kern sys

Kip Macy kmacy at freebsd.org
Thu Dec 4 13:53:48 PST 2008


On Thu, Dec 4, 2008 at 12:47 PM, John Baldwin <jhb at freebsd.org> wrote:
> On Thursday 04 December 2008 03:03:15 pm Kip Macy wrote:
>> Author: kmacy
>> Date: Thu Dec  4 20:03:15 2008
>> New Revision: 185618
>> URL: http://svn.freebsd.org/changeset/base/185618
>>
>> Log:
>>   integrate generic sleepq_add and _sleep in order to implement sx_sleep
>
> There's a lighter-weight sx_sleep() in stock 6.x already (it's in kern_sx.c
> and is a separate routine rather than using _sleep()) if you are interested.

Yes, but it still required a newer version of sleepq_add. So I thought
it wouldn't be much harder to pull in all the related bits.

-Kip

-- 
If we desire respect for the law, we must first make the law respectable.
- Louis D. Brandeis


More information about the svn-src-projects mailing list