Subject: Re: CVS commit: src/sys/kern
To: None <christos@zoulas.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 11/28/2004 17:30:12
> | > Module Name:	src
> | > Committed By:	christos
> | > Date:		Thu May 13 17:43:11 UTC 2004
> | > 
> | > Modified Files:
> | > 	src/sys/kern: kern_resource.c
> | > 
> | > Log Message:
> | > we are not ready for c99 yet; let variable declarations precede statements.
> | > 
> | > 
> | > To generate a diff of this commit:
> | > cvs rdiff -r1.83 -r1.84 src/sys/kern/kern_resource.c
> | 
> | was chgsbsize part of this commit intended?
> 
> Yes, but it is my fault for not explaining; I committed this file to fix
> the second problem, and explained the first. The problem is that the code
> is not mp-safe and it will crash multi-processor systems. Gimpy said at
> the time that he had a better way of doing this, so I let it slide.
> 
> christos

can you fix the log?

YAMAMOTO Takashi