Subject: Re: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: source-changes
Date: 01/27/2007 18:14:40
In article <45BB5F02.90303@NetBSD.org>, Elad Efrat  <elad@NetBSD.org> wrote:
>YAMAMOTO Takashi wrote:
>>> Module Name:	src
>>> Committed By:	elad
>>> Date:		Fri Jan 26 21:57:47 UTC 2007
>>>
>>> Modified Files:
>>> 	src/sys/kern: init_main.c
>>>
>>> Log Message:
>>> Initialize kauth(9) sooner.
>>>
>>>
>>> To generate a diff of this commit:
>>> cvs rdiff -r1.288 -r1.289 src/sys/kern/init_main.c
>>>
>>> Please note that diffs are not public domain; they are subject to the
>>> copyright notices on the relevant files.
>> 
>> can you please add a comment?
>> eg. "this should be done before xxx_init() because..."
>> 
>> YAMAMOTO Takashi
>
>sure. I've updated the cvs message to indicate we're doing this sooner,
>and at least before proc0_init(), because we'll want to control process
>creation and inheritance soon in the secmodel code, and for that we need
>kauth(9) ready earlier.

I think that it is better if such comments live next to the code....

christos