on 01/08/2011 15:52 John Baldwin said the following:
> On Monday, August 01, 2011 3:09:27 am Andrew Thompson wrote:
>> Hi,
>>
>> Looking at,
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=159345
>>
>> The lock is a global variable, declared as
>>
>> static struct mtx lagg_list_mtx;
>>
>> I
On Mon, Aug 1, 2011 at 12:09 AM, Andrew Thompson wrote:
> Hi,
>
> Looking at,
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=159345
>
> The lock is a global variable, declared as
>
> static struct mtx lagg_list_mtx;
>
> I would expect this to be zeroed memory, is this guaranteed?
It depends
On Monday, August 01, 2011 3:09:27 am Andrew Thompson wrote:
> Hi,
>
> Looking at,
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=159345
>
> The lock is a global variable, declared as
>
> static struct mtx lagg_list_mtx;
>
> I would expect this to be zeroed memory, is this guaranteed?
Y
on 01/08/2011 10:09 Andrew Thompson said the following:
> Hi,
>
> Looking at,
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=159345
>
> The lock is a global variable, declared as
>
> static struct mtx lagg_list_mtx;
>
> I would expect this to be zeroed memory, is this guaranteed?
Variab