Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
On Nov 24, 3:13pm, yamt%mwd.biglobe.ne.jp@localhost (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
Home |
Main Index |
Thread Index |
Old Index