Subject: kauth sleepability (Re: CVS commit: src/share/man/man9)
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/21/2006 07:23:27
[ moved from source-changes@ ]
> Module Name: src
> Committed By: elad
> Date: Thu Jul 20 18:40:28 UTC 2006
>
> Modified Files:
> src/share/man/man9: kauth.9
>
> Log Message:
> add note about how listeners should not sleep.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.8 -r1.9 src/share/man/man9/kauth.9
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
isn't it better to do the opposite?
ie. callers of kauth_authorize_action should not assume it never sleep.
YAMAMOTO Takashi