Subject: Re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/24/2004 07:57:56
On Nov 24,  3:13pm, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys/kern

| hi,
| 
| > 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